@font-face { font-family: Inter; src: url('./assets/inter.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }
:root { color-scheme: dark; --bg:#050608; --panel:#090b10; --white:#f4f6fb; --muted:#a8abb7; --line:#282c36; --blue:#2851ff; --violet:#7139ff; --radius:8px; --space:clamp(24px,3vw,44px); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:28px; }
body { margin:0; background:var(--bg); color:var(--white); font:400 16px/1.55 Inter,system-ui,sans-serif; }
button,input,select,textarea { font:inherit; }
button,a,summary,select { -webkit-tap-highlight-color:transparent; }
button,a { touch-action:manipulation; }
button { cursor:pointer; }
a { color:inherit; text-underline-offset:4px; }
a:hover { color:#c3caff; }
button:disabled { cursor:not-allowed; }
:focus-visible { outline:3px solid #96b5ff; outline-offset:5px; }
[hidden] { display:none!important; }
.shell { width:calc(100% - var(--space)*2); max-width:1440px; margin-inline:auto; }
.site-header { height:100px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.brand { display:block; width:244px; line-height:0; }
.brand img { display:block; width:100%; height:auto; mix-blend-mode:screen; }
nav { display:flex; gap:40px; font-size:16px; }
nav a { text-decoration:none; padding:12px 0; }
.skip-link { position:fixed; top:12px; left:12px; transform:translateY(-180%); z-index:20; padding:12px 18px; background:var(--blue); border-radius:var(--radius); }
.skip-link:focus { transform:none; }
h1,h2,h3,p,figure { margin:0; }
h1 { font-size:clamp(42px,4.35vw,64px); line-height:1.1; letter-spacing:-.055em; font-weight:700; }
h2 { font-size:clamp(28px,2.7vw,40px); line-height:1.15; letter-spacing:-.035em; font-weight:680; }
h3 { font-size:20px; line-height:1.3; letter-spacing:-.025em; font-weight:650; }
p { color:var(--muted); }
.lead { font-size:20px; line-height:1.6; }
.hero { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.55fr); gap:42px; align-items:center; padding-block:60px 52px; }
.hero-copy .lead { margin-top:28px; max-width:500px; }
.hero-action { margin-top:32px; }
.tagline { font-size:15px; margin-top:26px; max-width:465px; }
.button { display:inline-flex; gap:12px; align-items:center; justify-content:center; min-height:46px; border:1px solid #6683ff; border-radius:var(--radius); padding:11px 20px; color:var(--white); background:var(--blue); font-size:15px; line-height:1.4; font-weight:540; text-decoration:none; transition:background .16s,box-shadow .16s,transform .16s; }
.button:hover:not(:disabled) { background:#355fff; color:white; box-shadow:0 0 20px #2851ff35; }
.button:active:not(:disabled) { transform:translateY(1px); }
.button.primary { font-size:18px; padding:16px 24px; background:linear-gradient(180deg,#2851ff,#1235df); border-color:#708cff; box-shadow:inset 0 1px #ffffff22; }
.button.outline { background:#0a1020; border-color:#3e65ff; }
.button.outline:hover { background:#121e43; }
.button:disabled { color:#a3a7b4; background:#252a37; border-color:#4b5163; }
.product-preview { min-width:0; }
.glow-frame { padding:2px; border-radius:20px; background:linear-gradient(120deg,#5279ff,#2851ff 20%,#9e40ff); box-shadow:0 0 10px #2851ffbb,0 0 30px #2851ff42,14px 6px 35px #7139ff25; }
.glow-frame img { display:block; width:100%; height:auto; border-radius:18px; background:var(--panel); }
figcaption { display:flex; justify-content:flex-end; align-items:center; gap:28px; color:#bbbfd1; font-size:13px; margin-top:14px; }
.text-button { border:0; background:transparent; color:inherit; text-decoration:underline; text-underline-offset:4px; font-size:13px; padding:5px 0; }
.text-button:hover { color:white; }
.band { border-top:1px solid var(--line); padding-block:48px; }
.download { display:grid; grid-template-columns:minmax(250px,.8fr) minmax(0,1.6fr); gap:44px; }
.platform-tabs { display:flex; width:100%; max-width:348px; margin-top:28px; border:1px solid #313b58; border-radius:var(--radius); }
.platform-tabs button { background:transparent; border:1px solid transparent; border-radius:7px; flex:1; padding:12px 20px; color:#d0d4e6; font-size:16px; font-weight:540; }
.platform-tabs button[aria-selected=true] { background:#153bec; color:white; border-color:#7890ff; box-shadow:inset 0 1px #ffffff22; }
.platform-tabs button:hover:not([aria-selected=true]) { background:#0e1426; }
.platform-panel { display:flex; gap:22px; align-items:flex-start; padding:30px; border:1px solid #2d3863; border-radius:16px; background:linear-gradient(120deg,#0a0d15,var(--bg)); }
.computer-icon { width:52px; height:52px; flex:none; display:grid; place-items:center; border:1px solid #404b69; border-radius:12px; background:linear-gradient(135deg,#1a2236,#090b10); }
.computer-icon svg { width:28px; height:28px; }
.platform-copy { min-width:0; }
.platform-copy h3 { font-size:22px; margin:3px 0; }
.availability { margin-top:18px; font-size:14px; }
#download-button,#download-link { margin-top:10px; text-align:center; }
.file-details { margin-top:16px; font-size:13px; }
.file-details summary { cursor:pointer; color:#cad1ee; }
.file-details p { margin-top:8px; overflow-wrap:anywhere; }
.file-details code { display:block; margin-top:5px; overflow-wrap:anywhere; color:#cad1ee; }
.caption { font-size:13px; line-height:1.55; margin-top:10px; }
.install-help { margin-top:18px; font-size:14px; }
.install-help summary { color:#cad1ee; }
.install-help p { margin-top:12px; }
.install-help ol { padding-left:20px; color:var(--muted); }
.install-help li { padding-left:3px; margin-bottom:6px; }
.setup>.lead { margin-top:16px; }
.steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); list-style:none; margin:40px 0 0; padding:0; }
.steps li { padding:0 24px; border-left:1px solid var(--line); }
.steps li:first-child { padding-left:0; border:0; }
.steps li:last-child { padding-right:0; }
.step-number { display:block; font-size:38px; font-weight:750; color:#4266ff; line-height:1; letter-spacing:-.04em; margin-bottom:18px; }
.steps p { margin-top:14px; }
.example { display:grid; grid-template-columns:1fr 1.2fr; gap:64px; }
.example .lead { margin-top:16px; max-width:560px; }
.instruction { color:var(--white); font:400 15px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace; border:1px solid #3766ff; border-radius:var(--radius); padding:24px; box-shadow:0 0 20px #2851ff25; background:#0b0f17; }
.example-instruction>.button { width:100%; margin-top:16px; }
.copy-status { color:#b6c5ff; font-size:13px; min-height:20px; margin-top:8px; }
.help { display:grid; grid-template-columns:1fr 1fr; gap:72px; }
.help h2 { font-size:clamp(26px,2.35vw,34px); margin-bottom:20px; }
.questions details { margin-top:12px; border:1px solid #30394e; border-radius:var(--radius); background:#090c11; padding:0 18px; }
.questions summary { display:flex; align-items:center; justify-content:space-between; gap:20px; list-style:none; padding:18px 0; cursor:pointer; font-size:16px; font-weight:540; }
.questions summary::-webkit-details-marker { display:none; }
.questions summary::after { content:''; display:block; border:solid #d5dcf0; border-width:0 1.5px 1.5px 0; width:8px; height:8px; transform:rotate(-45deg); flex:none; margin-right:3px; }
.questions details[open] summary::after { transform:rotate(-135deg); }
.questions details p { font-size:14px; margin-bottom:16px; }
.feedback { padding-left:32px; border-left:1px solid var(--line); }
.feedback>p { font-size:17px; }
form { margin-top:18px; }
label { display:block; font-size:14px; margin-bottom:7px; font-weight:520; }
select,textarea { display:block; width:100%; padding:12px 15px; border:1px solid #3c455b; border-radius:6px; color:var(--white); background:#0b0e15; font-size:15px; }
select { min-height:46px; margin-bottom:20px; }
textarea { resize:vertical; min-height:120px; }
textarea::placeholder { color:#9196a6; }
form .button { margin-top:16px; }
.feedback-actions { display:flex; flex-wrap:wrap; gap:0 12px; }
#report-contact { overflow-wrap:anywhere; }
.site-footer { border-top:1px solid var(--line); padding-block:32px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.site-footer p { font-size:20px; font-weight:650; color:var(--white); letter-spacing:-.025em; }
.site-footer a { font-size:14px; color:#90acff; }
dialog { max-width:min(1440px,96vw); width:96vw; max-height:94vh; border:1px solid #6578c9; border-radius:12px; background:var(--bg); color:var(--white); padding:16px; }
dialog::backdrop { background:#000d; backdrop-filter:blur(4px); }
.dialog-header { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:14px; }
.dialog-header h2 { font-size:18px; letter-spacing:0; }
dialog img { display:block; width:100%; height:auto; }
.noscript { border:1px solid #f2c57d; padding:16px; color:#f2c57d; }
@media(max-width:1050px) {
  .hero { gap:30px; grid-template-columns:.95fr 1.3fr; padding-top:44px; }
  h1 { font-size:44px; }
  .hero .lead { font-size:18px; }
  .download { gap:28px; grid-template-columns:.75fr 1.25fr; }
  .platform-panel { padding:24px; gap:15px; }
  .computer-icon { display:none; }
  .steps { grid-template-columns:repeat(2,minmax(0,1fr)); row-gap:32px; }
  .steps li:nth-child(3) { padding-left:0; border:0; }
  .steps li:nth-child(2) { padding-right:0; }
  .example,.help { gap:36px; }
  .feedback { padding-left:24px; }
}
@media(max-width:760px) {
  .site-header { height:84px; }
  .brand { width:188px; }
  nav { gap:22px; font-size:14px; }
  .hero { display:flex; flex-direction:column; align-items:stretch; gap:36px; padding-block:40px; }
  h1 { font-size:clamp(40px,7.5vw,56px); }
  .desktop-break { display:none; }
  .hero-copy .lead { max-width:600px; margin-top:22px; }
  .hero-action { margin-top:24px; }
  .tagline { max-width:550px; margin-top:20px; }
  .product-preview { width:100%; }
  .glow-frame { border-radius:12px; }
  .glow-frame img { border-radius:10px; }
  figcaption { justify-content:space-between; gap:10px; flex-wrap:wrap; font-size:12px; }
  .band { padding-block:36px; }
  .download,.example,.help { grid-template-columns:1fr; gap:28px; }
  .platform-panel { padding:22px; }
  .computer-icon { display:grid; width:44px; height:44px; }
  .platform-copy h3 { font-size:20px; }
  .platform-tabs { margin-top:20px; }
  .lead { font-size:18px; }
  .steps { margin-top:32px; }
  .steps li { padding:0 18px; }
  .steps h3 { font-size:18px; }
  .steps p { font-size:15px; }
  .feedback { border-left:0; padding-left:0; border-top:1px solid var(--line); padding-top:30px; }
  .site-footer { align-items:flex-start; }
  .site-footer p { font-size:18px; max-width:290px; }
  .site-footer a { flex:none; }
  .dialog-header { align-items:flex-start; }
  .dialog-header h2 { font-size:15px; }
  .dialog-header .button { font-size:13px; padding:8px 12px; min-height:40px; flex:none; }
}
@media(max-width:430px) {
  :root { --space:20px; }
  .brand { width:158px; }
  nav { gap:18px; font-size:13px; }
  h1 { font-size:40px; }
  h2 { font-size:28px; }
  .button.primary { font-size:16px; padding:14px 20px; }
  .computer-icon { display:none; }
  .platform-panel { padding:20px; }
  .steps { grid-template-columns:1fr; }
  .steps li,.steps li:first-child,.steps li:nth-child(3) { padding:24px 0 0; border:0; border-top:1px solid var(--line); }
  .steps li:first-child { padding-top:0; border:0; }
  .steps li h3 { font-size:20px; }
  .steps li p { font-size:16px; }
  .step-number { font-size:32px; margin-bottom:12px; }
  .site-footer { flex-direction:column; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; animation:none!important; } }
