*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--teal: #2a8a8a;--teal-light: #3fb8b8;--teal-dim: #1a5c5c;--orange: #e06530;--orange-glow: #ff7b3a;--orange-dim: #c4521f;--bg-deep: #0a0e12;--bg-panel: #0f1419;--bg-card: #141b22;--bg-elevated: #1a232d;--border: #1e2830;--border-light:#2a3640;--text-primary: #e8edf2;--text-secondary: #8a9bae;--text-dim: #728696;--font-display: "Outfit", sans-serif;--font-body: "Outfit", sans-serif;--font-mono: "JetBrains Mono", monospace;--max-width: 1280px;--gap: clamp(1rem, 3vw, 2rem)}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);line-height:1.6;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px;pointer-events:none;z-index:9999}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gap)}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes glow{0%,to{opacity:.4}50%{opacity:.8}}@keyframes tally{0%,to{box-shadow:0 0 8px var(--orange),0 0 20px #e065304d}50%{box-shadow:0 0 12px var(--orange-glow),0 0 32px #e0653080}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.anim-fade-up{animation:fadeUp .7s cubic-bezier(.16,1,.3,1) both}.nav{position:fixed;top:3px;left:0;right:0;z-index:100;padding:1rem 0;transition:background .3s,backdrop-filter .3s;background:transparent}.nav.scrolled{background:#0a0e12d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav__logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:-.02em;white-space:nowrap}.nav__logo img{height:48px;width:auto}.nav__links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav__links a,.nav__dropdown-trigger{display:block;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);border-radius:8px;transition:color .2s,background .2s;cursor:pointer;background:none;border:none;font-family:var(--font-body)}.nav__links a:hover,.nav__dropdown-trigger:hover{color:var(--text-primary);background:var(--bg-elevated)}.nav__dropdown{position:relative}.nav__dropdown-trigger{display:flex;align-items:center;gap:.375rem}.nav__dropdown-trigger svg{width:12px;height:12px;transition:transform .2s}.nav__dropdown:hover .nav__dropdown-trigger svg{transform:rotate(180deg)}.nav__dropdown-menu{position:absolute;top:calc(100% + .5rem);left:50%;width:480px;background:var(--bg-panel);border:1px solid var(--border);border-radius:16px;padding:0;opacity:0;visibility:hidden;transform:translate(-50%) translateY(8px);transition:opacity .2s,visibility .2s,transform .2s;box-shadow:0 16px 48px #00000080;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.nav__dropdown:hover .nav__dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav__dropdown-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;color:var(--text-secondary);transition:background .15s,color .15s;text-align:center;border-bottom:1px solid var(--border)}.nav__dropdown-item:nth-child(odd){border-right:1px solid var(--border)}.nav__dropdown-item:nth-last-child(-n+2){border-bottom:none}.nav__dropdown-item:hover{background:var(--bg-elevated);color:var(--text-primary)}.nav__dropdown-item img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .2s}.nav__dropdown-item:hover img{transform:scale(1.1)}.nav__dropdown-item span{display:flex;flex-direction:column;gap:.125rem}.nav__dropdown-item-name{font-weight:600;font-size:.9375rem;color:var(--text-primary)}.nav__dropdown-item-desc{font-size:.6875rem;color:var(--text-dim);font-family:var(--font-mono)}.nav__cta{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;font-family:var(--font-body);color:var(--bg-deep);background:var(--orange);border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s}.nav__cta:hover{background:var(--orange-glow);transform:translateY(-1px)}.nav__toggle{display:none;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem}.nav__toggle svg{display:block}@media(max-width:768px){.nav__toggle{display:block}.nav__links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg-panel);border-bottom:1px solid var(--border);padding:1rem;gap:.25rem}.nav__links.open{display:flex}.nav__links a{padding:.75rem 1rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 0 6rem;overflow:hidden}.hero__glow{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(120px);opacity:.15;pointer-events:none}.hero__glow--teal{background:var(--teal);top:10%;left:-5%}.hero__glow--orange{background:var(--orange);bottom:10%;right:-5%;opacity:.1}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--teal-light);background:#2a8a8a1a;border:1px solid rgba(42,138,138,.2);border-radius:100px;margin-bottom:2rem;animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both}.hero__badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal-light);animation:glow 2s ease-in-out infinite}.hero__title{font-family:var(--font-display);font-size:clamp(1.5rem,5.5vw,5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem;animation:fadeUp .7s cubic-bezier(.16,1,.3,1) .1s both}.hero__title em{color:var(--orange);font-style:normal}.hero__cycle{display:block;position:relative;min-height:2.3em}.hero__cycle-line{position:absolute;top:0;left:50%;text-align:center;white-space:nowrap;opacity:0;transform:translate(-50%) translateY(8px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);pointer-events:none}.hero__cycle-line.active{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.hero__cycle-line.exiting{opacity:0;transform:translate(-50%) translateY(-8px)}.hero__subtitle{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--text-secondary);max-width:48ch;line-height:1.7;margin-bottom:2.5rem;animation:fadeUp .7s cubic-bezier(.16,1,.3,1) .2s both}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp .7s cubic-bezier(.16,1,.3,1) .3s both}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s;border:none}.btn--primary{color:#fff;background:var(--orange);box-shadow:0 2px 12px #e0653040}.btn--primary:hover{background:var(--orange-glow);box-shadow:0 4px 20px #e0653066;transform:translateY(-2px)}.btn--ghost{color:var(--text-primary);background:transparent;border:1px solid var(--border-light)}.btn--ghost:hover{background:var(--bg-elevated);border-color:var(--text-dim)}.btn svg{width:16px;height:16px;transition:transform .2s}.btn:hover svg{transform:translate(3px)}.hero__inner{position:relative;z-index:1;max-width:720px;text-align:center;margin:0 auto}.hero__title,.hero__subtitle{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.products{padding:6rem 0;position:relative}.section-label{font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--teal-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem}.section-desc{color:var(--text-secondary);font-size:1.0625rem;max-width:50ch;margin-bottom:4rem}.products__header{text-align:center;margin-bottom:4rem}.products__header .section-desc{margin-left:auto;margin-right:auto}.product-row{display:grid;grid-template-columns:200px 1fr 1.2fr;gap:2.5rem;align-items:center;padding:3rem 0;border-bottom:1px solid var(--border)}.product-row:last-child{border-bottom:none}.product-row--reverse{grid-template-columns:1.2fr 1fr 200px}.product-row--reverse .product-row__mascot{order:3}.product-row--reverse .product-row__info{order:2}.product-row--reverse .product-row__screenshot{order:1}.product-row__mascot{display:flex;justify-content:center;align-items:center}.product-row__mascot img{width:160px;height:160px;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.4));animation:float 5s ease-in-out infinite;transition:transform .3s}.product-row:hover .product-row__mascot img{transform:scale(1.08)}.product-row:nth-child(2) .product-row__mascot img{animation-delay:-1.2s}.product-row:nth-child(3) .product-row__mascot img{animation-delay:-2.5s}.product-row:nth-child(4) .product-row__mascot img{animation-delay:-3.8s}.product-row__name{font-family:var(--font-display);font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.25rem}.product-row__tagline{display:block;font-size:.8125rem;color:var(--teal-light);font-family:var(--font-mono);margin-bottom:1rem}.product-row__desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.65;margin-bottom:1.25rem}.product-row__features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{display:inline-block;padding:.3rem .75rem;font-size:.75rem;font-weight:500;color:var(--text-secondary);background:var(--bg-elevated);border:1px solid var(--border);border-radius:6px;font-family:var(--font-mono)}.product-row__actions{display:flex;align-items:center;gap:1.5rem}.product-row__price{font-family:var(--font-mono);font-size:.8125rem;color:var(--text-dim)}.product-row__price strong{color:var(--text-primary);font-size:1rem}.product-row__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--orange);transition:gap .2s}.product-row__link:hover{gap:.625rem}.product-row__link svg{width:14px;height:14px}.product-row__screenshot{border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:box-shadow .3s,transform .3s}.product-row__screenshot img{width:100%;display:block;aspect-ratio:16 / 10;object-fit:cover}.product-row:hover .product-row__screenshot{box-shadow:0 12px 40px #0000004d;transform:translateY(-4px)}@media(max-width:900px){.product-row,.product-row--reverse{grid-template-columns:1fr;text-align:center}.product-row--reverse .product-row__mascot,.product-row--reverse .product-row__info,.product-row--reverse .product-row__screenshot{order:unset}.product-row__mascot img{width:120px;height:120px}.product-row__features,.product-row__actions{justify-content:center}}.compat{padding:6rem 0}.compat__inner{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:3.5rem}.compat__inner .section-title em{color:var(--orange);font-style:normal}.compat__desc{color:var(--text-secondary);font-size:1rem;line-height:1.7;margin-bottom:1rem}.compat__desc:last-child{margin-bottom:0}.compat__platforms{display:flex;justify-content:center;gap:3rem}.compat__platform{display:flex;flex-direction:column;align-items:center;gap:1rem}.compat__platform svg{width:56px;height:56px;color:var(--text-primary);opacity:.8;transition:opacity .2s,transform .2s}.compat__platform:hover svg{opacity:1;transform:scale(1.1)}.compat__platform-name{font-size:1rem;font-weight:600;color:var(--text-secondary)}@media(max-width:768px){.compat__inner{grid-template-columns:1fr;padding:2rem;gap:2.5rem}.compat__platforms{gap:2rem}}.stats{padding:2rem 0 6rem}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:768px){.stats__grid{grid-template-columns:repeat(2,1fr)}}.stat{text-align:center;padding:2rem 1rem}.stat__value{font-family:var(--font-display);font-size:2.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text-primary);line-height:1;margin-bottom:.5rem}.stat__value span{color:var(--orange)}.stat__label{font-size:.8125rem;color:var(--text-dim);font-family:var(--font-mono)}.footer{padding:4rem 0 2rem;border-top:1px solid var(--border)}.footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:768px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__brand-logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-weight:700;font-size:1rem}.footer__brand-logo img{height:32px}.footer__brand p{color:var(--text-dim);font-size:.875rem;line-height:1.6;max-width:30ch}.footer__col h4{font-family:var(--font-mono);font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:1rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer__col a{font-size:.875rem;color:var(--text-secondary);transition:color .2s}.footer__col a:hover{color:var(--text-primary)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--border);font-size:.8125rem;color:var(--text-dim)}@media(max-width:640px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}.nav__pride:where(.astro-5blmo7yk){position:fixed;top:0;left:0;right:0;z-index:101;height:3px;background:linear-gradient(to right,#5bcefa 0% 11.11%,#f5a9b8 11.11% 22.22%,#fff 22.22% 33.33%,#e40303 33.33% 44.44%,#ff8c00 44.44% 55.55%,#ffed00 55.55% 66.66%,#008026 66.66% 77.77%,#004dff 77.77% 88.88%,#750787 88.88% 100%)}
