.Navbar-module__t4-mqa__navbar{z-index:100;padding:var(--space-4) 0;transition:all var(--transition-normal);position:fixed;top:0;left:0;right:0}.Navbar-module__t4-mqa__navbar.Navbar-module__t4-mqa__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);padding:var(--space-3) 0;background:#050510d9}.Navbar-module__t4-mqa__navInner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__t4-mqa__logo{align-items:center;gap:var(--space-2);color:var(--text-primary);font-size:1.3rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__t4-mqa__logoIcon{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem}.Navbar-module__t4-mqa__logoText{letter-spacing:-.02em}.Navbar-module__t4-mqa__navLinks{align-items:center;gap:var(--space-8);display:flex}.Navbar-module__t4-mqa__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module__t4-mqa__navLink:after{content:"";background:var(--gradient-primary);height:2px;transition:transform var(--transition-normal);border-radius:1px;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.Navbar-module__t4-mqa__navLink:hover{color:var(--text-primary)}.Navbar-module__t4-mqa__navLink:hover:after{transform:scaleX(1)}.Navbar-module__t4-mqa__navLinkActive{color:var(--sol-cyan)}.Navbar-module__t4-mqa__navLinkActive:after{transform:scaleX(1)}.Navbar-module__t4-mqa__navActions{align-items:center;gap:var(--space-4);display:flex}.Navbar-module__t4-mqa__networkDropdownWrapper{position:relative}.Navbar-module__t4-mqa__networkBadge{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);border:1px solid var(--border-subtle);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all var(--transition-fast);font-size:.75rem;font-weight:600;font-family:var(--font-sans);background:#ffffff0d;display:flex}.Navbar-module__t4-mqa__networkBadge:hover{border-color:var(--border-medium);background:#ffffff14}.Navbar-module__t4-mqa__networkDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.Navbar-module__t4-mqa__networkChevron{opacity:.6;margin-left:2px;font-size:.55rem}.Navbar-module__t4-mqa__networkDropdown{-webkit-backdrop-filter:blur(30px);border:1px solid var(--border-medium);border-radius:var(--radius-lg);min-width:240px;box-shadow:var(--shadow-elevated), 0 0 40px #00000080;animation:Navbar-module__t4-mqa__dropdownIn .2s var(--ease-out-expo);z-index:200;background:#0f0f28f2;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}@keyframes Navbar-module__t4-mqa__dropdownIn{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.Navbar-module__t4-mqa__networkDropdownHeader{padding:var(--space-3) var(--space-4);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border-bottom:1px solid var(--border-subtle);font-size:.7rem;font-weight:600}.Navbar-module__t4-mqa__networkOption{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);font-family:var(--font-sans);text-align:left;background:0 0;border:none;font-size:.85rem;display:flex}.Navbar-module__t4-mqa__networkOption:hover{color:var(--text-primary);background:#ffffff0d}.Navbar-module__t4-mqa__networkOptionActive{color:var(--text-primary);background:#ffffff08}.Navbar-module__t4-mqa__networkOptionDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.Navbar-module__t4-mqa__networkOptionInfo{flex-direction:column;flex:1;display:flex}.Navbar-module__t4-mqa__networkOptionLabel{font-size:.85rem;font-weight:600}.Navbar-module__t4-mqa__networkOptionUrl{font-family:var(--font-mono);color:var(--text-muted);margin-top:1px;font-size:.65rem}.Navbar-module__t4-mqa__networkCheck{color:var(--sol-cyan);font-size:.9rem;font-weight:700}.Navbar-module__t4-mqa__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000b3;justify-content:center;align-items:center;animation:.2s Navbar-module__t4-mqa__fadeIn;display:flex;position:fixed;inset:0}@keyframes Navbar-module__t4-mqa__fadeIn{0%{opacity:0}to{opacity:1}}.Navbar-module__t4-mqa__modalContent{border-radius:var(--radius-xl);padding:var(--space-8);width:90%;max-width:440px;box-shadow:0 0 60px #ff3b5c26, var(--shadow-elevated);animation:Navbar-module__t4-mqa__modalIn .3s var(--ease-out-expo);background:#0f0f28fa;border:1px solid #ff3b5c4d}@keyframes Navbar-module__t4-mqa__modalIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.Navbar-module__t4-mqa__modalIcon{text-align:center;margin-bottom:var(--space-4);font-size:3rem}.Navbar-module__t4-mqa__modalTitle{text-align:center;margin-bottom:var(--space-3);color:var(--sol-red);font-size:1.3rem;font-weight:700}.Navbar-module__t4-mqa__modalText{color:var(--text-secondary);text-align:center;margin-bottom:var(--space-4);font-size:.9rem;line-height:1.6}.Navbar-module__t4-mqa__modalText strong{color:var(--text-primary)}.Navbar-module__t4-mqa__modalList{margin-bottom:var(--space-6);padding:0;list-style:none}.Navbar-module__t4-mqa__modalList li{padding:var(--space-2) 0;color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);font-size:.85rem}.Navbar-module__t4-mqa__modalList li:before{content:"• ";color:var(--sol-red);font-weight:700}.Navbar-module__t4-mqa__modalActions{gap:var(--space-3);display:flex}.Navbar-module__t4-mqa__modalCancel{padding:var(--space-3) var(--space-4);border:1px solid var(--border-medium);border-radius:var(--radius-md);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0d;flex:1;font-size:.9rem;font-weight:600}.Navbar-module__t4-mqa__modalCancel:hover{color:var(--text-primary);background:#ffffff1a}.Navbar-module__t4-mqa__modalConfirm{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:var(--sol-red);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);background:#ff3b5c26;border:1px solid #ff3b5c66;flex:1;font-size:.9rem;font-weight:600}.Navbar-module__t4-mqa__modalConfirm:hover{border-color:var(--sol-red);background:#ff3b5c40}.Navbar-module__t4-mqa__mainnetBanner{z-index:99;justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--sol-red);background:#ff3b5c1a;border-bottom:1px solid #ff3b5c33;font-size:.8rem;display:flex;position:fixed;top:60px;left:0;right:0}.Navbar-module__t4-mqa__bannerDismiss{border-radius:var(--radius-full);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;padding:2px 10px;font-size:.7rem;font-weight:600}.Navbar-module__t4-mqa__bannerDismiss:hover{color:var(--text-primary);background:#ffffff1a}.Navbar-module__t4-mqa__walletBtn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);background:var(--gradient-primary);color:#fff;border-radius:var(--radius-md);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-normal);border:none;font-size:.85rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #00d4ff4d}.Navbar-module__t4-mqa__walletBtn:before{content:"";opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(#ffffff1a 0%,#0000 100%);position:absolute;inset:0}.Navbar-module__t4-mqa__walletBtn:hover:before{opacity:1}.Navbar-module__t4-mqa__walletBtn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00d4ff66}.Navbar-module__t4-mqa__walletConnected{background:var(--bg-card);border:1px solid var(--border-cyan);box-shadow:var(--shadow-glow-cyan);font-family:var(--font-mono);font-size:.8rem}.Navbar-module__t4-mqa__walletConnected:hover{background:var(--bg-card-hover);border-color:var(--sol-red);box-shadow:0 0 20px #ff3b5c26}.Navbar-module__t4-mqa__walletDot{background:var(--sol-green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #00f5a099}.Navbar-module__t4-mqa__hamburger{cursor:pointer;padding:var(--space-2);z-index:110;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Navbar-module__t4-mqa__hamburger span{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-normal);transform-origin:50%;border-radius:1px;display:block}.Navbar-module__t4-mqa__hamburgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__t4-mqa__hamburgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__t4-mqa__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__t4-mqa__mobileMenu{gap:var(--space-2);padding:var(--space-4) var(--space-6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-subtle);animation:Navbar-module__t4-mqa__slideDown .3s var(--ease-out-expo);background:#050510fa;flex-direction:column;display:none}@keyframes Navbar-module__t4-mqa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__t4-mqa__mobileLink{padding:var(--space-3) var(--space-4);color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);font-size:1rem;font-weight:500;text-decoration:none;display:block}.Navbar-module__t4-mqa__mobileLink:hover{background:var(--bg-card);color:var(--text-primary)}.Navbar-module__t4-mqa__mobileLinkActive{color:var(--sol-cyan);background:var(--sol-cyan-dim)}.Navbar-module__t4-mqa__mobileWalletBtn{padding:var(--space-3) var(--space-4);margin-top:var(--space-2);background:var(--gradient-primary);color:#fff;border-radius:var(--radius-md);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);border:none;font-size:.95rem;font-weight:600}.Navbar-module__t4-mqa__mobileWalletBtn:hover{box-shadow:0 4px 15px #00d4ff4d}@media (max-width:768px){.Navbar-module__t4-mqa__navLinks,.Navbar-module__t4-mqa__networkDropdownWrapper,.Navbar-module__t4-mqa__walletBtn{display:none}.Navbar-module__t4-mqa__hamburger,.Navbar-module__t4-mqa__mobileMenu{display:flex}}
.Footer-module__bCoygW__footer{padding:var(--space-16) 0 var(--space-8);border-top:1px solid var(--border-subtle);z-index:1;position:relative}.Footer-module__bCoygW__top{justify-content:space-between;gap:var(--space-16);margin-bottom:var(--space-12);display:flex}.Footer-module__bCoygW__brand{max-width:300px}.Footer-module__bCoygW__logo{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.Footer-module__bCoygW__logoIcon{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem}.Footer-module__bCoygW__logoText{letter-spacing:-.02em;font-size:1.2rem;font-weight:800}.Footer-module__bCoygW__tagline{color:var(--text-muted);font-size:.9rem;line-height:1.6}.Footer-module__bCoygW__links{gap:var(--space-12);display:flex}.Footer-module__bCoygW__linkCol{gap:var(--space-2);flex-direction:column;display:flex}.Footer-module__bCoygW__colTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-2);font-size:.75rem;font-weight:700}.Footer-module__bCoygW__link{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;text-decoration:none}.Footer-module__bCoygW__link:hover{color:var(--sol-cyan)}.Footer-module__bCoygW__bottom{padding-top:var(--space-6);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.Footer-module__bCoygW__copy{color:var(--text-muted);font-size:.8rem}.Footer-module__bCoygW__chain{align-items:center;gap:var(--space-2);color:var(--sol-green);font-size:.75rem;font-weight:600;display:flex}.Footer-module__bCoygW__chainDot{background:var(--sol-green);border-radius:50%;width:6px;height:6px}@media (max-width:768px){.Footer-module__bCoygW__top{gap:var(--space-8);flex-direction:column}.Footer-module__bCoygW__links{gap:var(--space-8);flex-wrap:wrap}.Footer-module__bCoygW__bottom{gap:var(--space-3);text-align:center;flex-direction:column}}
.HeroSection-module__P8KOBa__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.HeroSection-module__P8KOBa__orbTopRight{animation:8s ease-in-out infinite HeroSection-module__P8KOBa__float;top:-200px;right:-200px}.HeroSection-module__P8KOBa__orbBottomLeft{animation:10s ease-in-out -3s infinite HeroSection-module__P8KOBa__float;bottom:-100px;left:-200px}.HeroSection-module__P8KOBa__heroContent{text-align:center;z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.HeroSection-module__P8KOBa__badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);color:#a78bfa;margin-bottom:var(--space-8);letter-spacing:.02em;background:#7c3aed1a;border:1px solid #7c3aed40;font-size:.8rem;font-weight:600;display:inline-flex}.HeroSection-module__P8KOBa__badgeDot{background:#a78bfa;border-radius:50%;width:6px;height:6px}.HeroSection-module__P8KOBa__title{max-width:800px;margin-bottom:var(--space-6);letter-spacing:-.03em;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.HeroSection-module__P8KOBa__titleGradient{background:linear-gradient(135deg, #fff 0%, var(--sol-cyan) 50%, var(--sol-violet) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HeroSection-module__P8KOBa__cursor{-webkit-text-fill-color:var(--sol-cyan);animation:1s infinite HeroSection-module__P8KOBa__blink-cursor}.HeroSection-module__P8KOBa__subtitle{color:var(--text-secondary);max-width:650px;margin-bottom:var(--space-10);font-size:1.2rem;line-height:1.7}.HeroSection-module__P8KOBa__highlight{color:var(--sol-cyan)}.HeroSection-module__P8KOBa__ctas{gap:var(--space-4);margin-bottom:var(--space-16);display:flex}
.LiveInferenceVisual-module__D1QSvq__container{perspective:1000px;width:100%;max-width:500px;margin:0 auto;position:relative}.LiveInferenceVisual-module__D1QSvq__glow{filter:blur(40px);z-index:0;background:radial-gradient(circle,#7c3aed66,#0000 70%);animation:4s ease-in-out infinite alternate LiveInferenceVisual-module__D1QSvq__pulseGlow;position:absolute;inset:-20px}@keyframes LiveInferenceVisual-module__D1QSvq__pulseGlow{0%{opacity:.5;transform:scale(.95)}to{opacity:.8;transform:scale(1.05)}}.LiveInferenceVisual-module__D1QSvq__card{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-xl);padding:var(--space-6);transform-style:preserve-3d;background:#0f172ab3;border:1px solid #ffffff1a;transition:transform .3s,box-shadow .3s;position:relative;transform:rotateY(-5deg)rotateX(5deg);box-shadow:0 25px 50px -12px #00000080,inset 0 0 0 1px #ffffff0d}.LiveInferenceVisual-module__D1QSvq__card:hover{transform:rotateY(0)rotateX(0)translateY(-5px);box-shadow:0 30px 60px -12px #0009,inset 0 0 0 1px #ffffff1a}.LiveInferenceVisual-module__D1QSvq__header{margin-bottom:var(--space-4);font-family:var(--font-mono);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.LiveInferenceVisual-module__D1QSvq__statusIndicator{align-items:center;gap:var(--space-2);display:flex}.LiveInferenceVisual-module__D1QSvq__pulse{border-radius:50%;width:8px;height:8px}.LiveInferenceVisual-module__D1QSvq__pulseCyan{background:var(--sol-cyan);box-shadow:0 0 10px var(--sol-cyan);animation:1.5s infinite LiveInferenceVisual-module__D1QSvq__pulseCyanAnim}.LiveInferenceVisual-module__D1QSvq__pulseGreen{background:var(--sol-green);box-shadow:0 0 10px var(--sol-green)}@keyframes LiveInferenceVisual-module__D1QSvq__pulseCyanAnim{0%{box-shadow:0 0 #00d4ff66}70%{box-shadow:0 0 0 10px #00d4ff00}to{box-shadow:0 0 #00d4ff00}}.LiveInferenceVisual-module__D1QSvq__statusText{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;font-weight:500}.LiveInferenceVisual-module__D1QSvq__nodeBadge{border-radius:var(--radius-md);color:#a78bfa;background:#7c3aed26;border:1px solid #7c3aed4d;align-items:center;gap:4px;padding:4px 8px;display:flex}.LiveInferenceVisual-module__D1QSvq__icon{font-size:10px}.LiveInferenceVisual-module__D1QSvq__progressBarWrapper{width:100%;height:2px;margin-bottom:var(--space-6);background:#ffffff1a;border-radius:2px;overflow:hidden}.LiveInferenceVisual-module__D1QSvq__progressBar{background:linear-gradient(90deg, var(--sol-cyan), var(--sol-violet));height:100%;transition:width .1s linear}.LiveInferenceVisual-module__D1QSvq__content{border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-6);background:#0000004d;border:1px solid #ffffff0d}.LiveInferenceVisual-module__D1QSvq__prompt{font-family:var(--font-sans);color:var(--text-primary);margin-bottom:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid #ffffff1a;font-size:.95rem;line-height:1.5}.LiveInferenceVisual-module__D1QSvq__promptLabel{color:var(--sol-violet);margin-right:var(--space-2);font-weight:600}.LiveInferenceVisual-module__D1QSvq__outputBox{min-height:80px;font-family:var(--font-mono);color:var(--text-secondary);font-size:.9rem;line-height:1.6}.LiveInferenceVisual-module__D1QSvq__token{color:#e2e8f0;animation:.2s ease-in LiveInferenceVisual-module__D1QSvq__fadeIn}@keyframes LiveInferenceVisual-module__D1QSvq__fadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.LiveInferenceVisual-module__D1QSvq__blinkingCursor{background:var(--sol-cyan);vertical-align:text-bottom;width:8px;height:15px;margin-left:2px;animation:1s step-end infinite LiveInferenceVisual-module__D1QSvq__blink;display:inline-block}@keyframes LiveInferenceVisual-module__D1QSvq__blink{0%,to{opacity:1}50%{opacity:0}}.LiveInferenceVisual-module__D1QSvq__footer{font-family:var(--font-mono);color:var(--text-muted);padding-top:var(--space-4);border-top:1px solid #ffffff0d;justify-content:space-between;font-size:.8rem;display:flex}.LiveInferenceVisual-module__D1QSvq__hash{color:var(--sol-green);opacity:.8}.LiveInferenceVisual-module__D1QSvq__cost{align-items:center;gap:var(--space-2);display:flex}.LiveInferenceVisual-module__D1QSvq__sol{color:var(--text-primary);font-weight:600}
.StatsBar-module__wabReW__statsBar{z-index:2;padding:var(--space-4) 0 var(--space-12);margin-top:-60px;position:relative}.StatsBar-module__wabReW__statsGrid{gap:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}.StatsBar-module__wabReW__statItem{opacity:0;transition:all .6s var(--ease-out-expo);transform:translateY(20px)}.StatsBar-module__wabReW__statItem.StatsBar-module__wabReW__visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.StatsBar-module__wabReW__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.StatsBar-module__wabReW__statsGrid{grid-template-columns:1fr}}
.HowItWorks-module__YHylXa__section{overflow:hidden}.HowItWorks-module__YHylXa__header{text-align:center;margin-bottom:var(--space-16)}.HowItWorks-module__YHylXa__tag{letter-spacing:.15em;text-transform:uppercase;color:var(--sol-cyan);margin-bottom:var(--space-4);font-size:.75rem;font-weight:700;display:inline-block}.HowItWorks-module__YHylXa__title{letter-spacing:-.02em;margin-bottom:var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:800}.HowItWorks-module__YHylXa__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem}.HowItWorks-module__YHylXa__timeline{gap:var(--space-1);flex-direction:column;max-width:700px;margin:0 auto;display:flex}.HowItWorks-module__YHylXa__step{gap:var(--space-6);display:flex}.HowItWorks-module__YHylXa__stepLine{flex-direction:column;flex-shrink:0;align-items:center;width:24px;display:flex}.HowItWorks-module__YHylXa__stepDot{z-index:1;border:3px solid;border-radius:50%;flex-shrink:0;width:16px;height:16px}.HowItWorks-module__YHylXa__dotcyan{border-color:var(--sol-cyan);background:var(--sol-cyan-dim)}.HowItWorks-module__YHylXa__dotviolet{border-color:var(--sol-violet);background:var(--sol-violet-dim)}.HowItWorks-module__YHylXa__dotgold{border-color:var(--sol-gold);background:#ffd70026}.HowItWorks-module__YHylXa__dotorange{border-color:var(--sol-orange);background:#ff6b3526}.HowItWorks-module__YHylXa__dotgreen{border-color:var(--sol-green);background:var(--sol-green-dim)}.HowItWorks-module__YHylXa__connector{background:linear-gradient(180deg, var(--border-medium) 0%, transparent 100%);flex:1;width:2px;min-height:20px}.HowItWorks-module__YHylXa__stepCard{padding:var(--space-6);margin-bottom:var(--space-4);flex:1;position:relative}.HowItWorks-module__YHylXa__stepNum{top:var(--space-4);right:var(--space-5);font-family:var(--font-mono);color:var(--text-muted);font-size:.7rem;font-weight:600;position:absolute}.HowItWorks-module__YHylXa__stepIcon{margin-bottom:var(--space-3);font-size:1.8rem}.HowItWorks-module__YHylXa__stepTitle{margin-bottom:var(--space-2);letter-spacing:-.01em;font-size:1.15rem;font-weight:700}.HowItWorks-module__YHylXa__stepDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}
.PlaygroundPreview-module__LCnjIa__section{overflow:hidden}.PlaygroundPreview-module__LCnjIa__header{text-align:center;margin-bottom:var(--space-12)}.PlaygroundPreview-module__LCnjIa__tag{letter-spacing:.15em;text-transform:uppercase;color:var(--sol-violet);margin-bottom:var(--space-4);font-size:.75rem;font-weight:700;display:inline-block}.PlaygroundPreview-module__LCnjIa__title{letter-spacing:-.02em;margin-bottom:var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:800}.PlaygroundPreview-module__LCnjIa__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.1rem}.PlaygroundPreview-module__LCnjIa__playground{gap:var(--space-6);grid-template-columns:1fr 1fr;align-items:start;display:grid}.PlaygroundPreview-module__LCnjIa__inputPanel,.PlaygroundPreview-module__LCnjIa__statusTracker,.PlaygroundPreview-module__LCnjIa__resultCard{padding:var(--space-6)}.PlaygroundPreview-module__LCnjIa__panelHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.PlaygroundPreview-module__LCnjIa__panelTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:600}.PlaygroundPreview-module__LCnjIa__modelSelect{gap:var(--space-2);margin-bottom:var(--space-4);flex-direction:column;display:flex}.PlaygroundPreview-module__LCnjIa__modelBtn{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);font-family:var(--font-sans);background:0 0;justify-content:space-between;align-items:center;display:flex}.PlaygroundPreview-module__LCnjIa__modelBtn:hover{border-color:var(--border-medium)}.PlaygroundPreview-module__LCnjIa__modelActive{border-color:var(--sol-cyan);background:var(--sol-cyan-dim);color:var(--text-primary)}.PlaygroundPreview-module__LCnjIa__modelName{font-size:.9rem;font-weight:500}.PlaygroundPreview-module__LCnjIa__modelCost{font-family:var(--font-mono);color:var(--sol-green);font-size:.75rem}.PlaygroundPreview-module__LCnjIa__promptInput{min-height:100px;margin-bottom:var(--space-4)}.PlaygroundPreview-module__LCnjIa__runBtn{width:100%}.PlaygroundPreview-module__LCnjIa__runBtn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.PlaygroundPreview-module__LCnjIa__outputPanel{gap:var(--space-4);flex-direction:column;display:flex}.PlaygroundPreview-module__LCnjIa__liveIndicator{align-items:center;gap:var(--space-1);color:var(--sol-green);font-size:.75rem;font-weight:600;display:flex}.PlaygroundPreview-module__LCnjIa__liveDot{background:var(--sol-green);border-radius:50%;width:6px;height:6px;animation:1.5s infinite PlaygroundPreview-module__LCnjIa__pulse-ring}.PlaygroundPreview-module__LCnjIa__steps{gap:var(--space-3);flex-direction:column;display:flex}.PlaygroundPreview-module__LCnjIa__statusStep{align-items:center;gap:var(--space-3);opacity:.35;transition:all var(--transition-normal);display:flex}.PlaygroundPreview-module__LCnjIa__stepActive{opacity:1}.PlaygroundPreview-module__LCnjIa__stepCircle{border:2px solid var(--border-medium);width:28px;height:28px;color:var(--text-muted);transition:all var(--transition-normal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.PlaygroundPreview-module__LCnjIa__circleActive{border-color:var(--sol-green);background:var(--sol-green-dim);color:var(--sol-green)}.PlaygroundPreview-module__LCnjIa__stepLabel{color:var(--text-secondary);font-size:.85rem;font-weight:500}.PlaygroundPreview-module__LCnjIa__resultBody{min-height:100px}.PlaygroundPreview-module__LCnjIa__resultText{color:var(--text-primary);margin-bottom:var(--space-4);font-size:.95rem;line-height:1.7}.PlaygroundPreview-module__LCnjIa__resultPlaceholder{color:var(--text-muted);font-size:.9rem;font-style:italic}.PlaygroundPreview-module__LCnjIa__proofLink{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);background:#00f5a00d;border:1px solid #00f5a026;display:flex}.PlaygroundPreview-module__LCnjIa__proofLabel{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.PlaygroundPreview-module__LCnjIa__proofTx{font-family:var(--font-mono);color:var(--sol-green);font-size:.8rem}.PlaygroundPreview-module__LCnjIa__proofExplorer{color:var(--sol-cyan);cursor:pointer;margin-left:auto;font-size:.75rem}@media (max-width:768px){.PlaygroundPreview-module__LCnjIa__playground{grid-template-columns:1fr}}
.dashboard-module__OSgg5W__page{z-index:1;min-height:100vh;padding-top:100px;padding-bottom:var(--space-20);position:relative}.dashboard-module__OSgg5W__header{margin-bottom:var(--space-8);justify-content:space-between;align-items:flex-start;display:flex}.dashboard-module__OSgg5W__title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;margin-bottom:var(--space-2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.dashboard-module__OSgg5W__subtitle{color:var(--text-secondary);font-size:.95rem}.dashboard-module__OSgg5W__headerActions{gap:var(--space-3);display:flex}.dashboard-module__OSgg5W__networkBadge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--sol-green);font-size:.8rem;font-weight:600;display:flex}.dashboard-module__OSgg5W__tabs{gap:var(--space-1);margin-bottom:var(--space-8);border-bottom:1px solid var(--border-subtle);padding-bottom:0;display:flex}.dashboard-module__OSgg5W__tab{padding:var(--space-3) var(--space-5);color:var(--text-muted);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;font-size:.9rem;font-weight:600}.dashboard-module__OSgg5W__tab:hover{color:var(--text-secondary)}.dashboard-module__OSgg5W__tabActive{color:var(--sol-cyan);border-bottom-color:var(--sol-cyan)}.dashboard-module__OSgg5W__content{animation:dashboard-module__OSgg5W__fadeIn .3s var(--ease-out-expo)}@keyframes dashboard-module__OSgg5W__fadeIn{0%{opacity:0}to{opacity:1}}.dashboard-module__OSgg5W__sectionTitle{margin-bottom:var(--space-3);font-size:1.3rem;font-weight:700}.dashboard-module__OSgg5W__sectionSubtitle{color:var(--text-secondary);margin-bottom:var(--space-6);font-size:.9rem}.dashboard-module__OSgg5W__globalStats{gap:var(--space-4);margin-bottom:var(--space-10);grid-template-columns:repeat(4,1fr);display:grid}.dashboard-module__OSgg5W__globalStat{padding:var(--space-5);text-align:center}.dashboard-module__OSgg5W__globalStatIcon{margin-bottom:var(--space-2);font-size:1.5rem}.dashboard-module__OSgg5W__globalStatValue{background:var(--gradient-primary);-webkit-text-fill-color:transparent;margin-bottom:var(--space-1);-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.dashboard-module__OSgg5W__globalStatLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.dashboard-module__OSgg5W__nodesGrid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(400px,1fr));display:grid}.dashboard-module__OSgg5W__nodeCard{padding:var(--space-6)}.dashboard-module__OSgg5W__nodeHeader{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;display:flex}.dashboard-module__OSgg5W__nodeIdentity{align-items:center;gap:var(--space-3);display:flex}.dashboard-module__OSgg5W__statusDot{border-radius:50%;width:10px;height:10px}.dashboard-module__OSgg5W__statusActive{background:var(--sol-green);box-shadow:0 0 8px #00f5a080}.dashboard-module__OSgg5W__statusIdle{background:var(--sol-gold);box-shadow:0 0 8px #ffd70080}.dashboard-module__OSgg5W__statusOffline{background:var(--sol-red)}.dashboard-module__OSgg5W__nodeName{font-size:1rem;font-weight:700}.dashboard-module__OSgg5W__nodeStats{gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-md);margin-bottom:var(--space-5);background:#0003;grid-template-columns:repeat(4,1fr);display:grid}.dashboard-module__OSgg5W__nodeStat{flex-direction:column;gap:2px;display:flex}.dashboard-module__OSgg5W__nodeStatLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem}.dashboard-module__OSgg5W__nodeStatValue{font-size:.9rem;font-weight:700;font-family:var(--font-mono);color:var(--sol-cyan)}.dashboard-module__OSgg5W__nodeDetails{gap:var(--space-2);margin-bottom:var(--space-4);flex-direction:column;display:flex}.dashboard-module__OSgg5W__nodeDetail{color:var(--text-secondary);padding:var(--space-1) 0;border-bottom:1px solid var(--border-subtle);justify-content:space-between;font-size:.8rem;display:flex}.dashboard-module__OSgg5W__nodeDetail:last-child{border-bottom:none}.dashboard-module__OSgg5W__nodeModels{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.dashboard-module__OSgg5W__nodeModelsLabel{color:var(--text-muted);font-size:.75rem}.dashboard-module__OSgg5W__modelTag{background:var(--sol-violet-dim);border-radius:var(--radius-full);color:#a78bfa;border:1px solid #7c3aed33;padding:2px 8px;font-size:.7rem;font-weight:600}.dashboard-module__OSgg5W__jobsTable{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden}.dashboard-module__OSgg5W__jobsHeader{gap:var(--space-3);padding:var(--space-3) var(--space-4);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);background:#0000004d;grid-template-columns:80px 140px 1fr 90px 90px 80px 80px;font-size:.7rem;font-weight:700;display:grid}.dashboard-module__OSgg5W__jobRow{gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-subtle);transition:background var(--transition-fast);grid-template-columns:80px 140px 1fr 90px 90px 80px 80px;align-items:center;display:grid}.dashboard-module__OSgg5W__jobRow:last-child{border-bottom:none}.dashboard-module__OSgg5W__jobRow:hover{background:#ffffff05}.dashboard-module__OSgg5W__jobId{font-size:.8rem}.dashboard-module__OSgg5W__jobModel{font-size:.8rem;font-weight:600}.dashboard-module__OSgg5W__jobPrompt{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.dashboard-module__OSgg5W__jobBounty{color:var(--sol-green);font-size:.8rem;font-weight:600}.dashboard-module__OSgg5W__jobTime{color:var(--sol-orange);font-size:.8rem}.dashboard-module__OSgg5W__claimBtn{padding:var(--space-1) var(--space-3);background:var(--gradient-primary);border-radius:var(--radius-sm);color:#fff;cursor:pointer;transition:all var(--transition-fast);font-size:.75rem;font-weight:700;font-family:var(--font-sans);border:none}.dashboard-module__OSgg5W__claimBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00d4ff4d}.dashboard-module__OSgg5W__claimBtn:disabled{opacity:.3;cursor:not-allowed}.dashboard-module__OSgg5W__registerForm{max-width:600px}.dashboard-module__OSgg5W__registerHeader{margin-bottom:var(--space-8)}.dashboard-module__OSgg5W__formGroup{margin-bottom:var(--space-6)}.dashboard-module__OSgg5W__formLabel{margin-bottom:var(--space-1);font-size:.9rem;font-weight:700;display:block}.dashboard-module__OSgg5W__formHint{color:var(--text-muted);margin-bottom:var(--space-3);font-size:.8rem}.dashboard-module__OSgg5W__modelCheckboxes{gap:var(--space-3);flex-direction:column;display:flex}.dashboard-module__OSgg5W__modelCheckbox{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);display:flex}.dashboard-module__OSgg5W__modelCheckbox:hover{border-color:var(--border-cyan);background:var(--bg-card-hover)}.dashboard-module__OSgg5W__modelCheckbox input[type=checkbox]{accent-color:var(--sol-cyan);width:16px;height:16px}.dashboard-module__OSgg5W__checkboxLabel{font-size:.9rem;font-weight:500}.dashboard-module__OSgg5W__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite dashboard-module__OSgg5W__spin}@keyframes dashboard-module__OSgg5W__spin{to{transform:rotate(360deg)}}@media (max-width:900px){.dashboard-module__OSgg5W__globalStats{grid-template-columns:repeat(2,1fr)}.dashboard-module__OSgg5W__nodesGrid{grid-template-columns:1fr}.dashboard-module__OSgg5W__nodeStats{grid-template-columns:repeat(2,1fr)}.dashboard-module__OSgg5W__jobsHeader,.dashboard-module__OSgg5W__jobRow{grid-template-columns:60px 100px 1fr 70px 70px}.dashboard-module__OSgg5W__jobTime,.dashboard-module__OSgg5W__claimBtn{display:none}.dashboard-module__OSgg5W__header{gap:var(--space-4);flex-direction:column}.dashboard-module__OSgg5W__claimPanel{padding:var(--space-4)!important}.dashboard-module__OSgg5W__claimPipeline{flex-direction:column!important;align-items:flex-start!important}.dashboard-module__OSgg5W__claimConnector{width:2px!important;height:20px!important;margin-left:15px!important}}.dashboard-module__OSgg5W__jobRowActive{border-left:3px solid var(--sol-cyan);background:#00d4ff0d!important}.dashboard-module__OSgg5W__claimPanel{margin-top:var(--space-6);padding:var(--space-6);background:var(--bg-card);border:1px solid var(--border-cyan);border-radius:var(--radius-lg);box-shadow:var(--shadow-glow-cyan);animation:dashboard-module__OSgg5W__slideUp .3s var(--ease-out-expo)}@keyframes dashboard-module__OSgg5W__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__OSgg5W__claimPanelHeader{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;display:flex}.dashboard-module__OSgg5W__claimPanelTitle{font-size:1rem;font-weight:700}.dashboard-module__OSgg5W__claimPanelClose{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0f;justify-content:center;align-items:center;font-size:.8rem;display:flex}.dashboard-module__OSgg5W__claimPanelClose:hover{color:var(--sol-red);background:#ff3b5c26;border-color:#ff3b5c4d}.dashboard-module__OSgg5W__claimPipeline{margin-bottom:var(--space-4);align-items:center;gap:0;display:flex}.dashboard-module__OSgg5W__claimStep{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);transition:all var(--transition-normal);display:flex}.dashboard-module__OSgg5W__claimStepDot{background:var(--bg-card);border:2px solid var(--border-subtle);width:32px;height:32px;transition:all var(--transition-normal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.dashboard-module__OSgg5W__claimStepInfo{flex-direction:column;gap:2px;display:flex}.dashboard-module__OSgg5W__claimStepLabel{font-size:.8rem;font-weight:600}.dashboard-module__OSgg5W__claimStepTx{color:var(--text-muted);font-size:.65rem}.dashboard-module__OSgg5W__claimPending .dashboard-module__OSgg5W__claimStepDot{border-color:var(--border-subtle);color:var(--text-muted)}.dashboard-module__OSgg5W__claimPending .dashboard-module__OSgg5W__claimStepLabel{color:var(--text-muted)}.dashboard-module__OSgg5W__claimActive .dashboard-module__OSgg5W__claimStepDot{border-color:var(--sol-cyan);background:var(--sol-cyan-dim);color:var(--sol-cyan);box-shadow:0 0 16px #00d4ff4d}.dashboard-module__OSgg5W__claimActive .dashboard-module__OSgg5W__claimStepLabel{color:var(--sol-cyan)}.dashboard-module__OSgg5W__claimDone .dashboard-module__OSgg5W__claimStepDot{border-color:var(--sol-green);color:var(--sol-green);background:#00f5a026}.dashboard-module__OSgg5W__claimDone .dashboard-module__OSgg5W__claimStepLabel{color:var(--sol-green)}.dashboard-module__OSgg5W__claimConnector{background:linear-gradient(90deg, var(--border-subtle), var(--border-medium));flex-shrink:0;width:24px;height:2px}.dashboard-module__OSgg5W__claimPulse{background:var(--sol-cyan);border-radius:50%;width:12px;height:12px;animation:1s ease-in-out infinite dashboard-module__OSgg5W__claimPulseAnim}@keyframes dashboard-module__OSgg5W__claimPulseAnim{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.dashboard-module__OSgg5W__claimSuccess{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:var(--sol-green);background:#00f5a014;border:1px solid #00f5a033;font-size:.85rem;font-weight:600}.dashboard-module__OSgg5W__claimErrorMsg{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:var(--sol-red);font-size:.85rem;font-family:var(--font-mono);word-break:break-all;background:#ff3b5c14;border:1px solid #ff3b5c33}.dashboard-module__OSgg5W__skeleton{position:relative;overflow:hidden}.dashboard-module__OSgg5W__skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0a,#0000);width:100%;height:100%;animation:1.5s infinite dashboard-module__OSgg5W__shimmer;position:absolute;top:0;left:-100%}@keyframes dashboard-module__OSgg5W__shimmer{to{left:100%}}.dashboard-module__OSgg5W__skeletonIcon{width:32px;height:32px;margin:0 auto var(--space-2);background:#ffffff0f;border-radius:50%}.dashboard-module__OSgg5W__skeletonValue{border-radius:var(--radius-sm);width:60%;height:24px;margin:0 auto var(--space-2);background:#ffffff0f}.dashboard-module__OSgg5W__skeletonLabel{border-radius:var(--radius-sm);background:#ffffff0a;width:80%;height:12px;margin:0 auto}.dashboard-module__OSgg5W__skeletonRow{border-radius:var(--radius-md);height:48px;margin-bottom:var(--space-2);background:#ffffff08}
.docs-module__QLqgTa__page{z-index:1;min-height:100vh;padding-top:72px;display:flex;position:relative}.docs-module__QLqgTa__sidebar{border-right:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:280px;min-width:280px;padding:var(--space-6);background:#050510f2;max-height:calc(100vh - 72px);position:sticky;top:72px;overflow-y:auto}.docs-module__QLqgTa__sidebarHeader{margin-bottom:var(--space-6);padding-bottom:var(--space-4);border-bottom:1px solid var(--border-subtle)}.docs-module__QLqgTa__sidebarTitle{margin-bottom:var(--space-1);font-size:1rem;font-weight:800}.docs-module__QLqgTa__version{font-family:var(--font-mono);color:var(--text-muted);background:var(--sol-violet-dim);border-radius:var(--radius-full);padding:2px 8px;font-size:.7rem}.docs-module__QLqgTa__sidebarNav{flex-direction:column;gap:2px;display:flex}.docs-module__QLqgTa__sidebarLink{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;width:100%;font-size:.9rem;font-weight:500;display:flex}.docs-module__QLqgTa__sidebarLink:hover{background:var(--bg-card);color:var(--text-primary)}.docs-module__QLqgTa__sidebarLinkActive{border-left:3px solid var(--sol-cyan);font-weight:600;background:var(--sol-cyan-dim)!important;color:var(--sol-cyan)!important}.docs-module__QLqgTa__sidebarIcon{text-align:center;width:24px;font-size:1.1rem}.docs-module__QLqgTa__content{padding:var(--space-10) var(--space-12);flex:1;max-width:900px;max-height:calc(100vh - 72px);overflow-y:auto}.docs-module__QLqgTa__docSection{animation:docs-module__QLqgTa__fadeIn .3s var(--ease-out-expo)}@keyframes docs-module__QLqgTa__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.docs-module__QLqgTa__docTitle{letter-spacing:-.03em;margin-bottom:var(--space-4);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:900}.docs-module__QLqgTa__docLead{color:var(--text-secondary);margin-bottom:var(--space-10);max-width:700px;font-size:1.15rem;line-height:1.8}.docs-module__QLqgTa__docH2{margin-top:var(--space-12);margin-bottom:var(--space-5);padding-bottom:var(--space-3);border-bottom:1px solid var(--border-subtle);letter-spacing:-.01em;font-size:1.4rem;font-weight:700}.docs-module__QLqgTa__docText{color:var(--text-secondary);margin-bottom:var(--space-6);font-size:.95rem;line-height:1.7}.docs-module__QLqgTa__highlightBox{gap:var(--space-4);padding:var(--space-5) var(--space-6);background:var(--sol-cyan-dim);border:1px solid var(--border-cyan);border-radius:var(--radius-lg);margin-bottom:var(--space-8);color:var(--text-secondary);font-size:.95rem;line-height:1.7;display:flex}.docs-module__QLqgTa__highlightIcon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.docs-module__QLqgTa__solutionGrid{gap:var(--space-4);margin-bottom:var(--space-8);grid-template-columns:repeat(2,1fr);display:grid}.docs-module__QLqgTa__solutionCard{padding:var(--space-6);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-normal)}.docs-module__QLqgTa__solutionCard:hover{border-color:var(--border-medium);background:var(--bg-card-hover);box-shadow:var(--shadow-elevated);transform:translateY(-2px)}.docs-module__QLqgTa__solutionEmoji{margin-bottom:var(--space-3);font-size:1.8rem;display:block}.docs-module__QLqgTa__solutionCard h3{margin-bottom:var(--space-2);font-size:1rem;font-weight:700}.docs-module__QLqgTa__solutionCard p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.docs-module__QLqgTa__participantsTable{gap:var(--space-3);flex-direction:column;display:flex}.docs-module__QLqgTa__participantRow{align-items:flex-start;gap:var(--space-4);padding:var(--space-4) var(--space-5);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);display:flex}.docs-module__QLqgTa__participantRole{align-items:center;gap:var(--space-2);flex-shrink:0;min-width:160px;display:flex}.docs-module__QLqgTa__roleEmoji{font-size:1.2rem}.docs-module__QLqgTa__participantRow p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.docs-module__QLqgTa__architectureFlow{margin:var(--space-8) 0}.docs-module__QLqgTa__flowStep{gap:var(--space-5);align-items:flex-start;display:flex}.docs-module__QLqgTa__flowDot{color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:800;display:flex}.docs-module__QLqgTa__flowDotCyan{background:var(--sol-cyan);box-shadow:0 0 16px #00d4ff4d}.docs-module__QLqgTa__flowDotViolet{background:#a78bfa;box-shadow:0 0 16px #7c3aed4d}.docs-module__QLqgTa__flowDotGold{background:var(--sol-gold);box-shadow:0 0 16px #ffd7004d}.docs-module__QLqgTa__flowDotOrange{background:var(--sol-orange);box-shadow:0 0 16px #ff6b354d}.docs-module__QLqgTa__flowDotGreen{background:var(--sol-green);box-shadow:0 0 16px #00f5a04d}.docs-module__QLqgTa__flowContent{padding-bottom:var(--space-4);flex:1}.docs-module__QLqgTa__flowContent h3{margin-bottom:var(--space-2);font-size:1.1rem;font-weight:700}.docs-module__QLqgTa__flowContent p{color:var(--text-secondary);margin-bottom:var(--space-3);font-size:.9rem;line-height:1.6}.docs-module__QLqgTa__flowContent code{font-family:var(--font-mono);color:var(--sol-cyan);background:#00d4ff1a;border-radius:4px;padding:1px 6px;font-size:.8rem}.docs-module__QLqgTa__flowDetail{gap:var(--space-2);flex-wrap:wrap;display:flex}.docs-module__QLqgTa__flowTag{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-muted);padding:2px 10px;font-size:.7rem;font-weight:600}.docs-module__QLqgTa__flowConnector{background:linear-gradient(180deg, var(--border-medium), transparent);width:2px;height:24px;margin-left:17px}.docs-module__QLqgTa__codeBlock{margin:var(--space-6) 0;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);overflow:hidden}.docs-module__QLqgTa__codeHeader{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-subtle);font-family:var(--font-mono);color:var(--text-muted);background:#0006;font-size:.75rem}.docs-module__QLqgTa__codeBody{padding:var(--space-5);font-family:var(--font-mono);color:var(--text-secondary);white-space:pre;background:#0a0a1ecc;margin:0;font-size:.82rem;line-height:1.7;overflow-x:auto}.docs-module__QLqgTa__apiTable{gap:var(--space-3);margin:var(--space-6) 0;flex-direction:column;display:flex}.docs-module__QLqgTa__apiRow{padding:var(--space-4) var(--space-5);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all var(--transition-fast)}.docs-module__QLqgTa__apiRow:hover{border-color:var(--border-medium)}.docs-module__QLqgTa__apiMethod{font-family:var(--font-mono);color:var(--sol-cyan);margin-bottom:var(--space-2);font-size:.85rem;font-weight:600;display:block}.docs-module__QLqgTa__apiRow p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.docs-module__QLqgTa__instructionsList{gap:var(--space-3);margin:var(--space-6) 0;flex-direction:column;display:flex}.docs-module__QLqgTa__instructionCard{padding:var(--space-5);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all var(--transition-fast)}.docs-module__QLqgTa__instructionCard:hover{border-color:var(--border-medium)}.docs-module__QLqgTa__instructionHeader{margin-bottom:var(--space-2)}.docs-module__QLqgTa__instructionName{font-family:var(--font-mono);color:var(--sol-green);font-size:.9rem;font-weight:700}.docs-module__QLqgTa__instructionDesc{color:var(--text-secondary);margin-bottom:var(--space-3);font-size:.85rem;line-height:1.5}.docs-module__QLqgTa__instructionAccounts{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.docs-module__QLqgTa__accountsLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.docs-module__QLqgTa__accountsList{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.docs-module__QLqgTa__feeTable{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);margin:var(--space-6) 0;overflow:hidden}.docs-module__QLqgTa__feeRow{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.docs-module__QLqgTa__feeRow:last-child{border-bottom:none}.docs-module__QLqgTa__feeRow:nth-child(odd){background:#00000026}.docs-module__QLqgTa__feeLabel{font-size:.9rem;font-weight:600}.docs-module__QLqgTa__feeValue{font-family:var(--font-mono);color:var(--sol-cyan);font-size:.85rem}.docs-module__QLqgTa__mathBox{padding:var(--space-6);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);margin:var(--space-6) 0}.docs-module__QLqgTa__mathBox h3{margin-bottom:var(--space-4);font-size:1rem;font-weight:700}.docs-module__QLqgTa__mathContent{gap:var(--space-3);flex-direction:column;display:flex}.docs-module__QLqgTa__mathContent p{color:var(--text-secondary);font-size:.9rem}.docs-module__QLqgTa__mathContent code{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-family:var(--font-mono);color:var(--sol-cyan);background:#0000004d;font-size:.82rem;display:block}.docs-module__QLqgTa__mathConclusion{padding:var(--space-4);background:var(--sol-green-dim);border-radius:var(--radius-md);border:1px solid #00f5a033;color:var(--sol-green)!important;font-size:.9rem!important}.docs-module__QLqgTa__repTable{gap:var(--space-2);margin:var(--space-6) 0;flex-direction:column;display:flex}.docs-module__QLqgTa__repRow{gap:var(--space-4);padding:var(--space-3) var(--space-4);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);grid-template-columns:80px 100px 1fr;align-items:center;display:grid}.docs-module__QLqgTa__repScore{font-family:var(--font-mono);color:var(--sol-cyan);font-size:.85rem;font-weight:700}.docs-module__QLqgTa__repTier{font-size:.85rem;font-weight:600}.docs-module__QLqgTa__repEffect{color:var(--text-secondary);font-size:.85rem}.docs-module__QLqgTa__roadmapTimeline{gap:var(--space-6);margin:var(--space-8) 0;flex-direction:column;display:flex}.docs-module__QLqgTa__roadmapPhase{padding:var(--space-6);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-normal)}.docs-module__QLqgTa__phaseCurrent{border-color:var(--border-cyan);box-shadow:var(--shadow-glow-cyan)}.docs-module__QLqgTa__phaseUpcoming{border-color:#ffd70026}.docs-module__QLqgTa__phaseFuture{opacity:.7}.docs-module__QLqgTa__phaseFuture:hover{opacity:1}.docs-module__QLqgTa__roadmapHeader{align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.docs-module__QLqgTa__roadmapDot{background:var(--sol-cyan);border-radius:50%;flex-shrink:0;width:12px;height:12px}.docs-module__QLqgTa__phaseCurrent .docs-module__QLqgTa__roadmapDot{box-shadow:0 0 12px #00d4ff80}.docs-module__QLqgTa__phaseUpcoming .docs-module__QLqgTa__roadmapDot{background:var(--sol-gold)}.docs-module__QLqgTa__phaseFuture .docs-module__QLqgTa__roadmapDot{background:var(--text-muted)}.docs-module__QLqgTa__roadmapTitle{font-size:1.1rem;font-weight:700}.docs-module__QLqgTa__roadmapDate{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.docs-module__QLqgTa__roadmapHeader .docs-module__QLqgTa__badge{margin-left:auto}.docs-module__QLqgTa__roadmapItems{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.docs-module__QLqgTa__roadmapItem{align-items:center;gap:var(--space-3);color:var(--text-secondary);padding:var(--space-2) 0;font-size:.9rem;display:flex}.docs-module__QLqgTa__roadmapCheck{color:var(--sol-cyan);text-align:center;flex-shrink:0;width:16px;font-size:.7rem}.docs-module__QLqgTa__phaseFuture .docs-module__QLqgTa__roadmapCheck{color:var(--text-muted)}@media (max-width:900px){.docs-module__QLqgTa__page{flex-direction:column}.docs-module__QLqgTa__sidebar{border-right:none;border-bottom:1px solid var(--border-subtle);width:100%;min-width:100%;max-height:none;position:static}.docs-module__QLqgTa__sidebarNav{gap:var(--space-2);flex-flow:wrap}.docs-module__QLqgTa__sidebarLink{text-align:center;flex:1;justify-content:center;min-width:120px}.docs-module__QLqgTa__sidebarLinkActive{border-left:none;border-bottom:3px solid var(--sol-cyan)}.docs-module__QLqgTa__content{padding:var(--space-6) var(--space-4);max-height:none}.docs-module__QLqgTa__solutionGrid{grid-template-columns:1fr}.docs-module__QLqgTa__repRow{gap:var(--space-1);grid-template-columns:1fr}}
.explorer-module__zkFThq__page{z-index:1;min-height:100vh;padding-top:100px;padding-bottom:var(--space-20);position:relative}.explorer-module__zkFThq__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:flex-start;display:flex}.explorer-module__zkFThq__title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;margin-bottom:var(--space-2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.explorer-module__zkFThq__subtitle{color:var(--text-secondary);font-size:.95rem}.explorer-module__zkFThq__headerControls{align-items:center;gap:var(--space-3);display:flex}.explorer-module__zkFThq__liveBtn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-full);font-family:var(--font-mono);letter-spacing:.1em;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);font-size:.75rem;font-weight:700;display:flex}.explorer-module__zkFThq__liveBtnActive{border-color:var(--sol-green);color:var(--sol-green);box-shadow:0 0 12px #00f5a026}.explorer-module__zkFThq__liveDot{background:var(--text-muted);width:8px;height:8px;transition:all var(--transition-fast);border-radius:50%}.explorer-module__zkFThq__liveDotActive{background:var(--sol-green);animation:2s infinite explorer-module__zkFThq__livePulse;box-shadow:0 0 8px #00f5a099}@keyframes explorer-module__zkFThq__livePulse{0%,to{opacity:1}50%{opacity:.5}}.explorer-module__zkFThq__filterBar{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.explorer-module__zkFThq__statusFilters{gap:var(--space-1);flex-wrap:wrap;display:flex}.explorer-module__zkFThq__filterBtn{padding:var(--space-2) var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-full);font-family:var(--font-sans);color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;font-size:.75rem;font-weight:600}.explorer-module__zkFThq__filterBtn:hover{border-color:var(--border-medium);color:var(--text-secondary)}.explorer-module__zkFThq__filterBtnActive{background:var(--sol-cyan-dim);border-color:var(--border-cyan);color:var(--sol-cyan)}.explorer-module__zkFThq__searchInput{padding:var(--space-2) var(--space-4);background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-primary);font-family:var(--font-sans);width:280px;transition:all var(--transition-fast);outline:none;font-size:.85rem}.explorer-module__zkFThq__searchInput:focus{border-color:var(--sol-cyan);box-shadow:0 0 0 3px var(--sol-cyan-dim)}.explorer-module__zkFThq__searchInput::placeholder{color:var(--text-muted)}.explorer-module__zkFThq__feed{gap:var(--space-3);flex-direction:column;display:flex}.explorer-module__zkFThq__jobCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-4) var(--space-5);cursor:pointer;transition:all var(--transition-fast);animation:explorer-module__zkFThq__slideIn .3s var(--ease-out-expo)}.explorer-module__zkFThq__jobCard:hover{border-color:var(--border-medium);background:var(--bg-card-hover)}.explorer-module__zkFThq__jobCardSelected{border-color:var(--border-cyan);box-shadow:var(--shadow-glow-cyan)}@keyframes explorer-module__zkFThq__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.explorer-module__zkFThq__jobCardHeader{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.explorer-module__zkFThq__jobCardLeft{align-items:center;gap:var(--space-3);display:flex}.explorer-module__zkFThq__jobCardId{color:var(--sol-cyan);font-size:.8rem;font-weight:600}.explorer-module__zkFThq__jobCardModel{color:var(--text-primary);background:var(--sol-violet-dim);border-radius:var(--radius-full);padding:2px 8px;font-size:.8rem;font-weight:600}.explorer-module__zkFThq__jobCardRight{align-items:center;gap:var(--space-3);display:flex}.explorer-module__zkFThq__jobCardTime{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono)}.explorer-module__zkFThq__jobCardPrompt{color:var(--text-secondary);margin-bottom:var(--space-3);font-size:.85rem;line-height:1.4}.explorer-module__zkFThq__jobCardFooter{gap:var(--space-4);font-size:.7rem;display:flex}.explorer-module__zkFThq__jobCardBounty{color:var(--sol-green);font-weight:600}.explorer-module__zkFThq__jobCardClient,.explorer-module__zkFThq__jobCardNode{color:var(--text-muted)}.explorer-module__zkFThq__jobExpanded{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border-subtle);gap:var(--space-3);animation:explorer-module__zkFThq__fadeIn .2s var(--ease-out-expo);flex-direction:column;display:flex}@keyframes explorer-module__zkFThq__fadeIn{0%{opacity:0}to{opacity:1}}.explorer-module__zkFThq__expandedRow{gap:var(--space-1);flex-direction:column;display:flex}.explorer-module__zkFThq__expandedLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:700}.explorer-module__zkFThq__expandedLink{font-family:var(--font-mono);color:var(--sol-cyan);font-size:.75rem;text-decoration:none}.explorer-module__zkFThq__expandedLink:hover{text-decoration:underline}.explorer-module__zkFThq__expandedOutput{color:var(--text-secondary);padding:var(--space-3);border-radius:var(--radius-sm);font-size:.8rem;font-family:var(--font-mono);background:#0003}@media (max-width:768px){.explorer-module__zkFThq__header{gap:var(--space-4);flex-direction:column}.explorer-module__zkFThq__filterBar{flex-direction:column;align-items:flex-start}.explorer-module__zkFThq__searchInput{width:100%}.explorer-module__zkFThq__jobCardHeader{align-items:flex-start;gap:var(--space-2);flex-direction:column}.explorer-module__zkFThq__jobCardFooter{gap:var(--space-2);flex-direction:column}}.explorer-module__zkFThq__skeletonCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-5);position:relative;overflow:hidden}.explorer-module__zkFThq__skeletonCard:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0a,#0000);width:100%;height:100%;animation:1.5s infinite explorer-module__zkFThq__shimmer;position:absolute;top:0;left:-100%}@keyframes explorer-module__zkFThq__shimmer{to{left:100%}}.explorer-module__zkFThq__skeletonLine{border-radius:var(--radius-sm);height:14px;margin-bottom:var(--space-2);background:#ffffff0f}.explorer-module__zkFThq__skeletonLineShort{width:40%}.explorer-module__zkFThq__skeletonLineMedium{width:70%}.explorer-module__zkFThq__skeletonLineLong{width:100%}.explorer-module__zkFThq__skeletonBadge{border-radius:var(--radius-full);background:#ffffff0f;width:60px;height:20px;display:inline-block}
.playground-module__6GjQwq__page{z-index:1;min-height:100vh;padding-top:72px;display:flex;position:relative}.playground-module__6GjQwq__sidebar{border-right:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:300px;min-width:300px;padding:var(--space-6);gap:var(--space-6);background:#050510f2;flex-direction:column;max-height:calc(100vh - 72px);display:flex;position:sticky;top:72px;overflow-y:auto}.playground-module__6GjQwq__sidebarSection{gap:var(--space-3);flex-direction:column;display:flex}.playground-module__6GjQwq__sidebarTitle{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-size:.7rem;font-weight:700}.playground-module__6GjQwq__modelSelector{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);color:var(--text-primary);font-family:var(--font-sans);text-align:left;width:100%;display:flex}.playground-module__6GjQwq__modelSelector:hover{border-color:var(--border-cyan);background:var(--bg-card-hover)}.playground-module__6GjQwq__modelIcon{font-size:1.4rem}.playground-module__6GjQwq__modelInfo{flex-direction:column;flex:1;display:flex}.playground-module__6GjQwq__modelName{font-size:.85rem;font-weight:600}.playground-module__6GjQwq__modelType{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.playground-module__6GjQwq__chevron{color:var(--text-muted);font-size:.65rem}.playground-module__6GjQwq__modelDropdown{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:var(--space-2);animation:playground-module__6GjQwq__slideDown .2s var(--ease-out-expo);flex-direction:column;gap:2px;display:flex}@keyframes playground-module__6GjQwq__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.playground-module__6GjQwq__modelOption{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);color:var(--text-primary);font-family:var(--font-sans);text-align:left;background:0 0;border:none;width:100%;display:flex}.playground-module__6GjQwq__modelOption:hover{background:var(--bg-card)}.playground-module__6GjQwq__modelOptionActive{border:1px solid var(--border-cyan);background:var(--sol-cyan-dim)!important}.playground-module__6GjQwq__modelOptionInfo{flex-direction:column;display:flex}.playground-module__6GjQwq__modelMeta{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono)}.playground-module__6GjQwq__statsList{gap:var(--space-3);flex-direction:column;display:flex}.playground-module__6GjQwq__statRow{padding:var(--space-2) 0;border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.playground-module__6GjQwq__statRow:last-child{border-bottom:none}.playground-module__6GjQwq__statLabel{color:var(--text-muted);font-size:.8rem}.playground-module__6GjQwq__statValue{font-size:.8rem;font-weight:600;font-family:var(--font-mono);color:var(--sol-cyan)}.playground-module__6GjQwq__pipeline{flex-direction:column;gap:0;display:flex}.playground-module__6GjQwq__pipelineStep{align-items:center;gap:var(--space-3);padding:var(--space-2) 0;display:flex}.playground-module__6GjQwq__pipelineDot{border:2px solid var(--border-subtle);width:24px;height:24px;color:var(--text-muted);transition:all var(--transition-normal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:flex}.playground-module__6GjQwq__pipelineLabel{color:var(--text-muted);transition:color var(--transition-normal);font-size:.8rem}.playground-module__6GjQwq__pipelineConnector{background:var(--border-subtle);width:2px;height:16px;transition:background var(--transition-normal);margin-left:11px}.playground-module__6GjQwq__pipelinePending .playground-module__6GjQwq__pipelineDot{border-color:var(--border-subtle)}.playground-module__6GjQwq__pipelineActive .playground-module__6GjQwq__pipelineDot{border-color:var(--sol-cyan);background:var(--sol-cyan-dim);animation:1.5s infinite playground-module__6GjQwq__pulseGlow;box-shadow:0 0 12px #00d4ff66}.playground-module__6GjQwq__pipelineActive .playground-module__6GjQwq__pipelineLabel{color:var(--sol-cyan);font-weight:600}.playground-module__6GjQwq__pipelineDone .playground-module__6GjQwq__pipelineDot{border-color:var(--sol-green);background:var(--sol-green);color:#000}.playground-module__6GjQwq__pipelineDone .playground-module__6GjQwq__pipelineLabel{color:var(--sol-green)}.playground-module__6GjQwq__pipelinePulse{background:var(--sol-cyan);border-radius:50%;width:8px;height:8px;animation:1s infinite playground-module__6GjQwq__pulseRing}@keyframes playground-module__6GjQwq__pulseGlow{0%,to{box-shadow:0 0 12px #00d4ff66}50%{box-shadow:0 0 20px #00d4ff99}}@keyframes playground-module__6GjQwq__pulseRing{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.playground-module__6GjQwq__chatArea{flex-direction:column;flex:1;max-height:calc(100vh - 72px);display:flex}.playground-module__6GjQwq__chatHeader{padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050510cc;justify-content:space-between;align-items:center;display:flex}.playground-module__6GjQwq__chatHeaderLeft{align-items:center;gap:var(--space-3);display:flex}.playground-module__6GjQwq__chatTitle{font-size:1rem;font-weight:700}.playground-module__6GjQwq__chatSubtitle{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.playground-module__6GjQwq__chatMessages{padding:var(--space-6);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.playground-module__6GjQwq__message{animation:playground-module__6GjQwq__fadeInUp .3s var(--ease-out-expo)}@keyframes playground-module__6GjQwq__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.playground-module__6GjQwq__systemMessage{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid #7c3aed26;border-left:3px solid var(--sol-violet);background:#7c3aed14}.playground-module__6GjQwq__systemText{font-family:var(--font-mono);color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;font-size:.78rem;line-height:1.6}.playground-module__6GjQwq__userMessage{gap:var(--space-3);justify-content:flex-end;display:flex}.playground-module__6GjQwq__messageAvatar{background:var(--gradient-primary);border-radius:50%;flex-shrink:0;order:2;justify-content:center;align-items:center;width:32px;height:32px;font-size:.65rem;font-weight:700;display:flex}.playground-module__6GjQwq__messageBubble{max-width:70%;padding:var(--space-3) var(--space-4);background:var(--sol-cyan-dim);border:1px solid var(--border-cyan);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-lg);font-size:.9rem;line-height:1.5}.playground-module__6GjQwq__assistantMessage{gap:var(--space-3);display:flex}.playground-module__6GjQwq__messageAvatarAI{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.playground-module__6GjQwq__messageBubbleAI{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm) var(--radius-lg) var(--radius-lg) var(--radius-lg);max-width:75%;overflow:hidden}.playground-module__6GjQwq__aiHeader{padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--border-subtle);background:#0003;justify-content:space-between;align-items:center;display:flex}.playground-module__6GjQwq__aiModel{color:var(--sol-cyan);font-size:.75rem;font-weight:600}.playground-module__6GjQwq__aiMeta{gap:var(--space-3);display:flex}.playground-module__6GjQwq__aiCost,.playground-module__6GjQwq__aiLatency{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono)}.playground-module__6GjQwq__aiContent{padding:var(--space-4)}.playground-module__6GjQwq__aiContent pre{font-family:var(--font-sans);white-space:pre-wrap;word-break:break-word;color:var(--text-secondary);font-size:.88rem;line-height:1.6}.playground-module__6GjQwq__txProof{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-top:1px solid var(--border-subtle);color:var(--text-muted);background:#00f5a00d;font-size:.7rem;display:flex}.playground-module__6GjQwq__txLink{color:var(--sol-green);font-family:var(--font-mono);font-size:.7rem;text-decoration:none}.playground-module__6GjQwq__txLink:hover{text-decoration:underline}.playground-module__6GjQwq__processingIndicator{align-items:center;gap:var(--space-3);padding:var(--space-3);display:flex}.playground-module__6GjQwq__processingDots{gap:4px;display:flex}.playground-module__6GjQwq__processingDots span{background:var(--sol-cyan);border-radius:50%;width:6px;height:6px;animation:1.4s infinite both playground-module__6GjQwq__dotBounce}.playground-module__6GjQwq__processingDots span:nth-child(2){animation-delay:.16s}.playground-module__6GjQwq__processingDots span:nth-child(3){animation-delay:.32s}@keyframes playground-module__6GjQwq__dotBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.playground-module__6GjQwq__processingLabel{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}.playground-module__6GjQwq__chatInput{padding:var(--space-4) var(--space-6);border-top:1px solid var(--border-subtle);background:#050510f2}.playground-module__6GjQwq__inputWrapper{gap:var(--space-3);align-items:flex-end;display:flex}.playground-module__6GjQwq__promptInput{padding:var(--space-3) var(--space-4);background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-sans);resize:none;min-height:44px;max-height:150px;transition:all var(--transition-fast);outline:none;flex:1;font-size:.9rem;line-height:1.5}.playground-module__6GjQwq__promptInput:focus{border-color:var(--sol-cyan);box-shadow:0 0 0 3px var(--sol-cyan-dim)}.playground-module__6GjQwq__promptInput:disabled{opacity:.5;cursor:not-allowed}.playground-module__6GjQwq__sendBtn{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;cursor:pointer;width:44px;height:44px;transition:all var(--transition-fast);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.playground-module__6GjQwq__sendBtn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 15px #00d4ff66}.playground-module__6GjQwq__sendBtn:disabled{opacity:.3;cursor:not-allowed}.playground-module__6GjQwq__inputHint{color:var(--text-muted);margin-top:var(--space-2);text-align:center;font-size:.7rem}.playground-module__6GjQwq__walletWarning{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:var(--sol-gold);background:#ffd70014;border:1px solid #ffd70033;font-size:.75rem;display:flex}@media (max-width:900px){.playground-module__6GjQwq__page{flex-direction:column}.playground-module__6GjQwq__sidebar{border-right:none;border-bottom:1px solid var(--border-subtle);flex-flow:wrap;width:100%;min-width:100%;max-height:none;position:static}.playground-module__6GjQwq__sidebarSection{flex:1;min-width:200px}.playground-module__6GjQwq__chatArea{min-height:60vh;max-height:none}}
.FeaturesGrid-module__A1Foxq__section{overflow:hidden}.FeaturesGrid-module__A1Foxq__header{text-align:center;margin-bottom:var(--space-12)}.FeaturesGrid-module__A1Foxq__tag{letter-spacing:.15em;text-transform:uppercase;color:var(--sol-green);margin-bottom:var(--space-4);font-size:.75rem;font-weight:700;display:inline-block}.FeaturesGrid-module__A1Foxq__title{letter-spacing:-.02em;margin-bottom:var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:800}.FeaturesGrid-module__A1Foxq__subtitle{color:var(--text-secondary);max-width:550px;margin:0 auto;font-size:1.1rem}.FeaturesGrid-module__A1Foxq__grid{gap:var(--space-5);grid-template-columns:repeat(3,1fr);display:grid}.FeaturesGrid-module__A1Foxq__feature{padding:var(--space-8)}.FeaturesGrid-module__A1Foxq__featureIcon{border-radius:var(--radius-md);width:48px;height:48px;margin-bottom:var(--space-5);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.FeaturesGrid-module__A1Foxq__iconcyan{background:var(--sol-cyan-dim)}.FeaturesGrid-module__A1Foxq__iconviolet{background:var(--sol-violet-dim)}.FeaturesGrid-module__A1Foxq__iconorange{background:#ff6b3526}.FeaturesGrid-module__A1Foxq__icongreen{background:var(--sol-green-dim)}.FeaturesGrid-module__A1Foxq__icongold{background:#ffd7001a}.FeaturesGrid-module__A1Foxq__featureTitle{margin-bottom:var(--space-3);letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.FeaturesGrid-module__A1Foxq__featureDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}@media (max-width:1024px){.FeaturesGrid-module__A1Foxq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.FeaturesGrid-module__A1Foxq__grid{grid-template-columns:1fr}}
