@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap";:root{color-scheme:dark;--container: 1240px;--radius-2xl: 36px;--radius-xl: 28px;--radius-lg: 22px;--radius-md: 18px;--radius-sm: 14px;--palette-white: 255 255 255;--palette-black: 0 0 0;--palette-gray-950: 3 7 18;--palette-gray-900: 17 24 39;--palette-gray-850: 24 33 48;--palette-gray-800: 31 41 55;--palette-gray-700: 55 65 81;--palette-gray-600: 75 85 99;--palette-gray-500: 107 114 128;--palette-gray-400: 156 163 175;--palette-gray-300: 209 213 219;--palette-gray-100: 243 244 246;--palette-blue-600: 37 99 235;--palette-blue-500: 59 130 246;--palette-blue-400: 96 165 250;--palette-sky-400: 56 189 248;--palette-sky-300: 125 211 252;--palette-cyan-500: 6 182 212;--palette-cyan-300: 103 232 249;--palette-emerald-400: 52 211 153;--palette-emerald-300: 110 231 183;--palette-yellow-400: 250 204 21;--palette-yellow-300: 253 224 71;--palette-red-500: 239 68 68;--palette-red-300: 252 165 165;--palette-purple-500: 168 85 247;--palette-purple-300: 216 180 254;--palette-pink-500: 236 72 153;--bg: rgb(var(--palette-gray-950));--surface: rgb(var(--palette-gray-900));--surface-muted: rgb(var(--palette-gray-850));--surface-strong: rgb(var(--palette-gray-800));--surface-flat: rgb(var(--palette-gray-900) / .72);--border: rgb(var(--palette-gray-600) / .72);--border-soft: rgb(var(--palette-gray-600) / .22);--text: rgb(var(--palette-gray-100));--text-muted: rgb(var(--palette-gray-400));--text-subtle: rgb(var(--palette-gray-500));--primary: rgb(var(--palette-blue-500));--primary-strong: rgb(var(--palette-blue-600));--sky: rgb(var(--palette-sky-300));--cyan: rgb(var(--palette-cyan-500));--purple: rgb(var(--palette-purple-500));--purple-soft: rgb(var(--palette-purple-500) / .18);--emerald: rgb(var(--palette-emerald-400));--yellow: rgb(var(--palette-yellow-400));--red: rgb(var(--palette-red-500));--shadow-strong: 0 34px 120px rgb(var(--palette-black) / .56);--shadow-card: 0 16px 44px rgb(var(--palette-black) / .26);--shadow-soft: 0 10px 26px rgb(var(--palette-black) / .16);--action-raise: rgb(var(--palette-red-500));--action-raise-text: rgb(var(--palette-red-300));--action-raise-bg: rgb(var(--palette-red-500) / .08);--action-raise-border: rgb(var(--palette-red-500) / .42);--action-raise-glow: rgb(var(--palette-red-500) / .34);--action-call: rgb(var(--palette-emerald-400));--action-call-text: rgb(var(--palette-emerald-300));--action-call-bg: rgb(var(--palette-emerald-400) / .08);--action-call-border: rgb(var(--palette-emerald-400) / .42);--action-call-glow: rgb(var(--palette-emerald-400) / .28);--action-fold: rgb(var(--palette-cyan-500));--action-fold-text: rgb(var(--palette-cyan-300));--action-fold-bg: rgb(var(--palette-cyan-500) / .08);--action-fold-border: rgb(var(--palette-cyan-500) / .42);--action-fold-glow: rgb(var(--palette-cyan-500) / .28);--action-processing: rgb(var(--palette-purple-500));--action-processing-text: rgb(var(--palette-purple-300));--action-processing-bg: rgb(var(--palette-purple-500) / .08);--action-processing-border: rgb(var(--palette-purple-500) / .42);--action-processing-glow: rgb(var(--palette-purple-500) / .3)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;color:var(--text);background:radial-gradient(circle at top,rgb(var(--palette-blue-500) / .11),transparent 31%),radial-gradient(circle at 82% 14%,rgb(var(--palette-purple-500) / .09),transparent 24%),radial-gradient(circle at 18% 78%,rgb(var(--palette-cyan-500) / .07),transparent 18%),var(--bg)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{display:block;max-width:100%}#root{min-height:100vh}.app-shell{position:relative;min-height:100vh;overflow:hidden}.app-shell__noise,.hero-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.app-shell__noise{opacity:.3;background-image:linear-gradient(rgb(var(--palette-white) / .014) 1px,transparent 1px),linear-gradient(90deg,rgb(var(--palette-white) / .014) 1px,transparent 1px);background-size:78px 78px;-webkit-mask-image:radial-gradient(circle at center,black 34%,transparent 100%);mask-image:radial-gradient(circle at center,black 34%,transparent 100%)}.hero-backdrop{background:radial-gradient(circle at 15% 8%,rgb(var(--palette-blue-500) / .14),transparent 22%),radial-gradient(circle at 87% 16%,rgb(var(--palette-purple-500) / .14),transparent 24%),linear-gradient(180deg,rgb(var(--palette-gray-950) / 0),rgb(var(--palette-gray-950) / .22) 36%,rgb(var(--palette-gray-950)) 76%)}.container{width:min(calc(100% - 40px),var(--container));margin:0 auto}.page-main{position:relative;z-index:1}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgb(var(--palette-gray-950) / .44);border-bottom:1px solid rgb(var(--palette-gray-600) / .12)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:80px}.brand{display:inline-flex;align-items:center;gap:12px}.brand__icon{width:46px;height:46px;object-fit:contain}.brand__wordmark{font-family:Manrope,Inter,system-ui,sans-serif;font-size:22px;font-weight:800;letter-spacing:-.05em;color:var(--text)}.site-nav{display:inline-flex;align-items:center;justify-content:center;gap:24px}.site-nav__link{color:var(--text-muted);font-size:14px;transition:color .16s ease}.site-nav__link:hover{color:var(--text)}.site-header__actions{display:inline-flex;align-items:center;gap:12px}.lang-switch{display:inline-flex;align-items:center;gap:6px;padding:6px;border-radius:999px;border:1px solid rgb(var(--palette-gray-600) / .28);background:rgb(var(--palette-gray-900) / .8)}.lang-switch__icon{display:grid;place-items:center;width:32px;height:32px;color:var(--sky)}.lang-switch__button{min-width:42px;height:32px;padding:0 10px;border:0;border-radius:999px;color:var(--text-muted);background:transparent;cursor:pointer;transition:background-color .16s ease,color .16s ease}.lang-switch__button.is-active{color:rgb(var(--palette-gray-950));background:rgb(var(--palette-gray-100))}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgb(var(--palette-gray-600) / .28);border-radius:12px;background:rgb(var(--palette-gray-900) / .6);color:var(--text);cursor:pointer;transition:background-color .16s ease}.mobile-menu-toggle:hover{background:rgb(var(--palette-gray-800) / .8)}.mobile-nav{display:none}.mobile-nav__inner{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 24px 32px}.mobile-nav__link{display:flex;align-items:center;justify-content:center;width:100%;max-width:320px;height:52px;border-radius:0;border-bottom:1px solid rgb(var(--palette-gray-600) / .18);font-size:16px;font-weight:600;color:var(--text-muted);transition:color .16s ease}.mobile-nav__link:hover{color:var(--text)}.mobile-nav__cta{margin-top:16px;width:100%;max-width:320px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 16px;border-radius:14px;border:1px solid transparent;font-weight:600;letter-spacing:-.01em;transition:border-color .16s ease,background-color .16s ease,color .16s ease,opacity .16s ease}.button:hover{transform:none}.button--primary{color:rgb(var(--palette-gray-950));background:rgb(var(--palette-gray-100));border-color:rgb(var(--palette-white) / .14);box-shadow:none}.button--primary:hover{background:rgb(var(--palette-gray-300));border-color:rgb(var(--palette-white) / .18)}.button--ghost{color:var(--text);background:transparent;border-color:rgb(var(--palette-gray-600) / .42)}.button--ghost:hover{background:rgb(var(--palette-gray-900) / .58);border-color:rgb(var(--palette-gray-400) / .46)}.button--disabled{opacity:.6;pointer-events:none}.hero__store-badges{display:flex;gap:12px;margin-top:24px}.store-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border-radius:10px;border:1px solid rgb(var(--palette-gray-600) / .28);background:rgb(var(--palette-gray-900) / .7);color:var(--text);transition:border-color .2s,background .2s}.store-badge:hover{border-color:rgb(var(--palette-sky-300) / .4);background:rgb(var(--palette-gray-850))}.store-badge svg{color:var(--sky);flex-shrink:0}.store-badge__text{display:flex;flex-direction:column}.store-badge__label{font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;line-height:1.2;color:var(--text-subtle)}.store-badge__name{font-size:16px;font-weight:700;line-height:1.35;letter-spacing:-.02em;color:var(--text)}.store-badge-button{display:inline-flex;align-items:center;gap:12px;margin-top:auto;padding:12px 24px;border-radius:10px;border:1px solid rgb(var(--palette-sky-300) / .22);background:rgb(var(--palette-sky-300) / .06);color:var(--text);transition:border-color .2s,background .2s;align-self:flex-start}.store-badge-button:hover{border-color:rgb(var(--palette-sky-300) / .44);background:rgb(var(--palette-sky-300) / .12)}.store-badge-button svg{color:var(--sky);flex-shrink:0}.store-badge-button__text{display:flex;flex-direction:column}.store-badge-button__label{font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;line-height:1.2;color:var(--text-subtle)}.store-badge-button__name{font-size:17px;font-weight:700;line-height:1.35;letter-spacing:-.03em}.hero{padding:58px 0 34px}.hero__inner{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr);gap:60px;align-items:center}.eyebrow,.section-head__eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--sky);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero__copy h1,.section-head h2,.platform-tile h3,.bento-card h3,.timeline-step h3,.info-tile h3,.team-tile h3{margin:0;font-family:Manrope,Inter,system-ui,sans-serif;line-height:1;letter-spacing:-.055em;text-wrap:balance}.hero__copy h1{max-width:10ch;margin-top:18px;font-size:clamp(50px,7.2vw,96px)}.hero__lead,.section-head p,.platform-tile p,.bento-card p,.timeline-step p,.info-tile p,.team-tile p,.signal-strip__label,.site-footer__inner{color:var(--text-muted);line-height:1.75}.hero__lead{max-width:56ch;margin-top:24px;font-size:18px;line-height:1.84}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.hero__link{display:inline-flex;align-items:center;gap:6px;color:var(--sky);font-size:15px;font-weight:600;letter-spacing:-.01em;transition:color .16s ease,gap .2s ease}.hero__link:hover{color:rgb(var(--palette-sky-400));gap:10px}.hero__scene{position:relative;min-height:590px}.scene-screen{position:absolute;top:38px;right:26px;left:82px;bottom:66px;border-radius:30px;border:1px solid rgb(var(--palette-gray-600) / .16);background:rgb(var(--palette-gray-900) / .84);overflow:hidden;box-shadow:0 18px 48px rgb(var(--palette-black) / .22);transform:perspective(1600px) rotateY(-8deg) rotateX(4deg)}.scene-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgb(var(--palette-white) / .022) 1px,transparent 1px),linear-gradient(90deg,rgb(var(--palette-white) / .022) 1px,transparent 1px);background-size:30px 30px;opacity:.26}.scene-screen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,transparent 62%,rgb(var(--palette-sky-300) / .08)),radial-gradient(circle at top,rgb(var(--palette-white) / .06),transparent 34%);animation:screen-scan 6s linear infinite}.scene-screen__bar{display:flex;gap:8px;padding:14px 16px}.scene-screen__bar span{width:10px;height:10px;border-radius:999px;background:rgb(var(--palette-gray-500) / .7)}.scene-screen__image{width:100%;height:calc(100% - 38px);object-fit:cover;opacity:.95;filter:saturate(.94) contrast(1.04) brightness(.95)}.floating-card,.floating-chip,.floating-tag,.floating-action{position:absolute;display:inline-flex;align-items:center;justify-content:center}.floating-card{width:102px;height:130px;border-radius:24px;border:1px solid rgb(var(--palette-gray-600) / .22);background:linear-gradient(180deg,rgb(var(--palette-gray-900) / .9),rgb(var(--palette-gray-800) / .94));flex-direction:column;gap:6px;color:rgb(var(--palette-white));box-shadow:var(--shadow-card);animation:float-card 7s ease-in-out infinite}.floating-card__rank{font-size:36px;font-weight:800;line-height:1}.floating-card__suit{font-size:24px;line-height:1}.floating-card--ace{top:6px;left:0;transform:rotate(-14deg);animation-delay:0s}.floating-card--king{top:88px;right:2px;transform:rotate(16deg);animation-delay:1.3s}.floating-chip,.floating-tag{height:46px;padding:0 18px;border-radius:999px;border:1px solid rgb(var(--palette-gray-600) / .26);background:rgb(var(--palette-gray-900) / .88);color:rgb(var(--palette-gray-100));font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:none;animation:float 6.2s ease-in-out infinite}.floating-chip--left{left:52px;bottom:22px;animation-delay:.7s}.floating-chip--right{right:44px;bottom:110px;animation-delay:1.8s}.floating-tag{right:18px;bottom:18px;animation-delay:2.6s}.floating-action{min-width:172px;justify-content:space-between;gap:16px;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:var(--shadow-soft);animation:float 5.8s ease-in-out infinite}.floating-action span,.floating-action em{font-style:normal}.floating-action--raise{top:24px;right:110px;color:var(--action-raise-text);background:var(--action-raise-bg);border:1px solid var(--action-raise-border);box-shadow:0 0 0 1px rgb(var(--palette-red-500) / .08),0 18px 32px rgb(var(--palette-black) / .18),0 0 28px var(--action-raise-glow)}.floating-action--call{left:10px;bottom:170px;color:var(--action-call-text);background:var(--action-call-bg);border:1px solid var(--action-call-border);box-shadow:0 0 0 1px rgb(var(--palette-emerald-400) / .08),0 18px 32px rgb(var(--palette-black) / .18),0 0 28px var(--action-call-glow);animation-delay:1.2s}.floating-action--fold{right:32px;top:220px;color:var(--action-fold-text);background:var(--action-fold-bg);border:1px solid var(--action-fold-border);box-shadow:0 0 0 1px rgb(var(--palette-cyan-500) / .08),0 18px 32px rgb(var(--palette-black) / .18),0 0 28px var(--action-fold-glow);animation-delay:2.1s}.signal-strip{position:relative;z-index:1;padding:10px 0 0}.signal-strip__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;padding:24px 0;border-top:1px solid rgb(var(--palette-gray-600) / .16);border-bottom:1px solid rgb(var(--palette-gray-600) / .16)}.signal-strip__item{position:relative;min-height:84px}.signal-strip__item:before{content:"";position:absolute;top:0;left:0;width:48px;height:1px;background:linear-gradient(90deg,rgb(var(--palette-sky-300) / .7),transparent)}.signal-strip__value{padding-top:14px;font-size:30px;font-weight:800}.signal-strip__label{margin-top:10px;font-size:14px}.ticker{position:relative;z-index:1;padding:0 0 22px}.ticker__viewport{overflow:hidden}.ticker__track{display:flex;align-items:center;gap:18px;width:max-content;color:var(--text-subtle);font-size:13px;letter-spacing:.08em;text-transform:uppercase;animation:ticker 24s linear infinite}.ticker__track span{display:inline-flex;align-items:center;gap:18px}.ticker__track span:after{content:"•";color:rgb(var(--palette-sky-300) / .7)}.section{position:relative;z-index:1;padding:124px 0}.section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgb(var(--palette-gray-600) / .18),transparent)}.section--compact{padding-top:0;padding-bottom:112px}.section--band{background:linear-gradient(180deg,rgb(var(--palette-gray-900) / .24),rgb(var(--palette-gray-950) / 0))}.section--glow{background:radial-gradient(ellipse 60% 50% at 30% 20%,rgb(var(--palette-sky-500) / .07),transparent),radial-gradient(ellipse 50% 40% at 75% 80%,rgb(var(--palette-purple-500) / .05),transparent)}.section--glow-purple{background:radial-gradient(ellipse 55% 45% at 70% 30%,rgb(var(--palette-purple-500) / .06),transparent),radial-gradient(ellipse 50% 40% at 20% 70%,rgb(var(--palette-sky-500) / .04),transparent)}.section-head{display:grid;gap:14px;max-width:860px;margin-bottom:48px}.section-head--split{max-width:none;grid-template-columns:minmax(0,1fr) minmax(320px,.68fr);gap:48px;align-items:end}.section-head--center{max-width:680px;margin-left:auto;margin-right:auto;text-align:center}.section-head--center p{max-width:none}.section-head h2{max-width:10ch;font-size:clamp(44px,5.4vw,74px);line-height:.94;letter-spacing:-.065em}.section-head--center h2,.section--downloads .section-head h2{max-width:none}#advantages .section-head h2{max-width:10.5ch}.section-head p{margin:0;max-width:52ch;font-size:15px;line-height:1.8}.platform-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 24px}.platform-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:800px;margin:0 auto}.platform-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.platform-tile.is-coming{opacity:.55}.platform-tile__status--soon{color:var(--text-subtle)}.platform-tile,.bento-card,.timeline-step,.info-tile,.team-tile{position:relative;padding:30px 8px 0 0;border-radius:0;border:0;background:transparent}.platform-tile:before,.bento-card:before,.timeline-step:before,.info-tile:before,.team-tile:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:rgb(var(--palette-gray-600) / .2)}.platform-tile:after,.bento-card:after,.timeline-step:after,.info-tile:after,.team-tile:after{content:"";position:absolute;top:0;left:0;width:84px;height:2px;background:linear-gradient(90deg,rgb(var(--palette-sky-300) / .82),transparent)}.platform-tile{display:flex;flex-direction:column;min-height:252px;box-shadow:none}.platform-tile.is-active:after{background:linear-gradient(90deg,rgb(var(--palette-white) / .94),rgb(var(--palette-sky-300) / .62),transparent)}.platform-tile__top,.timeline-step__top{display:flex;align-items:center;justify-content:space-between;gap:16px}.platform-tile__icon,.bento-card__icon,.timeline-step__icon,.info-tile__icon,.team-tile__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:0;color:var(--sky);background:transparent;border:1px solid rgb(var(--palette-gray-600) / .2);box-shadow:none;overflow:hidden}.platform-tile__status,.bento-card__tag,.timeline-step__number{display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:0;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-subtle);background:transparent;border:0}.timeline-step__number{min-width:32px;height:24px;padding:0 8px;border-radius:6px;background:rgb(var(--palette-sky-300) / .06);border:1px solid rgb(var(--palette-sky-300) / .14);color:var(--sky);font-size:12px;letter-spacing:.06em}.platform-tile__status--live{color:var(--emerald)}.platform-tile h3,.bento-card h3,.timeline-step h3,.info-tile h3,.team-tile h3{margin-top:18px;font-size:clamp(28px,2.5vw,38px)}.platform-tile p,.bento-card p,.timeline-step p,.info-tile p,.team-tile p{margin-top:16px;font-size:15px;line-height:1.78}.platform-tile .button{margin-top:auto;align-self:flex-start;min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--text);gap:8px}.platform-tile .button:hover{background:transparent;border-color:transparent;color:var(--sky)}.platform-tile .button--disabled{color:var(--text-subtle);opacity:1}.bento-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:34px 24px}.bento-card{display:flex;flex-direction:column;min-height:250px;box-shadow:none}.bento-card--wide{grid-column:span 8;min-height:286px}.bento-card--normal{grid-column:span 4;min-height:286px}.bento-card--wide h3{max-width:8ch;font-size:clamp(34px,3.2vw,48px)}.bento-card--normal h3{max-width:8ch;font-size:clamp(30px,2.5vw,40px)}.bento-card p{max-width:34ch}.bento-card__tag,.bento-card__icon,.bento-card h3,.bento-card p{position:relative;z-index:1}.bento-card__icon{margin-top:16px}.narrative-layout{display:grid;grid-template-columns:minmax(320px,.74fr) minmax(0,1fr);gap:52px;align-items:start}.narrative-layout__intro h2{margin-top:14px;font-size:clamp(36px,4.4vw,58px);line-height:1.03;letter-spacing:-.045em}.narrative-layout__intro p{margin-top:18px;color:var(--text-muted);line-height:1.75;font-size:16px}.timeline-list{display:grid;gap:14px}.timeline-step{min-height:174px;padding-left:0;padding-right:0}.info-column-grid,.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}.info-column-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.info-tile,.team-tile{min-height:224px;box-shadow:none}.section-note{margin-top:18px;padding:16px 0 0;border-radius:0;border:0;border-top:1px solid rgb(var(--palette-gray-600) / .18);background:transparent;color:var(--text-muted)}.bento-card{overflow:hidden}.bento-card__illustration{position:absolute;right:-16px;bottom:-16px;width:240px;height:auto;object-fit:contain;opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .4s ease}.bento-card:hover .bento-card__illustration{opacity:.75}.bento-card--wide .bento-card__illustration{width:300px;right:-8px;bottom:-24px}.section-illustration{display:block;width:100%;max-width:380px;height:auto;margin-top:32px;opacity:.75;pointer-events:none;-webkit-user-select:none;user-select:none}.section-illustration--float{animation:float 8s ease-in-out infinite}.section-illustration--inline{max-width:320px;margin-top:24px;opacity:.65}.details-with-illustration{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:start}.details-illustration-wrap{display:flex;align-items:center;justify-content:center;padding-top:20px}.details-illustration-wrap .section-illustration{max-width:340px;margin-top:0}.section-head__right{display:flex;flex-direction:column;align-items:flex-start}.site-footer{position:relative;z-index:1;border-top:1px solid rgb(var(--palette-gray-600) / .16)}.site-footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding:48px 0 32px}.site-footer__brand{display:flex;flex-direction:column;gap:12px;max-width:420px}.site-footer__logo{display:flex;align-items:center;gap:10px}.site-footer__logo img{width:28px;height:28px;object-fit:contain}.site-footer__logo span{font-family:Manrope,Inter,system-ui,sans-serif;font-size:18px;font-weight:800;letter-spacing:-.03em}.site-footer__tagline{font-size:13px;line-height:1.65;color:var(--text-muted);margin:0}.site-footer__email{font-size:13px;color:var(--sky);transition:opacity .2s}.site-footer__email:hover{opacity:.75}.site-footer__nav{display:flex;gap:24px;padding-top:6px}.site-footer__nav a{font-size:13px;color:var(--text-muted);transition:color .2s;white-space:nowrap}.site-footer__nav a:hover{color:var(--text)}.site-footer__bottom{padding:20px 0;border-top:1px solid rgb(var(--palette-gray-600) / .1);font-size:12px;color:var(--text-subtle)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-card{0%,to{transform:translateY(0) rotate(var(--card-rotate, 0deg))}50%{transform:translateY(-10px) rotate(var(--card-rotate, 0deg))}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 16px 40px rgb(var(--palette-black) / .24)}50%{transform:scale(1.05);box-shadow:0 20px 44px rgb(var(--palette-blue-500) / .2)}}@keyframes screen-scan{0%{transform:translateY(-100%)}to{transform:translateY(220%)}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.floating-card--ace{--card-rotate: -14deg}.floating-card--king{--card-rotate: 16deg}.tuning-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tuning-card{position:relative;padding:28px 24px;border-radius:var(--radius-lg);border:1px solid rgb(var(--palette-sky-300) / .12);background:linear-gradient(160deg,rgb(var(--palette-gray-900)),rgb(var(--palette-gray-950) / .8));transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.tuning-card:hover{transform:translateY(-4px);border-color:rgb(var(--palette-sky-300) / .36);box-shadow:0 8px 32px rgb(var(--palette-sky-300) / .08)}.tuning-card__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:var(--sky);background:rgb(var(--palette-sky-300) / .08);border:1px solid rgb(var(--palette-sky-300) / .18);margin-bottom:18px}.tuning-card h3{font-size:17px;font-weight:700;margin:0;color:var(--text);line-height:1.35}.tuning-card p{margin:12px 0 0;font-size:14px;line-height:1.72;color:var(--text-muted)}.tuning-card:nth-child(2) .tuning-card__icon{color:var(--purple);background:rgb(var(--palette-purple-500) / .08);border-color:rgb(var(--palette-purple-500) / .18)}.tuning-card:nth-child(2):hover{border-color:rgb(var(--palette-purple-500) / .36);box-shadow:0 8px 32px rgb(var(--palette-purple-500) / .08)}.tuning-card:nth-child(3) .tuning-card__icon{color:var(--emerald);background:rgb(var(--palette-emerald-400) / .08);border-color:rgb(var(--palette-emerald-400) / .18)}.tuning-card:nth-child(3):hover{border-color:rgb(var(--palette-emerald-400) / .36);box-shadow:0 8px 32px rgb(var(--palette-emerald-400) / .08)}.tuning-card:nth-child(4) .tuning-card__icon{color:var(--yellow);background:rgb(var(--palette-yellow-400) / .08);border-color:rgb(var(--palette-yellow-400) / .18)}.tuning-card:nth-child(4):hover{border-color:rgb(var(--palette-yellow-400) / .36);box-shadow:0 8px 32px rgb(var(--palette-yellow-400) / .08)}.tuning-card:nth-child(5) .tuning-card__icon{color:rgb(var(--palette-pink-500));background:rgb(var(--palette-pink-500) / .08);border-color:rgb(var(--palette-pink-500) / .18)}.tuning-card:nth-child(5):hover{border-color:rgb(var(--palette-pink-500) / .36);box-shadow:0 8px 32px rgb(var(--palette-pink-500) / .08)}.tuning-card:nth-child(6) .tuning-card__icon{color:var(--cyan);background:rgb(var(--palette-cyan-500) / .08);border-color:rgb(var(--palette-cyan-500) / .18)}.tuning-card:nth-child(6):hover{border-color:rgb(var(--palette-cyan-500) / .36);box-shadow:0 8px 32px rgb(var(--palette-cyan-500) / .08)}@media(max-width:1180px){.tuning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.tuning-grid{grid-template-columns:1fr}.tuning-card{padding:22px 20px;border-radius:var(--radius-md)}.tuning-card h3{font-size:15px}}.showcase-metrics{position:relative;z-index:1;padding:48px 0 0}.showcase-metrics__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:36px 0;border-top:1px solid rgb(var(--palette-gray-600) / .16);border-bottom:1px solid rgb(var(--palette-gray-600) / .16)}.showcase-metric{text-align:center}.showcase-metric__value{font-family:Manrope,Inter,system-ui,sans-serif;font-size:38px;font-weight:800;letter-spacing:-.04em;color:var(--sky)}.showcase-metric__label{margin-top:8px;font-size:14px;color:var(--text-muted);line-height:1.5}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.pricing-card{position:relative;padding:32px 28px;border-radius:var(--radius-lg);border:1px solid var(--border-soft);background:var(--surface)}.pricing-card--competitor{border-color:rgb(var(--palette-red-500) / .18);background:linear-gradient(180deg,rgb(var(--palette-gray-900) / .6),rgb(var(--palette-gray-950) / .4));opacity:.82}.pricing-card--competitor .pricing-card__price{color:rgb(var(--palette-red-400))}.pricing-card--competitor .pricing-card__features li:before{content:none}.pricing-card--competitor .pricing-card__features li svg{color:rgb(var(--palette-red-400) / .7);flex-shrink:0}.pricing-card--highlight{border-color:rgb(var(--palette-sky-300) / .42);background:linear-gradient(180deg,rgb(var(--palette-gray-900)),rgb(var(--palette-gray-850)));box-shadow:0 0 60px rgb(var(--palette-sky-300) / .06)}.pricing-card__badge{position:absolute;top:20px;right:20px;color:var(--sky);font-size:16px}.pricing-card__name{font-size:14px;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.pricing-card__price{margin-top:16px;font-family:Manrope,Inter,system-ui,sans-serif;font-size:34px;font-weight:800;letter-spacing:-.04em;color:var(--text)}.pricing-card--highlight .pricing-card__price{color:var(--sky)}.pricing-card__period{font-size:16px;font-weight:500;color:var(--text-muted)}.pricing-card__features{margin:20px 0 0;padding:16px 0 0;border-top:1px solid var(--border-soft);list-style:none;display:flex;flex-direction:column;gap:10px}.pricing-card__features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-muted);line-height:1.6}.pricing-card__features li:before{content:"·";color:var(--text-subtle);font-weight:700}.pricing-card--highlight .pricing-card__features li{color:var(--text)}.pricing-card--highlight .pricing-card__features li:before{content:none}.pricing-card--highlight .pricing-card__features li svg{color:var(--emerald);flex-shrink:0}.gto-layout{display:grid;grid-template-columns:minmax(280px,.55fr) minmax(0,1fr);gap:56px;align-items:start}.gto-layout__intro{padding-top:4px}.gto-layout__intro h2{margin:14px 0 0;font-family:Manrope,Inter,system-ui,sans-serif;font-size:clamp(36px,4.4vw,58px);line-height:1.03;letter-spacing:-.045em;text-wrap:balance}.gto-layout__intro p{margin:18px 0 0;color:var(--text-muted);line-height:1.78;font-size:15px}.gto-bars{display:flex;flex-direction:column;gap:28px;padding-top:16px}.gto-bar__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.gto-bar__label{font-size:15px;font-weight:600;color:var(--text)}.gto-bar__value{font-family:Manrope,Inter,system-ui,sans-serif;font-size:26px;font-weight:800;letter-spacing:-.03em}.gto-bar:first-child .gto-bar__value{color:var(--sky)}.gto-bar__track{height:10px;border-radius:999px;background:rgb(var(--palette-gray-800));overflow:hidden}.gto-bar__fill{height:100%;border-radius:999px}.gto-bar__fill--sky{background:linear-gradient(90deg,rgb(var(--palette-sky-400)),rgb(var(--palette-sky-300)));box-shadow:0 0 20px rgb(var(--palette-sky-300) / .25)}.gto-bar__fill--gray{background:rgb(var(--palette-gray-600))}.gto-highlights-gap{margin-top:52px}.support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px}.scene-legend{display:flex;gap:24px;justify-content:center;margin-bottom:28px}.scene-legend__item{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.scene-legend__swatch{width:14px;height:14px;border-radius:4px}.scene-carousel{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0 24px;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:12px 12px 24px;margin:-12px -12px 0}.scene-carousel::-webkit-scrollbar{display:none}.scene-slide{flex:0 0 100%;scroll-snap-align:center;min-width:0;padding:2px}.scene-card{background:var(--surface);border:1px solid rgb(var(--palette-sky-300) / .12);border-radius:var(--radius-xl);padding:28px 32px 32px;box-shadow:var(--shadow-card);overflow:visible}.scene-info{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.scene-info__tag{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sky)}.scene-info__board{font-size:14px;color:var(--text);font-weight:600}.scene-info__mae{font-size:12px;color:var(--emerald);font-weight:600;margin-left:auto;padding:4px 10px;border-radius:999px;background:rgb(var(--palette-emerald-400) / .1);border:1px solid rgb(var(--palette-emerald-400) / .2)}.scene-grids{display:grid;grid-template-columns:1fr 1fr;gap:32px}.scene-grid-panel{display:flex;flex-direction:column;gap:12px}.scene-grid-label{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;text-align:center}.scene-grid{display:grid;grid-template-columns:repeat(13,1fr);gap:1px;background:var(--bg);border-radius:var(--radius-sm);overflow:hidden}.scene-cell{aspect-ratio:1;display:grid;place-items:center;position:relative;font-size:7px;font-weight:600;color:rgb(var(--palette-white) / .9);transition:transform .15s ease}.scene-cell:hover{transform:scale(1.3);z-index:2;border-radius:2px;box-shadow:0 0 8px rgb(var(--palette-black) / .5)}.scene-cell--blocked{background:rgb(var(--palette-gray-700) / .15);color:rgb(var(--palette-gray-500) / .3)}.scene-cell__label{pointer-events:none;line-height:1}.scene-dots{display:flex;justify-content:center;gap:10px;margin-top:24px}.scene-dot{width:10px;height:10px;border-radius:50%;border:0;padding:0;background:rgb(var(--palette-sky-300) / .25);cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.scene-dot:hover{background:rgb(var(--palette-sky-300) / .5)}.scene-dot--active{background:var(--sky);box-shadow:0 0 10px rgb(var(--palette-sky-300) / .5)}[data-reveal]{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}[data-reveal].revealed{opacity:1;transform:translateY(0)}[data-reveal].revealed>*{transition-delay:calc(var(--stagger-index, 0) * 80ms)}@keyframes breathe-scale{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes breathe-glow{0%,to{box-shadow:0 0 20px rgb(var(--palette-sky-300) / .2)}50%{box-shadow:0 0 20px rgb(var(--palette-sky-300) / .5)}}@keyframes breathe-star{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.08);opacity:1}}@keyframes breathe-color{0%,to{filter:brightness(1)}50%{filter:brightness(1.15)}}@keyframes breathe-flicker{0%,to{opacity:var(--cell-base-opacity, .6)}50%{opacity:calc(var(--cell-base-opacity, .6) * 1.3)}}.bento-card__icon svg{animation:breathe-scale 4s ease-in-out infinite}.gto-bar__fill--sky{animation:breathe-glow 3s ease-in-out infinite}.pricing-card__badge{animation:breathe-star 3.5s ease-in-out infinite}.showcase-metric__value{animation:breathe-color 5s ease-in-out infinite}.scene-cell:nth-child(23){animation:breathe-flicker 8s ease-in-out infinite 0s}.scene-cell:nth-child(67){animation:breathe-flicker 7s ease-in-out infinite 3.5s}.scene-cell:nth-child(134){animation:breathe-flicker 9s ease-in-out infinite 7s}.bento-card h3,.bento-card p,.info-tile h3,.info-tile p,.team-tile h3,.team-tile p,.timeline-step h3,.timeline-step p,.platform-tile h3,.platform-tile p,.pricing-card__name,.pricing-card__price,.pricing-card__features li,.tuning-card h3,.tuning-card p,.signal-strip__value,.signal-strip__label,.showcase-metric__value,.showcase-metric__label,.gto-bar__label,.gto-bar__value,.section-head h2,.section-head p,.narrative-layout__intro h2,.narrative-layout__intro p,.section-note,.scene-info__tag,.scene-info__board,.site-footer__inner span{transition:color .25s ease,text-shadow .25s ease,filter .25s ease}.bento-card__icon,.info-tile__icon,.team-tile__icon,.timeline-step__icon,.platform-tile__icon,.tuning-card__icon{transition:color .25s ease,filter .25s ease,border-color .25s ease}.section-illustration,.bento-card__illustration{transition:filter .3s ease,opacity .3s ease}.bento-card:hover h3,.info-tile:hover h3,.team-tile:hover h3,.timeline-step:hover h3,.platform-tile:hover h3,.tuning-card:hover h3,.scene-card:hover .scene-info__tag{color:var(--sky);text-shadow:0 0 14px rgb(var(--palette-sky-300) / .25)}.bento-card:hover p,.info-tile:hover p,.team-tile:hover p,.timeline-step:hover p,.platform-tile:hover p,.tuning-card:hover p{color:var(--text)}.bento-card:hover .bento-card__icon,.info-tile:hover .info-tile__icon,.team-tile:hover .team-tile__icon,.timeline-step:hover .timeline-step__icon,.platform-tile:hover .platform-tile__icon,.tuning-card:hover .tuning-card__icon{color:var(--sky);filter:brightness(1.3);border-color:rgb(var(--palette-sky-300) / .4)}.bento-card:hover .bento-card__illustration{opacity:.85;filter:brightness(1.3)}.section-illustration:hover,.gto-layout__intro:hover .section-illustration,.narrative-layout__intro:hover .section-illustration{filter:brightness(1.3)}.section-head:hover h2{text-shadow:0 0 20px rgb(var(--palette-sky-300) / .15)}.section-head__eyebrow{transition:color .2s ease,text-shadow .2s ease}.section-head__eyebrow:hover{color:var(--sky);text-shadow:0 0 12px rgb(var(--palette-sky-300) / .3)}.narrative-layout__intro:hover h2{text-shadow:0 0 20px rgb(var(--palette-sky-300) / .15)}.signal-strip__item:hover .signal-strip__value{color:var(--sky);text-shadow:0 0 12px rgb(var(--palette-sky-300) / .3)}.showcase-metric:hover .showcase-metric__value{text-shadow:0 0 16px rgb(var(--palette-sky-300) / .4)}.gto-bar:hover .gto-bar__label{color:var(--sky)}.gto-bar:hover .gto-bar__fill--sky{filter:brightness(1.3)}.pricing-card:hover .pricing-card__name{color:var(--text)}.pricing-card--highlight:hover .pricing-card__price{text-shadow:0 0 16px rgb(var(--palette-sky-300) / .3)}.pricing-card--highlight .pricing-card__features li:hover,.scene-card:hover .scene-info__board{color:var(--sky)}.hero__copy h1{transition:text-shadow .4s ease}.hero__copy:hover h1{text-shadow:0 0 40px rgb(var(--palette-sky-300) / .12)}.hero__link{transition:transform .2s ease,color .2s ease}.hero__link:hover{transform:translate(4px);color:var(--sky)}.floating-card{transition:filter .3s ease,transform 2.4s ease-in-out}.hero__scene:hover .floating-card{filter:brightness(1.2)}.floating-chip,.floating-tag{transition:filter .3s ease}.hero__scene:hover .floating-chip,.hero__scene:hover .floating-tag{filter:brightness(1.15)}.floating-action{transition:filter .3s ease,transform .3s ease}.floating-action:hover{filter:brightness(1.2);transform:scale(1.04)}.store-badge{transition:border-color .2s,background .2s}.store-badge:hover{border-color:rgb(var(--palette-sky-300) / .4)}.store-badge-button{transition:border-color .2s,background .2s}.store-badge-button:hover{border-color:rgb(var(--palette-sky-300) / .44)}.scene-dot:hover{box-shadow:0 0 8px rgb(var(--palette-sky-300) / .4)}.site-footer__inner span:hover{color:var(--sky)}.section-note:hover{color:var(--text)}@keyframes pulse-dot{0%,to{opacity:.4}50%{opacity:.8}}.timeline-step__line{display:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}.bento-card__icon,.gto-bar__fill--sky,.pricing-card__badge,.showcase-metric__value,.scene-cell:nth-child(23),.scene-cell:nth-child(67),.scene-cell:nth-child(134),.timeline-step__line:before{animation:none}.bento-card,.pricing-card,.pricing-card--highlight,.team-tile,.info-tile,.support-grid .info-tile,.section-illustration,.section-head,.section-head__eyebrow,.signal-strip__item,.showcase-metric,.timeline-step,.hero__link,.floating-action,.gto-bar,.scene-card,.store-badge,.store-badge-button,.narrative-layout__intro,.section-note,.platform-tile,.tuning-card{transition:none}}@media(max-width:900px){.scene-grids{grid-template-columns:1fr;gap:20px}.scene-card{padding:20px 16px 24px}}@media(max-width:640px){.scene-cell{font-size:5px}.scene-legend{gap:16px;margin-bottom:20px}.scene-legend__item{font-size:11px}.scene-info{gap:10px}.scene-info__tag{font-size:10px}.scene-card{border-radius:var(--radius-lg)}}@media(max-width:1180px){.pricing-grid{grid-template-columns:1fr;max-width:440px}.gto-layout{grid-template-columns:1fr}}@media(max-width:900px){.showcase-metrics__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.support-grid{grid-template-columns:1fr}}@media(max-width:640px){.showcase-metrics{padding-top:32px}.showcase-metrics__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:24px 0}.showcase-metric__value{font-size:28px}.showcase-metric__label{font-size:12px}.pricing-card{padding:24px 20px;border-radius:var(--radius-md)}.pricing-card__price{font-size:26px}.gto-bar__value{font-size:20px}.gto-bars{gap:20px}.gto-highlights-gap{margin-top:36px}}@media(max-width:1180px){.hero__inner,.section-head--split,.narrative-layout{grid-template-columns:1fr}.hero__copy h1{max-width:none}.platform-grid,.signal-strip__inner,.info-column-grid,.team-grid,.platform-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-grid--five{grid-template-columns:repeat(3,minmax(0,1fr))}.bento-card--wide,.bento-card--normal{grid-column:span 6}.details-with-illustration{grid-template-columns:1fr}.details-illustration-wrap{display:none}.section-illustration--inline{max-width:260px}}@media(max-width:900px){.site-header__inner{grid-template-columns:auto 1fr auto;min-height:64px}.site-nav{display:none}.site-header__actions{justify-self:end;gap:8px}.mobile-menu-toggle{display:flex;width:36px;height:36px;border:0;border-radius:0;background:transparent;color:var(--text-muted)}.mobile-menu-toggle:hover{background:transparent;color:var(--text)}.mobile-nav{display:block;border-top:1px solid rgb(var(--palette-gray-600) / .16);background:rgb(var(--palette-gray-950) / .96);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:fadeIn .2s ease}.header-cta-desktop{display:none}.info-column-grid,.info-column-grid--two,.team-grid{grid-template-columns:1fr}.hero__scene{min-height:500px}.scene-screen{left:42px;right:18px}.floating-action--raise{right:40px}.section{padding:80px 0}.section--compact{padding-bottom:72px}}@media(max-width:640px){.container{width:min(calc(100% - 32px),var(--container))}.site-header__inner{min-height:56px;gap:12px}.brand__icon{width:36px;height:36px}.brand__wordmark{font-size:18px}.lang-switch__icon{display:none}.lang-switch{padding:4px;gap:4px}.lang-switch__button{min-width:36px;height:28px;font-size:12px}.hero{padding-top:28px;padding-bottom:20px}.hero__copy h1{font-size:clamp(36px,10vw,56px);margin-top:14px}.hero__lead{font-size:15px;margin-top:16px;line-height:1.7}.hero__actions{margin-top:20px}.hero__store-badges{flex-direction:column;gap:10px;margin-top:20px}.store-badge{padding:10px 16px;width:100%;max-width:220px}.hero__scene{min-height:340px;margin-top:8px}.scene-screen{top:30px;right:8px;left:20px;bottom:40px;border-radius:20px}.floating-card{width:72px;height:94px;border-radius:16px}.floating-card__rank{font-size:28px}.floating-card__suit{font-size:18px}.floating-card--ace{top:4px;left:-4px}.floating-card--king{top:48px;right:-4px}.floating-chip,.floating-tag{height:36px;padding:0 12px;font-size:10px}.floating-chip--left{left:4px;bottom:10px}.floating-chip--right{right:4px;bottom:68px}.floating-tag{right:4px;bottom:6px;max-width:132px;text-align:center}.floating-action{min-width:128px;padding:7px 10px;font-size:10px;gap:8px}.floating-action--raise{top:6px;right:12px}.floating-action--call{left:-4px;bottom:108px}.floating-action--fold{right:2px;top:160px}.signal-strip__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px 0}.signal-strip__value{font-size:24px;padding-top:10px}.signal-strip__label{font-size:12px;margin-top:6px}.signal-strip__item{min-height:64px}.section{padding:64px 0}.section--compact{padding-top:0;padding-bottom:56px}.section-head{margin-bottom:32px}.section-head h2{font-size:clamp(32px,8vw,48px)}.section-head p{font-size:14px}.section-head--center{text-align:left}.section--downloads{display:none}.platform-grid--two{grid-template-columns:1fr;gap:24px;max-width:none}.platform-grid--five{grid-template-columns:1fr;gap:24px}.platform-tile{min-height:auto;padding:24px 0 0}.platform-tile h3{font-size:28px;margin-top:14px}.platform-tile p{font-size:14px;margin-top:10px;margin-bottom:18px}.store-badge-button{width:100%;justify-content:center;padding:14px 20px;border-radius:12px}.store-badge-button__store{font-size:16px}.bento-card--wide,.bento-card--normal{grid-column:span 12}.bento-card,.timeline-step,.info-tile,.team-tile{padding:22px 0 0;min-height:auto}.bento-card__illustration{width:160px;right:-8px;bottom:-8px;opacity:.4}.bento-card--wide .bento-card__illustration{width:200px}.section-illustration{max-width:260px;margin-top:24px}.section-illustration--inline{max-width:200px}.bento-card h3,.bento-card--wide h3,.bento-card--normal h3{font-size:24px}.timeline-step{padding-left:0;min-height:auto}.timeline-step h3{font-size:22px}.info-tile h3,.team-tile h3{font-size:22px;margin-top:14px}.info-tile p,.team-tile p{font-size:14px}.info-tile,.team-tile{min-height:auto}.narrative-layout__intro h2{font-size:clamp(28px,7vw,42px)}.narrative-layout__intro p{font-size:14px}.site-footer__inner{flex-direction:column;gap:28px;padding:32px 0 24px}.site-footer__nav{flex-wrap:wrap;gap:16px}.site-footer__bottom{padding:16px 0;font-size:11px}}@media(max-width:380px){.container{width:min(calc(100% - 20px),var(--container))}.hero__copy h1{font-size:32px}.hero__scene{min-height:280px}.floating-card{width:60px;height:78px}.floating-card__rank{font-size:22px}.floating-card__suit{font-size:14px}.floating-action{min-width:110px;font-size:9px;padding:6px 8px}}@media(orientation:portrait)and (max-width:768px){:root{--section-py: 48px;--grid-gap: 16px;--card-padding: 20px}.site-header__inner{min-height:48px;gap:10px}.brand__icon{width:32px;height:32px}.brand__wordmark{font-size:16px}.lang-switch__button{position:relative;min-width:34px;height:26px;font-size:11px}.lang-switch__button:after{content:"";position:absolute;top:-9px;right:-5px;bottom:-9px;left:-5px}.hero{padding-top:20px;padding-bottom:12px}.hero__inner{gap:24px}.hero__copy h1{font-size:clamp(32px,9vw,44px);max-width:none;margin-top:12px}.hero__lead{font-size:15px;line-height:1.65;margin-top:14px}.hero__actions,.hero__store-badges{margin-top:16px}.store-badge{max-width:280px}.hero__scene{min-height:280px;margin-top:4px}.scene-screen{top:24px;right:6px;left:16px;bottom:32px;border-radius:16px}.floating-card{width:56px;height:72px;border-radius:14px;animation-play-state:paused;will-change:auto}.floating-card__rank{font-size:22px}.floating-card__suit{font-size:14px}.floating-card--ace{top:2px;left:-6px}.floating-card--king{top:40px;right:-6px}.floating-action{min-width:110px;padding:6px 8px;font-size:9px;gap:6px}.floating-action--raise{top:4px;right:8px}.floating-action--fold{right:0;top:140px}.section{padding:48px 0}.section--compact{padding-top:0;padding-bottom:40px}.section-head{margin-bottom:24px}.section-head h2{font-size:clamp(28px,7.5vw,40px)}.section-head p,.bento-card p,.timeline-step p,.info-tile p,.team-tile p{line-height:1.8}.signal-strip__inner{gap:12px;padding:14px 0}.signal-strip__item{min-height:56px}.signal-strip__value{font-size:22px;padding-top:8px}.signal-strip__label{font-size:11px;margin-top:4px}.bento-card{min-height:auto}.bento-card h3,.bento-card--wide h3,.bento-card--normal h3{font-size:22px}.bento-card p{font-size:13px}.bento-card__illustration{width:140px;opacity:.3}.bento-card--wide .bento-card__illustration{width:180px}.info-tile,.team-tile{min-height:auto;padding:20px 0 0}.info-tile__icon,.team-tile__icon{width:40px;height:40px}.info-tile h3,.team-tile h3{font-size:20px;margin-top:12px}.info-tile p,.team-tile p{font-size:13px}.team-tile{flex-direction:row;gap:16px;align-items:flex-start}.team-tile__icon{flex:0 0 48px}.team-tile>:not(.team-tile__icon){flex:1;min-width:0}.team-tile h3{margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pricing-grid{max-width:100%}.pricing-card__features li{font-size:13px}.pricing-card--highlight{box-shadow:0 16px 44px rgb(var(--palette-black) / .13)}.tuning-grid{gap:12px}.tuning-card{padding:18px 16px;border-radius:var(--radius-md)}.tuning-card__icon{width:36px;height:36px;border-radius:10px;margin-bottom:14px}.tuning-card h3{font-size:15px}.tuning-card p{font-size:13px;margin-top:8px}.gto-bars{gap:12px}.gto-bar__value{font-size:18px}.gto-bar__label{font-size:12px}.gto-highlights-gap{margin-top:28px}.scene-legend{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.scene-legend__item{font-size:11px}.scene-grid-panel{overflow-x:auto;-webkit-overflow-scrolling:touch}.scene-info__tag{font-size:9px}.scene-info__board,.scene-info__mae{font-size:13px}.scene-card{padding:16px 12px 20px}.scene-dot{position:relative}.scene-dot:after{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px}.showcase-metric__value{font-size:24px}.site-footer__nav{display:grid;grid-template-columns:1fr 1fr;gap:12px}.app-shell__noise{display:none}.section--glow,.section--glow-purple{background:none}.hero-backdrop{display:none}.section-illustration--float{animation-play-state:paused;will-change:auto}.timeline-step{min-height:auto;padding-left:0}.timeline-step h3{font-size:20px}.narrative-layout__intro h2{font-size:clamp(26px,7vw,38px)}.narrative-layout__intro p{font-size:14px}.section-illustration{max-width:220px;margin-top:20px}.section-illustration--inline{max-width:180px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.header-login-btn{display:inline-flex;align-items:center;height:36px;padding:0 18px;border-radius:999px;border:1px solid rgb(var(--palette-sky-300) / .28);background:rgb(var(--palette-sky-300) / .06);color:var(--sky);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s;white-space:nowrap}.header-login-btn:hover{background:rgb(var(--palette-sky-300) / .14);border-color:rgb(var(--palette-sky-300) / .44)}.header-user{display:inline-flex;align-items:center;gap:8px}.header-user__email{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-user__logout{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;border:1px solid rgb(var(--palette-gray-600) / .24);background:transparent;color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s}.header-user__logout:hover{color:var(--red);border-color:rgb(var(--palette-red-500) / .34)}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#0000009e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{position:relative;display:flex;flex-direction:column;width:min(420px,calc(100vw - 40px));padding:28px 32px 32px;border-radius:var(--radius-xl);border:1px solid rgb(var(--palette-gray-600) / .22);background:linear-gradient(170deg,rgb(var(--palette-gray-900)),rgb(var(--palette-gray-950)));box-shadow:0 40px 120px #00000080;animation:modalIn .25s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.auth-modal__brand{display:flex;align-items:center;gap:8px}.auth-modal__brand img{width:28px;height:28px;object-fit:contain}.auth-modal__brand span{font-family:Manrope,Inter,system-ui,sans-serif;font-size:16px;font-weight:800;color:var(--text);letter-spacing:-.03em}.auth-modal__close{display:grid;place-items:center;width:36px;height:36px;margin-bottom:18px;border-radius:10px;border:1px solid rgb(var(--palette-gray-600) / .22);background:rgb(var(--palette-gray-850));color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s}.auth-modal__close:hover{color:var(--text);border-color:rgb(var(--palette-gray-600) / .44)}.auth-modal__tabs{display:flex;gap:4px;margin-bottom:28px;border-radius:10px;padding:3px;background:rgb(var(--palette-gray-800) / .5)}.auth-tab{flex:1;padding:10px 0;border:0;border-radius:8px;background:transparent;color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.auth-tab.is-active{background:rgb(var(--palette-gray-700) / .5);color:var(--text)}.auth-tab:hover:not(.is-active){color:var(--text)}.auth-field{display:flex;align-items:center;gap:10px;padding:0 14px;margin-bottom:14px;border-radius:12px;border:1px solid rgb(var(--palette-gray-600) / .22);background:rgb(var(--palette-gray-850));transition:border-color .2s}.auth-field:focus-within{border-color:rgb(var(--palette-sky-300) / .44)}.auth-field svg{flex-shrink:0;color:var(--text-subtle)}.auth-field input{flex:1;padding:13px 0;border:0;background:transparent;color:var(--text);font-size:14px;outline:none}.auth-field input::placeholder{color:var(--text-subtle)}.auth-field__toggle{display:grid;place-items:center;padding:4px;border:0;background:transparent;color:var(--text-subtle);cursor:pointer;transition:color .2s}.auth-field__toggle:hover{color:var(--text)}.auth-field--code{padding-right:4px}.auth-field--code input{letter-spacing:.2em;font-weight:600}.auth-code-btn{flex-shrink:0;padding:8px 16px;border-radius:8px;border:1px solid rgb(var(--palette-sky-300) / .28);background:rgb(var(--palette-sky-300) / .06);color:var(--sky);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s,opacity .2s}.auth-code-btn:hover:not(:disabled){background:rgb(var(--palette-sky-300) / .14)}.auth-code-btn:disabled{opacity:.5;cursor:not-allowed}.auth-error{margin-bottom:14px;padding:10px 14px;border-radius:10px;background:rgb(var(--palette-red-500) / .08);border:1px solid rgb(var(--palette-red-500) / .22);color:rgb(var(--palette-red-300));font-size:13px;line-height:1.5}.auth-submit{width:100%;padding:14px;border-radius:12px;border:0;background:linear-gradient(135deg,rgb(var(--palette-blue-500)),rgb(var(--palette-sky-400)));color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s,transform .2s}.auth-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.store-badge-button--locked{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border-radius:var(--radius-sm);border:1px solid rgb(var(--palette-gray-600) / .28);background:rgb(var(--palette-gray-800) / .5);color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.store-badge-button--locked:hover{border-color:rgb(var(--palette-sky-300) / .36);color:var(--sky);background:rgb(var(--palette-sky-300) / .06)}.collaborate-right{display:flex;flex-direction:column;gap:36px}.contact-block{padding:28px 24px;border-radius:var(--radius-lg);border:1px solid rgb(var(--palette-sky-300) / .14);background:linear-gradient(160deg,rgb(var(--palette-gray-900)),rgb(var(--palette-gray-950) / .8))}.contact-block__title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--text);margin:0}.contact-block__title svg{color:var(--sky)}.contact-block__desc{margin:10px 0 0;font-size:14px;color:var(--text-muted);line-height:1.65}.contact-block__emails{display:flex;flex-direction:column;gap:12px;margin-top:20px}.contact-email{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid rgb(var(--palette-gray-600) / .18);background:rgb(var(--palette-gray-850) / .6);transition:border-color .2s,background .2s}.contact-email:hover{border-color:rgb(var(--palette-sky-300) / .32);background:rgb(var(--palette-sky-300) / .04)}.contact-email__label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-subtle);min-width:56px}.contact-email__addr{font-size:14px;font-weight:600;color:var(--sky)}@media(max-width:480px){.header-login-btn{height:32px;padding:0 14px;font-size:12px}.header-user__email{display:none}.auth-modal{padding:28px 20px 24px;border-radius:var(--radius-lg)}.auth-modal__tabs{margin-bottom:20px}.auth-field{padding:0 12px;margin-bottom:12px}.contact-block{padding:22px 18px}.contact-email{flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px}}@media(orientation:portrait)and (max-width:768px){.auth-modal{width:min(420px,calc(100vw - 24px));padding:20px 16px}.auth-field{margin-bottom:10px}.auth-submit{min-height:50px}}
