@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('/assets/fonts/roboto-mono-latin.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('/assets/fonts/roboto-mono-latin-ext.woff2') format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
--bg: #06080b;
--surface: #0d1116;
--surface-2: #12171e;
--surface-3: #1a2029;
--border: #1e252f;
--border-strong: #2c3542;
--text: #e6eaf2;
--text-muted: #98a3b7;
--text-faint: #6b7689;
--accent-rgb: 49, 237, 196;
--accent: rgb(var(--accent-rgb));
--accent-hover: #69f2d4;
--accent-solid: rgb(var(--accent-rgb));
--accent-solid-hover: #69f2d4;
--accent-soft: rgba(var(--accent-rgb), 0.1);
--accent-border: rgba(var(--accent-rgb), 0.35);
--program: #f0484d;
--preview: #2fbf5f;
--cued: #f2a63b;
--r-sm: 6px;
--r: 10px;
--r-lg: 16px;
--shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
--shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.65);
--ring: 0 0 0 3px rgba(var(--accent-rgb), 0.35);
--font: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-mono: 'Roboto Mono', ui-monospace, 'SF Mono', 'Cascadia Mono', Consolas, monospace;
--wrap: 1180px;
--pad: 24px;
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 124px; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
* { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
body {
margin: 0;
background: var(--bg);
color: var(--text);
font-family: var(--font);
font-size: 17px;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
h1, h2, h3, h4 { line-height: 1.15; margin: 0; letter-spacing: -0.02em; font-weight: 700; }
p { margin: 0; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }
img { max-width: 100%; height: auto; display: block; }
code {
font-family: var(--font-mono);
font-size: 0.9em;
background: var(--surface-3);
border: 1px solid var(--border);
border-radius: var(--r-sm);
padding: 1px 5px;
}
strong { color: var(--text); font-weight: 650; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: var(--r-sm); }
.skip-link {
position: absolute; left: -9999px; top: 8px; z-index: 100;
background: var(--accent-solid); color: var(--bg); padding: 10px 16px; border-radius: var(--r);
}
.skip-link:focus { left: 12px; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.wrap-narrow { max-width: 820px; }
.ico { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.topbar {
position: sticky; top: 0; z-index: 40;
background: rgba(6, 8, 11, 0.62);
-webkit-backdrop-filter: blur(18px) saturate(160%);
backdrop-filter: blur(18px) saturate(160%);
border-bottom: 1px solid var(--border);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
@supports not (backdrop-filter: blur(1px)) {
.topbar { background: rgba(6, 8, 11, 0.95); }
}
.topbar-in { display: flex; align-items: center; gap: 20px; height: 104px; }
.brand { display: flex; align-items: center; gap: 7px; color: var(--text); }
.brand:hover { color: var(--text); }
.brand img { width: 80px; height: 80px; border-radius: var(--r-sm); }
.brand-name { font-weight: 700; letter-spacing: 0.02em; font-size: 19px; }
.topbar .brand-name { font-size: 25px; letter-spacing: 0.01em; }
.brand-lockup { display: flex; flex-direction: column; justify-content: center; line-height: 1.1; }
.brand-alias {
font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.14em;
color: var(--text-muted); margin-top: 3px;
}
.topnav { display: flex; gap: 4px; margin-left: auto; }
.topnav a {
color: var(--text-muted); font-size: 15px; padding: 8px 12px; border-radius: var(--r-sm);
transition: color 0.15s, background 0.15s;
}
.topnav a:hover { color: var(--text); background: var(--surface-2); }
.topnav a[aria-current] { color: var(--accent); }
.topbar-end { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.topnav + .topbar-end { margin-left: 0; }
.lang {
display: inline-flex; align-items: center; gap: 7px;
color: var(--text-muted); font-size: 14px; padding: 7px 11px;
border: 1px solid var(--border); border-radius: var(--r-sm);
transition: color 0.15s, border-color 0.15s;
}
.lang:hover { color: var(--text); border-color: var(--border-strong); }
.lang .ico { width: 16px; height: 16px; }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 9px;
font: inherit; font-weight: 600; font-size: 16px;
padding: 13px 22px; border-radius: var(--r); border: 1px solid transparent;
cursor: pointer; transition: background 0.15s, border-color 0.15s, transform 0.1s, color 0.15s;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 8px 15px; font-size: 15px; }
.btn-primary {
position: relative; overflow: hidden; color: var(--bg);
background: linear-gradient(135deg, var(--accent-solid-hover), var(--accent-solid));
box-shadow: 0 0 0 1px rgba(var(--accent-rgb), 0.25), 0 10px 26px rgba(var(--accent-rgb), 0.22);
}
.btn-primary:hover { color: var(--bg); box-shadow: 0 0 0 1px rgba(var(--accent-rgb), 0.45), 0 14px 34px rgba(var(--accent-rgb), 0.3); }
.btn-primary::after {
content: ''; position: absolute; inset: 0; pointer-events: none;
background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.22) 50%, transparent 65%);
transform: translateX(-120%);
}
.btn-primary:hover::after { transition: transform 0.6s ease; transform: translateX(120%); }
.btn-primary > * { position: relative; }
.btn-ghost { border-color: var(--border-strong); color: var(--text); background: var(--surface); }
.btn-ghost:hover { border-color: var(--accent-border); color: var(--text); background: var(--surface-2); }
.hero { position: relative; padding: 88px 0 0; overflow: hidden; }
.hero-fx { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-photo {
position: absolute; inset: -140px 0 auto; display: block; height: 800px;
background-image: url('/assets/img/hero-ambience.jpg');
background-image: image-set(
url('/assets/img/hero-ambience.webp') type('image/webp'),
url('/assets/img/hero-ambience.jpg') type('image/jpeg')
);
background-size: cover; background-position: center 32%;
opacity: 0.42; filter: blur(2px);
-webkit-mask-image: linear-gradient(180deg, transparent 0, #000 17%, #000 66%, transparent 100%);
mask-image: linear-gradient(180deg, transparent 0, #000 17%, #000 66%, transparent 100%);
transform: translate3d(0, 0, 0);
}
.hero-veil {
position: absolute; inset: 0 0 auto; display: block; height: 760px;
background: radial-gradient(58% 58% at 50% 40%, rgba(6, 8, 11, 0.88), rgba(6, 8, 11, 0) 72%);
}
@media (prefers-reduced-motion: no-preference) {
@supports (animation-timeline: scroll()) {
.hero-photo {
animation: hero-parallax linear both;
animation-timeline: scroll(root block);
animation-range: 0 760px;
}
.hero-veil {
animation: hero-veil-lift linear both;
animation-timeline: scroll(root block);
animation-range: 0 520px;
}
}
}
@keyframes hero-parallax {
to { transform: translate3d(0, 150px, 0) scale(1.06); }
}
@keyframes hero-veil-lift {
to { opacity: 0.25; }
}
.hero-fx::after {
content: ''; position: absolute; display: block;
inset: -260px -10% auto; height: 720px;
background:
radial-gradient(46% 60% at 50% 12%, rgba(var(--accent-rgb), 0.2), transparent 70%),
radial-gradient(30% 44% at 18% 32%, rgba(47, 130, 212, 0.14), transparent 70%),
radial-gradient(28% 40% at 84% 26%, rgba(var(--accent-rgb), 0.1), transparent 70%);
filter: blur(6px);
animation: drift 22s ease-in-out infinite alternate;
}
@keyframes drift {
from { transform: translate3d(-1.5%, 0, 0) scale(1); }
to   { transform: translate3d(1.5%, 1.5%, 0) scale(1.06); }
}
.hero-in { position: relative; text-align: center; }
.eyebrow {
font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
color: var(--accent); margin-bottom: 18px;
}
.hero h1 {
font-size: clamp(38px, 6.4vw, 68px);
max-width: 16ch; margin: 0 auto;
background: linear-gradient(180deg, #ffffff 30%, #a9b6c9 100%);
-webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead {
color: var(--text-muted); font-size: clamp(17px, 2vw, 20px);
max-width: 62ch; margin: 22px auto 0;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }
.hero-note { color: var(--text-faint); font-size: 14px; margin-top: 16px; font-family: var(--font-mono); }
.telemetry {
list-style: none; margin: 30px 0 0; padding: 0;
display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.telemetry li {
display: inline-flex; align-items: center; gap: 8px;
font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
color: var(--text-muted); padding: 7px 13px; border-radius: 999px;
border: 1px solid var(--border); background: rgba(18, 23, 30, 0.6);
backdrop-filter: blur(6px);
}
.tl-dot {
width: 6px; height: 6px; border-radius: 50%; flex: none;
background: var(--accent); box-shadow: 0 0 8px var(--accent);
animation: pulse 2.6s ease-in-out infinite;
}
.telemetry li:nth-child(2) .tl-dot { animation-delay: 0.4s; }
.telemetry li:nth-child(3) .tl-dot { animation-delay: 0.8s; }
.telemetry li:nth-child(4) .tl-dot { animation-delay: 1.2s; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.hero-shot {
--shot-w: min(1400px, calc(100vw - 32px));
width: var(--shot-w);
margin: 56px calc((100% - var(--shot-w)) / 2) 0;
padding: 0;
border: 1px solid var(--border-strong); border-radius: var(--r-lg);
background: var(--surface); box-shadow: var(--shadow-lg); overflow: hidden;
}
.hero-shot picture { display: block; }
.hero-shot img { border-radius: inherit; width: 100%; }
.hero-shot::after {
content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.5), transparent 2px);
opacity: 0.8;
}
.hero-shot { position: relative; box-shadow: var(--shadow-lg), 0 0 0 1px rgba(var(--accent-rgb), 0.08), 0 0 80px rgba(var(--accent-rgb), 0.06); }
@media (max-width: 760px) {
.hero-shot { width: 100%; margin-inline: 0; }
.hero-photo {
inset: -110px 0 auto; height: 560px;
background-position: 78% 34%;
-webkit-mask-image: linear-gradient(180deg, transparent 0, #000 21%, #000 62%, transparent 100%);
mask-image: linear-gradient(180deg, transparent 0, #000 21%, #000 62%, transparent 100%);
}
.hero-veil { height: 560px; }
}
.section { position: relative; padding: 96px 0; }
.section + .section::before,
.section-alt::before {
content: ''; position: absolute; inset: 0 0 auto; height: 1px;
background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.28), transparent);
}
.section-alt { background: linear-gradient(180deg, transparent, var(--surface) 12%, var(--surface) 88%, transparent); }
.section-title {
font-size: clamp(26px, 3.6vw, 38px); max-width: 22ch;
background: linear-gradient(180deg, #ffffff 35%, #9fadc0 100%);
-webkit-background-clip: text; background-clip: text; color: transparent;
}
.section-lead { color: var(--text-muted); margin-top: 14px; }
.band { padding: 72px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
.band-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 18px; margin-bottom: 34px; }
.band-head h2 { font-size: clamp(22px, 3vw, 30px); }
.band-head p { color: var(--text-muted); font-size: 15px; }
.not-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.not-card { display: flex; gap: 13px; }
.not-card h3 { font-size: 16px; margin-bottom: 5px; }
.not-card p { color: var(--text-muted); font-size: 15px; line-height: 1.55; }
.not-ico { width: 17px; height: 17px; margin-top: 4px; color: var(--program); stroke-width: 2.2; }
.feature-grid {
list-style: none; margin: 44px 0 0; padding: 0;
display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.feature {
position: relative; overflow: hidden;
border: 1px solid transparent; border-radius: var(--r-lg); padding: 26px 24px;
background:
linear-gradient(var(--surface), var(--surface)) padding-box,
linear-gradient(150deg, rgba(var(--accent-rgb), 0.3), rgba(var(--accent-rgb), 0.04) 42%, var(--border) 75%) border-box;
transition: transform 0.18s, box-shadow 0.18s;
}
.feature:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(var(--accent-rgb), 0.18); }
.feature::before {
content: ''; position: absolute; inset: -1px; pointer-events: none; border-radius: inherit;
background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 0%), rgba(var(--accent-rgb), 0.13), transparent 65%);
opacity: 0; transition: opacity 0.25s;
}
.feature:hover::before { opacity: 1; }
.feature-ico {
position: relative;
display: inline-flex; align-items: center; justify-content: center;
width: 42px; height: 42px; border-radius: var(--r);
background: linear-gradient(160deg, rgba(var(--accent-rgb), 0.22), rgba(var(--accent-rgb), 0.05));
border: 1px solid var(--accent-border); color: var(--accent);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 18px rgba(var(--accent-rgb), 0.1);
margin-bottom: 18px;
}
.feature h3, .feature p { position: relative; }
.feature h3 { font-size: 18px; margin-bottom: 9px; }
.feature p { color: var(--text-muted); font-size: 15.5px; line-height: 1.6; }
.steps { list-style: none; margin: 52px 0 0; padding: 0; display: grid; gap: 64px; }
.step { display: grid; gap: 34px; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); align-items: center; }
.step-flip .step-copy { order: 2; }
.step-n {
display: inline-block; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em;
color: var(--accent); border: 1px solid var(--accent-border); background: var(--accent-soft);
border-radius: var(--r-sm); padding: 3px 9px; margin-bottom: 16px;
}
.step-copy h3 { font-size: clamp(21px, 2.6vw, 26px); margin-bottom: 12px; }
.step-copy p { color: var(--text-muted); }
.step-shot {
margin: 0; border: 1px solid var(--border-strong); border-radius: var(--r-lg);
overflow: hidden; background: var(--surface-2); box-shadow: var(--shadow);
}
.shots { margin-top: 40px; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.shot { margin: 0; }
.shot-btn {
position: relative; display: block; width: 100%; aspect-ratio: 16 / 10;
padding: 0; cursor: zoom-in; background: var(--surface-2);
border: 1px solid var(--border); border-radius: var(--r); overflow: hidden;
transition: border-color 0.18s, transform 0.18s;
}
.shot-btn img {
position: absolute; inset: 14px; width: calc(100% - 28px); height: calc(100% - 28px);
object-fit: contain; border-radius: var(--r-sm);
}
.shot-btn:hover { border-color: var(--accent-border); transform: translateY(-2px); }
.shot figcaption { color: var(--text-faint); font-size: 14px; margin-top: 10px; }
.uses { list-style: none; margin: 40px 0 0; padding: 0; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.use {
border: 1px solid var(--border); border-radius: var(--r-lg); overflow: clip;
background: var(--surface); transition: transform 0.18s, border-color 0.18s;
}
.use:hover { transform: translateY(-3px); border-color: var(--accent-border); }
.use-shot { margin: 0; position: relative; aspect-ratio: 3 / 2; background: var(--bg); }
.use-shot img { width: 100%; height: 100%; object-fit: cover; }
.use-shot::after {
content: ''; position: absolute; inset: 0;
background: linear-gradient(180deg, transparent 45%, rgba(13, 17, 22, 0.75) 85%, var(--surface));
}
@media (prefers-reduced-motion: no-preference) {
@supports (animation-timeline: view()) {
.use-shot { overflow: clip; }
.use-shot img {
position: absolute; inset: -8% 0 auto; height: 116%;
animation: use-parallax linear both;
animation-timeline: view();
animation-range: cover 0% cover 100%;
}
}
}
@keyframes use-parallax {
from { transform: translateY(-6%); }
to   { transform: translateY(6%); }
}
.use-copy { padding: 20px 22px 24px; }
.use-copy h3 { font-size: 18px; margin-bottom: 9px; }
.use-copy p { color: var(--text-muted); font-size: 15.5px; line-height: 1.6; }
.uses-note { margin-top: 22px; color: var(--text-faint); font-size: 11.5px; line-height: 1.55; max-width: 70ch; }
.req-cols { margin-top: 40px; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.req-col {
border: 1px solid transparent; border-radius: var(--r-lg); padding: 28px 26px;
background:
linear-gradient(180deg, rgba(13, 17, 22, 0.9), var(--bg)) padding-box,
linear-gradient(160deg, rgba(var(--accent-rgb), 0.22), var(--border) 60%) border-box;
}
.req-col h3 {
font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
color: var(--text-faint); margin-bottom: 18px;
}
.req-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.req-list li { display: flex; gap: 12px; color: var(--text-muted); font-size: 15.5px; line-height: 1.55; }
.li-ico { width: 18px; height: 18px; margin-top: 4px; stroke-width: 2.2; }
.li-ico.ok { color: var(--accent); }
.li-ico.no { color: var(--text-faint); }
.plans {
list-style: none; margin: 38px 0 0; padding: 0;
display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
align-items: stretch;
}
.plan {
position: relative; display: flex; flex-direction: column; gap: 14px;
padding: 30px 26px 26px; border-radius: var(--r-lg); border: 1px solid transparent;
background:
linear-gradient(var(--surface), var(--surface)) padding-box,
linear-gradient(150deg, rgba(var(--accent-rgb), 0.28), var(--border) 70%) border-box;
transition: transform 0.18s, box-shadow 0.18s;
}
.plan:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45); }
.plan.is-featured {
background:
linear-gradient(var(--surface-2), var(--surface)) padding-box,
linear-gradient(150deg, rgba(var(--accent-rgb), 0.55), rgba(var(--accent-rgb), 0.08) 60%) border-box;
box-shadow: inset 0 1px 0 rgba(var(--accent-rgb), 0.18);
}
.plan-tag {
position: absolute; top: -11px; left: 26px;
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
color: var(--bg); background: var(--accent); border-radius: 999px; padding: 3px 11px;
}
.plan-name {
font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
color: var(--accent);
}
.plan-seats { font-size: 16px; color: var(--text-muted); }
.plan-seats strong { font-size: 22px; color: var(--text); margin-right: 4px; }
.plan-price {
font-family: var(--font-mono); font-size: clamp(26px, 3.4vw, 33px); font-weight: 700;
letter-spacing: -0.02em; line-height: 1.1;
}
.plan-price span {
font-size: 15px; font-weight: 400; letter-spacing: 0;
color: var(--text-faint);
}
.plan-unit {
margin-top: -9px;
font-family: var(--font-mono); font-size: 13px; color: var(--text-muted);
}
.plan-cta { margin-top: auto; justify-content: center; }
.plan-cta.is-disabled {
cursor: not-allowed; color: var(--text-faint);
border: 1px dashed var(--border-strong); background: transparent;
}
.plans-soon {
margin-top: 18px; font-size: 14.5px; color: var(--text-muted);
padding: 14px 18px; border: 1px solid var(--border); border-left: 3px solid var(--cued);
border-radius: var(--r-sm); background: var(--surface);
}
.buy-strip {
margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px;
padding: 20px 26px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface);
}
.buy-version { font-family: var(--font-mono); font-size: 14px; color: var(--text-faint); }
.buy-version strong { color: var(--accent); }
.buy-platforms { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 14.5px; color: var(--text-muted); }
.buy-platforms .ico { width: 19px; height: 19px; color: var(--accent); flex: none; }
.buy-platforms span { flex: 1 1 180px; }
.prelaunch {
margin-top: 38px; display: grid; gap: 30px; align-items: start;
grid-template-columns: minmax(0, 1.4fr) minmax(260px, 1fr);
padding: 32px; border-radius: var(--r-lg); border: 1px solid transparent;
background:
linear-gradient(var(--surface-2), var(--surface)) padding-box,
linear-gradient(150deg, rgba(var(--accent-rgb), 0.45), var(--border) 70%) border-box;
}
.prelaunch-copy h3 { font-size: clamp(20px, 2.4vw, 25px); letter-spacing: -0.01em; }
.prelaunch-copy > p { margin-top: 12px; color: var(--text-muted); font-size: 16px; line-height: 1.6; max-width: 62ch; }
.prelaunch-copy .req-list { margin-top: 22px; }
.prelaunch-cta {
display: flex; flex-direction: column; gap: 12px; align-items: flex-start;
padding-left: 30px; border-left: 1px solid var(--border);
}
.prelaunch-cta > p { color: var(--text-muted); font-size: 14.5px; line-height: 1.55; }
.prelaunch-platforms {
display: flex; align-items: flex-start; gap: 10px; flex-wrap: wrap;
margin-top: 6px; padding-top: 16px; border-top: 1px solid var(--border);
font-size: 13.5px; color: var(--text-faint);
}
.prelaunch-platforms .ico { width: 17px; height: 17px; color: var(--accent); flex: none; margin-top: 1px; }
.prelaunch-platforms span { flex: 1 1 160px; }
.manual {
margin-top: 34px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
padding: 24px; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface);
}
.manual-ico { color: var(--accent); display: flex; }
.manual-ico .ico { width: 26px; height: 26px; }
.manual h3 { font-size: 17px; margin-bottom: 5px; }
.manual p { color: var(--text-muted); font-size: 15px; max-width: 60ch; }
.manual .btn { margin-left: auto; }
.faq {
margin-top: 36px;
display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
gap: 0 44px; align-items: start;
}
.faq-col { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary {
display: flex; align-items: center; justify-content: space-between; gap: 16px;
padding: 20px 2px; cursor: pointer; font-weight: 620; font-size: 17.5px; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--accent); }
.faq-mark { position: relative; width: 14px; height: 14px; flex: none; }
.faq-mark::before, .faq-mark::after {
content: ''; position: absolute; background: var(--accent); border-radius: 2px;
transition: transform 0.18s, opacity 0.18s;
}
.faq-mark::before { inset: 6px 0; height: 2px; }
.faq-mark::after { inset: 0 6px; width: 2px; }
.faq-item[open] .faq-mark::after { transform: scaleY(0); opacity: 0; }
.faq-body { padding: 0 2px 22px; }
.faq-body p { color: var(--text-muted); max-width: 72ch; }
.faq-body .req-list { max-width: 72ch; }
.footer { border-top: 1px solid var(--border); background: var(--surface); padding: 56px 0 28px; }
.footer-in { display: grid; gap: 32px; grid-template-columns: 1.6fr 1fr 1fr auto; align-items: start; }
.footer-brand p { color: var(--text-muted); font-size: 15px; margin-top: 8px; max-width: 34ch; }
.footer-nav { display: flex; flex-direction: column; gap: 9px; }
.footer-nav h4 {
font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
color: var(--text-faint); margin-bottom: 4px;
}
.footer-nav a { color: var(--text-muted); font-size: 15px; }
.footer-nav a:hover { color: var(--accent); }
.footer-legal { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--border); text-align: center; }
.footer-legal p { color: var(--text-faint); font-size: 13.5px; }
.lightbox:not([open]) { display: none; }
.lightbox {
border: none; padding: 0; background: transparent; color: var(--text);
max-width: min(1500px, 94vw); max-height: 94vh;
}
.lightbox::backdrop { background: rgba(3, 5, 8, 0.86); backdrop-filter: blur(4px); }
.lightbox img { border: 1px solid var(--border-strong); border-radius: var(--r); box-shadow: var(--shadow-lg); max-height: 84vh; width: auto; margin: 0 auto; }
.lightbox-cap { text-align: center; color: var(--text-muted); font-size: 14px; margin-top: 12px; }
.lightbox-close {
position: absolute; top: 10px; right: 10px; z-index: 2;
display: flex; align-items: center; justify-content: center; width: 38px; height: 38px;
background: rgba(6, 8, 11, 0.8); border: 1px solid var(--border-strong); border-radius: var(--r-sm);
color: var(--text); cursor: pointer;
}
.lightbox-close:hover { border-color: var(--accent-border); color: var(--accent); }
.modal:not([open]) { display: none; }
.modal {
width: min(660px, calc(100vw - 28px));
max-height: min(88vh, 780px);
padding: 32px 34px 28px;
border: 1px solid var(--border-strong); border-radius: var(--r-lg);
background: rgba(13, 17, 22, 0.72);
-webkit-backdrop-filter: blur(18px) saturate(160%);
backdrop-filter: blur(18px) saturate(160%);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), var(--shadow-lg);
color: var(--text);
overflow-y: auto;
}
@supports not (backdrop-filter: blur(1px)) {
.modal { background: var(--surface); }
}
.modal::backdrop {
background: rgba(3, 5, 8, 0.55);
-webkit-backdrop-filter: blur(10px) saturate(120%);
backdrop-filter: blur(10px) saturate(120%);
}
.modal h2 { font-size: clamp(22px, 3vw, 27px); letter-spacing: -0.01em; padding-right: 44px; }
.modal-lead { margin-top: 10px; color: var(--text-muted); font-size: 15.5px; line-height: 1.6; max-width: 56ch; }
.modal-close {
position: absolute; top: 14px; right: 14px;
display: flex; align-items: center; justify-content: center; width: 34px; height: 34px;
background: transparent; border: 1px solid var(--border); border-radius: var(--r-sm);
color: var(--text-muted); cursor: pointer; transition: color 0.15s, border-color 0.15s;
}
.modal-close:hover { border-color: var(--accent-border); color: var(--accent); }
.modal-close .ico { width: 15px; height: 15px; }
.nform { margin-top: 24px; display: grid; gap: 16px 18px; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field-wide, .nform-privacy, .modal-actions { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--text-muted); }
.fl-opt {
font-family: var(--font-mono); font-weight: 400; font-size: 10.5px;
letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint);
}
.field input, .field select, .field textarea {
margin-top: auto;
font: inherit; font-size: 15px; color: var(--text);
padding: 11px 13px; border-radius: var(--r);
border: 1px solid var(--border-strong); background: rgba(6, 8, 11, 0.55);
transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
width: 100%; min-width: 0;
}
.field textarea { resize: vertical; min-height: 92px; line-height: 1.55; }
.field ::placeholder { color: var(--text-faint); }
.field input:focus, .field select:focus, .field textarea:focus {
outline: none; border-color: var(--accent-border); background: rgba(6, 8, 11, 0.75);
box-shadow: var(--ring);
}
.nform .field input:user-invalid { border-color: var(--program); }
.field select { appearance: none; cursor: pointer; }
.nform-privacy {
display: flex; align-items: flex-start; gap: 9px;
margin-top: 2px; font-size: 13px; color: var(--text-faint); line-height: 1.5;
}
.nform-privacy .ico { width: 15px; height: 15px; flex: none; margin-top: 1px; }
.modal-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 6px; flex-wrap: wrap; }
.modal-doc {
display: flex; flex-direction: column; overflow: hidden;
width: min(820px, calc(100vw - 28px));
height: min(88vh, 780px);
}
.doc-text {
flex: 1 1 auto; min-height: 8rem; overflow: auto;
margin-top: 20px; padding: 20px 22px;
border: 1px solid var(--border); border-radius: var(--r);
background: rgba(6, 8, 11, 0.55);
font-family: var(--font-mono); font-size: 13.5px; line-height: 1.7;
color: var(--text-muted);
white-space: pre-wrap; overflow-wrap: break-word;
}
.doc-text:focus-visible { border-color: var(--accent-border); box-shadow: none; }
.modal-doc .modal-actions { margin-top: 16px; }
.nform-trap {
position: absolute; left: -9999px; top: auto;
width: 1px; height: 1px; overflow: hidden;
}
.nform[hidden], .nform-done[hidden], .nform-err[hidden] { display: none; }
.nform-done { margin-top: 26px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.nform-done-ico { display: flex; color: var(--accent); }
.nform-done-ico .ico { width: 30px; height: 30px; }
.nform-done h3 { font-size: 20px; }
.nform-done p { color: var(--text-muted); font-size: 15px; line-height: 1.6; max-width: 54ch; }
.nform-done a { color: var(--accent); }
.nform-done .btn { margin-top: 6px; }
.nform-err { margin-top: 26px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.nform-err-ico { display: flex; color: var(--program); }
.nform-err-ico .ico { width: 26px; height: 26px; }
.nform-err h3 { font-size: 20px; }
.nform-err p { color: var(--text-muted); font-size: 15px; line-height: 1.6; max-width: 54ch; }
.nform-err a { color: var(--accent); }
.nform-err .modal-actions { margin-top: 8px; justify-content: flex-start; width: 100%; }
.nform [data-submit]:disabled { opacity: 0.65; cursor: progress; }
@media (max-width: 1000px) {
.topnav { display: none; }
.topnav + .topbar-end { margin-left: auto; }
.footer-in { grid-template-columns: 1fr 1fr; }
.footer-lang { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
body { font-size: 16px; }
.topbar-in { height: 84px; }
.brand img { width: 60px; height: 60px; }
.section { padding: 72px 0; }
.hero { padding-top: 64px; }
.hero-cta .btn { width: 100%; }
.step { grid-template-columns: 1fr; gap: 22px; }
.step-flip .step-copy { order: 0; }
.buy { grid-template-columns: 1fr; gap: 20px; }
.manual .btn { margin-left: 0; width: 100%; }
.prelaunch { grid-template-columns: 1fr; gap: 24px; padding: 26px 22px; }
.prelaunch-cta { padding-left: 0; padding-top: 24px; border-left: 0; border-top: 1px solid var(--border); }
.prelaunch-cta .btn { width: 100%; }
.modal { padding: 26px 20px 22px; max-height: 92vh; width: calc(100vw - 20px); }
.modal-doc { height: 92vh; }
.doc-text { font-size: 12px; padding: 16px 15px; }
.nform { grid-template-columns: 1fr; }
.modal-actions { flex-direction: column-reverse; }
.modal-actions .btn { width: 100%; }
}
@media (max-width: 460px) {
.lang span { display: none; }
.lang { padding: 7px 9px; }
}
.js [data-reveal],
.js [data-reveal-group] > * {
opacity: 0; transform: translateY(16px);
transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.js [data-reveal].is-in,
.js [data-reveal-group] > .is-in { opacity: 1; transform: none; }
.js [data-reveal-group] > *:nth-child(2) { transition-delay: 0.06s; }
.js [data-reveal-group] > *:nth-child(3) { transition-delay: 0.12s; }
.js [data-reveal-group] > *:nth-child(4) { transition-delay: 0.18s; }
.js [data-reveal-group] > *:nth-child(5) { transition-delay: 0.24s; }
.js [data-reveal-group] > *:nth-child(6) { transition-delay: 0.3s; }
body::after {
content: ''; position: fixed; inset: 0; z-index: 1; pointer-events: none;
opacity: 0.035;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
main, .footer { position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
.hero-fx::after, .tl-dot { animation: none; }
.js [data-reveal],
.js [data-reveal-group] > * { opacity: 1; transform: none; transition: none; }
}
.legal { padding: 92px 0 96px; }
.legal h1 { font-size: clamp(30px, 4vw, 42px); letter-spacing: -0.02em; margin: 10px 0 0; }
.legal-lead { color: var(--text-muted); font-size: 18px; line-height: 1.65; margin-top: 14px; max-width: 64ch; }
.legal-updated {
font-family: var(--font-mono); font-size: 13px; color: var(--text-faint);
margin-top: 10px; padding-bottom: 26px; border-bottom: 1px solid var(--border);
}
.legal-block { margin-top: 34px; }
.legal-block h2 { font-size: 20px; letter-spacing: -0.01em; margin: 0 0 10px; }
.legal-block p { color: var(--text-muted); line-height: 1.7; margin: 0 0 12px; max-width: 68ch; }
.legal-block p strong { color: var(--text); }
.legal-back { margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--border); }
.legal-back a { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); }
.legal-back .ico { transform: rotate(180deg); }
.consent-box {
border: 1px solid var(--border-strong); border-radius: var(--r);
background: var(--surface); padding: 22px 24px; margin-top: 46px;
}
.consent-box p { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0; color: var(--text); }
.cookie-bar {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
background: var(--surface); border-top: 1px solid var(--border);
box-shadow: 0 -10px 26px rgba(0, 0, 0, 0.32);
animation: cookie-in 0.22s ease-out both;
}
.cookie-in {
width: 100%; max-width: 1000px; margin: 0 auto; padding: 11px var(--pad);
display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.cookie-copy {
flex: 1 1 340px; min-width: 0; margin: 0;
color: var(--text-muted); font-size: 13.5px; line-height: 1.55;
}
.cookie-copy a { color: var(--accent); }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-actions .btn { min-width: 104px; justify-content: center; }
@keyframes cookie-in { from { transform: translateY(100%); } to { transform: translateY(0); } }
@media (max-width: 620px) {
.cookie-in { gap: 12px; padding-bottom: 13px; }
.cookie-actions { width: 100%; }
.cookie-actions .btn { flex: 1 1 0; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
.cookie-bar { animation: none; }
}
