:root{--bg:#0a0a0a;--bg-alt:#070707;--surface:#141414;--surface-2:#191919;--surface-3:#1f1f1f;--card:#111;--card-hover:#161616;--glass-bg:#0f0f0f66;--glass-border:#ffffff14;--neon-shadow:0 0 12px #ffffff26;--green:#1ed760;--green-dim:#17a94c;--green-glow:#1ed76059;--green-subtle:#1ed76012;--green-border:#1ed76038;--green-text:#1ed760;--hubspot:#ff7a59;--hubspot-dim:#e56a4a;--hubspot-glow:#ff7a5959;--hubspot-subtle:#ff7a5912;--hubspot-border:#ff7a5938;--hubspot-text:#ff7a59;--white:#f5f5f5;--white-dim:#e4e4e4;--silver:#9c9c9c;--dim:#6b6b6b;--muted:#4a4a4a;--border:#262626;--border-soft:#1e1e1e;--border-hover:#333;--radius-xs:4px;--radius-s:6px;--radius-m:12px;--radius-l:20px;--radius-xl:28px;--radius-full:9999px;--shadow-subtle:#0003 0px 4px 12px;--shadow-med:#0006 0px 10px 22px;--shadow-heavy:#0009 0px 20px 48px;--shadow-green:0 6px 20px #1ed7604d;--font-display:"Space Grotesk", "Inter", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--ease-smooth:cubic-bezier(.4, 0, .2, 1);--z-base:1;--z-overlay:3;--z-nav:100;--z-modal:200;--z-toast:300}[data-theme=light]{--bg:#f8fafc;--bg-alt:#f1f5f9;--surface:#fff;--surface-2:#f1f5f9;--surface-3:#e2e8f0;--card:#fff;--card-hover:#fff;--glass-bg:#ffffffd9;--glass-border:#00000014;--neon-shadow:0 0 12px #16a34a26;--white:#0f172a;--white-dim:#1e293b;--silver:#475569;--dim:#64748b;--muted:#94a3b8;--border:#e2e8f0;--border-soft:#f1f5f9;--border-hover:#cbd5e1;--shadow-subtle:0 2px 8px #0f172a0a;--shadow-med:0 8px 24px #0f172a14;--shadow-heavy:0 20px 48px #0f172a1f;--shadow-green:0 6px 20px #16a34a40;--green:#16a34a;--green-dim:#15803d;--green-glow:#16a34a40;--green-subtle:#16a34a14;--green-border:#16a34a40;--green-text:#15803d;--hubspot:#ea580c;--hubspot-dim:#c2410c;--hubspot-glow:#ea580c40;--hubspot-subtle:#ea580c14;--hubspot-border:#ea580c40;--hubspot-text:#ea580c}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{background:var(--bg);color:var(--white);font-family:var(--font-body);line-height:1.6;position:relative;overflow-x:hidden}::selection{background:var(--green);color:#000}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}ul{list-style:none}a:focus-visible,button:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:var(--radius-xs)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#2a2a2a}::-webkit-scrollbar-thumb:hover{background:var(--green)}.wrap{max-width:1200px;margin:0 auto;padding:0 32px}@media (width<=600px){.wrap{padding:0 20px}}section{padding:clamp(48px,8vw,100px) 0;position:relative}.section-head{margin-bottom:56px}.kicker{font-family:var(--font-mono);color:var(--green);align-items:center;gap:8px;margin-bottom:16px;font-size:13px;font-weight:500;display:flex}.kicker:before{content:"$";color:var(--dim)}.section-title{font-family:var(--font-display);letter-spacing:-.8px;font-size:clamp(28px,3.8vw,40px);font-weight:700;line-height:1.15}.section-desc{color:var(--silver);max-width:560px;margin-top:16px;font-size:15.5px;line-height:1.7}.btn-primary,.btn-outline{font-family:var(--font-mono);border-radius:var(--radius-full);transition:transform .2s var(--ease-spring), box-shadow .2s ease, background .2s ease;cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:10px;padding:15px 28px;font-size:13px;font-weight:600;display:inline-flex}.btn-primary{background:var(--green);color:#031f0d}.btn-primary:hover{box-shadow:var(--shadow-green);transform:translateY(-2px)}.btn-outline{color:var(--white);background:0 0;border:1px solid #3a3a3a}.btn-outline:hover{border-color:var(--white);transform:translateY(-2px)}.pill{font-family:var(--font-mono);color:var(--silver);background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-full);padding:6px 13px;font-size:10.5px;font-weight:500;transition:all .2s}.pill:hover{color:var(--green);border-color:var(--green-border);background:var(--green-subtle)}.grain{z-index:2;pointer-events:none;opacity:.04;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.dotgrid{z-index:0;pointer-events:none;background-image:radial-gradient(circle,#1c1c1c 1px,#0000 1px);background-size:28px 28px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(60% 45% at 50% 15%,#000 20%,#0000 75%);mask-image:radial-gradient(60% 45% at 50% 15%,#000 20%,#0000 75%)}.dynamic-glow-orb{pointer-events:none;z-index:0;filter:blur(40px);will-change:transform;background:radial-gradient(circle,#1ed76026 0%,#1ed7600d 40%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:0;left:0}@keyframes badgePulse{0%,to{box-shadow:0 0 #ff7a5966}50%{box-shadow:0 0 20px 4px #ff7a5926}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glowRotate{0%{filter:hue-rotate()}to{filter:hue-rotate(30deg)}}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}25%{transform:translate(10px,-15px)scale(1.05)}50%{transform:translate(-5px,-25px)scale(1)}75%{transform:translate(-10px,-10px)scale(.95)}}.spot{position:relative}.spot:before{content:"";border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(320px circle at var(--mx,50%) var(--my,50%), #1ed7601a, transparent 70%);z-index:1;transition:opacity .3s;position:absolute;inset:0}@media (hover:hover){.spot:hover:before{opacity:1}}.spot:active:before{opacity:1}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.accent{color:var(--green)}.highlight-hubspot{color:var(--hubspot);text-shadow:0 0 12px var(--hubspot-glow);font-weight:700;animation:3s infinite hubspotTextPulse}@keyframes hubspotTextPulse{0%,to{text-shadow:0 0 12px var(--hubspot-glow)}50%{text-shadow:0 0 20px #ff7a5999}}.toast{background:var(--green);color:#031f0d;font-family:var(--font-mono);border-radius:var(--radius-full);box-shadow:var(--shadow-heavy);opacity:0;pointer-events:none;z-index:var(--z-toast);padding:12px 22px;font-size:12.5px;font-weight:600;transition:opacity .25s,transform .25s;position:fixed;bottom:78px;left:50%;transform:translate(-50%)translateY(12px)}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@keyframes subtlePulse{0%,to{box-shadow:0 0 #1ed76040}50%{box-shadow:0 0 8px 3px #1ed7601a}}.app-content{z-index:var(--z-overlay);padding-bottom:64px;position:relative}.pill{font-family:var(--font-mono);color:var(--silver);background:var(--surface-2);border:1px solid var(--border-soft);border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:5px;padding:5px 11px;font-size:11px;font-weight:500;transition:color .2s,border-color .2s;display:inline-flex}.pill:hover{color:var(--green);border-color:var(--green-border)}.pill-row{flex-wrap:wrap;gap:6px;display:flex}@media (width<=768px){.proj-card,.gallery-card,.terminal,.hero-custom-badge{will-change:transform;-webkit-backdrop-filter:blur(8px)!important}.terminal-glow{filter:blur(20px)!important;opacity:.7!important}}.scroll-progress{z-index:999;background:0 0;height:2px;position:fixed;top:0;left:0;right:0}.scroll-progress-bar{background:var(--green);height:100%;box-shadow:0 0 8px var(--green-glow);transition:width .1s linear}.nav-header{z-index:var(--z-nav);pointer-events:none;transition:padding .3s var(--ease-out);flex-direction:column;align-items:center;padding:18px 0 0;display:flex;position:fixed;top:0;left:0;right:0}.nav-scrolled{padding:12px 0 0}.navbar{pointer-events:auto;box-sizing:border-box;-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius-full);box-shadow:var(--shadow-med);background:#141414d1;align-items:center;gap:8px;width:max-content;max-width:min(96vw,960px);padding:6px 8px 6px 18px;transition:background .3s,border-color .3s,box-shadow .3s;display:flex}.nav-scrolled .navbar{border-color:var(--border-soft);background:#0f0f0feb}.logo{font-family:var(--font-mono);color:var(--white);align-items:center;gap:9px;margin-right:auto;font-size:14px;font-weight:600;transition:color .2s;display:flex}.logo:hover{color:var(--green-text)}.logo-dot{background:var(--green);width:7px;height:7px;box-shadow:0 0 10px var(--green-glow);border-radius:50%;animation:1.8s infinite navPulse}@keyframes navPulse{0%,to{opacity:1}50%{opacity:.25}}.navlinks{gap:2px;display:flex}.navlinks a{font-family:var(--font-mono);color:var(--silver);border-radius:var(--radius-full);padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;position:relative}.navlinks a:hover{color:var(--white);background:var(--surface-2)}.nav-cta{font-family:var(--font-mono);background:var(--green);color:#031f0d;border-radius:var(--radius-full);white-space:nowrap;transition:transform .18s var(--ease-spring), box-shadow .18s ease;border:none;padding:7px 16px;font-size:12px;font-weight:600}.nav-cta:hover{box-shadow:var(--shadow-green);transform:translateY(-1px)}.nav-controls{align-items:center;gap:8px;display:flex}.nav-cmd-btn{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--silver);font-family:var(--font-mono);cursor:pointer;align-items:center;gap:6px;padding:6px 10px;font-size:11px;transition:all .2s;display:inline-flex}.nav-cmd-btn:hover{border-color:var(--green-border);color:var(--white);background:var(--surface-3);transform:translateY(-1px)}.nav-cmd-hint{color:var(--dim);background:#ffffff0d;border-radius:3px;padding:1px 4px;font-size:10px}[data-theme=light] .nav-cmd-btn{color:#475569;background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .nav-cmd-btn:hover{border-color:var(--green);color:#0f172a}.theme-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);cursor:pointer;justify-content:space-between;align-items:center;width:52px;height:28px;padding:0 6px;transition:all .3s;display:flex;position:relative}.theme-toggle:hover{border-color:var(--green-border)}.theme-toggle-slider{background:var(--white);width:20px;height:20px;transition:transform .4s var(--ease-spring), background .3s ease;z-index:1;border-radius:50%;position:absolute;top:3px;left:3px}.theme-toggle.light-mode .theme-toggle-slider{transform:translate(24px)}.theme-icon{z-index:2;transition:color .3s;position:relative}.theme-toggle .sun{color:var(--bg)}.theme-toggle .moon,.theme-toggle.light-mode .sun{color:var(--dim)}.theme-toggle.light-mode .moon{color:var(--bg)}.nav-toggle{color:var(--silver);border-radius:var(--radius-full);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:none}.nav-toggle:hover{color:var(--white);background:var(--surface-2)}.mobile-menu{pointer-events:auto;box-sizing:border-box;-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-m);width:min(90%,360px);box-shadow:var(--shadow-heavy);background:#121212f7;flex-direction:column;gap:2px;margin-top:10px;padding:10px;display:flex}.mobile-menu a{font-family:var(--font-mono);color:var(--silver);border-radius:8px;padding:14px 16px;font-size:14px;transition:all .2s}.mobile-menu a:hover{color:var(--white);background:var(--surface-2)}.mobile-cta{text-align:center;margin-top:4px;background:var(--green)!important;color:#031f0d!important;border-radius:var(--radius-full)!important;font-weight:600!important}[data-theme=light] .navbar{background:#ffffffd9;border-color:#00000014;box-shadow:0 4px 20px #0000000f}[data-theme=light] .nav-scrolled .navbar{background:#fffffff2;border-color:#0000001f;box-shadow:0 8px 30px #00000014}[data-theme=light] .mobile-menu{box-shadow:0 10px 30px #00000014;background:#fffffff5!important;border-color:#00000014!important}[data-theme=light] .nav-cta,[data-theme=light] .mobile-cta{background:var(--green)!important;color:#fff!important}[data-theme=light] .theme-toggle{background:#e2e8f0;border-color:#cbd5e1}[data-theme=light] .theme-toggle-slider{background:#fff;box-shadow:0 2px 6px #00000026}@media (width<=900px){.nav-header{pointer-events:none;box-sizing:border-box;flex-direction:column;align-items:flex-start;width:100%;padding:12px 20px 0;display:flex;position:fixed;top:0;left:0;transform:none}.nav-scrolled{padding:8px 20px 0}.navlinks,.nav-cta{display:none}.nav-toggle{padding:6px;display:flex}.navbar{border-radius:var(--radius-full);border:1px solid var(--border);box-sizing:border-box;flex-shrink:0;justify-content:space-between;height:44px;margin:0;padding:0 8px 0 14px;transition:none;width:100%!important;max-width:100%!important}.mobile-menu{border:1px solid var(--border);border-radius:var(--radius-m);box-sizing:border-box;-webkit-backdrop-filter:blur(20px);background:#101010fa;flex-direction:column;flex-shrink:0;gap:2px;margin:6px 0 0;padding:6px;display:flex;width:100%!important;max-width:100%!important}.logo{flex-shrink:0;font-size:13px}.logo-dot{width:6px;height:6px}.nav-controls{flex-shrink:0;gap:6px}.theme-toggle{width:44px;height:24px;padding:0 4px}.theme-toggle-slider{width:16px;height:16px;top:3px;left:3px}.theme-toggle.light-mode .theme-toggle-slider{transform:translate(20px)}.theme-icon{transform:scale(.85)}.mobile-menu a{border-radius:6px;padding:8px 12px;font-size:12.5px}.mobile-cta{margin-top:4px;border-radius:var(--radius-full)!important;padding:8px 12px!important;font-size:12px!important}}.hero{padding:176px 0 96px}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:64px;display:grid}.hero-top-row{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-bottom:32px;display:flex}.eyebrow{font-family:var(--font-mono);color:var(--green-text);background:var(--green-subtle);border:1px solid var(--green-border);border-radius:var(--radius-full);text-transform:lowercase;align-items:center;gap:9px;padding:7px 14px;font-size:12px;font-weight:500;display:inline-flex}.hero-top-badge{border-radius:var(--radius-full);font-family:var(--font-mono);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141416e6;border:1px solid #ff7a5966;align-items:center;gap:8px;padding:8px 16px;font-size:11px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #ff7a5926,inset 0 0 10px #ff7a591a}.hero-top-badge:hover{border-color:var(--hubspot);transform:translateY(-2px);box-shadow:0 8px 25px #ff7a594d,inset 0 0 15px #ff7a5933}.badge-highlight{animation:3s infinite alternate premiumPillPulse}.badge-highlight:hover{transform:translateY(-2px)}@keyframes premiumPillPulse{0%{border-color:#ff7a5966;box-shadow:0 0 15px #ff7a5933,inset 0 0 8px #ff7a591a}to{border-color:#ff7a59e6;box-shadow:0 0 35px #ff7a5999,inset 0 0 20px #ff7a5940}}.verify-tick{filter:drop-shadow(0 0 4px #28c84099);margin-left:2px}.hero-top-sprocket{color:var(--hubspot);filter:drop-shadow(0 0 8px #ff7a59cc);flex-shrink:0;animation:4s infinite alternate sprocketSpinPulse}.eyebrow .pulse{background:var(--green);border-radius:50%;width:6px;height:6px;animation:1.8s infinite heroPulse}@keyframes heroPulse{0%,to{opacity:1}50%{opacity:.25}}.hero-title{font-family:var(--font-display);letter-spacing:-1.4px;font-size:clamp(36px,4.6vw,60px);font-weight:700;line-height:1.06}.hero-typed{font-family:var(--font-mono);color:var(--dim);align-items:center;gap:2px;min-height:28px;margin-top:18px;font-size:15px;display:flex}.typed-prefix{color:var(--green-text);font-weight:600}.typed-text{color:var(--silver)}.typed-cursor{color:var(--green-text);margin-left:1px;font-weight:300;animation:1s step-start infinite cursorBlink}@keyframes cursorBlink{50%{opacity:0}}.hero-desc{max-width:580px;color:var(--silver);margin-top:20px;font-size:16px;line-height:1.7}.neon-text{color:var(--white);text-shadow:var(--neon-shadow);font-weight:500}.hero-ctas{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.hero-main-cta{align-items:center;gap:9px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #1ed76059}.hero-main-cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px #1ed76080}.hero-sec-cta{align-items:center;gap:8px;display:inline-flex}.hero-live-telemetry-hud{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(16px);background:#0e0e12bf;border:1px solid #1ed76047;flex-wrap:wrap;align-items:center;gap:16px;margin-top:24px;padding:8px 18px;display:inline-flex;box-shadow:0 8px 24px #00000080,0 0 20px #1ed7601f}.telemetry-live-pill{align-items:center;gap:7px;display:inline-flex}.live-radar-dot{background:var(--green);width:8px;height:8px;box-shadow:0 0 10px var(--green);border-radius:50%;animation:1.8s ease-in-out infinite alternate radarBeacon}@keyframes radarBeacon{0%{opacity:.7;transform:scale(.9)}to{opacity:1;transform:scale(1.3)}}.live-radar-text{font-family:var(--font-mono);color:var(--green-text);letter-spacing:.6px;font-size:10.5px;font-weight:800}.telemetry-divider{background:#ffffff1f;width:1px;height:16px}.telemetry-stat-item{align-items:baseline;gap:5px;display:inline-flex}.telemetry-val{font-family:var(--font-mono);color:var(--white);font-size:12px;font-weight:800}.telemetry-lbl{font-family:var(--font-mono);color:var(--dim);font-size:10px}.telemetry-equalizer{align-items:flex-end;gap:2.5px;height:12px;display:flex}.eq-bar{background:var(--green);border-radius:1px;width:2.5px;animation:1.2s ease-in-out infinite alternate eqBounce}.eq-bar.bar-1{height:40%;animation-delay:.1s}.eq-bar.bar-2{height:90%;animation-delay:.3s}.eq-bar.bar-3{height:60%;animation-delay:.2s}.eq-bar.bar-4{height:100%;animation-delay:.4s}@keyframes eqBounce{0%{height:25%}to{height:100%}}[data-theme=light] .hero-live-telemetry-hud{background:#fff;border-color:#bbf7d0;box-shadow:0 8px 24px #0f172a14}[data-theme=light] .telemetry-val{color:#0f172a}@media (width<=768px){.hero-live-telemetry-hud{display:none!important}}.hero-badges{flex-wrap:nowrap;justify-content:center;align-items:flex-end;width:100%;margin-top:0;margin-bottom:0;display:flex}.hero-custom-badge{border-radius:16px;flex-direction:column;flex-shrink:0;width:144px;padding:1px;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0006}.hero-cb-border-glow{z-index:0;opacity:0;background:conic-gradient(#0000 60%,#ff7a59cc 100%);width:200%;height:200%;transition:opacity .5s;animation:4s linear infinite spinGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-custom-badge:hover .hero-cb-border-glow{opacity:1}@keyframes spinGlow{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.hero-cb-inner{z-index:1;background:linear-gradient(#1e1e23e6 0%,#0f0f12fa 100%);border-radius:15px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff0d,inset 0 -2px 10px #ff7a590d}.hero-cb-inner:before{content:"";pointer-events:none;opacity:0;z-index:1;background:radial-gradient(300px at 50% 0,#ff7a5926,#0000 60%);height:100%;transition:opacity .5s;position:absolute;top:0;left:0;right:0}.hero-cb-inner:after{content:"";z-index:10;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:50%;height:100%;transition:all .5s;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.hero-custom-badge:hover .hero-cb-inner:before{opacity:1}.hero-custom-badge:hover .hero-cb-inner:after{transition:all .8s ease-in-out;left:200%}.hero-badges>.hero-custom-badge:first-child{transform-origin:100% 100%;opacity:.9;z-index:1;margin-right:-4px;animation:4.5s ease-in-out infinite alternate liveBadgeFloatLeft;transform:scale(.95)rotate(-3deg)}.hero-badges>.hero-custom-badge:last-child{transform-origin:0 100%;opacity:.9;z-index:1;margin-left:-4px;animation:4.8s ease-in-out infinite alternate liveBadgeFloatRight;transform:scale(.95)rotate(3deg)}@keyframes liveBadgeFloatLeft{0%{transform:scale(.95)rotate(-3deg)translateY(0)}to{transform:scale(.95)rotate(-3deg)translateY(-8px)}}@keyframes liveBadgeFloatRight{0%{transform:scale(.95)rotate(3deg)translateY(0)}to{transform:scale(.95)rotate(3deg)translateY(-8px)}}.hero-badges>.hero-custom-badge:first-child:hover{opacity:1;z-index:15;animation-play-state:paused;transform:scale(1.05)translateY(-15px)rotate(-1deg)rotateX(10deg)}.hero-badges>.hero-custom-badge:last-child:hover{opacity:1;z-index:15;animation-play-state:paused;transform:scale(1.05)translateY(-15px)rotate(1deg)rotateX(10deg)}.hero-custom-badge:hover{box-shadow:0 25px 50px #0009,0 0 25px #ff7a5933}.hero-cb-inner:after{content:"";z-index:10;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:50%;height:100%;animation:6s ease-in-out infinite liveGlintSweep;position:absolute;top:0;left:-150%;transform:skew(-25deg)}@keyframes liveGlintSweep{0%,70%{left:-150%}to{left:220%}}.hero-cb-top{z-index:2;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 20px;display:flex;position:relative}.badge-featured{z-index:10;width:172px;animation:4s infinite alternate royalPulse}.badge-featured:hover{transform:scale(1.05)translateY(-15px)rotateX(10deg)}.badge-featured .hero-cb-border-glow{opacity:1;background:conic-gradient(from var(--conic-angle,0deg), transparent 40%, #ff7a59 80%, transparent 100%);animation:4.5s linear infinite conicSpin}@property --conic-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes conicSpin{to{--conic-angle:360deg}}.badge-featured .hero-cb-inner{background:linear-gradient(#28282df2 0%,#141419fa 100%)}.badge-featured .hero-cb-inner:before{opacity:1;background:radial-gradient(300px at 50% 0,#ff7a594d,#0000 60%)}@keyframes royalPulse{0%{box-shadow:0 15px 35px #0009,0 0 15px #ff7a5933}to{box-shadow:0 25px 45px #000c,0 0 40px #ff7a5966}}.badge-crown{color:gold;filter:drop-shadow(0 0 10px #ffd700cc);z-index:5;animation:3s ease-in-out infinite majesticCrownFloat}@keyframes majesticCrownFloat{0%,to{filter:drop-shadow(0 0 8px #ffd70099);transform:translateY(0)scale(1)}50%{filter:drop-shadow(0 12px 24px gold);transform:translateY(-8px)scale(1.15)}}.hero-cb-sprocket{color:var(--hubspot);z-index:5;filter:drop-shadow(0 0 15px #ff7a59cc);width:36px;height:36px;animation:4s infinite alternate sprocketSpinPulse}@keyframes sprocketSpinPulse{0%{filter:drop-shadow(0 0 10px #ff7a5980);transform:scale(1)rotate(0)}to{filter:drop-shadow(0 0 25px #ff7a59);transform:scale(1.08)rotate(5deg)}}.hero-cb-bottom{text-align:center;z-index:2;background:#00000073;border-top:1px solid #ffffff0d;margin-top:auto;padding:16px 14px;position:relative}.hero-cb-org{justify-content:center;align-items:center;margin-bottom:8px;display:flex}.hubspot-text-path{fill:#fff;transition:fill .3s}[data-theme=light] .hubspot-text-path,body.light-mode .hubspot-text-path,html[data-theme=light] .hubspot-text-path{fill:#2e3e50}.hero-cb-title{font-family:var(--font-display);color:#fff;background:linear-gradient(90deg,#fff,#e0e0e0);-webkit-text-fill-color:transparent;letter-spacing:-.2px;-webkit-background-clip:text;margin-bottom:12px;font-size:14px;font-weight:700;line-height:1.3}.badge-featured .hero-cb-title{background:linear-gradient(90deg,#fff,#fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:15px}.hero-cb-name{font-family:var(--font-mono);color:var(--dim);text-transform:uppercase;font-size:10px}.hero-proof{grid-template-columns:repeat(3,1fr);align-items:start;gap:32px 16px;margin-top:40px;display:grid}.proof-item{flex-direction:column;gap:4px;display:flex}.proof-num{color:var(--white);font-size:24px;font-weight:700}.proof-label{color:var(--dim);text-transform:uppercase;letter-spacing:.6px;font-size:11px}.proof-divider{background:var(--border);width:1px;height:32px}.hero-right{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.hero-bottom-full{z-index:10;justify-content:center;width:100%;margin-top:80px;display:flex;position:relative}.hero-bottom-full .terminal-3d-wrapper{width:100%;max-width:1000px}.terminal-3d-wrapper{perspective:1200px;width:100%;position:relative}.terminal-glow{filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(circle,#1ed76026 0%,#0000 60%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(-50px)}.terminal{border-radius:var(--radius-l);-webkit-backdrop-filter:blur(24px);font-family:var(--font-mono);z-index:2;will-change:transform;background:#0a0a0af2;border:1px solid #ffffff1a;width:100%;max-width:100%;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d}.term-bar{background:#141418;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.term-traffic-lights{align-items:center;gap:7px;display:flex}.term-bar .tl{cursor:pointer;border-radius:50%;width:11px;height:11px;transition:transform .2s,opacity .2s}.term-bar .tl:hover{opacity:.9;transform:scale(1.2)}.tl.r{background:#ff5f57;box-shadow:0 0 6px #ff5f5766}.tl.y{background:#febc2e;box-shadow:0 0 6px #febc2e66}.tl.g{background:#28c840;box-shadow:0 0 6px #28c84066}.term-title-wrap{align-items:center;gap:6px;display:flex}.term-live-beacon{background:var(--green);width:7px;height:7px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:1.6s infinite beaconPulse}.term-live-beacon.paused{background:#febc2e;animation:none;box-shadow:0 0 8px #febc2e}@keyframes beaconPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(1.3)}}.term-title{font-family:var(--font-mono);color:var(--silver);letter-spacing:.2px;font-size:11px;font-weight:600}.term-controls{align-items:center;gap:6px;display:flex}.term-btn{color:var(--silver);font-family:var(--font-mono);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:3px 8px;font-size:10.5px;font-weight:600;transition:all .2s}.term-btn:hover{color:var(--white);background:#ffffff1f;border-color:#fff3}.term-btn.active{color:var(--green-text);border-color:var(--green-border);background:#1ed76026}.term-btn.copied{background:var(--green);color:#031f0d;border-color:#0000;font-weight:700}.term-body{font-family:var(--font-mono);color:var(--silver);min-height:180px;padding:20px 18px 24px;font-size:13px;line-height:1.6;position:relative;overflow:hidden}.term-scanline{pointer-events:none;z-index:5;background:linear-gradient(90deg,#0000,#1ed76066,#0000);height:2px;animation:4s linear infinite scanline;position:absolute;top:0;left:0;right:0;box-shadow:0 0 10px #1ed76099}@keyframes scanline{0%{opacity:0;top:0%}15%{opacity:.8}85%{opacity:.8}to{opacity:0;top:100%}}.term-ghost{visibility:hidden;pointer-events:none}.term-active{position:absolute;inset:20px 18px}.term-line{white-space:pre-wrap;border-radius:4px;align-items:center;gap:8px;padding:2px 4px;transition:background .15s;display:flex}.term-line.interactive-row:hover{background:#ffffff0a}.term-row-time{color:var(--dim);opacity:.5;-webkit-user-select:none;user-select:none;font-size:10px}.term-line .prompt{color:var(--green-text);font-weight:600}.term-line .ok{color:var(--green-text)}.term-line .meta{color:var(--dim)}.cursor-blink{background:var(--green);vertical-align:middle;flex-shrink:0;width:7px;height:14px;margin-left:4px;animation:1s step-start infinite blink;display:inline-block}.term-footer{font-family:var(--font-mono);color:var(--dim);background:#0a0a0ce6;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:8px 16px;font-size:10.5px;display:flex}.term-stat{align-items:center;gap:5px;display:flex}.stat-dot{border-radius:50%;width:5px;height:5px}.stat-dot.green{background:var(--green);box-shadow:0 0 6px var(--green)}@keyframes blink{50%{opacity:0}}@media (width<=980px){.hero-grid{grid-template-columns:1fr;gap:32px}.hero{padding:120px 0 72px}.terminal{max-width:100%}}@media (width<=600px){.hero{padding:72px 0 24px}.hero-grid{gap:12px}.hero-top-row{justify-content:flex-start;margin-bottom:10px;padding-left:4px}.eyebrow{display:none!important}.hero-title{font-size:28px;line-height:1.05}.hero-typed{margin-top:8px;font-size:13px}.hero-desc{margin-top:20px;font-size:13.5px;line-height:1.5}.hero-ctas{flex-direction:column;gap:12px;margin-top:24px}.hero-ctas .btn-primary,.hero-ctas .btn-outline{justify-content:center;width:95%;padding:14px 16px;font-size:14px}.hero-right{align-items:center;width:100%;margin:0;position:relative}.hero-badges{transform-origin:top;flex-wrap:nowrap;justify-content:center;align-items:flex-end;gap:0;width:100%;margin-top:-2px;margin-bottom:24px;padding:0;overflow:visible;margin-left:-10px!important;transform:scale(.85)!important}.hero-badges>.hero-custom-badge{opacity:1;flex-shrink:0;margin:0}.hero-badges>.hero-custom-badge:first-child{z-index:1;margin-right:-6px!important;transform:scale(.95)rotate(-3deg)!important}.hero-badges>.hero-custom-badge:last-child{z-index:1;margin-left:-6px!important;transform:scale(.95)rotate(3deg)!important}.hero-badges>.hero-custom-badge:hover,.hero-badges>.hero-custom-badge:active{box-shadow:0 10px 25px #00000080}.hero-cb-border-glow{will-change:transform;opacity:.8!important}.badge-featured{width:172px!important}.hero-custom-badge{width:144px!important}.hero-cb-top{gap:12px!important;padding:24px 20px!important}.hero-cb-bottom{padding:16px 14px!important}.hero-cb-title{margin-bottom:12px!important;font-size:14px!important}.badge-featured .hero-cb-title{font-size:15px!important}.hero-cb-sprocket,.badge-featured .hero-cb-sprocket{width:36px!important;height:36px!important}.badge-crown{width:24px!important;height:24px!important}.hero-bottom-full{margin-top:30px}.eyebrow{gap:8px;padding:6px 12px;font-size:11px}.hero-top-badge{gap:6px;padding:6px 14px;font-size:10px}.hero-top-badge span{white-space:nowrap}.term-body{padding:20px 16px;font-size:12px;overflow:auto hidden}.term-active{inset:20px 16px}.hero-top-row{flex-direction:column;align-items:flex-start;gap:16px;width:100%;margin-bottom:24px}.hero-proof{grid-template-columns:1fr;gap:24px;margin-top:32px}.proof-item{text-align:left;align-items:flex-start}.proof-divider{display:none}}@media (width<=420px){.hero{padding:90px 0 16px}.hero-title{font-size:26px;line-height:1.1}.hero-badges{margin-top:16px;transform:scale(.75)!important}.hero-bottom-full{margin-top:24px}.hero-typed{font-size:12px}}[data-theme=light] .hero-top-badge{color:#0f172a;background:#fffffff2;border-color:#ea580c66;box-shadow:0 4px 16px #ea580c1f,inset 0 0 10px #ea580c0d}[data-theme=light] .hero-top-badge:hover{border-color:var(--hubspot);box-shadow:0 6px 20px #ea580c40}[data-theme=light] .hero-custom-badge{box-shadow:0 10px 30px #0f172a14}[data-theme=light] .hero-cb-inner{background:linear-gradient(#fff 0%,#f8fafc 100%);box-shadow:inset 0 1px #fff,0 4px 20px #0f172a0d}[data-theme=light] .hero-cb-bottom{background:#f1f5f9d9;border-top:1px solid #0000000f}[data-theme=light] .hero-cb-title,[data-theme=light] .badge-featured .hero-cb-title{color:#0f172a!important;background:0 0!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:#0f172a!important}[data-theme=light] .hero-cb-name{color:#64748b}[data-theme=light] .terminal{background:#fffffffa;border:1px solid #e2e8f0;box-shadow:0 20px 50px #0f172a14,0 1px 3px #0f172a0a}[data-theme=light] .term-bar{background:#f8fafc;border-bottom:1px solid #e2e8f0}[data-theme=light] .term-title{color:#64748b}[data-theme=light] .term-body{color:#334155}[data-theme=light] .term-line .meta{color:#64748b}[data-theme=light] .btn-outline{color:#0f172a;background:#ffffffe6;border-color:#cbd5e1}[data-theme=light] .btn-outline:hover{background:#f1f5f9;border-color:#94a3b8}.stats-section{padding:0 0 100px}.stats-grid{grid-template-columns:1.4fr 1fr 1fr;gap:14px;display:grid}.stats-grid .stat-big{grid-row:span 2}.stat{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-m);transition:border-color .3s ease, transform .3s var(--ease-out), box-shadow .3s ease;padding:28px;position:relative;overflow:hidden}.stat:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:60%;height:100%;animation:7s ease-in-out infinite statSheen;position:absolute;top:0;left:-150%;transform:skew(-25deg)}@keyframes statSheen{0%,80%{left:-150%}to{left:250%}}.stat:hover{border-color:#1ed76066;transform:translateY(-4px);box-shadow:0 12px 30px #0006,0 0 20px #1ed7601a}.stat-big{flex-direction:column;justify-content:flex-end;padding:32px;display:flex}.stat-num{font-family:var(--font-display);color:var(--white);font-size:38px;font-weight:700;line-height:1}.stat-big .stat-num{color:var(--green-text);text-shadow:0 0 40px var(--green-glow);font-size:56px}.stat-label{color:var(--silver);margin-top:10px;font-size:13px;line-height:1.5}@media (width<=780px){.stats-grid{grid-template-columns:1fr 1fr}.stats-grid .stat-big{grid-area:span 1/span 2}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}.stats-grid .stat-big{grid-column:span 1}}.exp-timeline-container{margin-top:60px;padding-left:32px;position:relative}.exp-timeline-track{background:#ffffff0d;border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:15px}.exp-timeline-progress{background:linear-gradient(to bottom, var(--green), #1ed76033);transform-origin:top;border-radius:2px;width:100%;position:absolute;top:0;left:0;box-shadow:0 0 10px #1ed76080}.exp-timeline-items{flex-direction:column;gap:40px;display:flex}.exp-timeline-item{display:flex;position:relative}.exp-timeline-node{z-index:10;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:40px;left:-24px}.exp-node-inner{border:2px solid var(--green);background:#000;border-radius:50%;width:12px;height:12px;transition:all .3s;box-shadow:0 0 10px #00000080}.exp-timeline-item:hover .exp-node-inner{background:var(--green);box-shadow:0 0 15px var(--green);transform:scale(1.3)!important}.exp-glass-card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(20px);transition:transform .4s var(--ease-spring), border-color .4s ease;background:#0f0f0f66;border:1px solid #ffffff0d;flex:1;padding:40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff05}.exp-glass-card:before{content:"";border-radius:inherit;background:radial-gradient(600px circle at var(--mx,50%) var(--my,50%), #ffffff1a, transparent 40%);-webkit-mask-composite:xor;pointer-events:none;opacity:0;z-index:10;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.exp-glass-card:after{content:"";background:radial-gradient(circle, var(--brand-glow) 0%, transparent 70%);filter:blur(40px);z-index:0;opacity:.5;pointer-events:none;border-radius:50%;width:400px;height:400px;transition:opacity .5s;position:absolute;top:-50%;right:-20%}@media (hover:hover){.exp-glass-card:hover{border-color:#ffffff26;transform:translate(8px)}.exp-glass-card:hover:before,.exp-glass-card:hover:after{opacity:1}}.exp-card-header{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:32px;display:flex;position:relative}.exp-header-main{align-items:center;gap:24px;display:flex}.exp-company-logo{border-radius:var(--radius-m);width:56px;height:56px;color:var(--white);transition:transform .4s var(--ease-spring);background:#ffffff08;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #0003}.exp-glass-card:hover .exp-company-logo{border-color:#ffffff4d;transform:scale(1.1)rotate(-5deg)}.exp-titles{flex-direction:column;gap:6px;display:flex}.exp-role-title{font-family:var(--font-display);color:var(--white);letter-spacing:-.5px;font-size:24px;font-weight:700;line-height:1.1}.exp-company-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.exp-company-name{font-family:var(--font-mono);color:var(--silver);font-size:14px;font-weight:600}.exp-company-sep{color:var(--dim);font-size:14px}.exp-loc-pill{font-family:var(--font-mono);border-radius:var(--radius-full);align-items:center;gap:6px;padding:3px 10px;font-size:11px;transition:all .3s;display:inline-flex}.exp-loc-pill.highlight{color:#ff9a76;letter-spacing:.2px;background:#f9731624;border:1px solid #f9731673;font-weight:600;box-shadow:0 0 14px #f9731638,inset 0 0 8px #f973161a}.exp-loc-pill.highlight .loc-flag{font-size:12px;line-height:1}.exp-loc-pill.standard{color:var(--dim);background:#ffffff0a;border:1px solid #ffffff14;font-weight:500}.exp-loc-pill.standard .loc-icon{color:var(--dim)}.exp-meta{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.exp-meta-pill{font-family:var(--font-mono);color:var(--dim);border-radius:var(--radius-full);background:#0000004d;border:1px solid #ffffff0d;align-items:center;gap:6px;padding:6px 12px;font-size:11px;display:inline-flex}.exp-meta-pill.type-pill{background:0 0;border-color:#ffffff0a}.exp-card-body{z-index:2;margin-bottom:32px;position:relative}.exp-bullet-list{flex-direction:column;gap:16px;padding:0;list-style:none;display:flex}.exp-bullet-list li{color:var(--silver);align-items:flex-start;gap:16px;font-size:15px;line-height:1.6;display:flex}.exp-check-icon{flex-shrink:0;margin-top:4px}.exp-card-footer{z-index:2;border-top:1px solid #ffffff0d;padding-top:24px;position:relative}.exp-tag{background:#ffffff05;border:1px solid #ffffff0d}@media (width<=900px){.exp-card-header{flex-direction:column;align-items:flex-start}.exp-meta{flex-flow:wrap;align-items:flex-start}}@media (width<=600px){.exp-timeline-container{padding-left:20px}.exp-timeline-track{left:8px}.exp-timeline-node{width:14px;height:14px;top:28px;left:-19px}.exp-node-inner{width:10px;height:10px}.exp-glass-card{padding:24px}.exp-company-logo{width:44px;height:44px}.exp-role-title{font-size:20px}.exp-bullet-list li{gap:12px;font-size:14px}.exp-glass-card:hover{transform:none}}[data-theme=light] .exp-glass-card{background:#fffffff2;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a0f,0 1px 3px #0f172a0a}[data-theme=light] .exp-node-inner{background:#fff}[data-theme=light] .exp-tag{color:#334155;background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .exp-loc-pill.highlight{color:#c2410c;background:#ea580c14;border-color:#ea580c59;box-shadow:0 2px 8px #ea580c1f}[data-theme=light] .exp-loc-pill.standard{color:#64748b;background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .exp-loc-pill.standard .loc-icon{color:#64748b}[data-theme=light] .exp-meta-pill{color:#475569;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .exp-company-logo{color:#0f172a;background:#f8fafc;border-color:#e2e8f0}.proj-section{padding:100px 0;position:relative}.proj-filter-bar{flex-wrap:wrap;align-items:center;gap:8px;margin-top:28px;display:flex}.proj-filter-tab{border-radius:var(--radius-full);color:var(--silver);font-family:var(--font-mono);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;padding:8px 18px;font-size:12px;font-weight:600;transition:color .2s,border-color .2s;position:relative}.proj-filter-tab:hover{color:var(--white);border-color:#fff3}.proj-filter-tab.active{color:var(--white);border-color:#0000}.proj-filter-pill-bg{background:var(--green);border-radius:inherit;z-index:0;position:absolute;inset:0;box-shadow:0 4px 16px #1ed76059}.proj-filter-tab.active .proj-filter-label{color:#031f0d;font-weight:700}.proj-filter-label{z-index:1;position:relative}.proj-stack{flex-direction:column;gap:36px;margin-top:50px;display:flex}.proj-wrapper{grid-template-columns:80px 1fr;gap:24px;display:grid;position:relative}.proj-timeline-left{flex-direction:column;align-items:center;padding-top:24px;display:flex}.proj-year-badge{border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--silver);background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.proj-year-dot{background:var(--green);width:6px;height:6px;box-shadow:0 0 8px var(--green);border-radius:50%}.proj-year-line{background:linear-gradient(#1ed7604d 0%,#ffffff0a 80%,#0000 100%);flex:1;width:1px;margin-top:12px}.proj-card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(24px);background:#101014bf;border:1px solid #ffffff17;padding:36px 32px;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 16px 48px #00000073}.proj-card:hover{border-color:#1ed76059;transform:translateY(-6px);box-shadow:0 24px 64px #0009,0 0 35px #1ed7601a}.proj-featured{border-color:#1ed76038}.proj-card-beam{opacity:0;background:linear-gradient(90deg,#0000,#38bdf8,#1ed760,#0000);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.proj-card:hover .proj-card-beam{opacity:1}.proj-featured-ribbon{border:1px solid var(--green-border);color:var(--green-text);font-family:var(--font-mono);letter-spacing:.8px;border-radius:var(--radius-full);background:linear-gradient(135deg,#1ed76026 0%,#38bdf826 100%);align-items:center;gap:6px;margin-bottom:16px;padding:4px 12px;font-size:10.5px;font-weight:700;display:inline-flex}.proj-header{margin-bottom:20px}.proj-top-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.proj-icon-wrapper{border-radius:var(--radius-m);background:#ffffff0a;border:1px solid #ffffff14;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.proj-icon{font-size:22px}.proj-badges{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.proj-type-badge{border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--silver);background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-flex}.proj-pulse-dot{background:var(--green);width:6px;height:6px;box-shadow:0 0 6px var(--green);border-radius:50%;animation:2s infinite pulseDot}@keyframes pulseDot{0%{opacity:.4}to{opacity:1}}.proj-period{font-family:var(--font-mono);color:var(--dim);font-size:11px}.proj-eye-btn{border:1px solid var(--green-border);color:var(--green-text);font-family:var(--font-mono);border-radius:var(--radius-full);background:#1ed7601f;align-items:center;gap:6px;padding:5px 12px;font-size:11.5px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.proj-eye-btn:hover{background:var(--green);color:#031f0d;box-shadow:0 4px 14px #1ed76066}.proj-title{font-family:var(--font-display);color:var(--white);margin-bottom:6px;font-size:24px;font-weight:800;line-height:1.25}.proj-subtitle{font-family:var(--font-mono);color:var(--green-text);font-size:13px;font-weight:500}.proj-arch-flow{border-radius:var(--radius-m);font-family:var(--font-mono);color:var(--silver);background:#00000040;border:1px solid #ffffff0f;align-items:center;gap:10px;margin-bottom:20px;padding:8px 14px;font-size:11.5px;display:flex;overflow-x:auto}.arch-flow-node{white-space:nowrap;align-items:center;gap:6px;display:flex}.arch-flow-node.active{color:var(--white);font-weight:600}.arch-flow-arrow{color:var(--dim);font-size:11px}.proj-metrics{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;margin-bottom:20px;display:grid}.proj-metric{border-radius:var(--radius-m);background:#ffffff08;border:1px solid #ffffff14;flex-direction:column;gap:4px;padding:12px 14px;transition:all .2s;display:flex;position:relative}.proj-metric:hover{background:#ffffff0f;border-color:#1ed7604d}.metric-value{font-family:var(--font-display);color:var(--green-text);font-size:20px;font-weight:800;line-height:1.1}.metric-label{font-family:var(--font-mono);color:var(--dim);font-size:11px}.proj-desc{color:var(--silver);margin-bottom:22px;font-size:14.5px;line-height:1.65}.proj-expand-btn{color:var(--white);font-family:var(--font-mono);border-radius:var(--radius-full);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;gap:8px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .25s;display:inline-flex}.proj-expand-btn:hover,.proj-expand-btn.proj-expand-active{border-color:var(--green-border);color:var(--green-text);background:#1ed7601f}.proj-case-study{margin-top:24px;overflow:hidden}.case-study-3in1-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.case-col-card{border-radius:var(--radius-l);background:#0c0c10d9;border:1px solid #ffffff14;flex-direction:column;padding:22px 20px;transition:transform .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.case-col-card:hover{border-color:#ffffff29;transform:translateY(-3px)}.case-col-accent{height:2px;position:absolute;top:0;left:0;right:0}.case-col-accent.problem{background:#ef4444}.case-col-accent.solution{background:#38bdf8}.case-col-accent.impact{background:#1ed760}.case-col-header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.case-step-num{font-family:var(--font-mono);color:var(--dim);letter-spacing:.5px;font-size:10px;font-weight:700;display:block}.case-col-header h4{font-family:var(--font-display);color:var(--white);margin:0;font-size:15px;font-weight:700}.case-col-body{color:var(--silver);margin:0;font-size:13.5px;line-height:1.6}.impact-col-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.impact-col-list li{color:var(--silver);align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;display:flex}.impact-check{color:var(--green);flex-shrink:0;margin-top:2px}.case-icon-wrap{border-radius:var(--radius-m);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.case-icon-wrap.problem{color:#ef4444;background:#ef44441f}.case-icon-wrap.solution{color:#38bdf8;background:#38bdf81f}.case-icon-wrap.impact{color:var(--green);background:#1ed7601f}.proj-links{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.proj-link-btn{border-radius:var(--radius-full);font-family:var(--font-mono);align-items:center;gap:6px;padding:9px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.proj-link-case{color:var(--white);background:#ffffff0f;border:1px solid #ffffff1f}.proj-link-case:hover{background:#ffffff1f;border-color:#ffffff40}.proj-link-gh{color:var(--silver);background:#0000004d;border:1px solid #ffffff14}.proj-link-gh:hover{color:var(--white);border-color:#fff3}[data-theme=light] .proj-filter-tab{color:#475569;background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .proj-filter-tab:hover{color:#0f172a}[data-theme=light] .proj-filter-tab.active .proj-filter-label{color:#fff}[data-theme=light] .proj-card{background:#fffffff2;border-color:#e2e8f0;box-shadow:0 16px 40px #0f172a0f}[data-theme=light] .proj-card:hover{border-color:#16a34a;box-shadow:0 24px 60px #0f172a1a,0 0 30px #16a34a1f}[data-theme=light] .proj-title{color:#0f172a}[data-theme=light] .proj-desc{color:#334155}[data-theme=light] .proj-arch-flow{color:#475569;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .arch-flow-node.active{color:#0f172a}[data-theme=light] .proj-metric{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .metric-label{color:#64748b}[data-theme=light] .case-study-interactive-wrap{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .case-study-nav-tabs{background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .case-pane-header h4{color:#0f172a}[data-theme=light] .case-card-body,[data-theme=light] .impact-list-v2 li{color:#334155}@media (width<=768px){.proj-wrapper{grid-template-columns:1fr}.proj-timeline-left{display:none}.proj-card{border-radius:var(--radius-l);padding:24px 18px}.proj-title{font-size:20px}.proj-metrics{grid-template-columns:repeat(2,1fr)}.case-tab-content{padding:16px}}.fiverr-premium-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.fiverr-premium-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-med);-webkit-backdrop-filter:blur(16px);transition:transform .4s var(--ease-spring), box-shadow .4s ease, border-color .4s ease;cursor:pointer;text-decoration:none;display:block;position:relative;overflow:hidden}.fiverr-card-glow{border-radius:inherit;opacity:0;background:radial-gradient(circle at 100% 0,#1ed76026,#0000 50%);transition:opacity .5s;position:absolute;inset:0}.fiverr-premium-card:hover{border-color:var(--green-border);transform:translateY(-8px);box-shadow:0 16px 40px #0006,0 0 30px #1ed7601a}.fiverr-premium-card:hover .fiverr-card-glow{opacity:1}.fiverr-card-inner{z-index:2;flex-direction:column;height:100%;padding:40px;display:flex;position:relative}.fiverr-card-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.fiverr-badge{color:var(--green-text);border-radius:var(--radius-full);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.5px;background:#1ed76026;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.fiverr-link-icon{color:var(--dim);transition:color .3s,transform .3s}.fiverr-premium-card:hover .fiverr-link-icon{color:var(--green-text);transform:translate(2px,-2px)}.fiverr-gig-title{font-family:var(--font-display);color:var(--white);margin-bottom:16px;font-size:26px;font-weight:700;line-height:1.25}.fiverr-gig-desc{color:var(--silver);flex-grow:1;margin-bottom:32px;font-size:15px;line-height:1.6}.fiverr-pricing-row{background:var(--surface-2);border-radius:var(--radius-m);border:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding:16px;display:flex}.fiverr-price-block{flex-direction:column;align-items:center;gap:4px;display:flex}.fiverr-price-block span{font-family:var(--font-mono);color:var(--dim);text-transform:uppercase;font-size:11px}.fiverr-price-block strong{font-family:var(--font-display);color:var(--silver);font-size:18px}.fiverr-price-block.highlight strong{color:var(--green-text)}.fiverr-tools{border-top:1px solid var(--border);padding-top:24px}[data-theme=light] .fiverr-premium-card{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 30px #0f172a0f,0 1px 3px #0f172a0a}[data-theme=light] .fiverr-pricing-row{background:#f8fafc;border:1px solid #e2e8f0}[data-theme=light] .fiverr-price-block strong{color:var(--white)}[data-theme=light] .fiverr-price-block.highlight strong{color:var(--green-text)}@media (width<=900px){.fiverr-premium-grid{grid-template-columns:1fr}}@media (width<=600px){.fiverr-card-inner{padding:24px}.fiverr-gig-title{font-size:22px}.fiverr-pricing-row{gap:8px;padding:12px}}.roi-calculator-container{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(24px);background:#101013b3;border:1px solid #ffffff14;margin-top:48px;padding:40px;position:relative;overflow:hidden;box-shadow:0 16px 40px #0006}.roi-calculator-container:before{content:"";background:linear-gradient(90deg, transparent, var(--green), #ff7a59, transparent);height:2px;position:absolute;top:0;left:0;right:0}.roi-header{margin-bottom:32px}.roi-kicker{font-family:var(--font-mono);color:var(--green-text);background:var(--green-subtle);border:1px solid var(--green-border);border-radius:var(--radius-full);align-items:center;gap:8px;margin-bottom:12px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.roi-title{font-family:var(--font-display);color:var(--white);margin-bottom:8px;font-size:26px;font-weight:700}.roi-desc{color:var(--silver);max-width:600px;font-size:14px;line-height:1.6}.roi-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:36px;display:grid}.roi-controls{flex-direction:column;gap:24px;display:flex}.roi-slider-group{flex-direction:column;gap:8px;display:flex}.roi-slider-header{color:var(--silver);justify-content:space-between;align-items:center;font-size:13px;font-weight:500;display:flex}.roi-val-badge{font-family:var(--font-mono);color:var(--green-text);border-radius:var(--radius-full);background:#1ed76014;border:1px solid #1ed76033;padding:4px 10px;font-size:12px;font-weight:700}.roi-slider{appearance:none;cursor:pointer;background:#ffffff1a;border-radius:3px;outline:none;width:100%;height:6px;transition:background .2s}.roi-slider::-webkit-slider-thumb{appearance:none;background:var(--green);width:18px;height:18px;box-shadow:0 0 12px var(--green);cursor:pointer;border-radius:50%;transition:transform .15s}.roi-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.roi-slider-ticks{font-family:var(--font-mono);color:var(--dim);justify-content:space-between;font-size:11px;display:flex}.roi-results-card{border-radius:var(--radius-l);background:linear-gradient(135deg,#1ed76014 0%,#141419f2 100%);border:1px solid #1ed76040;flex-direction:column;gap:24px;padding:32px 28px;display:flex;box-shadow:0 12px 36px #00000080,0 0 30px #1ed7600f}.roi-stat-main{flex-direction:column;gap:4px;display:flex}.roi-stat-label{font-family:var(--font-mono);text-transform:uppercase;color:var(--silver);letter-spacing:.5px;font-size:12px}.roi-stat-number{font-family:var(--font-display);color:var(--green-text);text-shadow:0 0 20px #1ed76059;font-size:44px;font-weight:700;line-height:1.1}.roi-stat-sub{color:var(--silver);font-size:13px}.roi-metric-pills{grid-template-columns:1fr 1fr;gap:12px;display:grid}.roi-pill-box{border-radius:var(--radius-m);background:#0000004d;border:1px solid #ffffff14;align-items:center;gap:10px;padding:12px 14px;display:flex}.roi-pill-val{font-family:var(--font-display);color:var(--white);font-size:16px;font-weight:700;display:block}.roi-pill-lab{color:var(--dim);font-size:11px;display:block}.roi-cta-btn{background:var(--green);color:#031f0d;font-family:var(--font-display);border-radius:var(--radius-full);justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #1ed7604d}.roi-cta-btn:hover{background:#22c55e;transform:translateY(-2px);box-shadow:0 8px 24px #1ed76080}@media (width<=800px){.roi-calculator-container{padding:24px 20px}.roi-grid{grid-template-columns:1fr;gap:28px}.roi-stat-number{font-size:36px}}[data-theme=light] .roi-calculator-container{background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 40px #0f172a14}[data-theme=light] .roi-slider{background:#e2e8f0}[data-theme=light] .roi-results-card{background:linear-gradient(135deg,#16a34a0f 0%,#fff 100%);border:1px solid #cbd5e1;box-shadow:0 12px 32px #0f172a0f}[data-theme=light] .roi-pill-box{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .roi-pill-val{color:#0f172a}.services-list-container{flex-direction:column;gap:16px;display:flex}.service-row{background:var(--glass-bg);border:1px solid var(--border-soft);border-radius:var(--radius-l);cursor:pointer;transition:all .4s var(--ease-spring);box-shadow:var(--shadow-subtle);-webkit-backdrop-filter:blur(12px);padding:24px 32px;position:relative;overflow:hidden}.service-row:before{content:"";background:var(--green);transform-origin:50%;width:4px;height:100%;transition:transform .4s var(--ease-spring);position:absolute;top:0;left:0;transform:scaleY(0)}.service-row:hover{background:var(--surface-2);border-color:var(--border)}.service-row.active{border-color:var(--green-border);background:#1ed7600d;box-shadow:0 12px 40px #0003,inset 0 0 40px #1ed76005}.service-row.active:before{transform:scaleY(1)}.service-row-header{justify-content:space-between;align-items:center;gap:32px;display:flex}.service-row-left{flex:1;align-items:center;gap:24px;display:flex}.service-row-icon{border-radius:var(--radius-m);background:var(--surface-2);border:1px solid var(--border);width:56px;height:56px;color:var(--silver);transition:all .4s var(--ease-spring);justify-content:center;align-items:center;display:flex}.service-row.active .service-row-icon{color:var(--green-text);background:#1ed76026;border-color:#1ed7604d;transform:scale(1.1);box-shadow:0 0 20px #1ed76033}.service-row-title{font-family:var(--font-display);color:var(--silver);font-size:24px;font-weight:700;transition:color .3s}.service-row.active .service-row-title{color:var(--white)}.service-row-right{flex:1}.service-row-desc{color:var(--dim);margin:0;font-size:15px;line-height:1.6;transition:color .3s}.service-row.active .service-row-desc{color:var(--silver)}.service-row-body{padding-left:80px;overflow:hidden}.service-deliverables-grid{border-top:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px;padding-top:24px;display:grid}.deliverable-item{color:var(--silver);align-items:flex-start;gap:12px;font-size:14.5px;line-height:1.4;display:flex}.deliverable-check{color:var(--green-text);flex-shrink:0;margin-top:2px}@media (hover:hover) and (width>=901px){.service-row:hover{transform:translate(6px);box-shadow:0 16px 40px #00000040,0 0 25px #1ed76014}.service-row:hover .service-row-icon{color:var(--green-text);border-color:var(--green-border);transform:scale(1.08)rotate(-4deg)}.service-row.active:hover{transform:translate(6px)}}@media (width<=980px){.service-row-header{flex-direction:column;align-items:flex-start;gap:16px}.service-row-body{padding-left:0}}@media (width<=600px){.service-row{padding:20px}.service-row-title{font-size:20px}.service-row-icon{width:48px;height:48px}}[data-theme=light] .service-row{background:#fffffff2;border:1px solid #e2e8f0;box-shadow:0 4px 16px #0f172a0a}[data-theme=light] .service-row:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 10px 30px #0f172a0f}[data-theme=light] .service-row.active{border-color:var(--green-border);background:#fff;box-shadow:0 12px 36px #0f172a14,inset 0 0 30px #16a34a0a}.spider-skills-section{cursor:default;min-height:860px;padding:90px 0 110px;position:relative;overflow:hidden}.spider-bg-nebula{filter:blur(100px);pointer-events:none;z-index:0;background:radial-gradient(circle,#1ed7600f 0%,#e11d480a 40%,#38bdf808 65%,#0000 75%);width:1000px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spider-skills-wrap{z-index:20;position:relative}.spiderman-cursor-avatar{pointer-events:none;z-index:60;will-change:transform, left, top;position:absolute;transform:translate(-50%,-50%)}.spiderman-mask-container{filter:drop-shadow(0 10px 24px #000000e6)drop-shadow(0 0 16px #1ed76099);width:48px;height:56px;transition:transform .2s;position:relative}.spiderman-mask-container.sense-active{filter:drop-shadow(0 12px 28px #e11d48cc)drop-shadow(0 0 24px #1ed760f2)}.spiderman-mask-svg{width:100%;height:100%;display:block}.spider-sense-waves{pointer-events:none;gap:4px;display:flex;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.sense-wave{background:linear-gradient(#f36,#1ed760);border-radius:2px;width:3px;height:12px;animation:.35s infinite alternate senseSparks}.sense-wave.wave-1{animation-delay:80ms;transform:rotate(-25deg)}.sense-wave.wave-2{height:16px;animation-delay:.16s}.sense-wave.wave-3{animation-delay:.24s;transform:rotate(25deg)}@keyframes senseSparks{0%{opacity:.4;transform:translateY(0)scaleY(.7)}to{opacity:1;filter:drop-shadow(0 0 8px #1ed760);transform:translateY(-4px)scaleY(1.3)}}.spider-thwip-badge{font-family:var(--font-display);letter-spacing:.8px;color:#fff;white-space:nowrap;pointer-events:none;background:linear-gradient(135deg,#e11d48 0%,#0f172a 100%);border:1.5px solid #1ed760;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:900;position:absolute;top:-18px;right:-36px;transform:rotate(12deg);box-shadow:0 4px 16px #000000b3,0 0 14px #1ed760b3}.spider-top-hud{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(20px);background:#101016cc;border:1px solid #ffffff17;justify-content:space-between;align-items:center;width:100%;margin-top:20px;margin-bottom:24px;padding:8px 20px;display:flex;box-shadow:0 8px 30px #00000073}.spider-hud-status{font-family:var(--font-mono);color:var(--green-text);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.spider-hud-pulse{background:var(--green);width:8px;height:8px;box-shadow:0 0 10px var(--green);border-radius:50%;animation:1.8s infinite spiderPulse}@keyframes spiderPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.spider-view-toggle{border-radius:var(--radius-full);background:#0006;border:1px solid #ffffff14;align-items:center;gap:4px;padding:3px;display:flex}.spider-toggle-btn{border-radius:var(--radius-full);color:var(--silver);font-family:var(--font-mono);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 14px;font-size:11.5px;font-weight:600;transition:all .2s;display:inline-flex}.spider-toggle-btn.active{background:var(--surface-3);color:var(--white);box-shadow:0 2px 10px #0006}.spider-cat-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:16px;margin-bottom:28px;display:flex}.spider-cat-tab{border-radius:var(--radius-full);color:var(--silver);font-family:var(--font-mono);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;padding:8px 18px;font-size:12px;font-weight:600;transition:all .2s;position:relative}.spider-cat-tab:hover{color:var(--white);border-color:#fff3}.spider-cat-tab.active{color:#031f0d;border-color:#0000}.spider-cat-pill-bg{background:var(--green);border-radius:inherit;z-index:0;position:absolute;inset:0;box-shadow:0 4px 18px #1ed76059}.spider-cat-label{z-index:1;position:relative}.spider-cat-tab.active .spider-cat-label{color:#031f0d;font-weight:700}.spider-playground-view-container{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.spider-playground-wrapper{width:100%;height:640px;box-shadow:none;background:0 0;border:none;margin-bottom:24px;position:relative;overflow:hidden}.spider-playground-canvas{cursor:grab;width:100%;height:100%}.spider-playground-canvas:active{cursor:grabbing}.spider-fluid-legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;max-width:900px;display:flex}.spider-legend-pill{font-family:var(--font-mono);color:var(--silver);border-radius:var(--radius-full);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:6px;padding:6px 14px;font-size:11.5px;transition:all .2s;display:inline-flex}.spider-legend-pill:hover,.spider-legend-pill.active{color:var(--white);background:#ffffff14;border-color:#fff3}.spider-legend-pill.dimmed{opacity:.4}.spider-legend-dot{border-radius:50%;width:8px;height:8px}.spider-web-cards-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:28px;width:100%;display:grid}.spider-web-card{border-radius:var(--radius-l);-webkit-backdrop-filter:blur(20px);background:#0e0e12b3;border:1px solid #ffffff14;padding:28px 24px;transition:transform .3s,border-color .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000059}.spider-web-card:hover{border-color:#ffffff2e;transform:translateY(-4px);box-shadow:0 16px 40px #00000080,0 0 25px #1ed76014}.spider-card-web-bg{pointer-events:none;opacity:.6;width:120px;height:120px;position:absolute;top:0;right:0}.spider-card-web-svg{width:100%;height:100%}.spider-card-header{z-index:2;align-items:center;gap:12px;margin-bottom:20px;display:flex;position:relative}.spider-card-icon-box{border-radius:var(--radius-m);background:#ffffff0a;border:1px solid #ffffff1a;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.spider-card-title-group{flex-direction:column;gap:2px;display:flex}.spider-card-title{font-family:var(--font-display);color:var(--white);font-size:16px;font-weight:700}.spider-card-count{font-family:var(--font-mono);color:var(--dim);font-size:11px}.spider-card-badges-wrap{z-index:2;flex-wrap:wrap;gap:10px;display:flex;position:relative}.spider-badge-wrap{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-block;position:relative}.spider-badge-pill{color:var(--silver);border-radius:var(--radius-full);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:8px;padding:9px 16px;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:13px;font-weight:600;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.spider-badge-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 8px}.spider-badge-name{white-space:nowrap}.spider-badge-wrap:hover .spider-badge-pill{border-color:var(--badge-accent,var(--green));color:var(--white);background:#ffffff1a;box-shadow:0 0 18px #1ed76059}.spider-badge-shimmer{background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;animation:.7s forwards badgeShimmer;position:absolute;top:0;left:-100%}@keyframes badgeShimmer{to{left:100%}}.spider-active-latch-bar{border:1px solid var(--green-border);color:var(--white);font-family:var(--font-mono);border-radius:var(--radius-full);text-align:center;background:#1ed7601f;justify-content:center;align-items:center;gap:10px;max-width:600px;margin-top:36px;margin-left:auto;margin-right:auto;padding:12px 24px;font-size:13.5px;display:flex;box-shadow:0 6px 24px #1ed76040}.spider-latch-icon{font-size:16px}[data-theme=light] .spider-top-hud{background:#ffffffe6;border-color:#e2e8f0;box-shadow:0 4px 16px #0f172a0f}[data-theme=light] .spider-hud-status{color:#16a34a}[data-theme=light] .spider-legend-pill{color:#475569;background:#fff;border-color:#e2e8f0}[data-theme=light] .spider-legend-pill.active{color:#0f172a;background:#f1f5f9}[data-theme=light] .spider-cat-tab{color:#475569;background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .spider-cat-tab:hover{color:#0f172a}[data-theme=light] .spider-cat-tab.active{color:#fff}[data-theme=light] .spider-web-card{background:#fffffff2;border-color:#e2e8f0;box-shadow:0 8px 24px #0f172a0f}[data-theme=light] .spider-card-title{color:#0f172a}[data-theme=light] .spider-badge-pill{color:#1e293b;background:#fff;border-color:#cbd5e1;box-shadow:0 2px 6px #0f172a0a}[data-theme=light] .spider-badge-wrap:hover .spider-badge-pill{border-color:var(--badge-accent,#16a34a);color:#0f172a;background:#f8fafc;box-shadow:0 0 16px #16a34a40}[data-theme=light] .spider-active-latch-bar{color:#0f172a;background:#fff;border-color:#cbd5e1;box-shadow:0 6px 20px #0f172a14}@media (width<=768px){.spider-skills-section{padding:50px 0}.spider-playground-wrapper{height:480px}.spider-top-hud{border-radius:var(--radius-m);flex-direction:column;gap:12px;padding:12px 16px}.spider-cat-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;width:100%;padding-bottom:8px;overflow-x:auto}.spider-cat-tab{flex-shrink:0;padding:6px 14px;font-size:11px}.spider-badge-pill{padding:7px 13px;font-size:12px}}.certs-section{padding:100px 0 120px;position:relative;overflow:hidden}.certs-bg-glow{filter:blur(90px);pointer-events:none;z-index:0;background:radial-gradient(circle,#38bdf80f 0%,#1ed7600d 50%,#0000 70%);width:900px;height:520px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.certs-streams-container{z-index:1;flex-direction:column;gap:28px;margin-top:54px;display:flex;position:relative;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.certs-marquee-stream{width:100%;display:flex;overflow:hidden}.certs-track{will-change:transform;gap:26px;width:max-content;padding:10px 0;display:flex}.certs-track.track-left{animation:42s linear infinite certsScrollLeft}.certs-track.track-right{animation:46s linear infinite certsScrollRight}@media (hover:hover){.certs-marquee-stream:hover .certs-track{animation-play-state:paused}}@keyframes certsScrollLeft{0%{transform:translate(0)}to{transform:translate(calc(-33.333% - 9px))}}@keyframes certsScrollRight{0%{transform:translate(calc(-33.333% - 9px))}to{transform:translate(0)}}.cert-glass-card{border-radius:var(--radius-xl);cursor:pointer;width:380px;transition:transform .4s var(--ease-spring), border-color .4s ease, box-shadow .4s ease;-webkit-backdrop-filter:blur(24px);background:#101016bf;border:1px solid #ffffff17;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000073}.cert-glass-card:hover{z-index:10;border-color:#1ed76073;transform:translateY(-8px)scale(1.02);box-shadow:0 24px 60px #0009,0 0 35px #1ed76026}.cert-glass-inner{flex-direction:column;gap:14px;height:100%;padding:28px 26px;display:flex}.cert-glass-beam{opacity:0;background:linear-gradient(90deg,#0000,#38bdf8,#1ed760,#0000);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.cert-glass-card:hover .cert-glass-beam{opacity:1}.cert-header{justify-content:space-between;align-items:center;display:flex}.cert-icon-badge{border-radius:var(--radius-m);border:1px solid #0000;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 14px #0000004d}.cert-header-meta{align-items:center;gap:8px;display:flex}.cert-date-badge{font-family:var(--font-mono);color:var(--dim);border-radius:var(--radius-full);background:#ffffff0a;align-items:center;gap:5px;padding:4px 10px;font-size:11px;display:inline-flex}.cert-verified-pill{border:1px solid var(--green-border);color:var(--green-text);font-family:var(--font-mono);border-radius:var(--radius-full);background:#1ed7601f;align-items:center;gap:4px;padding:3px 8px;font-size:10.5px;font-weight:600;display:inline-flex}.cert-title{font-family:var(--font-display);color:var(--white);margin-top:2px;font-size:17.5px;font-weight:700;line-height:1.35}.cert-issuer-row{color:var(--silver);align-items:center;gap:6px;font-size:13px;display:flex}.cert-issuer{font-weight:600}.cert-credential{font-family:var(--font-mono);color:var(--dim);border-radius:var(--radius-xs);background:#0000004d;border:1px solid #ffffff0f;padding:6px 12px;font-size:11px}.cert-credential code{color:var(--green-text);font-weight:600}.cert-skills{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:6px;display:flex}.cert-pill{font-family:var(--font-mono);color:var(--silver);border-radius:var(--radius-full);background:#ffffff0a;border:1px solid #ffffff14;padding:4px 10px;font-size:11px}.cert-verify-btn{border:1px solid var(--green-border);color:var(--green-text);font-family:var(--font-mono);border-radius:var(--radius-m);background:#1ed7601f;justify-content:center;align-items:center;gap:6px;margin-top:6px;padding:10px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.cert-verify-btn:hover{background:var(--green);color:#031f0d;box-shadow:0 4px 16px #1ed76066}.cert-verified-stamp{font-family:var(--font-mono);color:var(--silver);border-radius:var(--radius-m);background:#ffffff08;border:1px solid #ffffff0f;justify-content:center;align-items:center;gap:6px;margin-top:6px;padding:8px 14px;font-size:11.5px;display:inline-flex}[data-theme=light] .cert-glass-card{background:#fffffff2;border-color:#e2e8f0;box-shadow:0 12px 36px #0f172a12}[data-theme=light] .cert-glass-card:hover{border-color:#16a34a;box-shadow:0 20px 50px #0f172a1f,0 0 25px #16a34a26}[data-theme=light] .cert-title{color:#0f172a}[data-theme=light] .cert-issuer-row{color:#475569}[data-theme=light] .cert-date-badge{color:#64748b;background:#f1f5f9}[data-theme=light] .cert-credential{color:#64748b;background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .cert-pill{color:#334155;background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .cert-verified-stamp{color:#475569;background:#f8fafc;border-color:#e2e8f0}@media (width<=768px){.certs-section{padding:60px 0}.cert-glass-card{width:300px}.cert-glass-inner{padding:22px 18px}}.hs-section{perspective:1200px;padding:100px 0;position:relative;overflow:hidden}.hs-wrap-relative{z-index:2;position:relative}.hs-orbital-ring{pointer-events:none;z-index:0;border:1px solid #ff7a591a;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hs-ring-1{width:120vw;max-width:1400px;height:120vw;max-height:1400px;animation:40s linear infinite slowSpin;box-shadow:inset 0 0 100px #ff7a590d,0 0 100px #ff7a590d}.hs-ring-2{border-color:#ff7a5926;width:80vw;max-width:900px;height:80vw;max-height:900px;animation:30s linear infinite reverse slowSpin;box-shadow:inset 0 0 80px #ff7a5914,0 0 80px #ff7a5914}@keyframes slowSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.hs-header{text-align:center;margin-bottom:64px}.hs-logo-row{justify-content:center;align-items:center;gap:14px;margin-bottom:24px;display:flex}.hs-logo-glow{background:linear-gradient(135deg, var(--hubspot-subtle), #ff7a5926);border:1px solid var(--hubspot-border);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;animation:3s ease-in-out infinite badgePulse;display:flex;position:relative}.hs-sprocket{color:var(--hubspot);filter:drop-shadow(0 0 8px #ff7a5966)}.hs-label-group{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.hs-label{font-family:var(--font-display);color:var(--hubspot);letter-spacing:.5px;font-size:14px;font-weight:600}.hs-verified-tag{font-family:var(--font-mono);color:var(--green-text);background:var(--green-subtle);border:1px solid var(--green-border);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:4px;padding:3px 10px;font-size:10px;font-weight:600;display:inline-flex}.hs-title{font-family:var(--font-display);letter-spacing:-1.5px;color:var(--white);font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.1}.hs-count{background:linear-gradient(135deg, var(--hubspot), #ff9a76);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hs-subtitle{max-width:600px;color:var(--silver);margin:18px auto 0;font-size:15.5px;line-height:1.7}.hs-3d-grid{perspective:1200px;grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hs-card-3d-wrapper{border-radius:var(--radius-xl);text-align:center;-webkit-backdrop-filter:blur(16px);will-change:transform;background:#0f0f0f66;border:1px solid #ffffff14;flex-direction:column;align-items:center;gap:24px;padding:40px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d}.hs-card-3d-wrapper:after{content:"";background:linear-gradient(90deg, var(--hubspot), #ff9a76, var(--hubspot));background-size:200% 100%;border-radius:20px 20px 0 0;height:3px;animation:4s linear infinite shimmer;position:absolute;top:0;left:0;right:0}.hs-card-glow{border-radius:inherit;background:radial-gradient(600px circle at var(--mx,50%) var(--my,50%), #ff7a5940, transparent 40%);-webkit-mask-composite:xor;pointer-events:none;opacity:0;z-index:10;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (hover:hover){.hs-card-3d-wrapper:hover{background:#ff7a590d;border-color:#ff7a5966}.hs-card-3d-wrapper:hover .hs-card-glow{opacity:1}}.hs-badge-wrap{flex-shrink:0;width:120px;height:120px;position:relative}.hs-badge-link{width:100%;height:100%;transition:transform .3s var(--ease-spring);border-radius:50%;display:block;overflow:hidden}.hs-badge-link:hover{transform:scale(1.08)}.hs-badge-img{object-fit:contain;filter:drop-shadow(0 8px 24px #ff7a594d);border-radius:50%;width:100%;height:100%;animation:5s ease-in-out infinite floatBadge}.hs-badge-placeholder{background:var(--hubspot-subtle);border:2px dashed var(--hubspot-border);width:100%;height:100%;color:var(--hubspot);border-radius:50%;justify-content:center;align-items:center;display:flex}.hs-card-info{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.hs-card-title{font-family:var(--font-display);color:var(--white);font-size:18px;font-weight:700;line-height:1.3}.hs-card-issuer{font-family:var(--font-mono);color:var(--hubspot);align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.hs-mini-sprocket{color:var(--hubspot);flex-shrink:0}.hs-card-meta{font-family:var(--font-mono);color:var(--dim);align-items:center;gap:12px;font-size:11px;display:flex}.hs-card-expiry{color:var(--green-text)}.hs-card-skills{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px;display:flex}.hs-skill-pill{font-family:var(--font-mono);color:var(--hubspot-text);background:var(--hubspot-subtle);border:1px solid var(--hubspot-border);border-radius:var(--radius-full);padding:4px 12px;font-size:10px;font-weight:500}.hs-verify-btn{font-family:var(--font-mono);color:var(--hubspot);border:1px solid var(--hubspot-border);border-radius:var(--radius-full);cursor:pointer;background:0 0;align-items:center;gap:8px;margin-top:16px;padding:10px 20px;font-size:12px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hs-verify-btn:hover{background:var(--hubspot);color:#000;transform:translateY(-2px);box-shadow:0 4px 20px #ff7a5966}.hs-bottom-note{text-align:center;margin-top:48px}.hs-bottom-note p{font-family:var(--font-mono);color:var(--dim);font-size:12px}.hs-bottom-note strong{color:var(--hubspot)}@media (width<=900px){.hs-3d-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.hs-3d-grid{grid-template-columns:1fr}.hs-title{font-size:28px}.hs-card-3d-wrapper{padding:32px 20px;transform:none!important}.hs-badge-wrap{width:100px;height:100px}}[data-theme=light] .hs-card-3d-wrapper{background:#fffffff2;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a0f,0 1px 3px #0f172a0a}[data-theme=light] .hs-hero-banner{background:linear-gradient(135deg,#ea580c0f,#ffffffe6);border-color:#ea580c33;box-shadow:0 10px 30px #ea580c0f}[data-theme=light] .hs-badge-wrap{background:linear-gradient(135deg,#ea580c14,#ea580c26)}[data-theme=light] .hs-verify-btn:hover{background:var(--hubspot);color:#fff}.editorial-research{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:0 8px 40px #0006, inset 0 1px 0 var(--glass-border);-webkit-backdrop-filter:blur(24px);margin-bottom:80px;padding:48px;position:relative;overflow:hidden}.research-content-wrapper{z-index:2;grid-template-columns:1fr 1fr;gap:40px;width:100%;display:grid;position:relative}.research-glow-layer{border-radius:inherit;background:radial-gradient(800px circle at var(--mx,50%) var(--my,50%), #1ed76026, transparent 40%);-webkit-mask-composite:xor;pointer-events:none;opacity:0;z-index:10;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@media (hover:hover){.editorial-research:hover .research-glow-layer{opacity:1}}.editorial-research:before{content:"";background:linear-gradient(90deg, var(--green), #14b8a6, #3b82f6, #a855f7);z-index:5;height:3px;position:absolute;top:0;left:0;right:0}.editorial-research:after{content:"";pointer-events:none;background:radial-gradient(circle,#1ed7600d,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-150px;right:-100px}.research-left{z-index:2;flex-direction:column;align-items:flex-start;gap:16px;display:flex;position:relative}.research-badge{font-family:var(--font-mono);color:#000;background:var(--green);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.research-title{font-family:var(--font-display);color:var(--white);letter-spacing:-.5px;font-size:32px;font-weight:700;line-height:1.15}.research-inst{font-family:var(--font-mono);color:var(--green-text);font-size:13px;font-weight:500}.research-desc{color:var(--silver);font-size:15px;line-height:1.7}.research-tools{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:20px;display:flex}.research-right{z-index:2;flex-direction:column;gap:32px;display:flex;position:relative}.research-metrics-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.metric-box{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-l);text-align:center;padding:24px 20px;transition:all .3s}.metric-box:hover{background:#1ed7600d;border-color:#1ed7604d;transform:translateY(-4px)}.metric-val{font-family:var(--font-display);color:var(--green-text);margin-bottom:8px;font-size:36px;font-weight:800;line-height:1;display:block}.metric-lab{font-family:var(--font-mono);color:var(--dim);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.research-highlights{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.research-highlights li{color:var(--silver);align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.research-highlights li svg{color:var(--green-text);flex-shrink:0;margin-top:2px}.edu-timeline-container{margin-top:40px;padding-left:24px;position:relative}.edu-timeline-track{background:var(--border);z-index:1;width:2px;position:absolute;top:0;bottom:0;left:40px}.edu-timeline-progress{background:var(--green);transform-origin:top;position:absolute;top:0;left:0;right:0;box-shadow:0 0 10px #1ed76080}.edu-row{z-index:2;grid-template-columns:240px 1fr;gap:60px;margin-bottom:80px;display:grid;position:relative}.edu-row:last-child{margin-bottom:0}.edu-left{position:relative}.edu-sticky{align-items:center;gap:32px;display:flex;position:sticky;top:120px}.edu-timeline-icon{background:var(--bg);color:#fff3;z-index:5;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-2px;display:flex}.edu-year{font-family:var(--font-display);color:var(--white);letter-spacing:-.5px;white-space:nowrap;font-size:28px;font-weight:700}.edu-content-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(16px);padding:40px;transition:border-color .4s;box-shadow:0 8px 32px #0006}.edu-content-card:hover{border-color:#1ed7604d}.edu-meta-pills{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.edu-period,.edu-location{font-family:var(--font-mono);color:var(--dim);background:var(--surface-2);border-radius:var(--radius-full);border:1px solid var(--border);align-items:center;gap:6px;padding:6px 12px;font-size:11px;display:flex}.edu-degree{font-family:var(--font-display);color:var(--white);margin-bottom:8px;font-size:24px;font-weight:700;line-height:1.2}.edu-institution{font-family:var(--font-mono);color:var(--green-text);margin-bottom:20px;font-size:14px;font-weight:500}.edu-gpa{font-family:var(--font-mono);color:var(--silver);border-radius:var(--radius-full);background:#1ed7601a;border:1px solid #1ed76040;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:13px;animation:3s ease-in-out infinite subtlePulse;display:inline-flex}.edu-gpa svg{color:var(--green-text)}.edu-gpa strong{color:var(--green-text);font-weight:700}.edu-highlights-editorial{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.edu-highlights-editorial li{color:var(--silver);align-items:flex-start;gap:12px;font-size:15px;line-height:1.6;display:flex}.edu-highlights-editorial li .highlight-check{color:var(--green-text);flex-shrink:0;margin-top:3px}@media (width<=980px){.editorial-research{grid-template-columns:1fr;transform:none!important}.research-content-wrapper{grid-template-columns:1fr}.edu-row{grid-template-columns:80px 1fr;gap:24px}}@media (width<=900px){.edu-row{grid-template-columns:120px 1fr;gap:32px}.edu-year{font-size:24px}}@media (width<=600px){.edu-timeline-container{padding-left:0}.edu-timeline-track{left:16px}.edu-row{flex-direction:column;gap:16px;margin-bottom:48px;display:flex}.edu-sticky{flex-direction:row;align-items:center;gap:16px;display:flex;position:static}.edu-timeline-icon{width:36px;height:36px;margin-left:-2px}.edu-year{font-size:24px}.edu-content-card{width:auto;margin-left:36px;padding:20px}.editorial-research{padding:24px}.research-metrics-grid{grid-template-columns:1fr}}[data-theme=light] .editorial-research{background:#fffffff2;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a0f,0 1px 3px #0f172a0a}[data-theme=light] .metric-box{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .edu-content-card{background:#fffffff2;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a0f,0 1px 3px #0f172a0a}[data-theme=light] .edu-timeline-icon{color:#94a3b8;background:#fff;border-color:#cbd5e1}[data-theme=light] .edu-course-tag{color:#334155;background:#f1f5f9;border-color:#e2e8f0}.achievements-list{border-top:1px solid #ffffff14;flex-direction:column;margin-top:40px;display:flex}.achievement-row{cursor:pointer;border-bottom:1px solid #ffffff14;grid-template-columns:1fr 120px;align-items:center;padding:32px 0;transition:opacity .4s,padding .4s;display:grid;position:relative}.achievement-row.dimmed{opacity:.3}.achievement-row.active{opacity:1;border-radius:var(--radius-l);z-index:5;background:#ffffff05;border-bottom-color:#1ed7604d;margin:-1px -24px 0;padding:40px 24px;box-shadow:inset 0 0 40px #1ed7600d}.achievement-row-content{flex-direction:column;gap:8px;display:flex}.achievement-title{font-family:var(--font-display);color:var(--white);transition:transform .4s var(--ease-spring), color .4s ease;transform-origin:0;font-size:28px;font-weight:700}.achievement-row.active .achievement-title{color:var(--green-text);transform:scale(1.05)}.achievement-desc{color:var(--silver);max-width:600px;font-size:15px;line-height:1.5;transition:opacity .3s}.achievement-row.active .achievement-desc strong{color:var(--white);text-shadow:0 0 8px #ffffff4d}.achievement-visual{justify-content:flex-end;align-items:center;height:64px;display:flex;position:relative}.achievement-icon-reveal{filter:drop-shadow(0 0 20px);justify-content:center;align-items:center;display:flex;position:absolute;right:20px}.achievement-icon-reveal.type-award{color:#eab308}.achievement-icon-reveal.type-academic{color:#3b82f6}.achievement-icon-reveal.type-leadership{color:#a855f7}.achievement-icon-reveal.type-research{color:#ec4899}.achievement-icon-reveal.type-professional{color:var(--green-text)}.achievement-icon-reveal.type-entrepreneurship{color:#f97316}.achievement-icon-reveal.type-certification{color:#14b8a6}.achievement-icon-reveal.type-language{color:#38bdf8}@media (hover:hover) and (width>=901px){.achievement-row:hover .achievement-title{color:var(--white);transform:translate(10px)scale(1.02)}.achievement-row:hover .achievement-icon-reveal{filter:drop-shadow(0 0 24px);transform:scale(1.15)rotate(-6deg)}}@media (width<=800px){.achievement-title{font-size:22px}}@media (width<=600px){.achievement-row{grid-template-columns:1fr;gap:16px;padding:24px 0}.achievement-row.active{margin:-1px -16px 0;padding:32px 16px}.achievement-title{font-size:18px}.achievement-visual{justify-content:flex-start;height:40px}.achievement-icon-reveal{transform-origin:0;left:0;right:auto}.achievement-icon-reveal svg{width:32px;height:32px}}[data-theme=light] .achievements-list{border-top-color:#e2e8f0}[data-theme=light] .achievement-row{border-bottom-color:#e2e8f0}[data-theme=light] .achievement-row.active{border-bottom-color:var(--green);background:#f1f5f9;box-shadow:inset 0 0 40px #16a34a0d}.gallery-section{padding:100px 0 120px;position:relative;overflow:hidden}.gallery-bg-glow{filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(circle,#1ed7600f 0%,#ff7a590a 45%,#0000 70%);width:900px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-streams-container{z-index:1;flex-direction:column;gap:24px;margin-top:54px;display:flex;position:relative;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.gallery-marquee-stream{width:100%;display:flex;overflow:hidden}.gallery-track{will-change:transform;gap:24px;width:max-content;display:flex}.track-left{animation:38s linear infinite marqueeLeft}.track-right{animation:42s linear infinite marqueeRight}@media (hover:hover){.gallery-marquee-stream:hover .gallery-track{animation-play-state:paused}}@keyframes marqueeLeft{0%{transform:translate(0)}to{transform:translate(calc(-33.333% - 8px))}}@keyframes marqueeRight{0%{transform:translate(calc(-33.333% - 8px))}to{transform:translate(0)}}.gallery-card{border-radius:var(--radius-l);cursor:pointer;width:360px;height:230px;transition:transform .4s var(--ease-spring), border-color .4s ease, box-shadow .4s ease;-webkit-backdrop-filter:blur(12px);background:#121216b3;border:1px solid #ffffff1a;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000073}.gallery-card:hover{z-index:10;border-color:#1ed76080;transform:translateY(-8px)scale(1.03);box-shadow:0 20px 50px #0009,0 0 30px #1ed76026}.gallery-card-inner{width:100%;height:100%;position:relative;overflow:hidden}.gallery-card-inner img{object-fit:cover;filter:saturate(.85)brightness(.9);width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .4s}.gallery-card:hover .gallery-card-inner img{filter:saturate(1.1)brightness();transform:scale(1.08)}.gallery-holo-beam{background:linear-gradient(90deg, transparent, var(--green), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.gallery-card:hover .gallery-holo-beam{opacity:1}.gallery-card-overlay{background:linear-gradient(#0000 0%,#0000004d 40%,#000000d9 100%);justify-content:space-between;align-items:center;padding:16px;transition:transform .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.gallery-card:hover .gallery-card-overlay{transform:translateY(0)}.gallery-tag{border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:1px solid #ffffff1f;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-flex}.gallery-expand-btn{width:28px;height:28px;color:var(--white);opacity:0;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;transform:scale(.8)}.gallery-card:hover .gallery-expand-btn{opacity:1;transform:scale(1)}.gallery-lightbox-backdrop{-webkit-backdrop-filter:blur(16px);z-index:1100;background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.gallery-lightbox-modal{border-radius:var(--radius-xl);background:#121216f2;border:1px solid #ffffff26;width:100%;max-width:860px;position:relative;overflow:hidden;box-shadow:0 30px 80px #000c,0 0 50px #1ed76026}.gallery-lightbox-close{width:36px;height:36px;color:var(--white);cursor:pointer;z-index:10;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.gallery-lightbox-close:hover{background:#e11d48;border-color:#e11d48;transform:rotate(90deg)}.gallery-lightbox-img-wrap{justify-content:center;align-items:center;width:100%;max-height:520px;display:flex;overflow:hidden}.gallery-lightbox-img-wrap img{object-fit:cover;width:100%;height:100%;max-height:520px}.gallery-lightbox-footer{background:#0c0c10e6;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.gallery-lightbox-caption{font-family:var(--font-display);color:var(--white);align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.gallery-lightbox-sub{font-family:var(--font-mono);color:var(--dim);font-size:11px}[data-theme=light] .gallery-card{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 30px #0f172a14}[data-theme=light] .gallery-card:hover{border-color:#16a34a;box-shadow:0 20px 50px #0f172a1f,0 0 25px #16a34a26}[data-theme=light] .gallery-lightbox-modal{background:#fff;border-color:#cbd5e1}[data-theme=light] .gallery-lightbox-footer{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] .gallery-lightbox-caption{color:#0f172a}@media (width<=768px){.gallery-section{padding:60px 0}.gallery-card{width:280px;height:180px}.gallery-streams-container{gap:16px;margin-top:36px}}.contact-card{text-align:center;border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(16px);background:#0f0f0f66;border:1px solid #ffffff14;padding:80px 40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d}.contact-card:before{content:"";pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#1ed7601f,#0000 65%);width:600px;height:400px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.contact-badge{font-family:var(--font-mono);color:var(--green-text);border-radius:var(--radius-full);z-index:2;background:#1ed7601a;border:1px solid #1ed76040;align-items:center;gap:9px;margin-bottom:28px;padding:7px 16px;font-size:12px;font-weight:500;display:inline-flex;position:relative}.contact-badge .pulse{background:var(--green);border-radius:50%;width:6px;height:6px;animation:1.8s infinite contactPulse}@keyframes contactPulse{0%,to{opacity:1}50%{opacity:.25}}.contact-card h2{font-family:var(--font-display);letter-spacing:-1px;z-index:2;max-width:640px;margin:0 auto 18px;font-size:clamp(28px,4.4vw,44px);font-weight:700;line-height:1.15;position:relative}.contact-card>p{color:var(--silver);z-index:2;max-width:500px;margin:0 auto 34px;font-size:15px;line-height:1.7;position:relative}.contact-actions{z-index:2;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:32px;display:flex;position:relative}.contact-btn{font-size:13px!important}.contact-links{z-index:2;flex-wrap:wrap;justify-content:center;gap:12px;display:flex;position:relative}.link-chip{font-family:var(--font-mono);color:var(--white);border-radius:var(--radius-full);transition:all .3s var(--ease-spring);background:#0003;border:1px solid #ffffff14;align-items:center;gap:8px;padding:12px 20px;font-size:12.5px;font-weight:500;display:flex}.link-chip:first-child:hover{color:#0077b5;background:#0077b51a;border-color:#0077b580;transform:translateY(-2px);box-shadow:0 4px 12px #0077b533}.link-chip:nth-child(2):hover{color:var(--white);background:#ffffff14;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff1a}.link-chip:nth-child(3):hover{color:#1dbf73;background:#1dbf731a;border-color:#1dbf7380;transform:translateY(-2px);box-shadow:0 4px 12px #1dbf7333}.link-chip:nth-child(4):hover{color:var(--green-text);background:#1ed76014;border-color:#1ed76066;transform:translateY(-2px);box-shadow:0 4px 12px #1ed76026}@media (width<=600px){.contact-card{padding:48px 20px}.contact-actions{flex-direction:column;align-items:center;gap:10px}.contact-btn{justify-content:center;width:100%}.contact-links{flex-direction:column;align-items:center}.link-chip{justify-content:center;width:100%;min-height:44px}}[data-theme=light] .contact-card{background:#fffffff2;border:1px solid #e2e8f0;box-shadow:0 16px 48px #0f172a14,0 1px 3px #0f172a0a}[data-theme=light] .contact-btn-secondary{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}[data-theme=light] .contact-btn-secondary:hover{background:#f1f5f9;border-color:#94a3b8}[data-theme=light] .link-chip{color:#475569;background:#f8fafc;border-color:#e2e8f0}.footer{text-align:center;z-index:3;padding:40px 0 24px;position:relative}.footer:before{content:"";background:linear-gradient(90deg,#0000,#1ed7604d,#0000);width:min(80%,600px);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-content{flex-direction:column;gap:6px;display:flex}.footer p{color:var(--dim);font-size:11.5px;font-family:var(--font-mono)}.footer-sub{justify-content:center;align-items:center;gap:4px;display:flex}.footer-heart{color:var(--green-text);fill:var(--green);animation:2s infinite heartbeat;display:inline-block}@keyframes heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.2)}28%{transform:scale(1)}42%{transform:scale(1.15)}56%{transform:scale(1)}}.statusbar{z-index:999;-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border-soft);height:max(54px, calc(54px + env(safe-area-inset-bottom,0px)));padding-bottom:env(safe-area-inset-bottom,0px);background:#0c0c0cf0;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.statusbar-inner{align-items:center;gap:16px;width:100%;padding:0 20px;display:flex}.status-live{font-family:var(--font-mono);color:var(--green-text);flex-shrink:0;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.status-live .pulse{background:var(--green);border-radius:50%;width:6px;height:6px;animation:1.8s infinite statusPulse}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.25}}.ticker-mask{flex:1;height:18px;position:relative;overflow:hidden}.ticker-track{white-space:nowrap;font-family:var(--font-mono);color:var(--silver);gap:52px;font-size:12.5px;animation:24s linear infinite tickerScroll;display:flex;position:absolute}.ticker-track b{color:var(--white);font-weight:600}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.status-cta{font-family:var(--font-mono);background:var(--green);color:#031f0d;border-radius:var(--radius-full);transition:transform .18s var(--ease-spring), box-shadow .18s ease;flex-shrink:0;padding:9px 18px;font-size:11px;font-weight:600}.status-cta:hover{box-shadow:var(--shadow-green);transform:translateY(-1px)}@media (width<=600px){.status-cta{display:none}}[data-theme=light] .statusbar{background:#fffffff0;border-top:1px solid #00000014;box-shadow:0 -4px 20px #0000000a}[data-theme=light] .status-cta{color:#fff}.cmd-backdrop{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#000000b3;justify-content:center;align-items:flex-start;padding-top:clamp(60px,15vh,120px);padding-left:20px;padding-right:20px;display:flex;position:fixed;inset:0}.cmd-modal{border-radius:var(--radius-l);background:#121216f5;border:1px solid #ffffff1f;flex-direction:column;width:100%;max-width:620px;display:flex;overflow:hidden;box-shadow:0 25px 60px #000000b3,0 0 40px #1ed7601a}.cmd-input-row{border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:18px 22px;display:flex}.cmd-search-icon{color:var(--silver);flex-shrink:0}.cmd-input{color:var(--white);font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;font-size:16px}.cmd-input::placeholder{color:var(--dim)}.cmd-esc-badge{color:var(--dim);font-family:var(--font-mono);border-radius:var(--radius-xs);background:#ffffff14;border:1px solid #ffffff1a;padding:3px 8px;font-size:11px;font-weight:600}.cmd-list{flex-direction:column;gap:4px;max-height:340px;padding:10px;display:flex;overflow-y:auto}.cmd-item{border-radius:var(--radius-m);width:100%;color:var(--silver);font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;transition:all .15s;display:flex}.cmd-item:hover,.cmd-item.active{color:var(--white);background:#1ed76014;border-color:#1ed76040}.cmd-item-left{align-items:center;gap:12px;display:flex}.cmd-item-icon{color:var(--silver);align-items:center;transition:color .15s;display:flex}.cmd-item:hover .cmd-item-icon,.cmd-item.active .cmd-item-icon{color:var(--green-text)}.cmd-item-title{font-weight:500}.cmd-item-category{font-family:var(--font-mono);color:var(--dim);border-radius:var(--radius-xs);background:#ffffff0a;padding:3px 8px;font-size:11px}.cmd-empty{text-align:center;color:var(--dim);font-size:14px;font-family:var(--font-mono);padding:32px 16px}.cmd-footer{font-family:var(--font-mono);color:var(--dim);background:#0000004d;border-top:1px solid #ffffff0f;align-items:center;gap:16px;padding:12px 20px;font-size:11px;display:flex}.cmd-hint{align-items:center;gap:6px;display:flex}.cmd-hint kbd{color:var(--silver);background:#ffffff14;border:1px solid #ffffff1a;border-radius:3px;padding:2px 6px;font-weight:600}[data-theme=light] .cmd-modal{background:#fffffffa;border:1px solid #e2e8f0;box-shadow:0 25px 60px #0f172a2e,0 0 30px #16a34a1a}[data-theme=light] .cmd-input-row{border-bottom:1px solid #f1f5f9}[data-theme=light] .cmd-input{color:#0f172a}[data-theme=light] .cmd-item{color:#475569}[data-theme=light] .cmd-item:hover,[data-theme=light] .cmd-item.active{color:#0f172a;background:#16a34a14;border-color:#16a34a40}[data-theme=light] .cmd-item-category{color:#64748b;background:#f1f5f9}[data-theme=light] .cmd-footer{color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0}[data-theme=light] .cmd-hint kbd{color:#334155;background:#fff;border:1px solid #cbd5e1}.peash-clean-trigger-dock{bottom:calc(75px + env(safe-area-inset-bottom,0px));z-index:99999999;touch-action:manipulation;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:fixed;right:18px}.clean-guide-balloon{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#111422;border:1.5px solid #ef4444;border-radius:16px;width:275px;padding:12px 16px;transition:all .2s;box-shadow:0 12px 30px #000c,0 0 16px #ef44444d}.balloon-top-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.balloon-pill{font-family:var(--font-mono);color:#f87171;border-radius:var(--radius-full);background:#ef444426;padding:2px 8px;font-size:10px;font-weight:800}.balloon-x{color:var(--silver);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.clean-guide-balloon p{color:#f8fafc;margin:0;font-size:13px;line-height:1.45}.sleek-bot-capsule{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:radial-gradient(circle at 35% 35%,#1c2136 0%,#090b14 100%);border:2px solid #ef4444a6;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:visible;box-shadow:0 8px 24px #000000b3,0 0 16px #ef444466}.sleek-bot-capsule:active{transform:scale(.92)}.sleek-bot-capsule:hover{border-color:#ef4444;transform:scale(1.08);box-shadow:0 10px 30px #000000d9,0 0 24px #ef4444a6}.sleek-bot-capsule.singing-active{border-color:#ef4444;animation:2.5s infinite alternate sleekGlowPulse;box-shadow:0 0 20px #ef4444a6,0 0 35px #38bdf84d}@keyframes sleekGlowPulse{0%{box-shadow:0 0 16px #ef444480,0 0 24px #38bdf833}to{box-shadow:0 0 24px #ef4444cc,0 0 38px #38bdf873}}.spidey-sleek-icon{justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.sleek-mask-holder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.spidey-sleek-icon.singing .sleek-mask-holder{animation:1.3s ease-in-out infinite alternate sleekBop}@keyframes sleekBop{0%{transform:translateY(0)rotate(-3deg)}to{transform:translateY(-2px)rotate(3deg)}}.sleek-mask-svg{width:100%;height:100%}.sleek-singing-notes{font-family:var(--font-mono);pointer-events:none;gap:2px;font-size:13px;font-weight:800;display:flex;position:absolute;top:-12px;left:-6px}.s-note.n1{color:#38bdf8;animation:1.4s ease-in-out infinite floatNoteClean}.s-note.n2{color:#ef4444;animation:1.7s ease-in-out .35s infinite floatNoteClean}@keyframes floatNoteClean{0%{opacity:0;transform:translateY(0)scale(.6)}50%{opacity:1}to{opacity:0;transform:translateY(-15px)scale(.85)}}.sleek-status-dot{border:1.5px solid #090b14;border-radius:50%;width:9px;height:9px;position:absolute;top:1px;right:1px}.sleek-status-dot.active-red{background:#ef4444}.sleek-status-dot.live-green{background:#1ed760;animation:1.4s infinite alternate pulseGreen;box-shadow:0 0 8px #1ed760}@keyframes pulseGreen{0%{opacity:.8;transform:scale(.9)}to{opacity:1;transform:scale(1.15)}}.clean-modal-backdrop{z-index:999999999;-webkit-tap-highlight-color:transparent;background:#000000d9;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.clean-copilot-container{background:#0f121e;border:1.5px solid #ef444473;border-radius:22px;flex-direction:column;width:100%;max-width:580px;max-height:88vh;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 65px #000000f2}.clean-drag-indicator{display:none}.clean-modal-header{background:#141826;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.header-brand-box{align-items:center;gap:10px;min-width:0;display:flex}.brand-meta{flex-direction:column;display:flex}.brand-title-line{align-items:center;gap:6px;display:flex}.brand-title-line h4{font-family:var(--font-display);color:var(--white);margin:0;font-size:15px;font-weight:800}.badge-spider{font-family:var(--font-mono);color:#f87171;border-radius:var(--radius-full);background:#ef444426;border:1px solid #ef44444d;padding:1px 6px;font-size:9px;font-weight:800}.brand-subtitle{color:var(--silver);font-size:11px}.header-controls-row{align-items:center;gap:8px;display:flex}.btn-menu-drawer{color:#f1f5f9;border-radius:var(--radius-full);font-family:var(--font-mono);cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;align-items:center;gap:5px;padding:6px 11px;font-size:11.5px;font-weight:700;display:inline-flex}.btn-menu-drawer:hover,.btn-menu-drawer.active{color:#fca5a5;background:#ef444433;border-color:#ef4444}.btn-modal-close{color:var(--silver);cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.btn-modal-close:hover{color:#ef4444;background:#ef444440;border-color:#ef4444}.cyber-soundtrack-hud{background:#111526;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:10px;padding:10px 18px;display:flex}.cyber-soundtrack-hud.active-groove{background:#13182e;border-bottom-color:#ef444466}.hud-left-track{align-items:center;gap:10px;min-width:0;display:flex}.cyber-disc-container{color:#ef4444;align-items:center;display:flex}.cyber-vinyl.spinning{animation:3s linear infinite vinylSpin}@keyframes vinylSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hud-track-meta{flex-direction:column;min-width:0;display:flex}.hud-live-tag{font-family:var(--font-mono);color:#94a3b8;letter-spacing:.5px;align-items:center;gap:4px;font-size:8.5px;font-weight:800;display:flex}.text-green{color:#1ed760}.pulse-radio{animation:1s infinite alternate pulseDot}.hud-song-name{font-family:var(--font-display);color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:800;overflow:hidden}.hud-controls-group{flex-shrink:0;align-items:center;gap:8px;display:flex}.btn-cyber-play{color:#fff;border-radius:var(--radius-full);font-family:var(--font-mono);cursor:pointer;background:#ef4444;border:none;align-items:center;gap:5px;padding:7px 13px;font-size:11.5px;font-weight:800;transition:transform .15s;display:inline-flex;box-shadow:0 4px 14px #ef444459}.btn-cyber-play:hover{transform:scale(1.04)}.btn-cyber-skip{color:#f1f5f9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.btn-cyber-skip:hover{color:#ef4444;background:#fff3}.clean-menu-drawer{background:#151928;border-bottom:1.5px solid #ef4444;padding:14px 18px}.drawer-header{font-family:var(--font-mono);color:#fca5a5;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:11px;font-weight:800;display:flex}.drawer-header button{color:var(--silver);cursor:pointer;background:0 0;border:none}.drawer-items-list{flex-direction:column;gap:8px;display:flex}.drawer-topic-card{text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff17;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.drawer-topic-card:hover{background:#ef44441f;border-color:#ef4444}.drawer-badge{font-family:var(--font-mono);color:#38bdf8;margin-bottom:2px;font-size:9px;font-weight:800;display:block}.drawer-topic-text h5{font-family:var(--font-display);color:var(--white);margin:0;font-size:13px;font-weight:700}.drawer-arrow{color:var(--dim)}.clean-modal-body{flex:1;min-height:220px;max-height:380px;padding:18px;overflow-y:auto}.clean-welcome-layout{flex-direction:column;gap:14px;display:flex}.clean-headline-card{flex-direction:column;gap:4px;display:flex}.headline-badge{font-family:var(--font-mono);color:#1ed760;border-radius:var(--radius-full);background:#1ed7601f;border:1px solid #1ed7604d;align-self:flex-start;align-items:center;gap:5px;padding:3px 9px;font-size:10.5px;font-weight:700;display:inline-flex}.clean-headline-card h3{font-family:var(--font-display);color:var(--white);margin:0;font-size:16.5px;font-weight:800}.clean-headline-card p{color:#94a3b8;margin:0;font-size:12.5px;line-height:1.45}.inbound-quick-hub{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.inbound-hub-label{font-family:var(--font-mono);color:#38bdf8;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:800}.inbound-pills-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.inbound-pill-btn{font-family:var(--font-mono);border-radius:10px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:11px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.inbound-pill-btn.primary{color:#fca5a5;background:#ef444426;border:1px solid #ef444466}.inbound-pill-btn.primary:hover{color:#fff;background:#ef4444}.inbound-pill-btn.whatsapp{color:#86efac;background:#25d36626;border:1px solid #25d36659}.inbound-pill-btn.whatsapp:hover{color:#03230e;background:#25d366}.inbound-pill-btn.email{color:#bae6fd;background:#38bdf826;border:1px solid #38bdf859}.inbound-pill-btn.email:hover{color:#031826;background:#38bdf8}.inbound-pill-btn.resume{color:#fde68a;background:#f59e0b26;border:1px solid #f59e0b59}.inbound-pill-btn.resume:hover{color:#271402;background:#f59e0b}.clean-faq-cards-stack{flex-direction:column;gap:8px;display:flex}.clean-faq-action-card{text-align:left;cursor:pointer;touch-action:manipulation;background:#ffffff0a;border:1.5px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;transition:all .15s;display:flex}.clean-faq-action-card:hover{background:#ef44441f;border-color:#ef444473;transform:translateY(-2px)}.faq-card-content h5{font-family:var(--font-display);color:var(--white);margin:0 0 3px;font-size:13.5px;font-weight:800}.faq-card-content p{color:#94a3b8;margin:0;font-size:11.5px;line-height:1.4}.faq-card-action{font-family:var(--font-mono);color:#38bdf8;flex-shrink:0;align-items:center;gap:4px;margin-left:10px;font-size:11px;font-weight:800;display:flex}.clean-chat-messages{flex-direction:column;gap:12px;display:flex}.clean-msg-row{gap:8px;max-width:92%;display:flex}.clean-msg-row.user{align-self:flex-end}.clean-msg-row.copilot{align-self:flex-start}.bot-avatar-pill{color:#f87171;background:#ef444433;border:1px solid #ef444466;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.msg-bubble-box{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:12px 16px}.clean-msg-row.user .msg-bubble-box{color:var(--white);background:#ef444440;border-color:#ef444480}.msg-bubble-box p{color:#f8fafc;white-space:pre-line;margin:0;font-size:13px;line-height:1.55}.msg-tools-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.btn-voice-listen,.btn-copy-msg,.btn-jump-section,.btn-ext-resource{color:#e2e8f0;border-radius:var(--radius-full);font-family:var(--font-mono);cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;align-items:center;gap:5px;padding:5px 12px;font-size:11px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.btn-voice-listen:hover,.btn-voice-listen.active{color:#041019;background:#38bdf8;border-color:#38bdf8}.btn-copy-msg:hover{color:#fff;background:#fff3}.btn-jump-section:hover,.btn-ext-resource:hover{color:#fff;background:#ef4444;border-color:#ef4444}.msg-markdown-content{flex-direction:column;gap:8px;display:flex}.msg-spacing{height:4px}.msg-suggestions-wrapper{border-top:1px solid #ffffff14;margin-top:12px;padding-top:10px}.suggestions-badge{font-family:var(--font-mono);color:#38bdf8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:9.5px;font-weight:800;display:block}.msg-suggestions-grid{flex-wrap:wrap;gap:6px;display:flex}.btn-suggestion-chip{color:#bae6fd;font-family:var(--font-mono);border-radius:var(--radius-full);cursor:pointer;background:#38bdf814;border:1px solid #38bdf840;padding:5px 12px;font-size:10.5px;font-weight:700;transition:all .15s}.btn-suggestion-chip:hover{color:#03141f;background:#38bdf8;border-color:#38bdf8;transform:translateY(-1px)}.thinking-box{font-family:var(--font-mono);color:#38bdf8;align-items:center;gap:10px;font-size:11.5px;display:flex}.neural-wave-loader{align-items:center;gap:3px;height:14px;display:inline-flex}.neural-wave-loader .n-bar{background:#38bdf8;border-radius:2px;width:3px;height:12px;animation:1s ease-in-out infinite neuralWave}.neural-wave-loader .n-bar.b1{animation-delay:0s}.neural-wave-loader .n-bar.b2{animation-delay:.2s}.neural-wave-loader .n-bar.b3{animation-delay:.4s}@keyframes neuralWave{0%,to{opacity:.4;height:4px}50%{opacity:1;height:14px}}.thinking-pulse{background:#ef4444;border-radius:50%;width:7px;height:7px}.clean-input-bar{background:#111422;border-top:1px solid #ffffff14;align-items:center;gap:8px;padding:12px 18px;display:flex}.btn-chat-reset{color:#e2e8f0;border-radius:var(--radius-full);font-family:var(--font-mono);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;align-items:center;gap:4px;padding:7px 11px;font-size:11px;font-weight:700;display:inline-flex}.clean-input-box{color:var(--white);background:#00000080;border:1.5px solid #ffffff24;border-radius:14px;outline:none;flex:1;padding:10px 14px;font-size:13px}.clean-input-box:focus{border-color:#ef4444}.btn-send-message{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.btn-send-message:disabled{opacity:.35}.clean-cta-footer{background:#0c0e18;border-top:1px solid #ffffff0f;flex-direction:column;gap:8px;padding:12px 18px;display:flex}.cta-live-status-pill{justify-content:center;align-items:center;gap:6px;display:flex}.live-status-green-dot{background:#1ed760;border-radius:50%;width:7px;height:7px;animation:1.5s infinite alternate liveDotPulse;box-shadow:0 0 8px #1ed760}@keyframes liveDotPulse{0%{opacity:.7;transform:scale(.9)}to{opacity:1;transform:scale(1.2)}}.status-copy{font-family:var(--font-mono);color:#86efac;letter-spacing:.6px;font-size:9px;font-weight:800}.cta-buttons-cluster{align-items:center;gap:8px;display:flex}.btn-secondary-inbound-whatsapp{color:#86efac;font-family:var(--font-mono);border-radius:var(--radius-full);background:#25d36626;border:1px solid #25d36666;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:9px 14px;font-size:11.5px;font-weight:800;text-decoration:none;display:inline-flex}.btn-secondary-inbound-whatsapp:hover{color:#03230e;background:#25d366}.btn-large-strategy-call{color:#fff;font-family:var(--font-mono);border-radius:var(--radius-full);background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;flex:1;justify-content:center;align-items:center;gap:7px;padding:10px 16px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .15s;display:inline-flex;box-shadow:0 4px 16px #ef444466}.btn-large-strategy-call:hover{transform:scale(1.02)}[data-theme=light] .clean-guide-balloon{background:#fff;border-color:#ef4444;box-shadow:0 12px 30px #0000001f,0 0 16px #ef444426}[data-theme=light] .clean-guide-balloon p{color:#0f172a}[data-theme=light] .balloon-pill{color:#dc2626;background:#ef44441a}[data-theme=light] .sleek-bot-capsule{background:radial-gradient(circle at 35% 35%,#fff 0%,#e2e8f0 100%);border:2px solid #ef4444;box-shadow:0 8px 24px #00000026,0 0 16px #ef444440}[data-theme=light] .sleek-status-dot{border-color:#fff}[data-theme=light] .clean-modal-backdrop{background:#0f172a99}[data-theme=light] .clean-copilot-container{background:#fff;border-color:#ef444459;box-shadow:0 24px 65px #00000026}[data-theme=light] .clean-modal-header{background:#f8fafc;border-bottom-color:#00000014}[data-theme=light] .brand-title-line h4{color:#0f172a}[data-theme=light] .brand-subtitle{color:#64748b}[data-theme=light] .btn-menu-drawer{color:#1e293b;background:#e2e8f0;border-color:#cbd5e1}[data-theme=light] .btn-modal-close{color:#475569;background:#e2e8f0;border-color:#cbd5e1}[data-theme=light] .cyber-soundtrack-hud{background:#f1f5f9;border-bottom-color:#00000014}[data-theme=light] .cyber-soundtrack-hud.active-groove{background:#f8fafc;border-bottom-color:#ef44444d}[data-theme=light] .hud-song-name{color:#0f172a}[data-theme=light] .hud-live-tag{color:#64748b}[data-theme=light] .btn-cyber-skip{color:#334155;background:#e2e8f0;border-color:#cbd5e1}[data-theme=light] .clean-headline-card h3{color:#0f172a}[data-theme=light] .clean-headline-card p{color:#475569}[data-theme=light] .inbound-quick-hub{background:#f8fafc;border-color:#00000014}[data-theme=light] .inbound-pill-btn.primary{color:#dc2626;background:#ef444414;border-color:#ef44444d}[data-theme=light] .inbound-pill-btn.whatsapp{color:#15803d;background:#25d3661a;border-color:#25d3664d}[data-theme=light] .inbound-pill-btn.email{color:#0369a1;background:#38bdf81a;border-color:#38bdf84d}[data-theme=light] .inbound-pill-btn.resume{color:#b45309;background:#f59e0b1a;border-color:#f59e0b4d}[data-theme=light] .clean-faq-action-card{background:#f8fafc;border-color:#00000014}[data-theme=light] .clean-faq-action-card:hover{background:#ef44440f;border-color:#ef444466}[data-theme=light] .faq-card-content h5{color:#0f172a}[data-theme=light] .faq-card-content p{color:#475569}[data-theme=light] .msg-bubble-box{background:#f1f5f9;border-color:#00000014}[data-theme=light] .msg-bubble-box p{color:#0f172a}[data-theme=light] .clean-msg-row.user .msg-bubble-box{background:#ef4444;border-color:#dc2626}[data-theme=light] .clean-msg-row.user .msg-bubble-box p{color:#fff}[data-theme=light] .btn-voice-listen,[data-theme=light] .btn-jump-section,[data-theme=light] .btn-ext-resource{color:#334155;background:#e2e8f0;border-color:#cbd5e1}[data-theme=light] .clean-input-bar{background:#fff;border-top-color:#00000014}[data-theme=light] .btn-chat-reset{color:#334155;background:#e2e8f0;border-color:#cbd5e1}[data-theme=light] .clean-input-box{color:#0f172a;background:#f8fafc;border-color:#0000001f}[data-theme=light] .clean-cta-footer{background:#f8fafc;border-top-color:#00000014}[data-theme=light] .btn-secondary-inbound-whatsapp{color:#15803d;background:#25d3661f;border-color:#25d36666}[data-theme=light] .status-copy{color:#166534}@media (width<=768px){.clean-modal-backdrop{align-items:flex-end!important;padding:0!important}.clean-copilot-container{border-bottom:none!important;border-radius:24px 24px 0 0!important;width:100%!important;max-width:100%!important;height:88vh!important;max-height:88vh!important}.clean-drag-indicator{cursor:pointer;background:#ffffff40;border-radius:2px;flex-shrink:0;width:44px;height:4px;margin:8px auto 2px;display:block}[data-theme=light] .clean-drag-indicator{background:#0003!important}.clean-modal-header{padding:10px 14px!important}.brand-subtitle{display:none!important}.cyber-soundtrack-hud{padding:8px 12px!important}.hud-song-name{max-width:75px!important;font-size:11.5px!important}.btn-cyber-play{padding:6px 10px!important;font-size:10.5px!important}.clean-modal-body{-webkit-overflow-scrolling:touch!important;max-height:calc(88vh - 210px)!important;padding:14px!important}.inbound-pills-row{grid-template-columns:1fr 1fr!important}.clean-input-bar,.clean-cta-footer{padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px))!important}}.recruiter-section{padding:90px 0 110px;position:relative;overflow:hidden}.recruiter-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:48px;margin-bottom:40px;display:grid}.recruiter-card{border-radius:var(--radius-l);-webkit-backdrop-filter:blur(20px);background:#101016bf;border:1px solid #ffffff14;flex-direction:column;padding:30px 26px;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 36px #0006}.recruiter-card:hover{border-color:#fff3;box-shadow:0 20px 50px #0000008c}.recruiter-card-beam{opacity:.6;height:2px;position:absolute;top:0;left:0;right:0}.recruiter-card-head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.recruiter-icon-box{border-radius:var(--radius-m);border:1px solid #0000;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.recruiter-pillar-badge{font-family:var(--font-mono);border-radius:var(--radius-full);background:#ffffff08;border:1px solid #0000;padding:4px 10px;font-size:11px;font-weight:700}.recruiter-pillar-title{font-family:var(--font-display);color:var(--white);margin-bottom:4px;font-size:19px;font-weight:800;line-height:1.3}.recruiter-pillar-sub{font-family:var(--font-mono);color:var(--green-text);margin-bottom:12px;font-size:12px;font-weight:600}.recruiter-pillar-desc{color:var(--silver);margin:0;font-size:13.5px;line-height:1.6}.recruiter-action-banner{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(24px);background:linear-gradient(135deg,#14141cf2 0%,#0c0c10f2 100%);border:1px solid #1ed7604d;justify-content:space-between;align-items:center;gap:28px;padding:32px 36px;display:flex;box-shadow:0 20px 60px #0009,0 0 30px #1ed7601a}.recruiter-banner-text{flex-direction:column;gap:8px;display:flex}.recruiter-live-badge{font-family:var(--font-mono);color:var(--green-text);align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.live-beacon-green{background:var(--green);width:8px;height:8px;box-shadow:0 0 10px var(--green);border-radius:50%;animation:1.8s infinite beaconPulse}.recruiter-banner-text h3{font-family:var(--font-display);color:var(--white);margin:0;font-size:20px;font-weight:800;line-height:1.35}.recruiter-banner-btns{flex-shrink:0;align-items:center;gap:14px;display:flex}.recruiter-primary-btn{padding:12px 22px;font-size:13.5px;font-weight:700}.recruiter-copy-btn{padding:12px 18px;font-size:13px}[data-theme=light] .recruiter-card{background:#fffffff2;border-color:#e2e8f0;box-shadow:0 10px 30px #0f172a0f}[data-theme=light] .recruiter-pillar-title{color:#0f172a}[data-theme=light] .recruiter-pillar-desc{color:#475569}[data-theme=light] .recruiter-action-banner{background:#fff;border-color:#cbd5e1;box-shadow:0 16px 40px #0f172a14}[data-theme=light] .recruiter-banner-text h3{color:#0f172a}@media (width<=768px){.recruiter-section{padding:60px 0}.recruiter-grid{grid-template-columns:1fr;gap:18px}.recruiter-action-banner{flex-direction:column;align-items:flex-start;gap:20px;padding:24px 20px}.recruiter-banner-btns{flex-direction:column;width:100%}.recruiter-banner-btns .btn{justify-content:center;width:100%}}.wow-cursor-canvas{pointer-events:none;z-index:99998;width:100vw;height:100vh;position:fixed;inset:0}.wow-cursor-hud{pointer-events:none;z-index:99999;will-change:transform;justify-content:center;align-items:center;width:36px;height:36px;transition:width .22s cubic-bezier(.16,1,.3,1),height .22s cubic-bezier(.16,1,.3,1),top .22s cubic-bezier(.16,1,.3,1),left .22s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:-18px;left:-18px}.wow-cursor-core{background:#fff;border-radius:50%;width:6px;height:6px;transition:transform .2s,background .2s;box-shadow:0 0 10px #1ed760,0 0 20px #1ed760}.hud-bracket{border-style:solid;border-color:#1ed760a6;width:7px;height:7px;transition:all .22s cubic-bezier(.16,1,.3,1);position:absolute}.hud-bracket.top-left{border-width:1.5px 0 0 1.5px;border-top-left-radius:3px;top:0;left:0}.hud-bracket.top-right{border-width:1.5px 1.5px 0 0;border-top-right-radius:3px;top:0;right:0}.hud-bracket.bottom-left{border-width:0 0 1.5px 1.5px;border-bottom-left-radius:3px;bottom:0;left:0}.hud-bracket.bottom-right{border-width:0 1.5px 1.5px 0;border-bottom-right-radius:3px;bottom:0;right:0}.wow-cursor-hud.hovered{width:52px;height:52px;top:-26px;left:-26px}.wow-cursor-hud.hovered .hud-bracket{border-color:#1ed760;width:10px;height:10px;box-shadow:0 0 10px #1ed760b3}.wow-cursor-hud.hovered .wow-cursor-core{background:#1ed760;transform:scale(1.4);box-shadow:0 0 14px #1ed760,0 0 28px #1ed760}.wow-cursor-hud.clicking{transform-origin:50%;scale:.8}.wow-cursor-tag{border:1px solid var(--green);border-radius:var(--radius-full);white-space:nowrap;background:#0e0e12f2;padding:2px 8px;animation:.2s forwards tagFadeIn;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 14px #000c,0 0 12px #1ed76066}.wow-cursor-tag span{font-family:var(--font-mono);color:var(--green-text);letter-spacing:.8px;font-size:9.5px;font-weight:800}@keyframes tagFadeIn{0%{opacity:0;transform:translate(-50%)translateY(0)scale(.85)}to{opacity:1;transform:translate(-50%)translateY(4px)scale(1)}}[data-theme=light] .hud-bracket{border-color:#16a34ab3}[data-theme=light] .wow-cursor-tag{background:#fff;border-color:#16a34a;box-shadow:0 4px 12px #0f172a26}@media (hover:none) and (pointer:coarse){.wow-cursor-hud{display:none!important}}.mini-music-player-root{bottom:calc(68px + env(safe-area-inset-bottom,0px));z-index:1000;flex-direction:column;align-items:flex-start;gap:8px;display:flex;position:fixed;left:24px}.music-quick-popup{-webkit-backdrop-filter:blur(24px);background:#101016f5;border:1px solid #1ed76066;border-radius:16px;flex-direction:column;gap:8px;width:250px;margin-bottom:2px;padding:12px 14px;display:flex;position:relative;box-shadow:0 16px 40px #000c,0 0 25px #1ed76033}.quick-popup-header{justify-content:space-between;align-items:center;display:flex}.quick-popup-tag{border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--green-text);letter-spacing:.4px;background:#1ed7601f;border:1px solid #1ed76040;align-items:center;gap:4px;padding:2px 7px;font-size:9px;font-weight:800;display:inline-flex}.quick-popup-close{color:var(--silver);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.quick-popup-close:hover{color:var(--white);background:#ffffff26}.quick-popup-text{color:#f1f5f9;margin:0;font-size:11.5px;line-height:1.45}.quick-popup-text strong{color:var(--green-text)}.quick-popup-actions{align-items:center;gap:6px;margin-top:2px;display:flex}.quick-btn{border-radius:var(--radius-m);font-family:var(--font-mono);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:5px;padding:6px 10px;font-size:10.5px;font-weight:700;transition:all .2s;display:inline-flex}.quick-btn.volume-down{border:1px solid var(--green-border);color:var(--green-text);background:#1ed7601f}.quick-btn.volume-down:hover{background:var(--green);color:#031f0d}.quick-btn.pause-music{color:#f87171;background:#ef44441f;border:1px solid #ef44444d}.quick-btn.pause-music:hover{color:#fff;background:#ef4444}.quick-popup-tail{background:#101016f5;border-bottom:1px solid #1ed76066;border-right:1px solid #1ed76066;width:10px;height:10px;position:absolute;bottom:-5px;left:24px;transform:rotate(45deg)}.mini-music-pill{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(20px);cursor:pointer;-webkit-user-select:none;user-select:none;background:#0e0e12d9;border:1px solid #ffffff1a;align-items:center;gap:10px;padding:6px 12px 6px 10px;transition:all .25s;display:flex;box-shadow:0 10px 30px #0009,0 0 16px #0006}.mini-music-pill:hover{border-color:#1ed76066;box-shadow:0 12px 35px #000000b3,0 0 20px #1ed76026}.mini-music-pill.playing{border-color:#1ed760a6;box-shadow:0 12px 35px #000000b3,0 0 22px #1ed76040}.music-disc-icon{width:28px;height:28px;color:var(--green);background:radial-gradient(circle at 35% 35%,#1e293b 0%,#09090b 100%);border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex}.music-disc-icon.spinning{color:var(--green);border-color:var(--green);animation:4.5s linear infinite spinClockwise;box-shadow:0 0 10px #1ed76080}.music-pill-waveform{align-items:flex-end;gap:2px;height:14px;display:flex}.pill-eq-bar{background:var(--silver);border-radius:1px;width:2px;height:3px;transition:all .2s}.pill-eq-bar.active{background:var(--green);animation:1s ease-in-out infinite alternate pillEqJump}.pill-eq-bar.active:first-child{animation-delay:.1s}.pill-eq-bar.active:nth-child(2){animation-delay:.3s}.pill-eq-bar.active:nth-child(3){animation-delay:.15s}.pill-eq-bar.active:nth-child(4){animation-delay:.4s}@keyframes pillEqJump{0%{height:3px}to{height:14px}}.music-pill-label{flex-direction:column;line-height:1.2;display:flex}.pill-title{font-family:var(--font-display);color:var(--white);white-space:nowrap;text-overflow:ellipsis;max-width:110px;font-size:11.5px;font-weight:700;overflow:hidden}.pill-artist{color:var(--silver);white-space:nowrap;text-overflow:ellipsis;max-width:110px;font-size:9.5px;overflow:hidden}.music-pill-toggle{background:var(--green);color:#031f0d;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-left:2px;transition:transform .2s;display:flex}.music-pill-toggle:hover{transform:scale(1.1)}.music-expanded-card{border-radius:var(--radius-m);-webkit-backdrop-filter:blur(24px);background:#0e0e12f2;border:1px solid #1ed7604d;flex-direction:column;gap:10px;width:220px;padding:14px;display:flex;box-shadow:0 16px 40px #000c,0 0 25px #1ed76026}.music-card-header{justify-content:space-between;align-items:center;display:flex}.music-tag{border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--green-text);background:#1ed7601f;border:1px solid #1ed76040;align-items:center;gap:4px;padding:2px 7px;font-size:9.5px;font-weight:700;display:inline-flex}.live-audio-pill{font-family:var(--font-mono);color:#ef4444;align-items:center;gap:4px;font-size:9px;font-weight:800;display:inline-flex}.live-audio-dot{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite alternate radarBeacon;box-shadow:0 0 8px #ef4444}.music-track-meta{flex-direction:column;gap:2px;display:flex}.music-track-title{font-family:var(--font-display);color:var(--white);margin:0;font-size:13.5px;font-weight:800}.music-track-artist{color:var(--silver);margin:0;font-size:11px}.music-card-controls{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:6px;display:flex}.music-action-btn{width:30px;height:30px;color:var(--silver);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.music-action-btn:hover{color:var(--white);background:#ffffff26}.music-play-btn{background:var(--green);color:#031f0d;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex}.music-play-btn:hover{transform:scale(1.08)}[data-theme=light] .mini-music-pill,[data-theme=light] .music-expanded-card{background:#fffffff2;border-color:#cbd5e1;box-shadow:0 10px 30px #0f172a1f}[data-theme=light] .pill-title,[data-theme=light] .music-track-title{color:#0f172a}[data-theme=light] .pill-artist,[data-theme=light] .music-track-artist{color:#64748b}@media (width<=768px){.mini-music-player-root{bottom:calc(64px + env(safe-area-inset-bottom,0px));left:14px}.pill-title,.pill-artist{max-width:80px}}
