:root{--bg: #05080f;--bg-2: #070c18;--surface: #0b1220;--surface-2: #101a2b;--line: rgba(255, 255, 255, .09);--line-strong: rgba(255, 255, 255, .16);--text: #eef3fb;--text-mid: #b9c4d8;--text-dim: #8594ac;--blue: #2f6bff;--blue-bright: #64a7ff;--blue-deep: #0b3ad6;--red: #e33b52;--red-bright: #ff6f65;--red-deep: #b8122c;--display: "Oswald", "Arial Narrow", system-ui, sans-serif;--body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--wrap: 1120px;--measure: 68ch;--radius: 18px}*{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text-mid);font-family:var(--body);font-size:16px;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--display);font-weight:600;color:var(--text);line-height:1.12;letter-spacing:.01em;margin:0 0 .6em}h1{font-size:clamp(2.2rem,6vw,3.7rem)}h2{font-size:clamp(1.6rem,4vw,2.4rem)}h3{font-size:clamp(1.15rem,2.4vw,1.45rem)}h4{font-size:1.05rem}p,ul,ol{margin:0 0 1.1em}li{margin-bottom:.4em}a{color:var(--blue-bright);text-decoration-color:#64a7ff66;text-underline-offset:3px}a:hover{text-decoration-color:currentColor}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;background:var(--surface-2);border:1px solid var(--line);border-radius:6px;padding:.1em .4em}:focus-visible{outline:2px solid var(--blue-bright);outline-offset:3px;border-radius:4px}.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2rem)}main{flex:1 0 auto}.site-head{position:sticky;top:0;z-index:40;background:#05080fd1;backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.site-head .wrap{display:flex;align-items:center;gap:1.5rem;min-height:68px}.brand{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--display);font-size:1.35rem;font-weight:600;letter-spacing:.04em;color:var(--text);text-decoration:none}.brand svg{width:26px;height:26px;flex:none}.site-head nav{margin-left:auto;display:flex;align-items:center;gap:clamp(.9rem,3vw,1.8rem);font-size:.94rem}.site-head nav a{color:var(--text-dim);text-decoration:none;white-space:nowrap}.site-head nav a:hover{color:var(--text)}.site-foot{border-top:1px solid var(--line);background:var(--bg-2);margin-top:clamp(3.5rem,9vw,6rem);padding-block:clamp(2rem,5vw,3rem);font-size:.9rem}.foot-grid{display:flex;flex-wrap:wrap;gap:1.6rem 3rem;align-items:flex-start}.foot-grid>div:first-child{margin-right:auto;max-width:30ch}.site-foot h4{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.7rem}.site-foot nav{display:flex;flex-direction:column;gap:.4rem}.site-foot a{color:var(--text-mid);text-decoration:none}.site-foot a:hover{color:var(--text)}.foot-legal{margin-top:2rem;padding-top:1.4rem;border-top:1px solid var(--line);color:var(--text-dim);font-size:.85rem}.hero{position:relative;padding-block:clamp(3rem,8vw,6rem) clamp(3rem,9vw,7rem);overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0}.hero:before{width:46rem;height:46rem;top:-14rem;left:-18rem;background:radial-gradient(circle,rgba(47,107,255,.34),transparent 68%)}.hero:after{width:42rem;height:42rem;top:-6rem;right:-16rem;background:radial-gradient(circle,rgba(200,30,58,.3),transparent 68%)}.hero .wrap{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:clamp(2rem,6vw,4rem);align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;padding:.4rem .95rem;border:1px solid var(--line-strong);border-radius:999px;background:#2f6bff1a;color:var(--text-mid);font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.4rem}.eyebrow svg{width:15px;height:15px}.hero h1{margin-bottom:.5em}.grad-blue,.grad-red{font-style:normal;-webkit-background-clip:text;background-clip:text;color:transparent}.grad-blue{background-image:linear-gradient(100deg,var(--blue-bright),var(--blue))}.grad-red{background-image:linear-gradient(100deg,var(--red-bright),var(--red))}.hero p.lede{max-width:42ch}.lede{color:var(--text-mid);font-size:clamp(1rem,1.6vw,1.12rem)}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem}.hero-note{display:flex;align-items:center;gap:.55rem;margin-top:1.6rem;color:var(--text-dim);font-size:.9rem}.hero-note svg{width:17px;height:17px;color:var(--blue-bright);flex:none}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.6rem;border-radius:12px;border:1px solid transparent;font-family:var(--body);font-weight:600;font-size:.97rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn--primary{background:linear-gradient(120deg,var(--blue),var(--blue-deep));color:#fff;box-shadow:0 10px 30px -12px #2f6bffd9}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px -12px #2f6bfff2}.btn--ghost{background:#ffffff0a;border-color:var(--line-strong);color:var(--text)}.btn--ghost:hover{background:#ffffff14}.btn svg{width:18px;height:18px}.stores{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none}.stores li{margin:0}.store{display:inline-flex;align-items:center;gap:.7rem;min-width:195px;padding:.6rem 1.1rem;border-radius:12px;border:1px solid var(--line-strong);background:#ffffff0d;color:var(--text);text-decoration:none;line-height:1.15}a.store:hover{background:#ffffff1a;border-color:#ffffff47}.store svg{width:26px;height:26px;flex:none}.store small{display:block;font-size:.68rem;letter-spacing:.09em;text-transform:uppercase;color:var(--text-dim)}.store b{font-family:var(--display);font-weight:500;font-size:1.08rem;letter-spacing:.01em}.store--soon{opacity:.6;cursor:default}.phone{position:relative;width:100%;aspect-ratio:9 / 19;border-radius:2.2rem;padding:.5rem;background:linear-gradient(160deg,#2a3446,#10151f 55%,#232c3c);box-shadow:0 40px 80px -30px #000000f2,inset 0 0 0 1px #ffffff0f}.phone>img{width:100%;height:100%;object-fit:cover;border-radius:1.75rem;background:var(--bg-2)}.phone:after{content:"";position:absolute;top:.95rem;left:50%;transform:translate(-50%);width:26%;height:.42rem;border-radius:999px;background:#000000bf}.hero-phone{position:relative;justify-self:center;width:min(300px,76vw)}.hero-phone:before{content:"";position:absolute;inset:-22% -34%;background:radial-gradient(circle at 22% 42%,rgba(47,107,255,.55),transparent 58%),radial-gradient(circle at 80% 52%,rgba(215,32,62,.5),transparent 58%);filter:blur(46px);z-index:-1}.section{padding-block:clamp(3rem,8vw,5.5rem)}.section--alt{background:var(--bg-2);border-block:1px solid var(--line)}.section-head{text-align:center;max-width:58ch;margin:0 auto clamp(2rem,5vw,3.2rem)}.section-head p{color:var(--text-dim);margin:0}.showcase{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:clamp(1.8rem,5vw,3.5rem);align-items:center;padding:clamp(1.6rem,4vw,2.8rem);border:1px solid var(--line);border-radius:26px;background:radial-gradient(120% 140% at 0% 0%,rgba(47,107,255,.14),transparent 55%),radial-gradient(120% 140% at 100% 100%,rgba(200,30,58,.12),transparent 55%),var(--surface)}.showcase-icon{width:clamp(88px,12vw,116px);height:auto;border-radius:24px;border:1px solid var(--line-strong);margin-bottom:1.4rem}.tag{display:inline-block;padding:.28rem .75rem;border-radius:999px;border:1px solid rgba(47,107,255,.45);background:#2f6bff24;color:var(--blue-bright);font-size:.72rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;margin-bottom:1rem}.tag--live{border-color:#65d84e80;background:#65d84e24;color:#8ee87a}.showcase h3{font-size:clamp(1.7rem,3.6vw,2.4rem);margin-bottom:.4rem}.showcase>div>p{max-width:46ch}.chips{display:flex;flex-wrap:wrap;gap:.5rem 1.3rem;margin:1.2rem 0 0;padding:0;list-style:none}.chips li{display:flex;align-items:center;gap:.45rem;margin:0;color:var(--text-dim);font-size:.9rem}.chips svg{width:16px;height:16px;color:var(--blue-bright);flex:none}.showcase-shots{display:flex;gap:clamp(.7rem,2vw,1.2rem);justify-content:center;align-items:flex-end}.showcase-shots .phone{width:min(180px,40vw)}.showcase-shots .phone:first-child{transform:translateY(-1.2rem) rotate(-2.5deg)}.showcase-shots .phone:last-child{transform:rotate(2.5deg)}.store-soon{margin:1.4rem 0 0;color:var(--text-dim);font-size:.92rem}.closing-line{text-align:center;margin:clamp(2rem,5vw,3rem) 0 0;color:var(--text-dim)}.more-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.4rem;font-weight:600;text-decoration:none}.more-link:hover{text-decoration:underline}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.1rem;list-style:none;margin:0;padding:0}.card-grid li{margin:0}.card{height:100%;padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.card h3{margin-bottom:.35rem}.card p{margin:0;color:var(--text-dim);font-size:.94rem}a.card{display:block;text-decoration:none;transition:border-color .15s ease,transform .15s ease}a.card:hover{border-color:var(--line-strong);transform:translateY(-2px)}.card--soon{border-style:dashed;background:#ffffff04;text-align:center}.card--soon .dot{width:42px;height:42px;margin:0 auto .9rem;border-radius:50%;border:1px dashed var(--line-strong);display:grid;place-items:center;color:var(--text-dim)}.card--soon h3{font-size:1.1rem;color:var(--text-mid)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem 2rem;list-style:none;margin:0;padding:0}.features li{margin:0}.features h4{display:flex;align-items:center;gap:.55rem;margin-bottom:.35rem}.features .num{width:26px;height:26px;flex:none;display:grid;place-items:center;border-radius:8px;background:#2f6bff29;border:1px solid rgba(47,107,255,.4);color:var(--blue-bright);font-size:.8rem}.features p{margin:0;font-size:.94rem;color:var(--text-dim)}.modes{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:1.2rem;list-style:none;margin:0;padding:0}.modes li{margin:0}.mode{height:100%;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.mode img{width:100%;height:185px;object-fit:cover}.mode>div{padding:1.3rem 1.4rem 1.5rem}.mode h3{font-size:1.25rem;margin-bottom:.4rem}.mode p{margin:0;font-size:.94rem;color:var(--text-dim)}.mode-tag{display:inline-block;font-family:var(--display);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.5rem}.mode--career .mode-tag{color:#65d84e}.mode--sudden .mode-tag{color:#ff8a3d}.mode--mystery .mode-tag{color:#b18cff}.faq{max-width:74ch;margin:0 auto}.faq details{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:.9rem 1.2rem;margin-bottom:.7rem}.faq summary{cursor:pointer;font-family:var(--display);font-size:1.06rem;color:var(--text);letter-spacing:.01em}.faq summary::marker{color:var(--blue-bright)}.faq details[open] summary{margin-bottom:.6rem}.faq p{margin:0;font-size:.95rem;color:var(--text-dim)}.faq p+p{margin-top:.7rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:1rem;list-style:none;margin:0;padding:0}.stats li{margin:0;padding:1.2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:center}.stats b{display:block;font-family:var(--display);font-size:1.9rem;font-weight:600;color:var(--text);line-height:1.1}.stats span{font-size:.85rem;color:var(--text-dim)}.page{max-width:720px;padding-block:clamp(2.2rem,6vw,3.5rem)}.prose{max-width:var(--measure)}.prose h1{font-size:clamp(1.9rem,5vw,3rem)}.prose h2{margin-top:2.2em;font-size:clamp(1.3rem,3vw,1.7rem)}.prose h3{margin-top:1.8em;font-size:1.12rem}.prose strong{color:var(--text)}.prose>.lede{font-size:1.1rem}.meta{color:var(--text-dim);font-size:.88rem;margin-top:-.4em}.note{border:1px solid var(--line);border-left:3px solid var(--blue);border-radius:12px;background:var(--surface);padding:1.1rem 1.3rem;margin:1.6rem 0}.note p:last-child{margin-bottom:0}.address{font-family:var(--display);font-size:clamp(1.35rem,4vw,1.9rem);letter-spacing:.02em;margin:0;word-break:break-word}.address a{color:var(--text);text-decoration-color:#64a7ff99}table{width:100%;border-collapse:collapse;font-size:.94rem}th,td{text-align:left;padding:.7rem .9rem;border-bottom:1px solid var(--line);vertical-align:top}th{font-family:var(--display);font-weight:500;color:var(--text-mid);white-space:nowrap}.table-scroll{overflow-x:auto}.back-link{display:inline-block;margin-bottom:1.6rem;color:var(--text-dim);text-decoration:none;font-size:.9rem}.back-link:hover{color:var(--text)}@media(max-width:900px){.hero .wrap{grid-template-columns:1fr;text-align:center}.hero p.lede{margin-inline:auto}.hero-actions,.hero-note{justify-content:center}.hero-phone{order:2}.showcase{grid-template-columns:1fr;text-align:center}.showcase-icon{margin-inline:auto}.showcase>div>p{margin-inline:auto}.chips,.stores{justify-content:center}.showcase-shots{order:2}}@media(max-width:560px){.site-head nav{gap:.9rem;font-size:.88rem}.store{min-width:0;flex:1 1 175px}.showcase-shots .phone{width:min(150px,42vw)}.foot-grid{gap:1.4rem 2rem}.mode img{height:165px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
