/* Page styles for /platform/ai-virtual-cso/, from v49-roboshadow-virtual-cso.html. */
:root{
  --bg0: #0e0f20;
  --bg1: #141531;
  --bg2: #1b1c40;
  --bg3: #232457;
  --sky: #b9d2ff;
  --line: rgba(255,255,255,.10);
  --line-hi: rgba(255,255,255,.17);
  --card: rgba(255,255,255,.045);
  --card-hi: rgba(255,255,255,.075);
}
body::before{
  background: radial-gradient(1000px 640px at 82% -8%, rgba(60,120,255,.24), transparent 60%),
  radial-gradient(820px 560px at 6% 10%, rgba(96,74,190,.30), transparent 62%),
  radial-gradient(760px 560px at 100% 104%, rgba(50,170,196,.14), transparent 60%),
  linear-gradient(165deg,#0e0f20 0%,#141531 46%,#191a42 100%) !important;
}
body::after{
  opacity: .6 !important;
}
.eyebrow{
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
}
.eyebrow::before{
  width: 28px;
}
.new{
  background: none !important;
  color: inherit !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn.primary{
  background: linear-gradient(100deg, #1552d6, #2a64ff);
  box-shadow: 0 8px 28px rgba(42, 100, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.btn.primary:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(42, 100, 255, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  background: linear-gradient(100deg, #1447c8, #3a7aff);
}
.btn.ghost{
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
}
.btn.ghost:hover{
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}
.mega{
  box-shadow: var(--ds7-e2);
}
.mega-link{
  transition: transform 0.18s, background 0.18s, color 0.18s;
}
section{
  padding: var(--section-pad-y, 50px) 0;
}
.section-head{
  margin-bottom: 48px;
}
.kicker{
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--sky);
  display: inline-flex;
  margin-bottom: 1.2rem;
}
h2{
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.section-head p{
  color: #c6cae0;
  font-size: 1.05rem;
  line-height: 1.65;
}
@media(max-width:640px){.gfx-flow .node{min-width:100%}}
.card{
  background: linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.028));
  box-shadow: var(--ds7-e1), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover{
  transform: translateY(-4px);
  border-color: rgba(42,100,255,.5);
  box-shadow: 0 20px 60px rgba(42, 100, 255, 0.18);
}
.card .ic{
  background: linear-gradient(150deg,rgba(42,100,255,.25),rgba(42,100,255,.08));
  margin-bottom: 18px;
}
.card h3{
  font-size: 1.08rem;
}
.card p{
  color: #c8cce0;
  font-size: .92rem;
  line-height: 1.6;
}
.panel{
  background: linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.032));
}
.solx-cols{
  gap: 48px;
}
@media(max-width:760px){.smb2-meta{grid-template-columns:1fr;gap:26px}}
.solx-panel{
  border: 0!important;
  border-radius: 0!important;
  padding: 0!important;
  background: none!important;
}
.solx-panel h4{
  font-size: .76rem;
  letter-spacing: .16em;
  color: #fff;
  margin-bottom: 52px;
}
.painrow li svg{
  flex: 0 0 20px;
  width: 18px;
  height: 18px;
  color: var(--gold);
}
.fixrow li{
  display: block;
  gap: 0;
}
.fixrow li svg{
  flex: 0 0 20px;
  width: 18px;
  height: 18px;
}
.solx-stats{
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.statchip{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg);
  padding: 22px 18px;
  background: linear-gradient(165deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
}
.statchip .n{
  font-size: 2rem;
  line-height: 1.1;
}
.statchip .k{
  font-size: .82rem;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.4;
}
.solx-quote{
  border-left: 4px solid var(--cobalt-glow);
  padding: 22px 0 22px 34px!important;
  margin-top: 28px;
  line-height: 1.65;
  max-width: 900px;
}
.solx-quote span{
  font-size: .79rem;
  color: var(--sky);
  margin-top: 11px;
  letter-spacing: .03em;
}
header.hero{
  padding: 88px 0 52px;
}
.hero-grid{
  gap: 52px;
}
.hero-pill{
  gap: 10px;
  padding: 7px 16px 7px 10px;
  background: linear-gradient(135deg,rgba(42,100,255,.12),rgba(42,100,255,.05));
  border: 1px solid rgba(42,100,255,.25);
  font-size: 0.76rem;
  margin-bottom: 20px;
}
.hero-pill .dot{
  box-shadow: 0 0 12px rgba(99,214,155,.7);
}
h1{
  font-size: clamp(2.7rem,5.4vw,4.35rem);
  line-height: 1.0;
  letter-spacing: -0.035em;
}
.hero-cta{
  gap: 16px;
  margin-top: 40px;
}
.hero-visual .glow{
  background: radial-gradient(58% 55% at 62% 42%,rgba(42,100,255,.5),transparent 70%);
  filter: blur(38px);
}
.hero-shot{
  filter: drop-shadow(0 34px 60px rgba(0,0,0,.6));
}
.floaty{
  background: rgba(14,16,34,.82);
  border: 1px solid var(--ds7-border-md);
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(0,0,0,.5), 0 0 20px rgba(42,100,255,.12);
}
.floaty .v{
  font-size: 1.3rem;
}
.floaty.a{
  right: -6%;
}
.floaty.b{
  left: -7%;
}
@media(max-width:520px){.vco-outs{grid-template-columns:1fr}}
.hero-meta{
  gap: 0;
  margin-top: 60px;
  padding-top: 40px;
}
.hero-meta .n{
  font-size: 2.15rem;
}
.logostrip{
  gap: 16px 18px;
  margin-top: 12px;
}
.logostrip img{
  height: 44px;
  opacity: 1;
  filter: grayscale(1) brightness(1.8) opacity(.75);
  transition: all .2s;
}
.logostrip img:hover{
  filter: grayscale(0) brightness(1) opacity(1);
}
.logostrip.small img{
  height: 38px;
}
@media(max-width:900px){.vco-outs{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.vcw-body{padding:22px 20px 4px}}
.logowall .cell{
  height: 82px;
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}
.logowall .cell img{
  max-height: 32px;
}
@media(max-width:820px){.autofix{grid-template-columns:1fr}}
.loop .step{
  border: 1px solid var(--line-hi);
  padding: 30px 28px;
  background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
}
.loop .step .num{
  font-size: .72rem;
}
.loop .step .arrow{
  background: rgba(14,16,34,.95);
}
.showtabs{
  gap: 6px;
  padding: 16px;
}
.showtabs button{
  font-size: .86rem;
  border-radius: 10px;
  padding: 9px 18px;
  transition: all .2s;
}
.showtabs button.on{
  background: linear-gradient(135deg,rgba(42,100,255,.25),rgba(42,100,255,.12));
  border-color: rgba(42,100,255,.45);
  box-shadow: 0 4px 12px rgba(42,100,255,.15);
}
.shot-frame{
  border: none;
  background: none;
}
.vschip{
  padding: 14px 17px;
  border-radius: 14px;
}
.vschip:hover{
  box-shadow: var(--ds7-e1);
}
.acc summary{
  background: linear-gradient(90deg,rgba(42,100,255,.08) 0%,transparent 80%);
}
.acc summary:hover{
  background: linear-gradient(90deg,rgba(42,100,255,.12) 0%,transparent 80%);
}
.acc summary .nm{
  font-size: 1.05rem;
}
.acc .body{
  padding: 20px 24px;
  gap: 24px;
}
.acc .body .col.strong{
  padding-right: 24px;
}
.acc .body .col h5{
  font-size: .72rem;
  letter-spacing: .14em;
  margin-bottom: 12px;
}
.acc .body li svg{
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
footer.mega-footer{
  border-top: none;
  padding: 0 0 34px;
  margin-top: 60px;
  background: linear-gradient(180deg,transparent,rgba(8,9,20,.85));
}
.foot-brand{
  margin-bottom: 44px;
}
.foot-grid{
  grid-template-columns: repeat(5,1fr);
  gap: 28px;
}
.foot-col h5{
  color: var(--sky);
}
.minion-issues ul{
  gap: 12px;
  grid-template-columns: 1fr;
}
@media(max-width:720px){ .wk-quote{padding:28px 22px 26px 22px} .wk-quote>svg{position:static;display:block;margin-bottom:10px} }
.minion-issues li{
  display: grid;
  gap: 12px;
  align-items: start;
}
.minion-issues li::before{
  color: var(--gold);
  flex: 0 0 24px;
}
@media(prefers-reduced-motion:reduce){.vcw-orb .rng{animation:none}.vcw-pane{animation:none}}
section.band + section.band::before{
  width: min(1140px, 92%);
  background: var(--ds7-border-md);
}
.logostrip img{
  padding: 15px 22px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.6);
  background: #fff;
}
.pgrid{
  gap: 18px;
}
.pgrid a{
  display: flex;
  background: linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  border: 1px solid var(--line-hi);
  border-radius: var(--r-lg);
  padding: 66px 22px 24px;
  transition: transform .22s cubic-bezier(.2,.7,.2,1),border-color .22s,box-shadow .22s;
}
.pgrid a:hover{
  border-color: rgba(42,100,255,.5);
  transform: translateY(-4px);
}
.pgrid .t{
  margin-bottom: 6px;
}
@media(max-width:600px){.vcw-srcs{grid-template-columns:1fr}}
.cmp-teaser{
  background: linear-gradient(160deg,rgba(42,100,255,.14),rgba(255,255,255,.02));
  border: 1px solid var(--line-hi);
}
.yt-band{
  background: linear-gradient(160deg,rgba(42,100,255,.10),rgba(255,255,255,.02));
  border: 1px solid var(--line-hi);
}
.gfx-gauge .g-face{
  box-shadow: inset 0 2px 12px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04);
}
.gfx-meter{
  gap: 18px;
}
.gfx-meter .track{
  height: 10px;
}
.gfx-meter .fill{
  box-shadow: 0 0 16px rgba(42,100,255,.55);
}
.gfx-flow{
  gap: 22px;
}
.gfx-flow .node{
  min-width: 200px;
  padding: 24px 22px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg,color-mix(in srgb,var(--step,var(--cobalt-glow)) 15%,transparent),rgba(255,255,255,.02) 58%,rgba(255,255,255,.012));
}
.gfx-flow .node .s{
  font-size: .64rem;
  color: var(--step);
}
.gfx-flow .node h5{
  font-size: 1.05rem;
  margin: 10px 0 7px;
}
.gfx-flow .node p{
  font-size: .85rem;
  line-height: 1.55;
}
.gfx-flow .node:not(:last-child)::after{
  transform: translateY(-50%) rotate(-45deg);
}
.statchip{
  box-shadow: 0 4px 16px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.05);
}
.statchip .n{
  letter-spacing: -.02em;
  font-weight: 700;
}
.statchip .k{
  letter-spacing: .01em;
}
@media (max-width: 640px){
.hero-cta{
  gap: 12px;
}
}
.statchip::before{
  background: linear-gradient(180deg,rgba(42,100,255,.4),transparent 50%);
  opacity: .3;
}
.statchip .k{
  color: var(--muted);
}
.pill-link{
  transition: transform 0.18s, color 0.18s;
}
.pill-link:hover{
  color: var(--cobalt-bright);
}
.statchip::before{
  content: "";
}
.btn:focus-visible{
  outline-offset: 3px;
}
:root{
  --panel: rgba(255,255,255,.035);
}
.solx-panel{
  box-shadow: none!important;
}
.solx-panel h4{
  padding-bottom: 44px;
}
.smb2{
  position: relative;
}
.smb2 .section-head{
  margin-bottom: 4px;
  max-width: none;
}
.smb2-qa{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 36px;
  position: relative;
}
@media(min-width:761px){.smb2-qa::before{content:"";position:absolute;top:8px;bottom:8px;left:50%;width:1px;background:linear-gradient(180deg,transparent,var(--line-hi) 14%,var(--line-hi) 86%,transparent)}}
.smb2-h{
  font-size: 1.18rem;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 13px;
  border-bottom: 0;
  line-height: 1.3;
  position: relative;
  width: fit-content;
  background: linear-gradient(100deg,#fff 0%,var(--sky) 50%,var(--cobalt-glow) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.smb2-h::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg,var(--cobalt-glow),rgba(63,123,255,0));
}
.smb2-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 17px;
}
.smb2-list li{
  font-weight: 300;
  color: #cdd2e8;
  font-size: .95rem;
  line-height: 1.62;
  position: relative;
  padding-left: 30px;
}
.smb2-list li b{
  font-weight: 600;
  color: #fff;
}
.smb2-list.is-pain li::before{
  content: "";
  position: absolute;
  left: 3px;
  top: .54em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--muted);
}
.smb2-list.is-fix li svg{
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  color: var(--good);
}
.smb2-meta{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.smb2-meta .k{
  display: block;
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cobalt-glow);
  margin-bottom: 12px;
}
.smb2-meta p{
  font-weight: 300;
  color: #c8cce0;
  font-size: .95rem;
  line-height: 1.66;
  margin: 0;
  max-width: 52ch;
}
.smb2 .solx-stats{
  margin-top: 50px;
}
.smb2 .solx-quote{
  margin-top: 30px;
}
.vco-band{
  background: linear-gradient(135deg,var(--bg0) 0%,var(--bg1) 50%,var(--bg0) 100%);
  padding-top: 8px;
  padding-bottom: 8px;
}
.vco-head{
  max-width: 900px;
  margin: 0 auto 1.6rem;
  text-align: center;
}
.vco-eyebrow{
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cobalt-bright);
  margin-bottom: .7rem;
}
.vco-title{
  font-family: 'Space Grotesk','Poppins',sans-serif;
  font-weight: 600;
  font-size: clamp(1.55rem,4.4vw,2.15rem);
  line-height: 1.18;
  margin: 0 0 .8rem;
  color: var(--ink);
}
.vco-title .grad{
  background: linear-gradient(100deg,#fff 0%,var(--sky) 55%,var(--cobalt-glow) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.vco-sub{
  font-size: clamp(.95rem,2.4vw,1.05rem);
  line-height: 1.6;
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto;
}
.vco-sub b{
  color: var(--ink);
  font-weight: 600;
}
.vco-mailer{
  display: flex;
  justify-content: center;
  margin: 0 auto 1.1rem;
}
.vco-mailer .pill{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 20px 11px 14px;
  border-radius: 100px;
  border: 1px solid rgba(63,123,255,.5);
  background: linear-gradient(180deg,rgba(42,100,255,.18),rgba(42,100,255,.06));
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 26px rgba(42,100,255,.22);
}
.vco-mailer .env{
  flex: none;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(100deg,var(--cobalt),var(--cobalt-bright));
  box-shadow: 0 4px 14px rgba(42,100,255,.5);
}
.vco-mailer .env svg{
  width: 19px;
  height: 19px;
  color: #fff;
}
.vco-mailer .txt{
  font-size: .92rem;
  color: var(--ink);
  line-height: 1.35;
}
.vco-mailer .txt b{
  color: #fff;
  font-weight: 600;
}
.vco-mailer .txt .to{
  font-family: 'Space Grotesk','Poppins',sans-serif;
  color: var(--cobalt-glow);
  font-weight: 600;
}
.vco-stage{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 440px;
}
.vco-svg{
  width: 100%;
  height: auto;
  max-width: 920px;
  filter: drop-shadow(0 26px 70px rgba(0,0,0,.42));
}
.vco-spoke{
  stroke: var(--line-hi);
  stroke-width: 1;
  stroke-dasharray: 3 6;
  opacity: .7;
}
@keyframes vco-inflow{to{stroke-dashoffset:-18}}
.vco-spoke.flow{
  animation: vco-inflow 1.5s linear infinite;
}
.vco-ring{
  fill: none;
  stroke: var(--line);
  opacity: .22;
}
.vco-pod{
  animation: vco-float 3.6s ease-in-out infinite;
}
.vco-pod:nth-of-type(2){
  animation-delay: .15s;
}
.vco-pod:nth-of-type(3){
  animation-delay: .3s;
}
.vco-pod:nth-of-type(4){
  animation-delay: .45s;
}
.vco-pod:nth-of-type(5){
  animation-delay: .6s;
}
.vco-pod:nth-of-type(6){
  animation-delay: .75s;
}
.vco-pod:nth-of-type(7){
  animation-delay: .9s;
}
@keyframes vco-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
.vco-podFrame{
  fill: var(--glass);
  stroke: var(--line-hi);
  stroke-width: 1.2;
}
.vco-l1{
  font-family: 'Poppins',sans-serif;
  font-size: 12px;
  font-weight: 600;
  fill: var(--ink);
  text-anchor: middle;
  dominant-baseline: central;
}
.vco-l2{
  font-family: 'Poppins',sans-serif;
  font-size: 10px;
  font-weight: 500;
  fill: var(--muted);
  text-anchor: middle;
  dominant-baseline: central;
}
.vco-mailPod .vco-podFrame{
  fill: url(#vcoMailGrad);
  stroke: rgba(63,123,255,.7);
  stroke-width: 1.3;
}
.vco-mailPod .vco-l1{
  fill: #fff;
  font-size: 13px;
  font-weight: 700;
}
.vco-mailPod .vco-l2{
  fill: var(--sky);
}
.vco-coreGlow{
  animation: vco-breathe 3.2s ease-in-out infinite;
}
@keyframes vco-breathe{0%,100%{opacity:.5}50%{opacity:.85}}
.vco-scan{
  fill: none;
  stroke: url(#vcoScanGrad);
  stroke-width: 3;
  animation: vco-wave 3.2s ease-out infinite;
}
.vco-scan:nth-of-type(2){
  animation-delay: 1.05s;
}
.vco-scan:nth-of-type(3){
  animation-delay: 2.1s;
}
@keyframes vco-wave{0%{r:30px;opacity:1}100%{r:210px;stroke-width:1px;opacity:0}}
.vco-coreLabel{
  font-family: 'Space Grotesk','Poppins',sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .09em;
  fill: var(--ink);
  text-anchor: middle;
  dominant-baseline: central;
}
.vco-coreSub{
  font-family: 'Poppins',sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  fill: var(--muted);
  text-anchor: middle;
  dominant-baseline: central;
}
.vco-flow{
  text-align: center;
  margin: .4rem auto 1.4rem;
  color: var(--faint);
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
}
.vco-flow .chev{
  display: block;
  margin: 0 auto .35rem;
  width: 22px;
  height: 22px;
  color: var(--cobalt-glow);
}
.vco-outs{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 14px;
  max-width: 1040px;
  margin: 0 auto;
}
.vco-out{
  position: relative;
  padding: 20px 18px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-hi);
  background: var(--card);
  backdrop-filter: blur(6px);
  transition: transform .2s ease,border-color .2s ease,background .2s ease;
}
.vco-out:hover{
  transform: translateY(-4px);
  border-color: rgba(63,123,255,.55);
  background: var(--card-hi);
}
.vco-out .oic{
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  margin-bottom: 13px;
  background: linear-gradient(135deg,rgba(42,100,255,.28),rgba(42,100,255,.08));
  border: 1px solid rgba(63,123,255,.35);
}
.vco-out .oic svg{
  width: 23px;
  height: 23px;
  color: var(--cobalt-glow);
}
.vco-out h4{
  font-family: 'Space Grotesk','Poppins',sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 6px;
}
.vco-out p{
  font-size: .86rem;
  line-height: 1.5;
  color: var(--muted);
  margin: 0;
}
.vcw-band{
  padding-top: 20px;
}
.vcw-head{
  max-width: 820px;
  margin: 0 auto 2rem;
  text-align: center;
}
.vcw-shell{
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid var(--line-hi);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: linear-gradient(180deg,rgba(22,24,48,.86),rgba(12,13,28,.9));
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.vcw-bar{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(255,255,255,.035);
  border-bottom: 1px solid var(--line);
}
.vcw-bar i{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex: none;
}
.vcw-bar i:nth-child(1){
  background: #ff5f57;
}
.vcw-bar i:nth-child(2){
  background: #febc2e;
}
.vcw-bar i:nth-child(3){
  background: #28c840;
}
.vcw-bar .ttl{
  margin-left: 10px;
  font-size: .74rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: .02em;
}
.vcw-bar .live{
  margin-left: auto;
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--good);
  border: 1px solid rgba(99,214,155,.35);
  background: rgba(99,214,155,.08);
  border-radius: 100px;
  padding: 3px 9px;
}
.vcw-rail{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  padding: 16px 18px 0;
}
.vcw-step{
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-align: center;
  position: relative;
  padding: 6px 4px 18px;
  font-family: 'Poppins',sans-serif;
}
.vcw-step .dot{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: .9rem;
  color: var(--faint);
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line-hi);
  transition: .22s;
}
.vcw-step .dot svg{
  width: 16px;
  height: 16px;
}
.vcw-step .lab{
  font-size: .78rem;
  font-weight: 500;
  color: var(--faint);
  transition: .22s;
}
.vcw-step::after{
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--line);
  z-index: -1;
}
.vcw-step:last-child::after{
  display: none;
}
.vcw-step.done .dot{
  color: #fff;
  background: linear-gradient(150deg,var(--cobalt),var(--cobalt-bright));
  border-color: transparent;
}
.vcw-step.done::after{
  background: linear-gradient(90deg,var(--cobalt-bright),var(--cobalt-bright));
}
.vcw-step.active .dot{
  color: #fff;
  background: linear-gradient(150deg,var(--cobalt-bright),var(--cobalt-glow));
  border-color: rgba(63,123,255,.6);
  box-shadow: 0 0 0 4px rgba(63,123,255,.16);
}
.vcw-step.active .lab,.vcw-step.done .lab{
  color: var(--ink);
}
.vcw-body{
  padding: 26px 32px 6px;
  min-height: 326px;
}
.vcw-pane{
  display: none;
  animation: vcw-fade .32s ease;
}
.vcw-pane.on{
  display: block;
}
@keyframes vcw-fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.vcw-q{
  font-family: 'Space Grotesk','Poppins',sans-serif;
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 6px;
}
.vcw-hint{
  font-size: .9rem;
  color: var(--muted);
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1.55;
}
.vcw-hint b{
  color: var(--ink);
  font-weight: 600;
}
.vcw-asks{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.vcw-ask{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
  cursor: pointer;
  padding: 15px 16px;
  border-radius: var(--r);
  border: 1px solid var(--line-hi);
  background: var(--card);
  transition: .2s;
  font-family: 'Poppins',sans-serif;
}
.vcw-ask:hover{
  border-color: rgba(63,123,255,.5);
  background: var(--card-hi);
  transform: translateY(-2px);
}
.vcw-ask.sel{
  border-color: var(--cobalt-glow);
  background: linear-gradient(150deg,rgba(42,100,255,.16),rgba(42,100,255,.04));
  box-shadow: 0 0 0 3px rgba(63,123,255,.14);
}
.vcw-ask .ai{
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--cobalt-glow);
  background: linear-gradient(135deg,rgba(42,100,255,.24),rgba(42,100,255,.06));
  border: 1px solid rgba(63,123,255,.3);
}
.vcw-ask .ai svg{
  width: 19px;
  height: 19px;
}
.vcw-ask .at{
  font-size: .95rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}
.vcw-ask .ad{
  font-size: .78rem;
  font-weight: 300;
  color: var(--muted);
  margin-top: 3px;
  line-height: 1.4;
}
.vcw-mailnote{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: var(--r);
  border: 1px dashed rgba(63,123,255,.4);
  background: rgba(42,100,255,.06);
  font-size: .84rem;
  color: var(--muted);
  font-weight: 300;
}
.vcw-mailnote svg{
  width: 17px;
  height: 17px;
  color: var(--cobalt-glow);
  flex: none;
}
.vcw-mailnote b{
  color: var(--ink);
  font-weight: 600;
}
.vcw-mailnote .to{
  color: var(--cobalt-glow);
  font-weight: 600;
}
.vcw-srcs{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.vcw-src{
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  padding: 14px 16px;
  border-radius: var(--r);
  border: 1px solid var(--line-hi);
  background: var(--card);
  transition: .2s;
}
.vcw-src:hover{
  border-color: rgba(63,123,255,.45);
}
.vcw-src .si{
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--cobalt-glow);
  background: linear-gradient(135deg,rgba(42,100,255,.2),rgba(42,100,255,.05));
  border: 1px solid rgba(63,123,255,.28);
}
.vcw-src .si svg{
  width: 17px;
  height: 17px;
}
.vcw-src .sn{
  font-size: .9rem;
  font-weight: 600;
  color: var(--ink);
}
.vcw-src .sd{
  font-size: .75rem;
  font-weight: 300;
  color: var(--muted);
  margin-top: 2px;
}
.vcw-sw{
  margin-left: auto;
  flex: none;
  width: 42px;
  height: 24px;
  border-radius: 100px;
  background: rgba(255,255,255,.1);
  border: 1px solid var(--line-hi);
  position: relative;
  transition: .2s;
}
.vcw-sw::after{
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: .2s;
}
.vcw-src.on .vcw-sw{
  background: linear-gradient(100deg,var(--cobalt),var(--cobalt-bright));
  border-color: transparent;
}
.vcw-src.on .vcw-sw::after{
  transform: translateX(18px);
}
.vcw-src.on{
  border-color: rgba(63,123,255,.4);
  background: linear-gradient(150deg,rgba(42,100,255,.1),rgba(42,100,255,.02));
}
.vcw-reading{
  text-align: center;
  padding: 6px 0 2px;
}
.vcw-orb{
  width: 96px;
  height: 96px;
  margin: 6px auto 22px;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(circle,rgba(42,100,255,.4),rgba(0,60,177,0) 70%);
}
.vcw-orb .core{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg,#2a64ff,#003cb1);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 30px rgba(42,100,255,.5);
}
.vcw-orb .core svg{
  width: 26px;
  height: 26px;
  color: #fff;
}
.vcw-orb .rng{
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(63,123,255,.5);
  animation: vcw-pulse 1.8s ease-out infinite;
}
@keyframes vcw-pulse{0%{transform:scale(.6);opacity:.9}100%{transform:scale(1.4);opacity:0}}
.vcw-check{
  max-width: 430px;
  margin: 0 auto;
  display: grid;
  gap: 11px;
  text-align: left;
}
.vcw-check li{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .9rem;
  font-weight: 300;
  color: var(--muted);
  opacity: .4;
  transition: opacity .3s;
}
.vcw-check li.hit{
  opacity: 1;
  color: var(--ink);
}
.vcw-check li .tk{
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line-hi);
}
.vcw-check li.hit .tk{
  background: linear-gradient(135deg,var(--good),#3fae78);
  border-color: transparent;
}
.vcw-check li .tk svg{
  width: 13px;
  height: 13px;
  color: #fff;
  opacity: 0;
  transition: .2s;
}
.vcw-check li.hit .tk svg{
  opacity: 1;
}
.vcw-answer{
  border: 1px solid var(--line-hi);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,.02);
  overflow: hidden;
}
.vcw-atop{
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(42,100,255,.06);
}
.vcw-atop .ab{
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg,var(--cobalt-bright),var(--cobalt));
}
.vcw-atop .ab svg{
  width: 17px;
  height: 17px;
}
.vcw-atop .am{
  font-size: .82rem;
  color: var(--muted);
  font-weight: 300;
}
.vcw-atop .am b{
  color: var(--ink);
  font-weight: 600;
}
.vcw-abody{
  padding: 18px 20px;
}
.vcw-abody>p{
  font-size: .92rem;
  line-height: 1.6;
  color: #cdd2e8;
  font-weight: 300;
  margin: 0 0 16px;
}
.vcw-abody>p b{
  color: var(--ink);
  font-weight: 600;
}
.vcw-fix{
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0 0 4px;
}
.vcw-fix li{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.02);
}
.vcw-fix .rk{
  flex: none;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 100px;
  margin-top: 1px;
}
.vcw-fix .rk.hi{
  color: var(--bad);
  border: 1px solid rgba(255,107,125,.4);
  background: rgba(255,107,125,.08);
}
.vcw-fix .rk.md{
  color: var(--warn);
  border: 1px solid rgba(224,168,90,.4);
  background: rgba(224,168,90,.08);
}
.vcw-fix .fx{
  font-size: .88rem;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.4;
}
.vcw-fix .cite{
  font-size: .74rem;
  color: var(--cobalt-glow);
  font-weight: 400;
  margin-top: 3px;
}
.vcw-adoc{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.vcw-doc{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .78rem;
  font-weight: 500;
  color: #dfe2f0;
  padding: 8px 13px;
  border-radius: 100px;
  border: 1px solid var(--line-hi);
  background: rgba(255,255,255,.03);
}
.vcw-doc svg{
  width: 14px;
  height: 14px;
  color: var(--good);
}
.vcw-foot{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.02);
}
.vcw-count{
  font-size: .78rem;
  color: var(--faint);
  font-weight: 400;
}
.vcw-nav{
  display: flex;
  gap: 10px;
}
.vcw-btn{
  appearance: none;
  cursor: pointer;
  font-family: 'Poppins',sans-serif;
  font-size: .86rem;
  font-weight: 500;
  border-radius: 100px;
  padding: 10px 20px;
  transition: .18s;
  border: 1px solid transparent;
}
.vcw-btn.back{
  background: rgba(255,255,255,.06);
  border-color: var(--line-hi);
  color: #dfe2f0;
}
.vcw-btn.back:hover{
  background: rgba(255,255,255,.12);
}
.vcw-btn.back:disabled{
  opacity: .35;
  cursor: not-allowed;
}
.vcw-btn.next{
  background: linear-gradient(100deg,var(--cobalt),var(--cobalt-bright));
  color: #fff;
  box-shadow: 0 6px 20px rgba(42,100,255,.34);
}
.vcw-btn.next:hover{
  filter: brightness(1.08);
  transform: translateY(-1px);
}
