.cz-scope{
  --cz-magenta:#EC4899;
  --cz-ease:cubic-bezier(.4,0,.2,1);
}
@property --border-angle{ syntax:'<angle>'; inherits:false; initial-value:0deg; }
@keyframes cz-spin{ to{ --border-angle:360deg; } }.cz-scope .cz-orb{
  position:relative; width:96px; height:96px; border-radius:28px; flex:none;
  display:inline-flex; align-items:center; justify-content:center;
  animation:cz-orb-pulse 3.6s ease-in-out infinite;
}.cz-scope .cz-orb::before{
content:''; position:absolute; inset:-2px; border-radius:30px;
  background:conic-gradient(from var(--border-angle),var(--accent),var(--cyan),var(--teal),var(--accent-soft),var(--accent));
  animation:cz-spin 5s linear infinite;
}.cz-scope .cz-orb::after{
  content:''; position:absolute; inset:-24px; border-radius:50%; z-index:-1;
  background:radial-gradient(circle,rgba(99,102,241,.32),transparent 70%);
  animation:cz-halo 3.6s ease-in-out infinite;
}.cz-scope .cz-orb-face{
  position:relative; z-index:1; width:90px; height:90px; border-radius:26px;
  background:linear-gradient(135deg,#5B4FE0,#6366F1 55%,#22D3EE);
  display:flex; align-items:center; justify-content:center; gap:12px;
  box-shadow:inset 0 2px 8px rgba(255,255,255,.25);
}.cz-scope .cz-eye{ width:16px; height:16px; border-radius:50%; background:#fff; animation:cz-blink 4.2s infinite; }.cz-scope .cz-orb--sm{ width:56px; height:56px; border-radius:18px; }.cz-scope .cz-orb--sm::before{ inset:-1.5px; border-radius:19px; }.cz-scope .cz-orb--sm .cz-orb-face{ width:52px; height:52px; border-radius:16px; gap:8px; }.cz-scope .cz-orb--sm .cz-eye{ width:10px; height:10px; }
@keyframes cz-orb-pulse{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.05); } }
@keyframes cz-halo{ 0%,100%{ opacity:.5; } 50%{ opacity:.9; } }
@keyframes cz-blink{ 0%,92%,100%{ transform:scaleY(1); } 95%{ transform:scaleY(.12); } }.cz-scope .cz-thinking{ display:inline-flex; align-items:center; gap:12px;
  font-family:var(--font-head); font-weight:600; color:var(--muted); }.cz-scope .cz-thinking-dots{ display:inline-flex; gap:7px; }.cz-scope .cz-thinking-dots i{ width:10px; height:10px; border-radius:50%; background:var(--grad);
  animation:cz-think 1.4s ease-in-out infinite; }.cz-scope .cz-thinking-dots i:nth-child(2){ animation-delay:.2s; }.cz-scope .cz-thinking-dots i:nth-child(3){ animation-delay:.4s; }
@keyframes cz-think{ 0%,80%,100%{ transform:translateY(0); opacity:.4; } 40%{ transform:translateY(-9px); opacity:1; } }.cz-scope .cz-spinner{
  display:inline-block; width:56px; height:56px; border-radius:50%;
  background:conic-gradient(from var(--border-angle),transparent 0%,var(--accent) 55%,var(--cyan) 85%,transparent 100%);
  animation:cz-spin 1.1s linear infinite;
  -webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 8px));
  mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 8px));
}.cz-scope .cz-ring{ position:relative; display:inline-block; width:112px; height:112px; }.cz-scope .cz-ring svg{ transform:rotate(-90deg); width:100%; height:100%; }.cz-scope .cz-ring-track{ stroke:rgba(236,72,153,.14); fill:none; }.cz-scope .cz-ring-fill{ stroke:url(#czMagenta); fill:none; stroke-linecap:round;
  stroke-dasharray:100; stroke-dashoffset:100; animation:cz-ringfill 4.5s ease-in-out infinite; }.cz-scope .cz-ring-val{ position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; }.cz-scope .cz-ring-val b{ font-family:var(--font-head); font-weight:700; font-size:26px; color:var(--cz-magenta); }.cz-scope .cz-ring-val small{ font-size:9.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--faint); }
@keyframes cz-ringfill{ 0%,6%{ stroke-dashoffset:100; } 45%,88%{ stroke-dashoffset:24; } 97%,100%{ stroke-dashoffset:100; } }.cz-scope .cz-gauge{ position:relative; display:inline-block; width:150px; height:120px; }.cz-scope .cz-gauge svg{ overflow:visible; }.cz-scope .cz-gauge-track{ stroke:rgba(99,102,241,.12); fill:none; }.cz-scope .cz-gauge-fill{ stroke:url(#czBlue); fill:none; stroke-linecap:round;
  stroke-dasharray:126; stroke-dashoffset:126; animation:cz-gaugefill 5s ease-in-out infinite; }.cz-scope .cz-gauge-needle{ transform-origin:75px 78px; animation:cz-needle 5s ease-in-out infinite; }.cz-scope .cz-gauge-val{ position:absolute; left:0; right:0; bottom:2px; text-align:center; line-height:1;
  font-family:var(--font-head); font-weight:700; font-size:22px; color:var(--accent-deep); }
@keyframes cz-gaugefill{ 0%,6%{ stroke-dashoffset:126; } 48%,90%{ stroke-dashoffset:34; } 98%,100%{ stroke-dashoffset:126; } }
@keyframes cz-needle{ 0%,6%{ transform:rotate(-90deg); } 48%,90%{ transform:rotate(52deg); } 98%,100%{ transform:rotate(-90deg); } }.cz-scope .cz-spark{ display:inline-block; width:170px; height:96px; }.cz-scope .cz-spark-area{ fill:url(#czArea); opacity:0; animation:cz-sparkarea 5s ease infinite; }.cz-scope .cz-spark-line{ fill:none; stroke:url(#czBlue); stroke-width:2.5; stroke-linecap:round; stroke-linejoin:round;
  stroke-dasharray:260; stroke-dashoffset:260; animation:cz-sparkdraw 5s ease infinite; }.cz-scope .cz-spark-dot{ fill:var(--cyan); opacity:0; animation:cz-sparkdot 5s ease infinite; }
@keyframes cz-sparkdraw{ 0%{ stroke-dashoffset:260; } 40%,88%{ stroke-dashoffset:0; } 100%{ stroke-dashoffset:260; } }
@keyframes cz-sparkarea{ 0%,10%{ opacity:0; } 50%,88%{ opacity:.5; } 100%{ opacity:0; } }
@keyframes cz-sparkdot{ 0%,36%{ opacity:0; } 44%,88%{ opacity:1; } 100%{ opacity:0; } }.cz-scope .cz-wire{ position:relative; display:inline-flex; align-items:center; justify-content:space-between; width:180px; height:44px; }.cz-scope .cz-wire-node{ width:34px; height:34px; border-radius:11px; background:var(--grad); flex:none;
  box-shadow:0 8px 18px -8px rgba(99,102,241,.7); }.cz-scope .cz-wire-node--alt{ background:linear-gradient(135deg,var(--teal),var(--cyan)); }.cz-scope .cz-wire-track{ position:absolute; left:34px; right:34px; top:50%; height:3px; margin-top:-1.5px;
  background:rgba(99,102,241,.12); border-radius:3px; }.cz-scope .cz-wire-p{ position:absolute; top:50%; margin-top:-4px; left:34px; width:8px; height:8px; border-radius:50%;
  background:var(--accent); opacity:0; animation:cz-wireflow 2.2s linear infinite; }.cz-scope .cz-wire-p:nth-of-type(2){ animation-delay:.7s; }.cz-scope .cz-wire-p:nth-of-type(3){ animation-delay:1.4s; }
@keyframes cz-wireflow{ 0%{ opacity:0; transform:translateX(0); } 12%{ opacity:1; } 88%{ opacity:1; }
  100%{ opacity:0; transform:translateX(112px); } }.cz-scope .cz-replay{ display:inline-flex; gap:7px; }.cz-scope .cz-stage{ width:16px; height:56px; border-radius:8px; background:rgba(99,102,241,.14);
  animation:cz-rpulse 4.8s ease-in-out infinite; }.cz-scope .cz-stage:nth-child(2){ animation-delay:.5s; }.cz-scope .cz-stage:nth-child(3){ animation-delay:1s; }.cz-scope .cz-stage:nth-child(4){ animation-delay:1.5s; }.cz-scope .cz-stage:nth-child(5){ animation-delay:2s; }.cz-scope .cz-stage:nth-child(6){ animation-delay:2.5s; }
@keyframes cz-rpulse{
  0%,100%{ background:rgba(99,102,241,.14); transform:scaleY(.7); }
  10%{ background:linear-gradient(180deg,var(--accent),var(--cyan)); transform:scaleY(1); }
  30%{ background:rgba(99,102,241,.14); transform:scaleY(.7); } }.cz-scope .cz-steps{ position:relative; display:inline-flex; justify-content:space-between; align-items:center; width:190px; }.cz-scope .cz-steps-line{ position:absolute; left:16px; right:16px; top:16px; height:2px; overflow:visible; }.cz-scope .cz-steps-line path{ stroke:url(#czBlue); stroke-width:2; fill:none;
  stroke-dasharray:160; stroke-dashoffset:160; animation:cz-stepdraw 4.5s ease infinite; }.cz-scope .cz-step{ width:32px; height:32px; border-radius:50%; background:var(--grad); color:#fff; z-index:1;
  display:flex; align-items:center; justify-content:center; font-family:var(--font-head); font-weight:700; font-size:14px; }.cz-scope .cz-step:nth-child(2){ animation:cz-nodepop 4.5s ease infinite .3s; }.cz-scope .cz-step:nth-child(3){ animation:cz-nodepop 4.5s ease infinite 1s; }.cz-scope .cz-step:nth-child(4){ animation:cz-nodepop 4.5s ease infinite 1.7s; }
@keyframes cz-stepdraw{ 0%{ stroke-dashoffset:160; } 45%,90%{ stroke-dashoffset:0; } 100%{ stroke-dashoffset:160; } }
@keyframes cz-nodepop{ 0%,100%{ box-shadow:none; transform:scale(1); }
  20%{ box-shadow:0 0 0 8px rgba(99,102,241,.18); transform:scale(1.18); }
  40%{ box-shadow:0 0 0 12px rgba(99,102,241,0); transform:scale(1); } }.cz-scope .cz-nebula{ position:absolute; inset:0; pointer-events:none; overflow:hidden; }.cz-scope .cz-nebula i{ position:absolute; border-radius:50%; filter:blur(22px); opacity:.6; mix-blend-mode:multiply; }.cz-scope .cz-nebula-b1{ width:120px; height:120px; background:radial-gradient(circle,#6366F1,transparent 70%); top:20px; left:30px; animation:cz-drift 9s ease-in-out infinite; }.cz-scope .cz-nebula-b2{ width:130px; height:130px; background:radial-gradient(circle,#22D3EE,transparent 70%); bottom:10px; right:34px; animation:cz-drift 12s ease-in-out infinite reverse; }.cz-scope .cz-nebula-b3{ width:96px; height:96px; background:radial-gradient(circle,#2DD4BF,transparent 70%); top:60px; right:70px; animation:cz-drift 10s ease-in-out infinite; }
@keyframes cz-drift{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(18px,-14px) scale(1.16); } }.cz-scope .cz-signals{ position:absolute; inset:0; pointer-events:none; overflow:hidden; }.cz-scope .cz-signal{ position:absolute; bottom:-20px; display:inline-flex; align-items:center; gap:6px;
  padding:6px 12px; border-radius:999px; font-size:11.5px; font-weight:700;
  backdrop-filter:blur(8px); opacity:0; animation:cz-floatup 5s ease-in-out infinite; }.cz-scope .cz-signal i{ width:6px; height:6px; border-radius:50%; }.cz-scope .cz-signal--indigo{ background:rgba(99,102,241,.12); color:var(--accent); border:1px solid rgba(99,102,241,.22); }.cz-scope .cz-signal--indigo i{ background:var(--accent); }.cz-scope .cz-signal--teal{ background:rgba(45,212,191,.12); color:#0d7a6e; border:1px solid rgba(45,212,191,.22); }.cz-scope .cz-signal--teal i{ background:var(--teal); }.cz-scope .cz-signal--cyan{ background:rgba(34,211,238,.12); color:#0369a1; border:1px solid rgba(34,211,238,.22); }.cz-scope .cz-signal--cyan i{ background:var(--cyan); }.cz-scope .cz-signal--amber{ background:rgba(245,158,11,.12); color:#92580a; border:1px solid rgba(245,158,11,.22); }.cz-scope .cz-signal--amber i{ background:var(--amber); }.cz-scope .cz-signal:nth-child(1){ left:8%;  animation-delay:0s; }.cz-scope .cz-signal:nth-child(2){ left:36%; animation-delay:1.1s; }.cz-scope .cz-signal:nth-child(3){ left:60%; animation-delay:.5s; }.cz-scope .cz-signal:nth-child(4){ left:24%; animation-delay:2s; }.cz-scope .cz-signal:nth-child(5){ left:70%; animation-delay:1.6s; }
@keyframes cz-floatup{ 0%{ opacity:0; transform:translateY(0); } 14%{ opacity:1; } 80%{ opacity:.5; }
  100%{ opacity:0; transform:translateY(-150px); } }.cz-scope .cz-card{
  display:block; width:210px; border:2px solid transparent; border-radius:18px; overflow:hidden;
  background:linear-gradient(#fff,#fff) padding-box,linear-gradient(140deg,#6366F1,#2DD4BF 55%,#22D3EE) border-box;
  box-shadow:0 20px 46px -24px rgba(99,102,241,.4); animation:cz-cardin 6s ease-in-out infinite;
}
@keyframes cz-cardin{ 0%{ opacity:0; transform:translateY(16px) scale(.94); } 12%{ opacity:1; transform:none; }
  86%{ opacity:1; transform:none; } 95%{ opacity:0; transform:translateY(-8px) scale(.97); }
  100%{ opacity:0; transform:translateY(16px) scale(.94); } }.cz-scope .cz-card-hd{ display:flex; align-items:center; gap:8px; padding:9px 12px;
  background:rgba(63,61,86,.02); border-bottom:1px solid var(--line-soft); }.cz-scope .cz-card-hd .cz-card-badge{ width:20px; height:20px; border-radius:6px; flex:none;
  background:linear-gradient(135deg,#6366F1,#22D3EE); color:#fff; display:flex; align-items:center; justify-content:center; }.cz-scope .cz-card-hd .cz-card-badge svg{ width:11px; height:11px; }.cz-scope .cz-card-hd .cz-card-tag{ font-size:10.5px; font-weight:700; letter-spacing:.04em; }.cz-scope .cz-card-hd .cz-card-status{ margin-left:auto; display:inline-flex; align-items:center; gap:5px;
  font-size:10px; color:var(--teal); font-weight:700; }.cz-scope .cz-card-hd .cz-card-status i{ width:6px; height:6px; border-radius:50%; background:var(--teal); animation:cz-blinkdot 1.6s infinite; }.cz-scope .cz-card-bd{ padding:12px; }.cz-scope .cz-card-bd h5{ font-size:13px; font-family:var(--font-head); font-weight:600; margin-bottom:10px; line-height:1.25; }.cz-scope .cz-card-impact{ border-radius:11px; padding:1.5px;
  background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#EC4899,#F59E0B) border-box; }.cz-scope .cz-card-impact .in{ padding:8px 10px; display:flex; align-items:center; justify-content:space-between; }.cz-scope .cz-card-impact .lb{ font-size:9px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(--accent-deep); }.cz-scope .cz-card-impact .vl{ font-family:var(--font-head); font-weight:700; font-size:17px; color:var(--cz-magenta); }
@property --cza{ syntax:'<angle>'; inherits:false; initial-value:0deg; }
@keyframes cz-bspin{ to{ --cza:360deg; } }.cz-scope .cz-deck-wrap{ display:flex; justify-content:flex-start; }.cz-scope .cz-deck{ position:relative; width:520px; max-width:100%; height:252px; }.cz-scope .cz-deck .cz-card{ position:absolute; left:0; top:0; opacity:0;
  --cza:0deg;
  background:linear-gradient(#fff,#fff) padding-box,conic-gradient(from var(--cza),#6366F1,#22D3EE,#2DD4BF,#6366F1) border-box;
  box-shadow:10px 16px 30px -18px rgba(63,61,86,.5);
  animation:cz-bspin 9s linear infinite; transform-origin:50% 50%;
  transform:translate(304px,0) rotate(3.5deg);
  transition:transform .58s cubic-bezier(.4,0,.2,1), opacity .5s ease; }.cz-scope .cz-deck .cz-card:first-child{ opacity:1; transform:translate(0,36px) rotate(3.5deg); }.cz-scope .cz-deck .cz-card.is-p4{ opacity:1; transform:translate(304px,0)    rotate(3.5deg); z-index:1; }.cz-scope .cz-deck .cz-card.is-p3{ opacity:1; transform:translate(228px,9px)  rotate(3.5deg); z-index:2; }.cz-scope .cz-deck .cz-card.is-p2{ opacity:1; transform:translate(152px,18px) rotate(3.5deg); z-index:3; }.cz-scope .cz-deck .cz-card.is-p1{ opacity:1; transform:translate(76px,27px)  rotate(3.5deg); z-index:4; }.cz-scope .cz-deck .cz-card.is-front{ opacity:1; transform:translate(0,36px)  rotate(3.5deg); z-index:5; }.cz-scope .cz-deck .cz-card.is-leaving{ opacity:0; transform:translate(-58px,58px) rotate(3.5deg) scale(.98); z-index:6; }.cz-scope .cz-deck .cz-card{ height:190px; display:flex; flex-direction:column; }.cz-scope .cz-deck .cz-card .cz-card-bd{ flex:1; display:flex; flex-direction:column; }.cz-scope .cz-deck .cz-card .cz-card-impact{ margin-top:auto; }.cz-scope .cz-card--svc .cz-card-impact{ background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#2DD4BF,#22D3EE) border-box; }.cz-scope .cz-card--svc .cz-card-impact .vl{ color:var(--teal); }.cz-scope .cz-card--exp .cz-card-impact{ background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#6366F1,#22D3EE) border-box; }.cz-scope .cz-card--exp .cz-card-impact .vl{ color:var(--accent); }.cz-scope .cz-ping{ position:relative; display:inline-block; width:10px; height:10px; border-radius:50%; background:var(--coral,#FF5A5F); }.cz-scope .cz-ping::before{ content:''; position:absolute; inset:0; border-radius:50%; background:inherit; animation:cz-ping 1.8s ease-out infinite; }
@keyframes cz-ping{ 0%{ transform:scale(1); opacity:.6; } 100%{ transform:scale(2.6); opacity:0; } }.cz-scope .cz-dot{ display:inline-block; width:7px; height:7px; border-radius:50%; background:var(--teal); animation:cz-blinkdot 1.6s infinite; }
@keyframes cz-blinkdot{ 0%,100%{ opacity:1; } 50%{ opacity:.3; } }.cz-scope .cz-progress{ display:block; width:100%; height:8px; border-radius:999px; background:rgba(99,102,241,.12); overflow:hidden; }.cz-scope .cz-progress i{ display:block; height:100%; border-radius:999px; background:var(--grad); width:40%;
  animation:cz-progress 4s var(--cz-ease) infinite; }
@keyframes cz-progress{ 0%{ width:8%; } 60%,80%{ width:88%; } 100%{ width:8%; } }.cz-scope .cz-link{ position:relative; color:var(--accent); font-weight:700; }.cz-scope .cz-link::after{ content:''; position:absolute; left:0; bottom:-2px; height:2px; width:100%;
  background:var(--grad); transform:scaleX(0); transform-origin:left; transition:transform .3s var(--cz-ease); }.cz-scope .cz-link:hover::after{ transform:scaleX(1); }.cz-scope.cz-io{ --cz-play:paused; }.cz-scope .cz-in{ --cz-play:running; }.cz-scope.cz-io .cz-orb,.cz-scope.cz-io .cz-orb::before,.cz-scope.cz-io .cz-orb::after,.cz-scope.cz-io .cz-eye,.cz-scope.cz-io .cz-thinking-dots i,.cz-scope.cz-io .cz-spinner,.cz-scope.cz-io .cz-ring-fill,.cz-scope.cz-io .cz-gauge-fill,.cz-scope.cz-io .cz-gauge-needle,.cz-scope.cz-io .cz-spark-area,.cz-scope.cz-io .cz-spark-line,.cz-scope.cz-io .cz-spark-dot,.cz-scope.cz-io .cz-wire-p,.cz-scope.cz-io .cz-stage,.cz-scope.cz-io .cz-step,.cz-scope.cz-io .cz-steps-line path,.cz-scope.cz-io .cz-nebula i,.cz-scope.cz-io .cz-signal,.cz-scope.cz-io .cz-card,.cz-scope.cz-io .cz-card-status i,.cz-scope.cz-io .cz-ping::before,.cz-scope.cz-io .cz-dot,.cz-scope.cz-io .cz-progress i,.cz-scope.cz-io .iviz-tag .tee,.cz-scope.cz-io .iviz-tag .ptag,.cz-scope.cz-io .iviz-bag .item,.cz-scope.cz-io .iviz-bag .count,.cz-scope.cz-io .iviz-wave .w,.cz-scope.cz-io .iviz-coin .coinwrap,.cz-scope.cz-io .iviz-coin .chkbadge,.cz-scope.cz-io .iviz-pulse .ekg,.cz-scope.cz-io .iviz-bars .b,.cz-scope.cz-io .iviz-radar .sweep,.cz-scope.cz-io .iviz-radar .blip,.cz-scope.cz-io .iviz-heart svg,.cz-scope.cz-io .iviz-sec .draw,.cz-scope.cz-io .iviz-shield,.cz-scope.cz-io .iviz-globe .meridian,.cz-scope.cz-io .iviz-lock .keyhole,.cz-scope.cz-io .iviz-doc .lines,.cz-scope.cz-io .iviz-ai .big,.cz-scope.cz-io .iviz-ai .spark{
  animation-play-state:var(--cz-play,running);
}.cz-scope .iviz):
   mark any container with data-cz-io and every continuous
   animation inside it pauses until the container scrolls ~30%
   into view (motion.js then adds .cz-in and this rule stops
   applying). Under reduced-motion motion.js never adds .cz-io,.cz-scope so inline animations are left exactly as they were. */
html.cz-io [data-cz-io]:not(.cz-in) *,.cz-scope.cz-io [data-cz-io]:not(.cz-in) *::before,.cz-scope.cz-io [data-cz-io]:not(.cz-in) *::after{ animation-play-state:paused !important; }
@media (prefers-reduced-motion: reduce){.cz-scope .cz-orb,.cz-scope .cz-orb::before,.cz-scope .cz-orb::after,.cz-scope .cz-eye,.cz-scope .cz-thinking-dots i,.cz-scope .cz-spinner,.cz-scope .cz-ring-fill,.cz-scope .cz-gauge-fill,.cz-scope .cz-gauge-needle,.cz-scope .cz-spark-area,.cz-scope .cz-spark-line,.cz-scope .cz-spark-dot,.cz-scope .cz-wire-p,.cz-scope .cz-stage,.cz-scope .cz-step,.cz-scope .cz-nebula i,.cz-scope .cz-signal,.cz-scope .cz-card,.cz-scope .cz-card-status i,.cz-scope .cz-ping::before,.cz-scope .cz-dot,.cz-scope .cz-progress i{ animation:none !important; }.cz-scope .cz-ring-fill{ stroke-dashoffset:24; }.cz-scope .cz-gauge-fill{ stroke-dashoffset:34; }.cz-scope .cz-spark-line{ stroke-dashoffset:0; }.cz-scope .cz-spark-area,.cz-scope .cz-spark-dot{ opacity:1; }.cz-scope .cz-card,.cz-scope .cz-signal,.cz-scope .cz-wire-p{ opacity:1; transform:none; }.cz-scope .cz-deck{ height:auto; }.cz-scope .cz-deck .cz-card{ position:relative; transform:none !important; }.cz-scope .cz-deck .cz-card:not(:first-child){ display:none; }.cz-scope .cz-deck .cz-card .cz-card-bd{ opacity:1 !important; }.cz-scope .cz-progress i{ width:70%; }
}.cz-scope .hero-split .hero-ctas{ justify-content:flex-start; }.cz-scope .ind-stage{ position:relative; padding:10px; min-height:300px;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:24px; }.cz-scope .ind-cap{ font-size:13.5px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; color:var(--muted); text-align:center; }.cz-scope .ind-vizwrap{ flex:1; display:flex; align-items:center; justify-content:center; min-height:150px; }.cz-scope .ind-pill{ display:inline-flex; align-items:center; gap:8px; padding:9px 18px; border-radius:999px; background:var(--panel);
  box-shadow:0 12px 28px -16px rgba(99,102,241,.55); font-family:var(--font-head); font-weight:700; color:var(--accent-deep); font-size:14px; }.cz-scope .ind-pill b{ color:var(--cz-magenta); }.cz-scope .iviz{ position:relative; display:inline-flex; align-items:center; justify-content:center; }.cz-scope .iviz-tag{ gap:12px; }.cz-scope .iviz-tag .tee{ animation:czi-teebob 3.6s ease-in-out infinite; transform-origin:top center; }.cz-scope .iviz-tag .ptag{ transform-origin:top left; animation:czi-tagswing 3.4s ease-in-out infinite; }
@keyframes czi-teebob{ 0%,100%{ transform:translateY(0) rotate(-2deg) } 50%{ transform:translateY(-5px) rotate(2deg) } }
@keyframes czi-tagswing{ 0%,100%{ transform:rotate(-9deg) } 50%{ transform:rotate(9deg) } }.cz-scope .iviz-auto .cz-gauge-fill,.cz-scope .iviz-auto .cz-gauge-needle{ animation-duration:2.6s; }.cz-scope .iviz-bag{ position:relative; }.cz-scope .iviz-bag .item{ position:absolute; left:31px; top:0; width:13px; height:13px; border-radius:4px;
  background:var(--grad); opacity:0; z-index:1; animation:czi-bagdrop 3.2s ease-in infinite; }.cz-scope .iviz-bag .count{ position:absolute; right:2px; top:-2px; min-width:22px; height:22px; padding:0 5px; border-radius:999px;
  background:var(--cz-magenta); color:#fff; font-family:var(--font-head); font-weight:800; font-size:12px;
  display:flex; align-items:center; justify-content:center; box-shadow:0 4px 10px -3px rgba(236,72,153,.55);
  transform:scale(0); animation:czi-countpop 3.2s ease infinite; z-index:2; }
@keyframes czi-bagdrop{ 0%{ top:0; opacity:0 } 12%{ opacity:1 } 48%{ top:26px; opacity:1 } 56%,100%{ top:30px; opacity:0 } }
@keyframes czi-countpop{ 0%,46%{ transform:scale(0) } 56%{ transform:scale(1.3) } 64%,92%{ transform:scale(1) } 100%{ transform:scale(1) } }.cz-scope .iviz-wave{ align-items:center; gap:6px; height:84px; }.cz-scope .iviz-wave .w{ width:6px; border-radius:3px; background:var(--accent); height:50px; transform-origin:center; transform:scaleY(.35); animation:czi-wav 1.5s ease-in-out infinite; }.cz-scope .iviz-wave .w.hot{ background:var(--cz-magenta); }
@keyframes czi-wav{ 0%,100%{ transform:scaleY(.35) } 50%{ transform:scaleY(1.25) } }.cz-scope .iviz-coin{ position:relative; }.cz-scope .iviz-coin .coinwrap{ display:inline-flex; animation:czi-coinpulse 3.6s ease-in-out infinite; transform-origin:center; }.cz-scope .iviz-coin .dollar{ font-family:var(--font-head); font-weight:700; fill:url(#czBlue); }.cz-scope .iviz-coin .chkbadge{ position:absolute; right:-6px; top:-6px; width:28px; height:28px; border-radius:50%;
  background:var(--teal); color:#fff; font-size:16px; font-weight:800; display:flex; align-items:center; justify-content:center;
  box-shadow:0 5px 12px -3px rgba(45,212,191,.7); opacity:0; animation:czi-coinchk 3.6s ease infinite; }
@keyframes czi-coinpulse{ 0%,100%{ transform:scale(1) } 50%{ transform:scale(1.07) } }
@keyframes czi-coinchk{ 0%,50%{ opacity:0; transform:scale(.3) } 62%,90%{ opacity:1; transform:scale(1) } 96%,100%{ opacity:0 } }.cz-scope .iviz-pulse{ position:relative; }.cz-scope .iviz-pulse svg{ width:190px; height:76px; overflow:visible; }.cz-scope .iviz-pulse .ekg{ fill:none; stroke:url(#czBlue); stroke-width:2.8; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray:230; stroke-dashoffset:230; animation:czi-ekg 4.6s ease infinite; }.cz-scope .iviz-pulse .flat{ fill:none; stroke:rgba(99,102,241,.30); stroke-width:2.8; stroke-linecap:round; }.cz-scope .iviz-pulse .revive{ position:absolute; right:2px; top:10px; }
@keyframes czi-ekg{ 0%{ stroke-dashoffset:230 } 42%,86%{ stroke-dashoffset:0 } 100%{ stroke-dashoffset:230 } }.cz-scope .iviz-bars{ position:relative; align-items:flex-end; gap:13px; height:120px; }.cz-scope .iviz-bars .b{ width:22px; height:104px; border-radius:6px 6px 3px 3px; transform-origin:bottom; transform:scaleY(.5);
  background:var(--grad); animation:czi-bar 4.2s var(--cz-ease) infinite; }.cz-scope .iviz-bars .b.lo{ animation-name:czi-barlo; }.cz-scope .iviz-bars .bench{ position:absolute; left:-8px; right:-8px; bottom:50px; border-top:2px dashed rgba(99,102,241,.55); }
@keyframes czi-bar{ 0%,10%{ transform:scaleY(.5) } 50%,92%{ transform:scaleY(1) } 100%{ transform:scaleY(.5) } }
@keyframes czi-barlo{ 0%,10%{ transform:scaleY(.3) } 44%{ transform:scaleY(.3) } 52%,92%{ transform:scaleY(.94) } 100%{ transform:scaleY(.3) } }.cz-scope .iviz-radar{ position:relative; width:132px; height:132px; }.cz-scope .iviz-radar .ring{ position:absolute; border:2px solid rgba(99,102,241,.20); border-radius:50%; }.cz-scope .iviz-radar .r1{ inset:0; }.cz-scope .iviz-radar .r2{ inset:26px; border-color:rgba(99,102,241,.14); }.cz-scope .iviz-radar .r3{ inset:52px; border-color:rgba(99,102,241,.10); }.cz-scope .iviz-radar .sweep{ position:absolute; inset:0; border-radius:50%;
  background:conic-gradient(from 0deg, rgba(34,211,238,.30), rgba(99,102,241,.05) 70deg, transparent 92deg);
  animation:czi-radar 3s linear infinite; }.cz-scope .iviz-radar .blip{ position:absolute; top:25%; left:62%; width:14px; height:14px; border-radius:50%; background:var(--cz-magenta);
  box-shadow:0 0 0 6px rgba(236,72,153,.18); animation:czi-blip 3s ease-in-out infinite; }
@keyframes czi-radar{ to{ transform:rotate(360deg) } }
@keyframes czi-blip{ 0%,18%{ opacity:0; transform:scale(.3) } 28%{ opacity:1; transform:scale(1.15) } 62%{ opacity:1; transform:scale(1) } 82%,100%{ opacity:0; transform:scale(.6) } }.cz-scope .iviz-heart svg{ animation:czi-beat 2.2s ease-in-out infinite; transform-origin:center; }
@keyframes czi-beat{ 0%,100%{ transform:scale(1) } 12%{ transform:scale(1.16) } 26%{ transform:scale(1.02) } 40%{ transform:scale(1.11) } 56%{ transform:scale(1) } }
@media(max-width:860px){.cz-scope .ind-stage{ min-height:230px; } }.cz-scope .iviz-sec svg{ overflow:visible; }.cz-scope .iviz-sec .draw{ stroke-dasharray:1; stroke-dashoffset:1; animation:czi-secdraw 4s ease-in-out infinite; }
@keyframes czi-secdraw{ 0%,28%{ stroke-dashoffset:1; } 52%,90%{ stroke-dashoffset:0; } 100%{ stroke-dashoffset:1; } }.cz-scope .iviz-shield{ animation:czi-secbreath 4s ease-in-out infinite; transform-origin:center; }
@keyframes czi-secbreath{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.06); } }.cz-scope .iviz-globe .meridian{ transform-box:fill-box; transform-origin:center; animation:czi-globe 5s ease-in-out infinite; }
@keyframes czi-globe{ 0%,100%{ transform:scaleX(1); } 50%{ transform:scaleX(.1); } }.cz-scope .iviz-lock .keyhole{ transform-box:fill-box; transform-origin:center; animation:czi-lockpulse 2.4s ease-in-out infinite; }
@keyframes czi-lockpulse{ 0%,100%{ transform:scale(1); opacity:.85; } 50%{ transform:scale(1.4); opacity:1; } }.cz-scope .iviz-doc .lines{ stroke-dasharray:1; stroke-dashoffset:1; animation:czi-docscan 4.4s ease infinite; }
@keyframes czi-docscan{ 0%,14%{ stroke-dashoffset:1; } 60%,88%{ stroke-dashoffset:0; } 100%{ stroke-dashoffset:1; } }.cz-scope .iviz-ai .big{ transform-box:fill-box; transform-origin:center; animation:czi-airot 12s linear infinite; }.cz-scope .iviz-ai .spark{ transform-box:fill-box; transform-origin:center; animation:czi-twinkle 2.6s ease-in-out infinite; }
@keyframes czi-airot{ to{ transform:rotate(360deg); } }
@keyframes czi-twinkle{ 0%,100%{ transform:scale(.6) rotate(0deg); opacity:.5; } 50%{ transform:scale(1.15) rotate(45deg); opacity:1; } }
@media (prefers-reduced-motion: reduce){.cz-scope .iviz-tag .tee,.cz-scope .iviz-tag .ptag,.cz-scope .iviz-bag .item,.cz-scope .iviz-bag .count,.cz-scope .iviz-wave .w,.cz-scope .iviz-coin .coinwrap,.cz-scope .iviz-coin .chkbadge,.cz-scope .iviz-pulse .ekg,.cz-scope .iviz-bars .b,.cz-scope .iviz-radar .sweep,.cz-scope .iviz-radar .blip,.cz-scope .iviz-heart svg{ animation:none !important; }.cz-scope .iviz-pulse .ekg{ stroke-dashoffset:0; }.cz-scope .iviz-bag .count{ transform:scale(1); }.cz-scope .iviz-bars .b{ transform:scaleY(.85); }.cz-scope .iviz-radar .blip{ opacity:1; transform:scale(1); }.cz-scope .iviz-shield,.cz-scope .iviz-globe .meridian,.cz-scope .iviz-lock .keyhole,.cz-scope .iviz-ai .big,.cz-scope .iviz-ai .spark,.cz-scope .iviz-sec .draw,.cz-scope .iviz-doc .lines{ animation:none !important; }.cz-scope .iviz-sec .draw,.cz-scope .iviz-doc .lines{ stroke-dashoffset:0; }.cz-scope .iviz-globe .meridian{ transform:scaleX(1); }
}
