.hero-minimal{background:var(--background);width:100%;min-height:100vh;color:var(--foreground);flex-direction:column;display:flex;position:relative;overflow:hidden}.hero-minimal__center{z-index:10;text-align:center;pointer-events:none;flex:1;place-items:center;padding:8rem 1.5rem 4rem;display:grid;position:relative}.hero-minimal__center>div{pointer-events:auto}.hero-minimal__kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;font-size:12px}.hero-minimal__title{color:var(--foreground);margin:0;font-size:clamp(32px,8vw,88px);font-weight:600;line-height:.95}.hero-minimal__highlight{background:linear-gradient(135deg,var(--accent)0%,var(--profit)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-minimal__subtitle{color:var(--muted-foreground);max-width:600px;margin-top:18px;margin-left:auto;margin-right:auto;font-size:clamp(14px,2.2vw,18px)}.hero-minimal__ctas{flex-direction:column;align-items:center;gap:12px;margin-top:2.5rem;display:flex}@media (min-width:640px){.hero-minimal__ctas{flex-direction:row;justify-content:center}}.hero-minimal__cta-primary{background:var(--accent);height:40px;color:var(--background);letter-spacing:.01em;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;transition:box-shadow .3s,transform .15s;display:inline-flex}@media (min-width:640px){.hero-minimal__cta-primary{border-radius:10px;height:48px;padding:0 28px;font-size:14px}}.hero-minimal__cta-primary:hover{transform:translateY(-1px);box-shadow:0 0 24px #f0b90b59}.hero-cta-glow{animation:2.5s ease-in-out infinite cta-glow-pulse}@keyframes cta-glow-pulse{0%,to{box-shadow:0 0 8px #f0b90b33}50%{box-shadow:0 0 20px #f0b90b66,0 0 40px #f0b90b26}}.hero-minimal__cta-secondary{height:48px;color:var(--foreground);border:1px solid var(--border);background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0 24px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.hero-minimal__cta-secondary:hover{background:#ffffff0a;border-color:#fff3}.hero-minimal__email-form{flex-direction:row;align-items:center;gap:8px;width:100%;max-width:460px;margin:0 auto;display:flex}.hero-minimal__email-input{flex:1;min-width:0;color:#1a1a1a!important;background:#fff!important;border-color:#e2e2e2!important;border-radius:8px!important;height:40px!important;padding:0 12px!important;font-size:13px!important}@media (min-width:640px){.hero-minimal__email-input{border-radius:10px!important;height:48px!important;padding:0 16px!important;font-size:14px!important}}.hero-minimal__email-input:focus-visible{border-color:var(--accent)!important;outline:none!important;box-shadow:0 0 0 3px #f0b90b26!important}.hero-minimal__email-input::placeholder{opacity:1;color:#9ca3af!important}.hero-minimal__email-note{color:var(--muted-foreground);opacity:.7;text-align:center;margin-top:8px;font-size:13px}.hero-minimal__email-success{color:var(--profit);background:#0ecb8114;border:1px solid #0ecb8140;border-radius:10px;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:500;animation:.4s ease-out emailSuccessFadeIn;display:inline-flex}@keyframes emailSuccessFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-minimal__showcase{z-index:10;box-sizing:border-box;width:100%;max-width:1100px;margin:0 auto;padding:0 0 3rem;position:relative}@media (min-width:768px){.hero-minimal__showcase{padding:0 1.5rem 3rem}}.hero-minimal__shot{background:var(--card);border:1px solid #ffffff14;border-radius:10px;animation:.8s ease-out both heroShotFadeIn;overflow:hidden}.hero-minimal__shot--featured{box-shadow:0 0 100px #f0b90b2e,0 20px 60px #00000080}.hero-minimal__shot--supporting{box-shadow:0 8px 30px #0006}.hero-minimal__shot-chrome{background:#161a1f;border-bottom:1px solid #ffffff0d;align-items:center;gap:8px;padding:8px 12px;display:flex}.hero-minimal__shot-dots{gap:5px;display:flex}.hero-minimal__shot-dots span{border-radius:50%;width:8px;height:8px}.hero-minimal__shot-dots span:first-child{background:var(--loss);opacity:.6}.hero-minimal__shot-dots span:nth-child(2){background:var(--accent);opacity:.6}.hero-minimal__shot-dots span:nth-child(3){background:var(--profit);opacity:.6}.hero-minimal__shot-label{color:var(--muted-foreground);letter-spacing:.04em;margin-left:4px;font-size:11px}.hero-minimal__shot-img{width:100%;height:auto;display:block}.hero-minimal__shot-row{grid-template-columns:1fr;gap:16px;margin-top:16px;display:grid}@media (min-width:640px){.hero-minimal__shot-row{grid-template-columns:repeat(3,1fr);gap:16px}}.hero-minimal__mobile-slider{width:100%;position:relative;overflow:hidden}.hero-minimal__mobile-slider-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:16px;display:flex;overflow-x:auto}.hero-minimal__mobile-slider-track::-webkit-scrollbar{display:none}.hero-minimal__mobile-slider-slide{scroll-snap-align:start;box-sizing:border-box;flex:0 0 100%;min-width:0;padding:0 1rem}.hero-minimal__mobile-slider-slide .hero-minimal__shot{box-shadow:none;background:0 0}.hero-minimal__mobile-slider-slide .hero-minimal__shot-chrome{background:0 0}.hero-minimal__slider-dots{justify-content:center;gap:6px;margin-top:8px;display:flex}.hero-minimal__slider-dot{background:var(--muted-foreground);opacity:.35;border-radius:50%;width:6px;height:6px}@keyframes heroShotFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-minimal__bottom{z-index:10;border-top:1px solid var(--border);text-align:center;place-items:center;gap:6px;padding:32px 24px;display:grid;position:relative}.hero-minimal__bottom-tag{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hero-minimal__bottom-heading{color:var(--foreground);font-size:22px;font-weight:600}.hero-minimal__bottom-desc{color:var(--muted-foreground);max-width:680px;margin:0;font-size:14px}.shimmer-text{background:linear-gradient(110deg,var(--accent)0%,var(--foreground)40%,var(--accent)50%,var(--foreground)60%,var(--accent)100%);-webkit-text-fill-color:transparent;animation:shimmer-sweep var(--shimmer-duration,3s)ease-in-out infinite;background-size:250% 100%;-webkit-background-clip:text;background-clip:text}@keyframes shimmer-sweep{0%{background-position:100% 0}to{background-position:-100% 0}}.hero-grid-pulse{pointer-events:none;background:linear-gradient(90deg,#0000,#f0b90b66,#0000);position:absolute}.hero-grid-pulse--h1,.hero-grid-pulse--h2{width:200px;height:1px;animation:8s linear infinite grid-pulse-h;top:30%;left:-200px}.hero-grid-pulse--h2{animation-duration:10s;animation-delay:4s;top:65%}.hero-grid-pulse--v1,.hero-grid-pulse--v2{background:linear-gradient(#0000,#f0b90b4d,#0000);width:1px;height:200px;animation:9s linear infinite grid-pulse-v;top:-200px;left:35%}.hero-grid-pulse--v2{animation-duration:11s;animation-delay:3s;left:70%}@keyframes grid-pulse-h{0%{transform:translate(0)}to{transform:translate(calc(100vw + 400px))}}@keyframes grid-pulse-v{0%{transform:translateY(0)}to{transform:translateY(calc(100vh + 400px))}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-shot-float{animation:4s ease-in-out infinite hero-float}.hero-shot-float-delay-1{animation-delay:.5s}.hero-shot-float-delay-2{animation-delay:1s}.hero-shot-float-delay-3{animation-delay:1.5s}.hero-shot-glow{box-shadow:0 0 0 1px #f0b90b4d,0 0 30px #f0b90b26,0 0 80px #f0b90b14}.cpu-architecture{offset-anchor:10px 0px;animation:cubic-bezier(.75,-.01,0,.99) infinite animation-path}.cpu-line-1{offset-path:path("M 10 20 h 79.5 q 5 0 5 5 v 30");animation-duration:5s;animation-delay:1s}.cpu-line-2{offset-path:path("M 180 10 h -69.7 q -5 0 -5 5 v 40");animation-duration:2s;animation-delay:6s}.cpu-line-3{offset-path:path("M 130 20 v 21.8 q 0 5 -5 5 h -25");animation-duration:6s;animation-delay:4s}.cpu-line-4{offset-path:path("M 170 80 v -21.8 q 0 -5 -5 -5 h -65");animation-duration:3s;animation-delay:3s}.cpu-line-5{offset-path:path("M 135 65 h 15 q 5 0 5 5 v 10 q 0 5 -5 5 h -39.8 q -5 0 -5 -5 v -35");animation-duration:4s;animation-delay:9s}.cpu-line-6{offset-path:path("M 94.8 95 v -46");animation-duration:7s;animation-delay:3s}.cpu-line-7{offset-path:path("M 88 88 v -15 q 0 -5 -5 -5 h -10 q -5 0 -5 -5 v -5 q 0 -5 5 -5 h 28");animation-duration:4s;animation-delay:4s}.cpu-line-8{offset-path:path("M 30 30 h 25 q 5 0 5 5 v 6.5 q 0 5 5 5 h 35");animation-duration:3s;animation-delay:3s}@keyframes animation-path{0%{offset-distance:0%}to{offset-distance:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.section-fade-in{animation:.55s ease-out both paused fadeInUp}.section-fade-in.is-visible,.is-visible .section-fade-in{animation-play-state:running}.section-fade-in-d1{animation-delay:.1s}.section-fade-in-d2{animation-delay:.2s}.section-fade-in-d3{animation-delay:.3s}.section-fade-in-d4{animation-delay:.4s}.boxes-cell{transition:background-color .15s}.boxes-cell:hover{background-color:#f0b90b80}.boxes-cell:nth-child(3n+1):hover{background-color:#0ecb816b}.boxes-cell:nth-child(5n+2):hover{background-color:#f6465d52}.boxes-cell:nth-child(7n+3):hover{background-color:#848e9c40}.boxes-cell:nth-child(11n+4):hover{background-color:#f0b90b52}@media (prefers-reduced-motion:reduce){.boxes-cell{transition:none}}.pulse-line-gradient{background:linear-gradient(90deg,#0000,#f0b90b80,#0000) 0 0/200% 100%;animation:3s linear infinite pulse-line-travel}@keyframes pulse-line-travel{0%{background-position:-200% 0}to{background-position:200% 0}}.ticker-heartbeat{animation:4s ease-in-out infinite ticker-heartbeat}@keyframes ticker-heartbeat{0%,to{background-color:#0000}50%{background-color:#f0b90b04}}.ticker-flash-green{background-color:#0ecb8126;box-shadow:0 0 8px #0ecb8133}.ticker-flash-red{background-color:#f6465d26;box-shadow:0 0 8px #f6465d33}.leaderboard-shimmer{position:relative;overflow:hidden}.leaderboard-shimmer:after{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 30%,#f0b90b0f 45%,#f0b90b1f 50%,#f0b90b0f 55%,#0000 70%) 0 0/300% 100%;animation:4s ease-in-out infinite leaderboard-shimmer-sweep;position:absolute;inset:0}@keyframes leaderboard-shimmer-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}.code-scanline{background:repeating-linear-gradient(0deg,#0000,#0000 2px,#ffffff04 2px 4px)}.data-flow-packet{animation:2s ease-in-out infinite data-flow-move}@keyframes data-flow-move{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.data-flow-line{animation:2s ease-in-out infinite data-flow-pulse}@keyframes data-flow-pulse{0%,to{opacity:.3}50%{opacity:.8}}.aurora-blob{filter:blur(80px);opacity:.15;border-radius:50%;animation:12s ease-in-out infinite aurora-drift;position:absolute}.aurora-blob-1{background:linear-gradient(135deg,#f0b90b,#0ecb81);width:500px;height:300px;animation-duration:14s;top:-10%;left:10%}.aurora-blob-2{background:linear-gradient(135deg,#a855f7,#f0b90b);width:400px;height:250px;animation-duration:10s;animation-delay:-4s;bottom:-5%;right:15%}.aurora-blob-3{background:linear-gradient(135deg,#3b82f6,#0ecb81);width:350px;height:200px;animation-duration:16s;animation-delay:-8s;top:30%;right:5%}@keyframes aurora-drift{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-20px)scale(1.1)}50%{transform:translate(-20px,15px)scale(.95)}75%{transform:translate(15px,25px)scale(1.05)}}.cta-focus-glow:focus-visible{box-shadow:0 0 0 3px #f0b90b26,0 0 20px #f0b90b1a!important}@media (pointer:fine) and (prefers-reduced-motion:no-preference){.custom-cursor-active,.custom-cursor-active *{cursor:none!important}}.hero-minimal,#stats,#how-it-works,#platform-preview,#features,#agent-skills,#agent-battle,#frameworks,#mcp-server,#early-access{contain:layout style}.hero-grid-pulse,.aurora-blob,.pulse-line-gradient,.animate-ticker,.hero-shot-float{will-change:transform}canvas[aria-hidden=true]{will-change:contents}@media (prefers-reduced-motion:reduce){.hero-shot-float{animation:none}.animate-ticker,.hero-cta-glow,.ticker-heartbeat,.leaderboard-shimmer,.aurora-blob,.hero-grid-pulse{animation:none!important}.hero-grid-pulse,.aurora-blob,.pulse-line-gradient,.animate-ticker,.hero-shot-float,canvas[aria-hidden=true]{will-change:auto}}@media (max-width:767px){.hero-shot-float,.hero-cta-glow,.ticker-heartbeat,.leaderboard-shimmer,.aurora-blob{animation:none}.hero-grid-pulse,.code-scanline{opacity:0;animation:none}.hero-grid-pulse,.aurora-blob,.pulse-line-gradient,.animate-ticker,.hero-shot-float,canvas[aria-hidden=true]{will-change:auto}}
