:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;--brand: #0071e7;--brand-strong: #004ea2;--brand-soft: #acc7ff;--bg: #0b1020;--bg-elevated: #131a2e;--surface: #1a2238;--surface-2: #212c46;--border: #2a3550;--text: #eef1fb;--text-muted: #a6b0c8;--shadow: 0 18px 40px -18px rgba(0, 0, 0, .7);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: light){:root{--bg: #f7f9ff;--bg-elevated: #ffffff;--surface: #ffffff;--surface-2: #eef2fc;--border: #dbe2f2;--text: #161b2b;--text-muted: #57607a;--shadow: 0 18px 40px -22px rgba(20, 40, 90, .35)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg);color:var(--text)}a{color:var(--brand);text-decoration:none;font-weight:500}a:hover{text-decoration:underline}h1,h2,h3,h4{line-height:1.15}.page{width:100%}.nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem clamp(1rem,4vw,3rem);background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav__brand{display:flex;align-items:center;gap:.6rem;color:var(--text);font-weight:700;font-size:1.15rem;line-height:1}.nav__brand:hover{text-decoration:none}.nav__logo{display:block;width:32px;height:32px;border-radius:8px}.nav__links{display:flex;align-items:center;gap:clamp(.75rem,2vw,1.75rem)}.nav__links>a{color:var(--text-muted)}.nav__links>a:hover{color:var(--text);text-decoration:none}section{padding:clamp(3rem,7vw,6rem) clamp(1rem,4vw,3rem);max-width:1120px;margin:0 auto}.section-title{text-align:center;font-size:clamp(1.6rem,3.5vw,2.4rem);margin:0 0 2.5rem}.hero{text-align:center;display:flex;flex-direction:column;align-items:center;padding-top:clamp(2.5rem,6vw,4.5rem)}.hero__logo{width:clamp(96px,18vw,140px);height:auto;border-radius:28px;box-shadow:var(--shadow);margin-bottom:1.5rem}.hero__title{font-size:clamp(2.6rem,7vw,4.5rem);margin:0;background:linear-gradient(120deg,var(--brand-soft),var(--brand));-webkit-background-clip:text;background-clip:text;color:transparent}.hero__tagline{font-size:clamp(1.1rem,3vw,1.6rem);font-weight:600;margin:.5rem 0 0;color:var(--text)}.hero__sub{max-width:38rem;color:var(--text-muted);font-size:clamp(1rem,2.2vw,1.15rem);margin:1.25rem 0 0}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;margin-top:2rem}.hero__note{margin-top:1rem;color:var(--text-muted);font-size:.9rem}.play-badge{display:inline-flex;align-items:center;gap:.65rem;padding:.6rem 1.25rem;border-radius:12px;background:#000;color:#fff;border:1px solid rgba(255,255,255,.18);transition:transform .15s ease,box-shadow .15s ease}.play-badge:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 10px 24px -10px #0009}.play-badge__icon{width:26px;height:26px}.play-badge__text{display:flex;flex-direction:column;line-height:1.05;text-align:left}.play-badge__small{font-size:.62rem;letter-spacing:.08em;opacity:.85}.play-badge__large{font-size:1.15rem;font-weight:600}.play-badge--nav{padding:.4rem .85rem}.play-badge--nav .play-badge__large{font-size:.95rem}.btn-ghost{display:inline-flex;align-items:center;padding:.75rem 1.4rem;border-radius:12px;border:1px solid var(--border);color:var(--text);font-weight:600;background:var(--surface);transition:border-color .15s ease,transform .15s ease}.btn-ghost:hover{text-decoration:none;border-color:var(--brand);transform:translateY(-2px)}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.feature{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.75rem;transition:transform .15s ease,border-color .15s ease}.feature:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--brand) 60%,var(--border))}.feature__icon{font-size:1.9rem;width:56px;height:56px;display:grid;place-items:center;border-radius:14px;background:var(--surface-2);margin-bottom:1rem}.feature h3{margin:0 0 .5rem;font-size:1.2rem}.feature p{margin:0;color:var(--text-muted);font-size:.98rem}.screens__row{display:flex;flex-wrap:wrap;gap:clamp(1rem,3vw,2rem);justify-content:center}.screens__subtitle{text-align:center;margin:clamp(2.5rem,5vw,3.5rem) 0 1.75rem;color:var(--text-muted);font-weight:600;font-size:1.05rem}.screens__row--wide{align-items:flex-start}.screen{margin:0;text-align:center}.screen__device{width:clamp(200px,26vw,270px);height:auto;display:block;filter:drop-shadow(0 24px 36px rgba(0,0,0,.45));transition:transform .2s ease}.screen__device:hover{transform:translateY(-6px)}.screen--wide .screen__device{width:min(520px,90vw)}.screen__placeholder{width:clamp(200px,26vw,270px);aspect-ratio:9 / 19.5;border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);font-weight:600}.screen__placeholder-logo{width:56px;height:56px;opacity:.7}.screen figcaption{margin-top:.9rem;color:var(--text-muted);font-weight:600}.cta-band{text-align:center;background:linear-gradient(135deg,var(--brand-strong),var(--brand));color:#fff;border-radius:24px;max-width:1120px;margin:0 auto clamp(3rem,7vw,5rem)}.cta-band h2{font-size:clamp(1.6rem,4vw,2.4rem);margin:0 0 .5rem}.cta-band p{margin:0 0 1.75rem;opacity:.92}.cta-band .play-badge{border-color:#ffffff59}.footer{border-top:1px solid var(--border);padding:clamp(2.5rem,5vw,3.5rem) clamp(1rem,4vw,3rem) 2.5rem;background:var(--bg-elevated)}.footer__cols{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}.footer__col .footer__brand{display:flex;flex-direction:row;align-items:center;gap:.6rem;color:var(--text);font-weight:700;font-size:1.1rem;line-height:1}.footer__brand:hover{text-decoration:none}.footer__logo{display:block;width:30px;height:30px;border-radius:8px}.footer__by{color:var(--text-muted);margin:.75rem 0 0;font-size:.9rem}.footer__col h4{margin:0 0 .85rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.footer__col a{display:block;color:var(--text);margin-bottom:.55rem;font-weight:500}.footer__col a:hover{color:var(--brand)}.footer__legal{max-width:1120px;margin:2rem auto 0;color:var(--text-muted);font-size:.8rem;line-height:1.6}@media (max-width: 640px){.nav__links>a{display:none}.footer__cols{grid-template-columns:1fr 1fr}}
