*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}img,video,svg{max-width:100%;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--lab-primary);outline-offset:3px;border-radius:4px}:root{--lab-bg:#090711;--lab-surface:#151022;--lab-surface-elevated:#1d1630;--lab-surface-soft:#241735;--lab-primary:#ff7a1a;--lab-primary-soft:#ffb066;--lab-primary-dark:#b54708;--lab-secondary:#6d28d9;--lab-violet:#a855f7;--lab-violet-accent:#a855f7;--lab-text:#fff;--lab-text-muted:#b8b1c7;--lab-muted:#b8b1c7;--lab-light:#fff7ed;--lab-light-text:#21162c;--lab-success:#2ee59d;--lab-warning:#ffd166;--lab-danger:#ff4d6d;--lab-gradient:linear-gradient(135deg, #ff7a1a 0%, #a855f7 55%, #6d28d9 100%);--lab-gradient-subtle:linear-gradient(135deg, #ff7a1a26, #a855f726);--lab-border:#ff7a1a29;--lab-border-hover:#ff7a1a6b;--lab-border-primary:#ff7a1a3d;--lab-border-secondary:#a855f73d;--lab-border-neutral:#ffffff17;--shadow-card:0 4px 32px #00000073;--shadow-glow:0 0 24px #ff7a1a47;--shadow-glow-purple:0 0 24px #a855f738;--radius-card:24px;--radius-button:14px;--radius-sm:8px;--max-width:1200px;--section-padding:clamp(4rem, 8vw, 7rem);--container-padding:clamp(1rem, 5vw, 4rem);--ease-out:cubic-bezier(.22, 1, .36, 1);--duration-fast:.16s;--duration-base:.28s;--duration-slow:.5s}.font-display{font-family:Space Grotesk,system-ui,sans-serif}.font-body{font-family:Inter,system-ui,sans-serif}.font-mono{font-family:IBM Plex Mono,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:var(--lab-text);font-family:Space Grotesk,system-ui,sans-serif;font-weight:600;line-height:1.1}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem);line-height:1}h2{letter-spacing:-.015em;font-size:clamp(2rem,3.5vw,2.75rem);line-height:1.1}h3{letter-spacing:-.01em;font-size:clamp(1.5rem,2.5vw,1.75rem);line-height:1.2}p,li,span,label,button,input{font-family:Inter,system-ui,sans-serif}.text-lead{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.1rem,1.8vw,1.25rem);font-weight:400;line-height:1.55}.text-body{font-family:Inter,system-ui,sans-serif;font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;line-height:1.6}.text-small{font-size:.9rem;line-height:1.5}.label{letter-spacing:.12em;text-transform:uppercase;font-family:IBM Plex Mono,Courier New,monospace;font-size:.75rem;font-weight:500}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--lab-primary);font-family:IBM Plex Mono,Courier New,monospace;font-size:.7rem;font-weight:500}.text-primary{color:var(--lab-primary)}.text-secondary{color:var(--lab-secondary)}.text-muted{color:var(--lab-text-muted)}.text-white{color:var(--lab-text)}.text-dark{color:var(--lab-light-text)}body{color:var(--lab-text);background-color:#0000;font-family:Inter,system-ui,sans-serif;font-size:1rem;line-height:1.6}.container{max-width:var(--max-width);padding-left:var(--container-padding);padding-right:var(--container-padding);margin:0 auto}.section{padding-top:var(--section-padding);padding-bottom:var(--section-padding)}.section--dark{background-color:#090711e8}.section--surface{background-color:#151022ed}.section--light{background-color:var(--lab-light);color:var(--lab-light-text)}.section--light h1,.section--light h2,.section--light h3{color:var(--lab-light-text)}.section--light .eyebrow{color:var(--lab-primary-dark)}.section--light .text-muted{color:#4a5568}.card{background:var(--lab-surface-elevated);border:1px solid var(--lab-border);border-radius:var(--radius-card);transition:border-color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);padding:2rem}.card:hover{border-color:var(--lab-border-hover);box-shadow:var(--shadow-glow)}.btn{border-radius:var(--radius-button);transition:all var(--duration-base) var(--ease-out);cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:Inter,system-ui,sans-serif;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--lab-primary);color:#fff}.btn-primary:hover{background:var(--lab-primary-soft);transform:translateY(-1px)}.btn-secondary{color:var(--lab-text);border:1px solid var(--lab-border-hover);background:0 0}.btn-secondary:hover{border-color:var(--lab-primary);color:var(--lab-primary);transform:translateY(-1px)}.grid-bg{position:relative}.grid-bg:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#a855f70f 1px,#0000 1px),radial-gradient(circle,#ff7a1a08 1px,#0000 1px);background-position:0 0,20px 20px;background-size:40px 40px,80px 80px;position:absolute;inset:0}.grid-bg>*{z-index:1;position:relative}.glow-divider{background:var(--lab-gradient);border-radius:2px;width:60px;height:2px;margin:1rem 0 1.5rem}.tag{letter-spacing:.1em;text-transform:uppercase;border-radius:100px;align-items:center;padding:.25rem .75rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:500;display:inline-flex}.tag--primary{color:var(--lab-primary);background:#ff7a1a1f;border:1px solid #ff7a1a47}.tag--secondary{color:var(--lab-violet);background:#6d28d926;border:1px solid #a855f74d}.tag--muted{color:var(--lab-text-muted);background:#aab6cb1a;border:1px solid #aab6cb33}.highlight-block{border-left:3px solid var(--lab-primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:#ff7a1a0d;padding:1rem 1.5rem}.reveal{opacity:0;transition:opacity var(--duration-slow) var(--ease-out), transform var(--duration-slow) var(--ease-out);transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}._bg_11p96_2{z-index:-1;pointer-events:none;background:radial-gradient(75% 55% at 55% -5%,#6d28d92e 0%,#0000 65%),radial-gradient(55% 50% at 100% 40%,#ff7a1a1a 0%,#0000 60%),radial-gradient(45% 45% at 0 65%,#6d28d91a 0%,#0000 65%),radial-gradient(40% 30% at 50% 100%,#a855f712 0%,#0000 60%),#090711;position:fixed;inset:0;overflow:hidden}._svg_11p96_33{width:100%;height:100%;position:absolute;inset:0}._blob_11p96_42{pointer-events:none;border-radius:50%;animation:14s ease-in-out infinite _blobPulse_11p96_1;position:absolute}._blobTopRight_11p96_50{background:radial-gradient(#ff7a1a17 0%,#a855f712 45%,#0000 75%);width:680px;height:480px;animation-duration:12s;animation-delay:0s;top:-120px;right:-80px}._blobMidLeft_11p96_65{background:radial-gradient(#6d28d914 0%,#a855f70d 45%,#0000 75%);width:520px;height:400px;animation-duration:16s;animation-delay:-4s;top:35%;left:-120px}._blobBottomRight_11p96_80{background:radial-gradient(#ff7a1a12 0%,#a855f70d 50%,#0000 75%);width:600px;height:400px;animation-duration:18s;animation-delay:-8s;bottom:-80px;right:-60px}._blobCenter_11p96_95{background:radial-gradient(#a855f70d 0%,#0000 70%);width:440px;height:320px;animation-duration:20s;animation-delay:-6s;top:42%;left:38%;transform:translate(-50%,-50%)}@keyframes _blobPulse_11p96_1{0%,to{opacity:1;transform:scale(1)}33%{opacity:.85;transform:scale(1.06)}66%{opacity:.92;transform:scale(.96)}}._networkEdges_11p96_117{animation:20s ease-in-out infinite _networkBreathe_11p96_1}@keyframes _networkBreathe_11p96_1{0%,to{opacity:1}50%{opacity:.82}}._sparkA_11p96_130{stroke-dasharray:80 1820;stroke-dashoffset:1900px;animation:18s linear infinite _sparkTravelA_11p96_1}@keyframes _sparkTravelA_11p96_1{0%{stroke-dashoffset:1900px;stroke-opacity:0}5%{stroke-opacity:.9}90%{stroke-opacity:.75}to{stroke-dashoffset:-80px;stroke-opacity:0}}._sparkB_11p96_144{stroke-dasharray:70 1730;stroke-dashoffset:1800px;animation:15s linear -6s infinite _sparkTravelB_11p96_1}@keyframes _sparkTravelB_11p96_1{0%{stroke-dashoffset:1800px;stroke-opacity:0}5%{stroke-opacity:.85}90%{stroke-opacity:.7}to{stroke-dashoffset:-70px;stroke-opacity:0}}._sparkC_11p96_159{stroke-dasharray:55 905;stroke-dashoffset:960px;animation:11s linear -3s infinite _sparkTravelC_11p96_1}@keyframes _sparkTravelC_11p96_1{0%{stroke-dashoffset:960px;stroke-opacity:0}6%{stroke-opacity:.8}88%{stroke-opacity:.65}to{stroke-dashoffset:-55px;stroke-opacity:0}}._sparkD_11p96_174{stroke-dasharray:45 655;stroke-dashoffset:700px;stroke-opacity:.6;animation:13s linear -9s infinite _sparkTravelD_11p96_1}@keyframes _sparkTravelD_11p96_1{0%{stroke-dashoffset:700px;stroke-opacity:0}6%{stroke-opacity:.65}88%{stroke-opacity:.5}to{stroke-dashoffset:-45px;stroke-opacity:0}}@media (width<=768px){._networkEdges_11p96_117{opacity:.5}._blobMidLeft_11p96_65,._blobCenter_11p96_95{display:none}._blobTopRight_11p96_50{width:380px;height:300px}._blobBottomRight_11p96_80{width:340px;height:260px}._sparkC_11p96_159,._sparkD_11p96_174{display:none}}@media (width<=480px){._blobTopRight_11p96_50{width:280px;height:220px}}@media (prefers-reduced-motion:reduce){._blob_11p96_42,._networkEdges_11p96_117{animation:none}._sparkA_11p96_130,._sparkB_11p96_144,._sparkC_11p96_159,._sparkD_11p96_174{display:none}}._wrap_pmh6b_3{flex-shrink:0;position:relative}._trigger_pmh6b_10{border-radius:var(--radius-sm);color:var(--lab-text-muted);cursor:pointer;transition:color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:5px;padding:6px 10px;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;display:flex}._trigger_pmh6b_10:hover,._triggerOpen_pmh6b_31{color:var(--lab-text);border-color:var(--lab-border-neutral);background:#ffffff0f}._trigger_pmh6b_10:focus-visible{outline:2px solid var(--lab-primary);outline-offset:2px}._globeIcon_pmh6b_44{opacity:.7;transition:opacity var(--duration-fast);flex-shrink:0}._trigger_pmh6b_10:hover ._globeIcon_pmh6b_44,._triggerOpen_pmh6b_31 ._globeIcon_pmh6b_44{opacity:1}._activeLabel_pmh6b_55{letter-spacing:.04em;font-size:.75rem}._chevron_pmh6b_60{opacity:.6;transition:transform var(--duration-fast) var(--ease-out), opacity var(--duration-fast);flex-shrink:0}._trigger_pmh6b_10:hover ._chevron_pmh6b_60,._triggerOpen_pmh6b_31 ._chevron_pmh6b_60{opacity:1}._chevronOpen_pmh6b_71{transform:rotate(180deg)}._dropdown_pmh6b_77{border:1px solid var(--lab-border-neutral);border-radius:var(--radius-card,14px);opacity:0;pointer-events:none;min-width:132px;transition:opacity var(--duration-base) var(--ease-out), transform var(--duration-base) var(--ease-out);transform-origin:100% 0;z-index:200;background:#1d1630;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);right:0;transform:translateY(-6px)scale(.97);box-shadow:0 8px 28px #00000080,0 0 0 1px #ff7a1a0f}._dropdownOpen_pmh6b_101{opacity:1;pointer-events:auto;transform:none}._option_pmh6b_109{cursor:pointer;transition:background var(--duration-fast) var(--ease-out);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}._option_pmh6b_109:hover{background:#ffffff0f}._option_pmh6b_109:focus-visible{outline:2px solid var(--lab-primary);outline-offset:-2px;border-radius:8px}._optionActive_pmh6b_129{background:#ff7a1a14}._optionShort_pmh6b_133{color:var(--lab-primary);letter-spacing:.06em;min-width:22px;font-family:IBM Plex Mono,monospace;font-size:.6875rem;font-weight:600}._optionLabel_pmh6b_142{color:var(--lab-text);flex:1;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500}._checkIcon_pmh6b_150{color:var(--lab-primary);flex-shrink:0}@media (width<=900px){._wrap_pmh6b_3{width:100%}._trigger_pmh6b_10{border-color:var(--lab-border-neutral);justify-content:flex-start;width:100%;padding:10px 14px}._dropdown_pmh6b_77{opacity:1;pointer-events:auto;box-shadow:none;border:1px solid var(--lab-border-neutral);border-radius:10px;margin-top:6px;display:none;position:static;transform:none}._dropdownOpen_pmh6b_101{display:block}}._backdrop_atpg1_1{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:150;opacity:0;pointer-events:none;transition:opacity var(--duration-base) var(--ease-out);background:#070b18b3;position:fixed;inset:0}._backdrop_atpg1_1._open_atpg1_12{opacity:1;pointer-events:all}._drawer_atpg1_17{background:var(--lab-surface);border-left:1px solid var(--lab-border);z-index:200;width:min(320px,85vw);transition:transform var(--duration-base) var(--ease-out);flex-direction:column;padding:1.5rem;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}._drawer_atpg1_17._open_atpg1_12{transform:translate(0)}._header_atpg1_37{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}._close_atpg1_44{color:var(--lab-text-muted);border-radius:var(--radius-sm);transition:color var(--duration-fast);padding:.5rem}._close_atpg1_44:hover{color:var(--lab-text)}._list_atpg1_55{flex-direction:column;flex:1;gap:.25rem;display:flex}._link_atpg1_62{color:var(--lab-text-muted);border-radius:var(--radius-sm);transition:color var(--duration-fast), background var(--duration-fast);padding:.75rem 1rem;font-size:1rem;font-weight:500;display:block}._link_atpg1_62:hover{color:var(--lab-text);background:#ffffff0f}._langWrap_atpg1_77{border-top:1px solid var(--lab-border-neutral);margin-top:1rem;padding-top:1rem}._footer_atpg1_83{border-top:1px solid var(--lab-border);margin-top:1rem;padding-top:1rem}._header_19zzz_1{z-index:100;transition:background var(--duration-base) var(--ease-out), backdrop-filter var(--duration-base) var(--ease-out), border-color var(--duration-base) var(--ease-out);border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}._header_19zzz_1:before{content:"";opacity:0;height:2px;transition:opacity var(--duration-base) var(--ease-out);z-index:1;background:linear-gradient(90deg,#a855f7 0%,#ff7a1a 100%);position:absolute;top:0;left:0;right:0}._scrolled_19zzz_27:before{opacity:.7}._scrolled_19zzz_27{-webkit-backdrop-filter:blur(18px);border-bottom-color:var(--lab-border);background:#090711f0}._inner_19zzz_38{align-items:center;gap:2rem;height:72px;display:flex}._logo_19zzz_45{flex-shrink:0;align-items:center;display:flex}._logoImg_19zzz_51{object-fit:contain;width:142px;height:auto;display:block}@media (width<=900px){._logoImg_19zzz_51{width:128px}}@media (width<=560px){._logoImg_19zzz_51{width:112px}}._nav_19zzz_70{flex:1;justify-content:flex-end;display:flex}._navList_19zzz_76{gap:.25rem;display:flex}._navLink_19zzz_81{color:var(--lab-text-muted);border-radius:var(--radius-sm);transition:color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out);padding:.5rem .875rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}._navLink_19zzz_81:hover{color:var(--lab-text);background:#ffffff0f}._actions_19zzz_97{flex-shrink:0;align-items:center;gap:.5rem;display:flex}._langDesktop_19zzz_104{align-items:center;display:flex}._hamburger_19zzz_109{cursor:pointer;border-radius:var(--radius-sm);width:32px;transition:background var(--duration-fast);flex-direction:column;gap:5px;padding:6px 4px;display:none}._hamburger_19zzz_109:hover{background:#ffffff0f}._hamburger_19zzz_109 span{background:var(--lab-text-muted);height:2px;transition:background var(--duration-fast);border-radius:2px;display:block}._hamburger_19zzz_109:hover span{background:var(--lab-primary)}@media (width<=900px){._nav_19zzz_70{display:none}._hamburger_19zzz_109{display:flex}._langDesktop_19zzz_104{display:none}}._footer_1rojh_1{background:var(--lab-surface);border-top:1px solid var(--lab-border);padding-top:3rem;padding-bottom:2rem}._inner_1rojh_8{border-bottom:1px solid var(--lab-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:2rem;display:flex}._brand_1rojh_18{align-items:center;gap:.875rem;display:flex}._symbol_1rojh_24{opacity:.9;flex-shrink:0}._name_1rojh_29{color:var(--lab-text);margin-bottom:.2rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600}._tagline_1rojh_37{color:var(--lab-text-muted);font-size:.8rem}._nav_1rojh_42{flex:1;justify-content:flex-end;display:flex}._navList_1rojh_48{flex-wrap:wrap;justify-content:flex-end;gap:.25rem 1.5rem;display:flex}._navLink_1rojh_55{color:var(--lab-text-muted);transition:color var(--duration-fast);font-size:.875rem}._navLink_1rojh_55:hover{color:var(--lab-primary)}._bottom_1rojh_65{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1.5rem;display:flex}._relationship_1rojh_74{letter-spacing:.08em;color:var(--lab-text-muted);font-family:IBM Plex Mono,monospace;font-size:.7rem}._legal_1rojh_81{color:var(--lab-text-muted);opacity:.6;font-size:.8rem}@media (width<=640px){._inner_1rojh_8{flex-direction:column;gap:2rem}._nav_1rojh_42,._navList_1rojh_48{justify-content:flex-start}._bottom_1rojh_65{flex-direction:column;align-items:flex-start}}._wrapper_s18cb_7{aspect-ratio:480/490;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;max-width:520px;display:flex;position:relative}._svg_s18cb_18{width:100%;height:100%;overflow:visible}._ambLine_s18cb_26{animation:6s ease-in-out infinite _ambLineFade_s18cb_1}._ambDot_s18cb_30{animation:_ambDotPulse_s18cb_1 var(--dur,4s) ease-in-out infinite;animation-delay:var(--delay,0s)}._ad1_s18cb_35{--dur:3.8s;--delay:0s}._ad2_s18cb_36{--dur:5.2s;--delay:.9s}._ad3_s18cb_37{--dur:4.4s;--delay:1.7s}._ad4_s18cb_38{--dur:3.5s;--delay:.4s}._ad5_s18cb_39{--dur:6s;--delay:2.1s}._ad6_s18cb_40{--dur:4.8s;--delay:1.3s}@keyframes _ambLineFade_s18cb_1{0%,to{opacity:.6}50%{opacity:1}}@keyframes _ambDotPulse_s18cb_1{0%,to{opacity:.25}50%{opacity:.75}}._outerHex_s18cb_54{animation:9s ease-in-out infinite _outerHexBreath_s18cb_1}@keyframes _outerHexBreath_s18cb_1{0%,to{stroke-opacity:.32}50%{stroke-opacity:.45}}._outerHexGlow_s18cb_64{animation:9s ease-in-out infinite _outerHexGovernGlow_s18cb_1}@keyframes _outerHexGovernGlow_s18cb_1{0%,65%{stroke-opacity:0}74%{stroke-opacity:.7}88%{stroke-opacity:.65}97%{stroke-opacity:0}to{stroke-opacity:0}}._midHex_s18cb_78{animation:12s ease-in-out infinite _midHexBreath_s18cb_1}@keyframes _midHexBreath_s18cb_1{0%,to{stroke-opacity:.18}50%{stroke-opacity:.28}}._innerHex_s18cb_89{animation:9s ease-in-out infinite _innerHexActivate_s18cb_1}@keyframes _innerHexActivate_s18cb_1{0%,33%{stroke-opacity:.55;stroke-width:2.5px}42%{stroke-opacity:1;stroke-width:3px;filter:drop-shadow(0 0 5px #a855f7a6)}58%{stroke-opacity:1;stroke-width:3px;filter:drop-shadow(0 0 5px #ff7a1a8c)}68%{stroke-opacity:.55;stroke-width:2.5px;filter:none}to{stroke-opacity:.55;stroke-width:2.5px;filter:none}}._connector_s18cb_103{animation:9s ease-in-out infinite _connectorBreath_s18cb_1}@keyframes _connectorBreath_s18cb_1{0%,to{stroke-opacity:.38}42%{stroke-opacity:.7}58%{stroke-opacity:.7}68%{stroke-opacity:.38}}._vNode_s18cb_116{animation:9s ease-in-out infinite _vNodeIdle_s18cb_1;animation-delay:var(--vd,0s)}._vnTop_s18cb_121{--vd:0s}._vnUR_s18cb_122{--vd:.4s}._vnLR_s18cb_123{--vd:.8s}._vnBot_s18cb_124{--vd:1.2s}._vnLL_s18cb_125{--vd:1.6s}._vnUL_s18cb_126{--vd:2s}@keyframes _vNodeIdle_s18cb_1{0%,to{opacity:.55}50%{opacity:1}}._coreGroup_s18cb_135{transform-box:fill-box;transform-origin:240px 244px;animation:9s ease-in-out infinite _coreGroupPulse_s18cb_1}@keyframes _coreGroupPulse_s18cb_1{0%,33%{filter:none;transform:scale(1)}44%{filter:drop-shadow(0 0 10px #a855f7cc);transform:scale(1.14)}54%{filter:drop-shadow(0 0 12px #ff7a1ab3);transform:scale(1.11)}65%{filter:none;transform:scale(1)}to{filter:none;transform:scale(1)}}._coreTop_s18cb_150,._coreLeft_s18cb_150,._coreRight_s18cb_150{animation:3s ease-in-out infinite _coreFaceIdle_s18cb_1}._coreLeft_s18cb_150{animation-delay:.15s}._coreRight_s18cb_150{animation-delay:.3s}@keyframes _coreFaceIdle_s18cb_1{0%,to{opacity:.82}50%{opacity:1}}._coreGlowEl_s18cb_161{animation:9s ease-in-out infinite _coreGlowPulse_s18cb_1}@keyframes _coreGlowPulse_s18cb_1{0%,33%{opacity:.5}44%{opacity:1}58%{opacity:1}68%{opacity:.5}to{opacity:.5}}._signalLearn_s18cb_175{stroke-dasharray:323;stroke-dashoffset:323px;opacity:0;animation:9s cubic-bezier(.22,1,.36,1) infinite _signalLearnAnim_s18cb_1}@keyframes _signalLearnAnim_s18cb_1{0%{stroke-dashoffset:323px;opacity:0}4%{opacity:1}24%{stroke-dashoffset:0;opacity:1}31%{stroke-dashoffset:0;opacity:.7}34%{opacity:0}35%{stroke-dashoffset:323px}to{stroke-dashoffset:323px;opacity:0}}._signalNode_s18cb_192{opacity:0;offset-path:path("M 240 10 L 240 55 L 400.2 147.5 L 400.2 240");offset-distance:0%;animation:9s cubic-bezier(.22,1,.36,1) infinite _signalNodeTravel_s18cb_1}@keyframes _signalNodeTravel_s18cb_1{0%{offset-distance:0%;opacity:0}5%{opacity:1}28%{offset-distance:100%;opacity:1}33%{opacity:0}to{offset-distance:0%;opacity:0}}._labelLearn_s18cb_209{animation:9s ease-in-out infinite _labelLearnAnim_s18cb_1}@keyframes _labelLearnAnim_s18cb_1{0%{opacity:.22;filter:none}12%{opacity:1;filter:drop-shadow(0 0 7px #a855f7e6)}28%{opacity:1;filter:drop-shadow(0 0 7px #a855f7e6)}36%{opacity:.22;filter:none}to{opacity:.22;filter:none}}._testRing_s18cb_223{animation:9s ease-in-out infinite _testRingAnim_s18cb_1}@keyframes _testRingAnim_s18cb_1{0%,36%{stroke-opacity:0;stroke-dashoffset:0}42%{stroke-opacity:.8}58%{stroke-opacity:.6}68%{stroke-opacity:0}to{stroke-opacity:0}}._labelTest_s18cb_237{animation:9s ease-in-out infinite _labelTestAnim_s18cb_1}@keyframes _labelTestAnim_s18cb_1{0%,38%{opacity:.22;filter:none}46%{opacity:1;filter:drop-shadow(0 0 7px #a855f7e6)}60%{opacity:1;filter:drop-shadow(0 0 7px #ff7a1ab3)}70%{opacity:.22;filter:none}to{opacity:.22;filter:none}}._signalGovern_s18cb_251{stroke-dasharray:33;stroke-dashoffset:33px;opacity:0;animation:9s cubic-bezier(.22,1,.36,1) infinite _signalGovernAnim_s18cb_1}@keyframes _signalGovernAnim_s18cb_1{0%,70%{stroke-dashoffset:33px;opacity:0}74%{opacity:1}84%{stroke-dashoffset:0;opacity:1}91%{stroke-dashoffset:0;opacity:.6}93%{opacity:0}94%{stroke-dashoffset:33px}to{stroke-dashoffset:33px;opacity:0}}._gateCircle_s18cb_270{transform-box:fill-box;transform-origin:240px 463px;opacity:0;animation:9s ease-in-out infinite _gateCircleAnim_s18cb_1}@keyframes _gateCircleAnim_s18cb_1{0%,82%{opacity:0;transform:scale(.4)}87%{opacity:1;transform:scale(1.15)}93%{opacity:1;transform:scale(1)}98%{opacity:0;transform:scale(1.3)}to{opacity:0}}._labelGovern_s18cb_287{animation:9s ease-in-out infinite _labelGovernAnim_s18cb_1}@keyframes _labelGovernAnim_s18cb_1{0%,72%{opacity:.22;filter:none}80%{opacity:1;filter:drop-shadow(0 0 7px #ff7a1ae6)}92%{opacity:1;filter:drop-shadow(0 0 7px #ff7a1ae6)}99%{opacity:.22;filter:none}to{opacity:.22;filter:none}}._label_s18cb_209{letter-spacing:.14em;fill:var(--lab-violet,#a855f7);font-family:IBM Plex Mono,Courier New,monospace;font-size:10px;font-weight:500}._labelLearn_s18cb_209{fill:#a855f7}._labelTest_s18cb_237{fill:#c4b5fd}._labelGovern_s18cb_287{fill:#ff7a1a}._reduced_s18cb_316 *{transition:none!important;animation:none!important}._reduced_s18cb_316 ._coreTop_s18cb_150{opacity:1}._reduced_s18cb_316 ._coreLeft_s18cb_150{opacity:.9}._reduced_s18cb_316 ._coreRight_s18cb_150{opacity:.85}._reduced_s18cb_316 ._outerHex_s18cb_54{stroke-opacity:.45}._reduced_s18cb_316 ._innerHex_s18cb_89{stroke-opacity:.65}._reduced_s18cb_316 ._labelLearn_s18cb_209,._reduced_s18cb_316 ._labelTest_s18cb_237,._reduced_s18cb_316 ._labelGovern_s18cb_287{opacity:.55}._hero_1n732_1{background:radial-gradient(65% 75% at 80% 42%,#ff7a1a29 0%,#0000 60%),radial-gradient(50% 55% at 92% 82%,#6d28d92e 0%,#0000 55%),radial-gradient(55% 40% at 95% 12%,#a855f71a 0%,#0000 55%),radial-gradient(30% 40% at 6% 55%,#a855f712 0%,#0000 55%),radial-gradient(50% 35%,#6d28d90d 0%,#0000 65%),#090711c7;align-items:center;min-height:100svh;padding-top:72px;display:flex;position:relative;overflow:hidden}._hero_1n732_1:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#a855f70f 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 90% at 75% 45%,#000 25%,#0000 75%);mask-image:radial-gradient(90% 90% at 75% 45%,#000 25%,#0000 75%)}._hero_1n732_1:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(128deg,#0000 20%,#ff7a1a0a 45%,#a855f708 60%,#0000 78%);position:absolute;inset:0}._inner_1n732_54{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding-top:4rem;padding-bottom:4rem;display:grid;position:relative}._content_1n732_65{flex-direction:column;gap:1.5rem;display:flex}._headline_1n732_71{background:linear-gradient(135deg, #fff 60%, var(--lab-primary-soft) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;max-width:16ch}._sub_1n732_79{color:var(--lab-text-muted);max-width:48ch}._labels_1n732_84{flex-wrap:wrap;gap:.5rem;display:flex}._ctas_1n732_90{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}._visualCol_1n732_97{justify-content:center;align-items:center;display:flex}@media (width<=900px){._inner_1n732_54{text-align:center;grid-template-columns:1fr;gap:3rem}._headline_1n732_71,._sub_1n732_79{max-width:none}._labels_1n732_84,._ctas_1n732_90{justify-content:center}._visualCol_1n732_97{order:-1;width:100%;max-width:360px;margin:0 auto}}._scrollIndicator_1n732_135{z-index:1;opacity:.5;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}._scrollDot_1n732_148{background:var(--lab-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite _scrollBounce_1n732_1}@keyframes _scrollBounce_1n732_1{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}@media (prefers-reduced-motion:reduce){._scrollDot_1n732_148{opacity:.6;animation:none}}@media (width<=480px){._ctas_1n732_90{flex-direction:column}._ctas_1n732_90 a{justify-content:center}}._grid_rhjz0_1{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}._card_rhjz0_7{flex-direction:column;gap:1rem;display:flex}._iconWrap_rhjz0_13{background:#6d28d91a;border:1px solid #a855f738;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}._icon_rhjz0_13{filter:brightness(0)saturate()invert(55%)sepia(60%)saturate(600%)hue-rotate(240deg)brightness(115%);width:24px;height:24px}._title_rhjz0_30{color:var(--lab-text);font-size:1.125rem;font-weight:600}._body_rhjz0_36{color:var(--lab-text-muted);flex:1}@media (width<=768px){._grid_rhjz0_1{grid-template-columns:1fr}}@media (width>=640px) and (width<=900px){._grid_rhjz0_1{grid-template-columns:repeat(2,1fr)}}._section_1nzte_1{transition-delay:.1s}._header_1nzte_5{max-width:680px;margin-bottom:3rem}._header_1nzte_5 h2{margin-bottom:1.5rem}._bodyWrap_1nzte_14{color:var(--lab-text-muted);flex-direction:column;gap:1rem;display:flex}._wrapper_dnexa_6{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;display:flex}._svg_dnexa_14{width:100%;height:auto;overflow:visible}._infoGlow_dnexa_22{animation:3.2s ease-in-out infinite _glowBreath_dnexa_1}._ringBreath_dnexa_26{animation:3.2s ease-in-out infinite _ringPulse_dnexa_1}@keyframes _glowBreath_dnexa_1{0%,to{opacity:.6}50%{opacity:1}}@keyframes _ringPulse_dnexa_1{0%,to{stroke-opacity:.28}50%{stroke-opacity:.5}}._dataFrag_dnexa_41{opacity:0;animation:3.6s ease-in-out infinite _fragFly_dnexa_1}._df1_dnexa_45{animation-duration:3.2s;animation-delay:0s}._df2_dnexa_46{animation-duration:3.6s;animation-delay:1s}._df3_dnexa_47{animation-duration:3s;animation-delay:2.1s}@keyframes _fragFly_dnexa_1{0%{opacity:0;transform:translate(0)}15%{opacity:.9}70%{opacity:.6;transform:translate(18px,-3px)}to{opacity:0;transform:translate(28px,-1px)}}._arrowBreath_dnexa_58{animation:2.4s ease-in-out infinite _arrowPulse_dnexa_1}@keyframes _arrowPulse_dnexa_1{0%,to{stroke-opacity:.5}50%{stroke-opacity:.9;filter:drop-shadow(0 0 3px #a855f799)}}._arrowBreathOrange_dnexa_66{animation:2.4s ease-in-out .4s infinite _arrowPulseOrange_dnexa_1}@keyframes _arrowPulseOrange_dnexa_1{0%,to{stroke-opacity:.5}50%{stroke-opacity:.9;filter:drop-shadow(0 0 3px #ff7a1a99)}}._particle_dnexa_77{opacity:0}._p1a_dnexa_79{offset-path:path("M 136 118 L 208 118");offset-distance:0%;animation:2s linear infinite _particleTravel_dnexa_1}._p1b_dnexa_85{offset-path:path("M 136 118 L 208 118");offset-distance:0%;animation:2s linear .65s infinite _particleTravel_dnexa_1}._p1c_dnexa_91{offset-path:path("M 136 118 L 208 118");offset-distance:0%;animation:2s linear 1.3s infinite _particleTravel_dnexa_1}._p2a_dnexa_99{offset-path:path("M 332 118 L 406 118");offset-distance:0%;animation:2.2s linear .3s infinite _particleTravel_dnexa_1}._p2b_dnexa_105{offset-path:path("M 332 118 L 406 118");offset-distance:0%;animation:2.2s linear 1s infinite _particleTravel_dnexa_1}._p2c_dnexa_111{offset-path:path("M 332 118 L 406 118");offset-distance:0%;animation:2.2s linear 1.75s infinite _particleTravel_dnexa_1}@keyframes _particleTravel_dnexa_1{0%{offset-distance:0%;opacity:0}6%{opacity:1}88%{opacity:1}to{offset-distance:100%;opacity:0}}._practiceBloom_dnexa_127{animation:2.6s ease-in-out infinite _practiceBreath_dnexa_1}@keyframes _practiceBreath_dnexa_1{0%,to{opacity:.6}50%{opacity:1}}._orbitRing_dnexa_135{transform-box:fill-box;transform-origin:270px 112px;animation:22s linear infinite _orbitSpin_dnexa_1}@keyframes _orbitSpin_dnexa_1{to{transform:rotate(360deg)}}._chamberRing_dnexa_144{animation:2.6s ease-in-out infinite _chamberPulse_dnexa_1}@keyframes _chamberPulse_dnexa_1{0%,to{stroke-opacity:.42}50%{stroke-opacity:.72;filter:drop-shadow(0 0 4px #a855f766)}}._coreGlow_dnexa_152{animation:2.6s ease-in-out infinite _coreBreath_dnexa_1}@keyframes _coreBreath_dnexa_1{0%,to{opacity:.55}50%{opacity:1}}._hexGlow_dnexa_160{animation:3s ease-in-out infinite _hexIdlePulse_dnexa_1}@keyframes _hexIdlePulse_dnexa_1{0%,to{stroke-opacity:.7}50%{stroke-opacity:1;filter:drop-shadow(0 0 4px #a855f780)}}._hexNode_dnexa_168{animation:3s ease-in-out infinite _nodeIdlePulse_dnexa_1;animation-delay:var(--nd,0s)}@keyframes _nodeIdlePulse_dnexa_1{0%,to{opacity:.55}50%{opacity:1}}._coreGroup_dnexa_178{transform-box:fill-box;transform-origin:270px 112px;animation:2.6s ease-in-out infinite _coreCubePulse_dnexa_1}@keyframes _coreCubePulse_dnexa_1{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;filter:drop-shadow(0 0 6px #ff7a1a99);transform:scale(1.08)}}._capGlow_dnexa_190{animation:3.8s ease-in-out .8s infinite _capGlowBreath_dnexa_1}@keyframes _capGlowBreath_dnexa_1{0%,to{opacity:.5}50%{opacity:1}}._capRingBreath_dnexa_198{animation:3.8s ease-in-out .8s infinite _capRingPulse_dnexa_1}@keyframes _capRingPulse_dnexa_1{0%,to{stroke-opacity:.28}50%{stroke-opacity:.6}}._shieldCheck_dnexa_207{stroke-dasharray:32;stroke-dashoffset:32px;animation:3.4s ease-in-out 1.2s infinite _checkDraw_dnexa_1}@keyframes _checkDraw_dnexa_1{0%{stroke-dashoffset:32px;opacity:0}15%{opacity:1}55%{stroke-dashoffset:0;opacity:1}82%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:32px;opacity:0}}._ambDot_dnexa_222{animation:_ambDotFade_dnexa_1 var(--dur,4s) ease-in-out infinite;animation-delay:var(--del,0s)}._ad1_dnexa_226{--dur:3.8s;--del:0s}._ad2_dnexa_227{--dur:5.2s;--del:.9s}._ad3_dnexa_228{--dur:4.4s;--del:1.7s}@keyframes _ambDotFade_dnexa_1{0%,to{opacity:.2}50%{opacity:.75}}._reduced_dnexa_237 *{transition:none!important;animation:none!important}._reduced_dnexa_237 ._particle_dnexa_77,._reduced_dnexa_237 ._dataFrag_dnexa_41{display:none}._reduced_dnexa_237 ._hexGlow_dnexa_160{stroke-opacity:.75}._reduced_dnexa_237 ._chamberRing_dnexa_144{stroke-opacity:.5}._reduced_dnexa_237 ._shieldCheck_dnexa_207{stroke-dashoffset:0;opacity:1}._reduced_dnexa_237 ._infoGlow_dnexa_22,._reduced_dnexa_237 ._capGlow_dnexa_190,._reduced_dnexa_237 ._practiceBloom_dnexa_127{opacity:.75}@media (width<=768px){._wrapper_dnexa_6{max-width:480px;margin:0 auto}}@media (width<=480px){._wrapper_dnexa_6{max-width:100%}}@media (prefers-reduced-motion:reduce){._ambDot_dnexa_222,._dataFrag_dnexa_41,._particle_dnexa_77,._arrowBreath_dnexa_58,._arrowBreathOrange_dnexa_66,._infoGlow_dnexa_22,._ringBreath_dnexa_26,._practiceBloom_dnexa_127,._orbitRing_dnexa_135,._chamberRing_dnexa_144,._coreGlow_dnexa_152,._hexGlow_dnexa_160,._hexNode_dnexa_168,._coreGroup_dnexa_178,._capGlow_dnexa_190,._capRingBreath_dnexa_198,._shieldCheck_dnexa_207{animation:none!important}._particle_dnexa_77,._dataFrag_dnexa_41{display:none}._shieldCheck_dnexa_207{stroke-dashoffset:0;opacity:1}}._section_4c8ml_1{transition-delay:50ms}._inner_4c8ml_5{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}._content_4c8ml_14{max-width:600px}._headline_4c8ml_18{background:linear-gradient(135deg, #fff 40%, var(--lab-primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(2.4rem,4vw,3.5rem)}._bodyWrap_4c8ml_27{color:var(--lab-text-muted);flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}._highlight_4c8ml_35{margin:0}._highlightText_4c8ml_39{color:var(--lab-text);font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:500;line-height:1.5}._visualCol_4c8ml_49{justify-content:center;align-items:center;width:100%;display:flex}@media (width<=1024px){._inner_4c8ml_5{gap:3rem}}@media (width<=900px){._inner_4c8ml_5{text-align:left;grid-template-columns:1fr;gap:3rem}._content_4c8ml_14{max-width:none}._visualCol_4c8ml_49{order:1;width:100%;max-width:480px;margin:0 auto}}@media (width<=480px){._visualCol_4c8ml_49{max-width:100%}}._wrap_105dm_7{flex-direction:column;gap:1.5rem;display:flex;position:relative;overflow:visible}._snakeOverlay_105dm_17{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}._row1_105dm_32,._row2_105dm_33{z-index:1;grid-template-columns:1fr 48px 1fr 48px 1fr 48px 1fr;align-items:stretch;display:grid;position:relative}._cardCell_105dm_43{flex-direction:column;display:flex}._connCell_105dm_50{justify-content:center;align-items:center;padding:0 2px;display:flex}._connSvg_105dm_57{width:100%;height:28px;overflow:visible}._card_105dm_43{background:var(--lab-surface-elevated);border-radius:var(--radius-card,16px);border:1px solid var(--lab-border-neutral);opacity:0;transition:border-color var(--duration-base) ease, box-shadow var(--duration-base) ease;flex-direction:column;flex:1;gap:.5rem;padding:1.125rem 1rem 1rem;display:flex;transform:translateY(12px)}._active_105dm_82 ._card_105dm_43{animation:_cardReveal_105dm_1 .45s var(--ease-out) var(--card-delay,0s) both}@keyframes _cardReveal_105dm_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}._cardTop_105dm_93{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}._stepTitle_105dm_102{color:var(--lab-text);margin:0;font-family:Space Grotesk,sans-serif;font-size:.9375rem;font-weight:600;line-height:1.3}._stepBody_105dm_111{color:var(--lab-text-muted);margin:0;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.55}._stepNum_105dm_121{opacity:.6;letter-spacing:.04em;font-family:IBM Plex Mono,monospace;font-size:.75rem;font-weight:500}._iconWrap_105dm_131{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._icon_105dm_131{opacity:.85;width:18px;height:18px}._card_purple_105dm_150{border-color:#6d28d938}._card_purple_105dm_150:hover{border-color:#6d28d980;box-shadow:0 0 20px #6d28d924}._icon_purple_105dm_159{background:#6d28d924}._iconF_purple_105dm_160{filter:brightness(0)invert()sepia()hue-rotate(240deg)saturate(5)}._num_purple_105dm_161{color:#8b5cf6}._card_violet_105dm_165{border-color:#a855f738}._card_violet_105dm_165:hover{border-color:#a855f780;box-shadow:0 0 20px #a855f724}._icon_violet_105dm_174{background:#a855f724}._iconF_violet_105dm_175{filter:brightness(0)invert()sepia()hue-rotate(225deg)saturate(4)}._num_violet_105dm_176{color:#c084fc}._card_transition_105dm_180{background:linear-gradient(160deg, var(--lab-surface-elevated) 0%, #ff7a1a0a 100%);border-color:#a855f733}._card_transition_105dm_180:hover{border-color:#ff7a1a61;box-shadow:0 0 20px #ff7a1a1a}._icon_transition_105dm_194{background:#a855f71a}._iconF_transition_105dm_195{filter:brightness(0)invert()sepia()hue-rotate(210deg)saturate(4)}._num_transition_105dm_198{color:#c084fc}._card_orange_105dm_202{border-color:#ff7a1a3d}._card_orange_105dm_202:hover{border-color:#ff7a1a80;box-shadow:0 0 20px #ff7a1a29}._icon_orange_105dm_211{background:#ff7a1a1f}._iconF_orange_105dm_212{filter:brightness(0)invert()sepia()hue-rotate(5deg)saturate(5)}._num_orange_105dm_213{color:#ff9b4a}._card_bright_105dm_217{background:linear-gradient(160deg, var(--lab-surface-elevated) 0%, #ff7a1a0f 100%);border-color:#ff7a1a5c}._card_bright_105dm_217:hover{border-color:#ff7a1a9e;box-shadow:0 0 24px #ff7a1a38}._icon_bright_105dm_231{background:#ff7a1a29}._iconF_bright_105dm_232{filter:brightness(0)invert()sepia()hue-rotate(5deg)saturate(6)}._num_bright_105dm_233{color:var(--lab-primary)}._connDot_105dm_239{opacity:0;transform-origin:50%;transform:scale(0)}._active_105dm_82 ._connDot_105dm_239{animation:_dotPop_105dm_1 .25s var(--ease-out) var(--conn-delay,0s) both}@keyframes _dotPop_105dm_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}._connLine_105dm_256{stroke-dasharray:34;stroke-dashoffset:34px}._active_105dm_82 ._connLine_105dm_256{animation:_lineDraw_105dm_1 .32s linear var(--conn-delay,0s) both}@keyframes _lineDraw_105dm_1{to{stroke-dashoffset:0}}._connArrow_105dm_271{stroke-dasharray:20;stroke-dashoffset:20px;opacity:0}._active_105dm_82 ._connArrow_105dm_271{animation:_arrowDraw_105dm_1 .22s ease calc(var(--conn-delay,0s) + .28s) both}@keyframes _arrowDraw_105dm_1{0%{stroke-dashoffset:20px;opacity:0}to{stroke-dashoffset:0;opacity:1}}._finalCell_105dm_288{opacity:0;justify-content:center;align-items:center;display:flex}._active_105dm_82 ._finalCell_105dm_288{animation:_cardReveal_105dm_1 .4s var(--ease-out) var(--card-delay,3.55s) both}._finalSvg_105dm_299{filter:drop-shadow(0 0 8px #2ee59d59);width:52px;height:52px}._finalCircle_105dm_305{stroke-dasharray:140;stroke-dashoffset:140px}._active_105dm_82 ._finalCircle_105dm_305{animation:_circleDraw_105dm_1 .6s ease var(--card-delay,3.55s) both}@keyframes _circleDraw_105dm_1{to{stroke-dashoffset:0}}._finalCheck_105dm_318{stroke-dasharray:36;stroke-dashoffset:36px}._active_105dm_82 ._finalCheck_105dm_318{animation:_checkDraw_105dm_1 .35s ease calc(var(--card-delay,3.55s) + .55s) both}@keyframes _checkDraw_105dm_1{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){._card_105dm_43,._connDot_105dm_239,._connLine_105dm_256,._connArrow_105dm_271,._finalCell_105dm_288,._finalCircle_105dm_305,._finalCheck_105dm_318{opacity:1!important;stroke-dashoffset:0!important;transition:none!important;animation:none!important;transform:none!important}}@media (width<=960px){._row1_105dm_32,._row2_105dm_33{flex-wrap:wrap;gap:1rem;display:flex}._cardCell_105dm_43{flex:calc(50% - .5rem);min-width:0}._connCell_105dm_50{display:none}._wrap_105dm_7:before{content:"";opacity:.5;background:linear-gradient(#6d28d9 0%,#a855f7 50%,#ff7a1a 100%);border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:-18px}._snakeOverlay_105dm_17{display:none}}@media (width<=560px){._cardCell_105dm_43{flex:100%}._row1_105dm_32,._row2_105dm_33,._wrap_105dm_7{gap:.75rem}._wrap_105dm_7:before{left:-14px}._stepBody_105dm_111{font-size:.8rem}}@media (width<=360px){._card_105dm_43{padding:.875rem .75rem}._stepTitle_105dm_102{font-size:.875rem}}._wrapper_1syuu_1{flex-direction:column;gap:3rem;display:flex}._grid_1syuu_7{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}._card_1syuu_13{flex-direction:column;gap:.875rem;display:flex}._highlighted_1syuu_19{border-color:var(--lab-border-hover);background:linear-gradient(135deg,#ff7a1a12,#6d28d912)}._name_1syuu_24{font-size:1.2rem;font-weight:600}._body_1syuu_29{color:var(--lab-text-muted);font-size:.9rem}._closing_1syuu_34{background:var(--lab-surface-elevated);border:1px solid var(--lab-border);border-radius:var(--radius-card);align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}._closingLine_1syuu_44{background:var(--lab-gradient);border-radius:3px;flex-shrink:0;width:3px;height:40px}._closingText_1syuu_52{color:var(--lab-text);font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:500;line-height:1.5}@media (width<=900px){._grid_1syuu_7{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){._grid_1syuu_7{grid-template-columns:1fr}._closing_1syuu_34{flex-direction:column;align-items:flex-start}._closingLine_1syuu_44{width:40px;height:3px}}._diagram_ory3g_1{flex-direction:column;align-items:center;gap:0;display:flex}._row_ory3g_8{justify-content:center;gap:1rem;width:100%;display:flex}._row_ory3g_8[data-row=input]{max-width:360px}._row_ory3g_8[data-row=core],._row_ory3g_8[data-row=eval]{max-width:100%}._row_ory3g_8[data-row=output]{max-width:640px}._separator_ory3g_28{background:var(--lab-border);flex-shrink:0;align-self:stretch;width:1px}._arrow_ory3g_35{justify-content:center;width:100%;padding:.5rem 0;display:flex}._arrowLine_ory3g_42{background:linear-gradient(to bottom, var(--lab-primary), var(--lab-secondary));border-radius:2px;width:2px;height:28px;position:relative}._arrowLine_ory3g_42:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:6px solid var(--lab-secondary);position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}._node_ory3g_61{flex-direction:column;flex:1;gap:.625rem;min-width:0;display:flex}._nodeSm_ory3g_69{flex:none;width:100%}._nodeTop_ory3g_74{align-items:center;gap:.625rem;display:flex}._nodeIcon_ory3g_80{background:#a855f714;border:1px solid #a855f733;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}._icon_ory3g_92{filter:brightness(0)saturate()invert(85%)sepia(50%)saturate(600%)hue-rotate(160deg)}._nodeTitle_ory3g_96{color:var(--lab-text);font-size:.875rem;font-weight:600}._nodeBody_ory3g_102{color:var(--lab-text-muted);font-size:.8rem;line-height:1.5}@media (width<=768px){._row_ory3g_8{flex-direction:column;gap:.75rem}._separator_ory3g_28{display:none}._row_ory3g_8[data-row=input],._row_ory3g_8[data-row=output]{max-width:100%}}._section_1o2gs_1{transition-delay:50ms}._header_1o2gs_5{max-width:640px;margin-bottom:3.5rem}._header_1o2gs_5 h2{margin-bottom:1rem}._intro_1o2gs_14{color:var(--lab-text-muted)}._section_r3qvq_7{background:radial-gradient(ellipse 60% 50% at 50% 40%, #a855f70d 0%, transparent 65%), radial-gradient(ellipse 40% 40% at 80% 70%, #6d28d912 0%, transparent 55%), radial-gradient(ellipse 30% 30% at 15% 60%, #a855f70a 0%, transparent 60%), var(--lab-bg)}._sectionHeader_r3qvq_17{max-width:720px;margin-bottom:3rem}._intro_r3qvq_22{color:var(--lab-text-muted);max-width:60ch;margin-top:.5rem}._ltgPills_r3qvq_28{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}._tagGovern_r3qvq_35{color:#2ee59d;background:#2ee59d1a;border:1px solid #2ee59d40}._breakDesktop_r3qvq_41{display:inline}._mainGrid_r3qvq_47{grid-template-columns:220px 1fr 272px;align-items:start;gap:1.25rem;margin-bottom:2.5rem;display:grid}._leftPanel_r3qvq_57{flex-direction:column;gap:1rem;display:flex}._panelBlock_r3qvq_63{-webkit-backdrop-filter:blur(8px);transition:border-color var(--duration-base) var(--ease-out);background:#151022bf;border:1px solid #ff7a1a1a;border-radius:16px;padding:1.125rem 1.125rem 1rem}._panelBlock_r3qvq_63:hover{border-color:#ff7a1a38}._panelBlockPurple_r3qvq_77{border-color:#6d28d92e}._panelBlockPurple_r3qvq_77:hover{border-color:#6d28d959}._panelTitle_r3qvq_85{letter-spacing:.13em;color:var(--lab-primary);text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.875rem;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:600;display:flex}._panelTitle_r3qvq_85 ._panelIcon_r3qvq_98{color:var(--lab-primary);flex-shrink:0}._panelBlockPurple_r3qvq_77 ._panelTitle_r3qvq_85,._panelBlockPurple_r3qvq_77 ._panelIcon_r3qvq_98{color:#c084fc}._panelList_r3qvq_111{flex-direction:column;gap:.5rem;margin-bottom:.875rem;list-style:none;display:flex}._panelItem_r3qvq_119{color:var(--lab-text-muted);transition:color var(--duration-fast);align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.825rem;line-height:1.3;display:flex}._panelItem_r3qvq_119:hover{color:var(--lab-text)}._itemDot_r3qvq_134{border-radius:50%;flex-shrink:0;width:5px;height:5px}._dotBlue_r3qvq_141{background:var(--lab-primary);animation:3s ease-in-out infinite _dotIdlePulse_r3qvq_1;box-shadow:0 0 4px #ff7a1a80}._dotPurple_r3qvq_147{background:#a855f7;animation:3s ease-in-out .4s infinite _dotIdlePulse_r3qvq_1;box-shadow:0 0 4px #a855f780}@keyframes _dotIdlePulse_r3qvq_1{0%,to{opacity:.5}50%{opacity:1}}._tagSuccess_r3qvq_158{color:#2ee59d;background:#2ee59d1a;border:1px solid #2ee59d40}._centralArea_r3qvq_166{justify-content:center;align-items:center;min-height:340px;display:flex}._chamberSvg_r3qvq_173{width:100%;height:auto;overflow:visible}._flowLine_r3qvq_180{animation:1.4s linear infinite _dashFlowRight_r3qvq_1}._fl1_r3qvq_184{animation-duration:1.6s;animation-delay:0s}._fl2_r3qvq_185{animation-duration:1.4s;animation-delay:.2s}._fl3_r3qvq_186{animation-duration:1.8s;animation-delay:.5s}._flOut_r3qvq_187{animation-duration:1.5s;animation-direction:reverse;animation-delay:.3s}@keyframes _dashFlowRight_r3qvq_1{0%{stroke-dashoffset:0}to{stroke-dashoffset:-12px}}._tDot_r3qvq_199{opacity:0}._td1_r3qvq_201{offset-path:path("M 0 155 L 150.1 155");offset-distance:0%;animation:2.4s linear infinite _travelDot_r3qvq_1}._td2_r3qvq_206{offset-path:path("M 0 230 L 150.1 230");offset-distance:0%;animation:2.4s linear .8s infinite _travelDot_r3qvq_1}._td3_r3qvq_211{offset-path:path("M 0 305 L 150.1 305");offset-distance:0%;animation:2.8s linear 1.5s infinite _travelDot_r3qvq_1}._tdOut_r3qvq_216{offset-path:path("M 409.9 230 L 560 230");offset-distance:0%;animation:3s linear .6s infinite _travelDot_r3qvq_1}@keyframes _travelDot_r3qvq_1{0%{offset-distance:0%;opacity:0}6%{opacity:1}88%{opacity:1}to{offset-distance:100%;opacity:0}}._hexOuter_r3qvq_230{animation:8s ease-in-out infinite _hexBreath_r3qvq_1}._hexMid_r3qvq_233{animation:11s ease-in-out 1s infinite _hexBreath_r3qvq_1}._hexInner_r3qvq_236{animation:6s ease-in-out .5s infinite _hexBreath_r3qvq_1}@keyframes _hexBreath_r3qvq_1{0%,to{stroke-opacity:var(--base-op,.38)}50%{stroke-opacity:var(--active-op,.65)}}._hexOuter_r3qvq_230{--base-op:.38;--active-op:.6}._hexMid_r3qvq_233{--base-op:.2;--active-op:.38}._hexInner_r3qvq_236{--base-op:.58;--active-op:.9}._coreGlow_r3qvq_249{animation:3.5s ease-in-out infinite _coreGlowBreath_r3qvq_1}._coreGroup_r3qvq_253{transform-box:fill-box;transform-origin:280px 237px;animation:3.5s ease-in-out infinite _corePulse_r3qvq_1}@keyframes _coreGlowBreath_r3qvq_1{0%,to{opacity:.5}50%{opacity:1}}@keyframes _corePulse_r3qvq_1{0%,to{filter:none;transform:scale(1)}50%{filter:drop-shadow(0 0 8px #ff7a1a8c);transform:scale(1.05)}}._vNode_r3qvq_270{animation:4s ease-in-out infinite _vNodeIdle_r3qvq_1;animation-delay:calc(var(--vd,0) * .6s)}._ambNode_r3qvq_276{animation:4s ease-in-out infinite _ambFade_r3qvq_1}._an1_r3qvq_279{animation-duration:3.8s;animation-delay:0s}._an2_r3qvq_280{animation-duration:5.2s;animation-delay:.8s}._an3_r3qvq_281{animation-duration:4.4s;animation-delay:1.5s}._an4_r3qvq_282{animation-duration:3.6s;animation-delay:2.1s}@keyframes _vNodeIdle_r3qvq_1{0%,to{opacity:.5}50%{opacity:1}}@keyframes _ambFade_r3qvq_1{0%,to{opacity:.25}50%{opacity:.75}}._reducedSvg_r3qvq_295 *{transition:none!important;animation:none!important}._reducedSvg_r3qvq_295 ._tDot_r3qvq_199{display:none}._reducedSvg_r3qvq_295 ._hexOuter_r3qvq_230{stroke-opacity:.42}._reducedSvg_r3qvq_295 ._hexInner_r3qvq_236{stroke-opacity:.65}._rightPanel_r3qvq_305{flex-direction:column;gap:.75rem;display:flex}._rightCard_r3qvq_311{background:var(--lab-surface-elevated);border:1px solid var(--lab-border);transition:border-color var(--duration-base) var(--ease-out), box-shadow var(--duration-base) var(--ease-out);border-radius:14px;padding:.875rem 1rem}._rightCard_r3qvq_311:hover{box-shadow:0 0 20px #ff7a1a14}._cardActive_r3qvq_325{border-color:#ff7a1a47}._cardTesting_r3qvq_326{border-color:#a855f747}._cardPending_r3qvq_327{border-color:#ffd16638}._cardReady_r3qvq_328{border-color:#2ee59d47}._cardActive_r3qvq_325:hover{box-shadow:0 0 20px #ff7a1a1f}._cardTesting_r3qvq_326:hover{box-shadow:0 0 20px #a855f71f}._cardPending_r3qvq_327:hover{box-shadow:0 0 20px #ffd1661a}._cardReady_r3qvq_328:hover{box-shadow:0 0 20px #2ee59d1f}._cardHeader_r3qvq_335{align-items:center;gap:.625rem;margin-bottom:.375rem;display:flex}._cardTitle_r3qvq_342{color:var(--lab-text);font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}._cardDesc_r3qvq_349{color:var(--lab-text-muted);margin-bottom:.625rem;font-size:.78rem;line-height:1.45}._cardFooter_r3qvq_356{align-items:center;display:flex}._miniViz_r3qvq_362{flex-shrink:0;width:48px;height:auto}._waveAnim_r3qvq_368{stroke-dasharray:160;animation:2.5s ease-in-out infinite _waveDash_r3qvq_1}._waveAnimDelay_r3qvq_372{stroke-dasharray:160;animation:2.5s ease-in-out 1.25s infinite _waveDash_r3qvq_1}@keyframes _waveDash_r3qvq_1{0%,to{stroke-dashoffset:0}50%{stroke-dashoffset:-20px}}._bar_r3qvq_381{transform-origin:bottom;animation:1.8s ease-out infinite _barReveal_r3qvq_1}._bar1_r3qvq_385{animation-delay:0s}._bar2_r3qvq_386{animation-delay:.12s}._bar3_r3qvq_387{animation-delay:.24s}._bar4_r3qvq_388{animation-delay:.36s}@keyframes _barReveal_r3qvq_1{0%,80%,to{opacity:.7}40%{opacity:1}}._shieldCheck_r3qvq_394{stroke-dasharray:40;stroke-dashoffset:40px;animation:2s ease-out infinite _checkDraw_r3qvq_1}@keyframes _checkDraw_r3qvq_1{0%{stroke-dashoffset:40px;opacity:0}20%{opacity:1}55%{stroke-dashoffset:0}80%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:40px;opacity:0}}._readyCircle_r3qvq_407{stroke-dasharray:120;animation:2.5s ease-out infinite _circleDraw_r3qvq_1}@keyframes _circleDraw_r3qvq_1{0%{stroke-dashoffset:120px;opacity:.3}50%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:1}}._statusBadge_r3qvq_418{letter-spacing:.08em;border-radius:100px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:500;display:inline-flex}._statusDot_r3qvq_430{border-radius:50%;flex-shrink:0;width:5px;height:5px}._statusActive_r3qvq_437{color:var(--lab-primary);background:#ff7a1a1a;border:1px solid #ff7a1a47}._statusTesting_r3qvq_438{color:var(--lab-violet);background:#a855f71a;border:1px solid #a855f74d}._statusPending_r3qvq_439{color:var(--lab-warning);background:#ffd1661a;border:1px solid #ffd1664d}._statusReady_r3qvq_440{color:#2ee59d;background:#2ee59d1a;border:1px solid #2ee59d4d}._statusActive_r3qvq_437 ._statusDot_r3qvq_430{background:var(--lab-primary);animation:1.8s ease-in-out infinite _dotBlink_r3qvq_1}._statusTesting_r3qvq_438 ._statusDot_r3qvq_430{background:var(--lab-violet);animation:2.4s ease-in-out infinite _dotBlink_r3qvq_1}._statusPending_r3qvq_439 ._statusDot_r3qvq_430{background:var(--lab-warning);animation:2.8s ease-in-out .5s infinite _dotBlink_r3qvq_1}._statusReady_r3qvq_440 ._statusDot_r3qvq_430{background:#2ee59d;animation:2s ease-in-out infinite _dotBlink_r3qvq_1}@keyframes _dotBlink_r3qvq_1{0%,to{opacity:.4}50%{opacity:1}}._pipelineSection_r3qvq_454{-webkit-overflow-scrolling:touch;background:#15102299;border:1px solid #ff7a1a1a;border-radius:20px;margin-bottom:2.5rem;padding:1.75rem 2rem;overflow-x:auto}._pipeline_r3qvq_454{justify-content:space-between;align-items:center;gap:0;min-width:640px;display:flex}._pipelineItem_r3qvq_472{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}._pipelineNode_r3qvq_480{background:var(--lab-surface-elevated);width:36px;height:36px;color:var(--lab-primary);z-index:1;transition:border-color var(--duration-fast);border:1.5px solid #a855f733;border-radius:10px;justify-content:center;align-items:center;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:700;animation:4.2s ease-in-out infinite _nodeWave_r3qvq_1;display:flex;position:relative}._pipelineNode_r3qvq_480:hover{border-color:var(--lab-primary);box-shadow:0 0 12px #ff7a1a47}._pn1_r3qvq_505{animation-delay:0s}._pn2_r3qvq_506{animation-delay:.2s}._pn3_r3qvq_507{animation-delay:.4s}._pn4_r3qvq_508{animation-delay:.6s}._pn5_r3qvq_509{animation-delay:.8s}._pn6_r3qvq_510{animation-delay:1s}._pn7_r3qvq_511{animation-delay:1.2s}@keyframes _nodeWave_r3qvq_1{0%,80%,to{background:var(--lab-surface-elevated);border-color:#a855f733}30%{background:#ff7a1a12;border-color:#ff7a1a99;box-shadow:0 0 10px #ff7a1a2e}}._pipelineLabel_r3qvq_518{letter-spacing:.06em;color:var(--lab-text-muted);text-align:center;white-space:nowrap;margin-top:.5rem;font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:500}._pipelineConnector_r3qvq_529{z-index:0;background:linear-gradient(90deg,#a855f733,#ff7a1a33);flex:1;height:1.5px;position:absolute;top:17px;left:calc(50% + 20px);right:calc(20px - 50%)}._pipelineArrow_r3qvq_540{border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:5px solid #ff7a1a59;width:0;height:0;position:absolute;top:50%;right:-4px;transform:translateY(-50%)}._bottomGrid_r3qvq_554{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}._bottomCard_r3qvq_560{-webkit-backdrop-filter:blur(8px);transition:border-color var(--duration-base) var(--ease-out);background:#151022bf;border:1px solid #ff7a1a1a;border-radius:16px;padding:1.25rem 1.375rem}._bottomCard_r3qvq_560:hover{border-color:#ff7a1a38}._bottomTitle_r3qvq_574{color:var(--lab-text);align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;display:flex}._bottomIcon_r3qvq_585{flex-shrink:0}._bottomList_r3qvq_589{flex-direction:column;gap:.5rem;margin-bottom:1rem;list-style:none;display:flex}._bottomItem_r3qvq_597{color:var(--lab-text-muted);align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.3;display:flex}._evidenceItem_r3qvq_607{justify-content:flex-start}._evidenceBtn_r3qvq_611{color:var(--lab-primary);cursor:pointer;transition:background var(--duration-fast);background:#ff7a1a14;border:1px solid #ff7a1a38;border-radius:6px;flex-shrink:0;margin-left:auto;padding:.15rem .45rem;font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:600}._evidenceBtn_r3qvq_611:hover{background:#ff7a1a26}._activeTag_r3qvq_630{margin-top:.25rem}@media (prefers-reduced-motion:reduce){._dotBlue_r3qvq_141,._dotPurple_r3qvq_147,._waveAnim_r3qvq_368,._waveAnimDelay_r3qvq_372,._bar_r3qvq_381,._shieldCheck_r3qvq_394,._readyCircle_r3qvq_407,._statusDot_r3qvq_430,._coreGlow_r3qvq_249,._coreGroup_r3qvq_253,._hexOuter_r3qvq_230,._hexMid_r3qvq_233,._hexInner_r3qvq_236,._vNode_r3qvq_270,._ambNode_r3qvq_276,._flowLine_r3qvq_180,._tDot_r3qvq_199,._pipelineNode_r3qvq_480{animation:none!important}._tDot_r3qvq_199{display:none}}@media (width<=1080px){._mainGrid_r3qvq_47{grid-template-columns:200px 1fr 240px;gap:1rem}}@media (width<=860px){._mainGrid_r3qvq_47{grid-template-rows:auto auto;grid-template-columns:1fr 1fr}._leftPanel_r3qvq_57{grid-area:2/1}._centralArea_r3qvq_166{grid-area:1/1/auto/-1;width:100%;max-width:480px;margin:0 auto}._rightPanel_r3qvq_305{grid-area:2/2}._bottomGrid_r3qvq_554{grid-template-columns:1fr 1fr}}@media (width<=600px){._mainGrid_r3qvq_47{grid-template-columns:1fr}._leftPanel_r3qvq_57,._centralArea_r3qvq_166,._rightPanel_r3qvq_305{grid-area:auto/1}._centralArea_r3qvq_166{max-width:340px}._leftPanel_r3qvq_57{flex-flow:wrap}._panelBlock_r3qvq_63{flex:200px;min-width:0}._bottomGrid_r3qvq_554{grid-template-columns:1fr}._pipeline_r3qvq_454{min-width:560px}._sectionHeader_r3qvq_17{text-align:left}._breakDesktop_r3qvq_41{display:none}}._wrapper_1rd98_1{flex-direction:column;gap:2.5rem;display:flex}._grid_1rd98_7{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}._card_1rd98_13{flex-direction:column;gap:.875rem;display:flex}._iconWrap_1rd98_19{background:#6d28d91f;border:1px solid #a855f74d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}._icon_1rd98_19{filter:brightness(0)saturate()invert(55%)sepia(60%)saturate(600%)hue-rotate(240deg)brightness(115%)}._title_1rd98_34{font-size:1rem;font-weight:600}._body_1rd98_39{color:var(--lab-text-muted);font-size:.875rem}._gate_1rd98_44{border-radius:var(--radius-card);background:linear-gradient(135deg,#6d28d91f,#ff7a1a0f);border:1px solid #ff7a1a47;align-items:center;gap:1.25rem;padding:1.5rem 2rem;display:flex}._gateSymbol_1rd98_54{background:#ff7a1a1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}._gateIcon_1rd98_65{filter:brightness(0)saturate()invert(55%)sepia(70%)saturate(700%)hue-rotate(5deg)brightness(110%)}._gateText_1rd98_69{color:var(--lab-text);font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:600;line-height:1.4}@media (width<=900px){._grid_1rd98_7{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){._grid_1rd98_7{grid-template-columns:1fr}}._wrapper_35b85_1{flex-direction:column;gap:1.5rem;display:flex}._grid_35b85_7{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}._card_35b85_13{flex-direction:column;gap:.875rem;display:flex}._name_35b85_19{font-size:1.125rem;font-weight:600}._body_35b85_24{color:var(--lab-text-muted);font-size:.875rem}._note_35b85_29{letter-spacing:.08em;color:var(--lab-text-muted);opacity:.7;padding:0 .25rem;font-family:IBM Plex Mono,monospace;font-size:.7rem}@media (width<=900px){._grid_35b85_7{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){._grid_35b85_7{grid-template-columns:1fr}}._section_7kpcg_1{transition-delay:50ms}._header_7kpcg_5{max-width:640px;margin-bottom:3rem}._header_7kpcg_5 h2{margin-bottom:1rem}._intro_7kpcg_14{color:var(--lab-text-muted)}._wrapper_1i1rv_1{flex-direction:column;gap:2.5rem;display:flex}._grid_1i1rv_7{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid}._card_1i1rv_13{flex-direction:column;gap:.75rem;display:flex;position:relative;overflow:hidden}._card_1i1rv_13:before{content:"";background:var(--lab-gradient);opacity:0;height:2px;transition:opacity var(--duration-base) var(--ease-out);position:absolute;top:0;left:0;right:0}._card_1i1rv_13:hover:before{opacity:1}._stepNum_1i1rv_37{align-items:center;display:flex}._iconWrap_1i1rv_42{background:#6d28d91a;border:1px solid #a855f733;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._icon_1i1rv_42{filter:brightness(0)saturate()invert(55%)sepia(60%)saturate(600%)hue-rotate(240deg)brightness(115%)}._title_1i1rv_57{font-size:1rem;font-weight:600}._body_1i1rv_62{color:var(--lab-text-muted);font-size:.875rem}._closing_1i1rv_67{border:1px solid var(--lab-border);border-radius:var(--radius-card);text-align:center;background:#ff7a1a0a;padding:1.5rem 2rem}._closingText_1i1rv_75{color:var(--lab-text-muted);font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:500;line-height:1.5}@media (width<=1100px){._grid_1i1rv_7{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){._grid_1i1rv_7{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){._grid_1i1rv_7{grid-template-columns:1fr}}._section_5za6p_1{transition-delay:50ms}._header_5za6p_5{max-width:680px;margin-bottom:3rem}._header_5za6p_5 h2{margin-bottom:1rem}._body_5za6p_14{color:var(--lab-text-muted)}._section_xxq2g_7{background:radial-gradient(ellipse 55% 80% at 10% 50%, #ffb45012 0%, transparent 70%), radial-gradient(ellipse 50% 70% at 92% 55%, #6d28d90d 0%, transparent 65%), var(--lab-light);padding-top:clamp(3.5rem,7vw,6rem);padding-bottom:clamp(3.5rem,7vw,6rem);position:relative;overflow:hidden}._section_xxq2g_7:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#6d28d94d 25%,#c05c0e59 65%,#0000 100%);height:2px;position:absolute;top:0;left:0;right:0}._section_xxq2g_7:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#c05c0e4d 30%,#6d28d959 70%,#0000 100%);height:2px;position:absolute;bottom:0;left:0;right:0}._inner_xxq2g_55{z-index:1;grid-template-columns:44% 56%;align-items:center;gap:3rem;display:grid;position:relative}._textCol_xxq2g_66{flex-direction:column;gap:1.5rem;display:flex}._eyebrow_xxq2g_73{letter-spacing:.14em;text-transform:uppercase;color:#c05c0e;margin:0;font-family:IBM Plex Mono,monospace;font-size:.65rem;font-weight:600}._headline_xxq2g_84{color:#21162c;flex-direction:column;gap:.05em;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:600;line-height:1.18;display:flex}._headlineSpan_xxq2g_96{display:block}._body_xxq2g_101{color:#3d2a52;max-width:48ch;margin:0;font-family:Inter,sans-serif;font-size:clamp(.92rem,1.3vw,1.05rem);line-height:1.75}._highlight_xxq2g_111{color:#b54708;margin:0;font-family:Inter,sans-serif;font-size:clamp(.92rem,1.2vw,1rem);font-weight:600;line-height:1.5}._visualCol_xxq2g_122{justify-content:center;align-items:center;display:flex}._chamberSvg_xxq2g_128{width:100%;max-width:520px;height:auto;overflow:visible}._hexDraw1_xxq2g_143{stroke-dasharray:1044;stroke-dashoffset:1044px;animation:10s ease-out forwards _hexIn_xxq2g_1,8s ease-in-out 2s infinite _hexBreath_xxq2g_1}._hexDraw2_xxq2g_149{stroke-dasharray:800;stroke-dashoffset:800px;animation:10s ease-out .15s forwards _hexIn_xxq2g_1,8s ease-in-out 2.2s infinite _hexBreath_xxq2g_1}._hexDraw3_xxq2g_155{stroke-dasharray:585;stroke-dashoffset:585px;animation:10s ease-out .3s forwards _hexIn_xxq2g_1,8s ease-in-out 2.4s infinite _hexBreath_xxq2g_1}._hexDraw4_xxq2g_161{stroke-dasharray:400;stroke-dashoffset:400px;animation:10s ease-out .45s forwards _hexIn_xxq2g_1,8s ease-in-out 2.6s infinite _hexBreath_xxq2g_1}._hexDraw5_xxq2g_167{stroke-dasharray:240;stroke-dashoffset:240px;animation:10s ease-out .6s forwards _hexIn_xxq2g_1,6s ease-in-out 2.8s infinite _hexBreath_xxq2g_1}@keyframes _hexIn_xxq2g_1{0%{stroke-dashoffset:var(--peri,1044);opacity:.5}25%{opacity:1}60%{stroke-dashoffset:0}to{stroke-dashoffset:0;opacity:1}}@keyframes _hexBreath_xxq2g_1{0%,to{stroke-opacity:var(--base-op,.32)}50%{stroke-opacity:var(--peak-op,.55)}}._hexDraw1_xxq2g_143{--peri:1044;--base-op:.18;--peak-op:.32}._hexDraw2_xxq2g_149{--peri:800;--base-op:.24;--peak-op:.38}._hexDraw3_xxq2g_155{--peri:585;--base-op:.32;--peak-op:.5}._hexDraw4_xxq2g_161{--peri:400;--base-op:.42;--peak-op:.6}._hexDraw5_xxq2g_167{--peri:240;--base-op:.8;--peak-op:1}._flowIn_xxq2g_192{animation:2s linear infinite _dashMarch_xxq2g_1}._fMain_xxq2g_195{animation-duration:1.8s}._fSec1_xxq2g_196{animation-duration:2.1s;animation-delay:.3s}._fSec2_xxq2g_197{animation-duration:2.3s;animation-delay:.6s}@keyframes _dashMarch_xxq2g_1{0%{stroke-dashoffset:0}to{stroke-dashoffset:-26px}}._flowOut_xxq2g_205{animation:2s linear infinite _dashMarchOut_xxq2g_1}._foMain_xxq2g_208{animation-duration:1.8s;animation-delay:.2s}._foSec1_xxq2g_209{animation-duration:2.1s;animation-delay:.5s}._foSec2_xxq2g_210{animation-duration:2.4s;animation-delay:.8s}@keyframes _dashMarchOut_xxq2g_1{0%{stroke-dashoffset:0}to{stroke-dashoffset:-26px}}._tDot_xxq2g_218{opacity:0}._td1_xxq2g_220{offset-path:path("M 0 220 L 132.8 220");offset-distance:0%;animation:2.8s linear infinite _tDotTravel_xxq2g_1}._td2_xxq2g_225{offset-path:path("M 0 220 L 132.8 220");offset-distance:0%;animation:2.8s linear 1.2s infinite _tDotTravel_xxq2g_1}._td3_xxq2g_230{offset-path:path("M 0 155 L 132.8 155");offset-distance:0%;animation:3.2s linear .6s infinite _tDotTravel_xxq2g_1}._tdOut1_xxq2g_237{offset-path:path("M 427.2 220 L 560 220");offset-distance:0%;animation:2.8s linear .4s infinite _tDotTravel_xxq2g_1}._tdOut2_xxq2g_242{offset-path:path("M 427.2 220 L 560 220");offset-distance:0%;animation:2.8s linear 1.6s infinite _tDotTravel_xxq2g_1}@keyframes _tDotTravel_xxq2g_1{0%{offset-distance:0%;opacity:0}8%{opacity:1}88%{opacity:1}to{offset-distance:100%;opacity:0}}._coreGlow_xxq2g_256{animation:4s ease-in-out infinite _coreGlowBreath_xxq2g_1}@keyframes _coreGlowBreath_xxq2g_1{0%,to{opacity:.45}50%{opacity:.9}}._coreGroup_xxq2g_264{transform-box:fill-box;transform-origin:280px 220px;animation:4s ease-in-out infinite _corePulse_xxq2g_1}@keyframes _corePulse_xxq2g_1{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}._coreTop_xxq2g_274,._coreLeft_xxq2g_274,._coreRight_xxq2g_274{animation:4s ease-in-out infinite _faceFade_xxq2g_1}._coreLeft_xxq2g_274{animation-delay:.1s}._coreRight_xxq2g_274{animation-delay:.2s}@keyframes _faceFade_xxq2g_1{0%,to{opacity:.78}50%{opacity:1}}._vNode_xxq2g_286{animation:4s ease-in-out infinite _nodeIdle_xxq2g_1;animation-delay:var(--nd,0s)}._vn2_xxq2g_290{--nd:.4s}._vn3_xxq2g_291{--nd:.8s}._vn4_xxq2g_292{--nd:1.2s}._vn5_xxq2g_293{--nd:1.6s}._vn6_xxq2g_294{--nd:2s}._vn7_xxq2g_295{--nd:.6s}._vn8_xxq2g_296{--nd:1s}@keyframes _nodeIdle_xxq2g_1{0%,to{opacity:.45}50%{opacity:1}}._amb_xxq2g_304{animation:_ambFade_xxq2g_1 var(--dur,4s) ease-in-out infinite;animation-delay:var(--del,0s)}._a1_xxq2g_308{--dur:3.5s;--del:0s}._a2_xxq2g_309{--dur:4.5s;--del:.8s}._a3_xxq2g_310{--dur:3.8s;--del:1.4s}._a4_xxq2g_311{--dur:5s;--del:.3s}@keyframes _ambFade_xxq2g_1{0%,to{opacity:.2}50%{opacity:.75}}._reducedSvg_xxq2g_320 *{transition:none!important;animation:none!important}._reducedSvg_xxq2g_320 ._tDot_xxq2g_218{display:none}._reducedSvg_xxq2g_320 ._hexDraw1_xxq2g_143,._reducedSvg_xxq2g_320 ._hexDraw2_xxq2g_149,._reducedSvg_xxq2g_320 ._hexDraw3_xxq2g_155,._reducedSvg_xxq2g_320 ._hexDraw4_xxq2g_161,._reducedSvg_xxq2g_320 ._hexDraw5_xxq2g_167{stroke-dashoffset:0!important;opacity:1!important}._reducedSvg_xxq2g_320 ._coreTop_xxq2g_274{opacity:.95}._reducedSvg_xxq2g_320 ._coreLeft_xxq2g_274{opacity:.9}._reducedSvg_xxq2g_320 ._coreRight_xxq2g_274{opacity:.88}._reducedSvg_xxq2g_320 ._vNode_xxq2g_286{opacity:.55}._reducedSvg_xxq2g_320 ._flowIn_xxq2g_192,._reducedSvg_xxq2g_320 ._flowOut_xxq2g_205{stroke-opacity:.45;stroke-dashoffset:0!important}@media (prefers-reduced-motion:reduce){._chamberSvg_xxq2g_128 ._tDot_xxq2g_218{display:none}._chamberSvg_xxq2g_128 *{animation:none!important}._chamberSvg_xxq2g_128 ._hexDraw1_xxq2g_143,._chamberSvg_xxq2g_128 ._hexDraw2_xxq2g_149,._chamberSvg_xxq2g_128 ._hexDraw3_xxq2g_155,._chamberSvg_xxq2g_128 ._hexDraw4_xxq2g_161,._chamberSvg_xxq2g_128 ._hexDraw5_xxq2g_167{stroke-dashoffset:0!important;opacity:1!important}}@media (width<=1024px){._inner_xxq2g_55{grid-template-columns:46% 54%;gap:2rem}._chamberSvg_xxq2g_128{max-width:420px}}@media (width<=860px){._inner_xxq2g_55{grid-template-columns:48% 52%;gap:1.5rem}._chamberSvg_xxq2g_128{max-width:360px}}@media (width<=680px){._inner_xxq2g_55{grid-template-columns:1fr;gap:2rem}._visualCol_xxq2g_122{order:2}._textCol_xxq2g_66{order:1;gap:1.25rem}._chamberSvg_xxq2g_128{max-width:340px;margin:0 auto;display:block}._headline_xxq2g_84{font-size:clamp(1.5rem,6vw,2rem)}}@media (width<=420px){._chamberSvg_xxq2g_128{max-width:100%}}._accordion_hf83s_1{flex-direction:column;gap:.75rem;display:flex}._item_hf83s_7{background:var(--lab-surface-elevated);border:1px solid var(--lab-border);border-radius:var(--radius-card);transition:border-color var(--duration-base) var(--ease-out);overflow:hidden}._item_hf83s_7._open_hf83s_15{border-color:var(--lab-border-hover)}._trigger_hf83s_19{text-align:left;cursor:pointer;width:100%;transition:background var(--duration-fast) var(--ease-out);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}._trigger_hf83s_19:hover{background:#ffffff08}._question_hf83s_35{color:var(--lab-text);font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:500;line-height:1.4}._chevron_hf83s_43{color:var(--lab-text-muted);transition:transform var(--duration-base) var(--ease-out), color var(--duration-fast);flex-shrink:0}._open_hf83s_15 ._chevron_hf83s_43{color:var(--lab-primary);transform:rotate(180deg)}._content_hf83s_54{max-height:0;transition:max-height var(--duration-base) var(--ease-out);overflow:hidden}._content_hf83s_54>p{padding:0 1.5rem 1.25rem}._answer_hf83s_64{color:var(--lab-text-muted);line-height:1.65}@media (prefers-reduced-motion:reduce){._content_hf83s_54{transition:none}}._section_5ccrw_1{transition-delay:50ms}._inner_5ccrw_5{max-width:800px;margin:0 auto}._header_5ccrw_10{margin-bottom:2.5rem}._header_5ccrw_10 h2{margin-bottom:0}._wrap_x062o_1{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:680px;margin:0 auto;display:flex}._symbolWrap_x062o_11{filter:drop-shadow(0 0 20px #ff7a1a38);background:#ff7a1a14;border:1px solid #ff7a1a38;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}._symbol_x062o_11{width:36px;height:36px}._headline_x062o_28{background:linear-gradient(135deg, #fff 50%, var(--lab-primary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,3.5vw,2.75rem)}._body_x062o_36{color:var(--lab-text-muted);max-width:52ch}._ctas_x062o_41{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}._section_puiez_1{background:radial-gradient(ellipse 60% 60% at 50% 50%, #ff7a1a0f 0%, transparent 70%), radial-gradient(ellipse 40% 50% at 70% 60%, #6d28d90d 0%, transparent 60%), var(--lab-bg);transition-delay:50ms}.skip-link{z-index:9999;background:var(--lab-primary);color:var(--lab-bg);border-radius:0 0 var(--radius-button) var(--radius-button);transition:top var(--duration-fast);padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;position:absolute;top:-100%;left:1rem}.skip-link:focus{outline:2px solid var(--lab-bg);outline-offset:2px;top:0}
