:root{--bg:#f4f6f8;--surface:#fff;--surface-2:#eef1f4;--text:#141519;--muted:#67707c;--border:#dce1e7;--yellow:#ffd400;--yellow-strong:#e6bd00;--black:#0d0d0f;--success:#138a4b;--shadow:0 18px 50px rgba(14,18,24,.09)}
:root[data-theme="dark"]{--bg:#0d0d0f;--surface:#17181c;--surface-2:#22242a;--text:#f5f6f8;--muted:#a8afb9;--border:#2e3138;--shadow:0 18px 50px rgba(0,0,0,.32)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(20px,5vw,72px);background:color-mix(in srgb,var(--surface) 90%,transparent);border-bottom:1px solid var(--border);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--yellow);color:#111;font-size:25px}.brand strong{display:block;font-size:20px}.brand small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.18em}.theme-toggle{width:46px;height:46px;border-radius:50%;border:1px solid var(--border);background:var(--surface);cursor:pointer;font-size:20px}main{max-width:1200px;margin:auto;padding:0 24px 72px}.hero{min-height:680px;display:grid;grid-template-columns:1.45fr .75fr;gap:70px;align-items:center;padding:70px 0}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.2em;color:#9a7900}:root[data-theme="dark"] .eyebrow{color:var(--yellow)}h1{font-size:clamp(52px,8vw,105px);line-height:.91;letter-spacing:-.065em;margin:18px 0 28px}.hero-copy>p{max-width:680px;font-size:20px;color:var(--muted)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0}.btn{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border-radius:15px;text-decoration:none;font-weight:900;border:1px solid var(--border)}.btn-primary{background:var(--yellow);color:#111;border-color:var(--yellow)}.btn-primary:hover{background:var(--yellow-strong)}.btn-secondary{background:var(--surface)}.meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:35px}.meta-grid div{padding:18px;border:1px solid var(--border);background:var(--surface);border-radius:16px}.meta-grid span{display:block;color:var(--muted);font-size:12px;margin-bottom:5px}.meta-grid strong{font-size:14px}.download-card{padding:38px;border:1px solid var(--border);border-radius:30px;background:var(--surface);box-shadow:var(--shadow);text-align:center}.app-icon{width:100px;height:100px;margin:0 auto 22px;display:grid;place-items:center;border-radius:28px;background:var(--yellow);font-size:50px}.download-card h2{font-size:30px;margin:0}.download-card>p{color:var(--muted);margin:4px 0 25px}.qr{width:190px;max-width:100%;padding:10px;background:#fff;border-radius:18px;border:1px solid var(--border)}.download-card>small{display:block;color:var(--muted);margin-top:8px}.security{display:flex;align-items:center;text-align:left;gap:12px;padding:15px;margin-top:25px;border-radius:15px;background:color-mix(in srgb,var(--success) 10%,var(--surface))}.security>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--success);color:#fff;font-weight:900}.security p{margin:0;font-size:13px;color:var(--muted)}.security strong{color:var(--text)}.install,.history,.checksum,.beta-note{background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:clamp(28px,5vw,58px);margin-bottom:28px}.install h2,.history h2,.checksum h2,.beta-note h2{font-size:clamp(32px,5vw,58px);letter-spacing:-.045em;margin:7px 0 24px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.steps article{padding:24px;border-radius:20px;background:var(--surface-2);border:1px solid var(--border)}.steps article>span{font-size:32px;font-weight:950;color:#9a7900}:root[data-theme="dark"] .steps article>span{color:var(--yellow)}.steps h3{margin:14px 0 4px;font-size:21px}.steps p{margin:0;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.version-pill,.status{padding:8px 13px;border-radius:999px;background:var(--yellow);color:#111;font-weight:900;font-size:12px}.timeline{position:relative;margin-top:20px}.timeline:before{content:"";position:absolute;left:10px;top:12px;bottom:20px;width:2px;background:var(--border)}.release{position:relative;padding-left:44px;margin-bottom:20px}.release-marker{position:absolute;left:2px;top:23px;width:18px;height:18px;border:4px solid var(--surface);border-radius:50%;background:#9aa2ad;box-shadow:0 0 0 1px var(--border)}.release.current .release-marker{background:var(--yellow);box-shadow:0 0 0 6px color-mix(in srgb,var(--yellow) 25%,transparent)}.release-card{padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--surface-2)}.release.current .release-card{border-color:color-mix(in srgb,var(--yellow) 70%,var(--border))}.release-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.release-head h3{margin:0;font-size:25px}.release-head time{font-size:13px;color:var(--muted)}.release ul{margin:18px 0 0;padding:0;list-style:none}.release li{padding:8px 0 8px 26px;position:relative;color:var(--muted)}.release li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:900}.checksum{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:30px}.checksum h2{font-size:34px;margin-bottom:8px}.checksum p{color:var(--muted)}.checksum code{display:block;padding:20px;border-radius:16px;background:var(--black);color:#d9ff72;overflow-wrap:anywhere;font-size:13px}.beta-note{display:flex;align-items:center;gap:25px;background:color-mix(in srgb,var(--yellow) 13%,var(--surface))}.beta-icon{flex:0 0 auto;width:80px;height:80px;display:grid;place-items:center;border-radius:24px;background:var(--yellow);color:#111;font-size:44px;font-weight:950}.beta-note h2{font-size:30px;margin:0 0 5px}.beta-note p{margin:0;color:var(--muted)}footer{max-width:1200px;margin:auto;padding:35px 24px 60px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--muted)}.footer-brand strong{color:var(--text)}
@media(max-width:900px){.hero{grid-template-columns:1fr;gap:20px;padding-top:50px}.download-card{max-width:520px}.meta-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.checksum{grid-template-columns:1fr}}
@media(max-width:600px){.topbar{padding:12px 16px}.brand-icon{width:42px;height:42px}.brand strong{font-size:17px}main{padding:0 15px 45px}.hero{min-height:auto;padding:45px 0}h1{font-size:52px}.hero-copy>p{font-size:17px}.actions{display:grid}.meta-grid{grid-template-columns:1fr 1fr}.meta-grid div{padding:14px}.download-card{padding:25px}.install,.history,.checksum,.beta-note{padding:25px;border-radius:22px}.section-heading{display:block}.version-pill{display:inline-block;margin-bottom:18px}.release{padding-left:35px}.release-card{padding:18px}.release-head{display:block}.status{display:inline-block;margin-top:10px}.beta-note{align-items:flex-start}.beta-icon{width:58px;height:58px;border-radius:17px;font-size:32px}footer{display:block}.footer-brand{margin-bottom:20px}}
