:root{color-scheme:light;--ink:#10213b;--muted:#5d6b7d;--line:#dbe5f0;--blue:#1559b7;--soft:#f4f8fc;--green:#147d64;--shadow:0 18px 50px rgba(30,69,118,.12)}*{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:#fff;color:var(--ink)}a{color:inherit}.topbar{height:72px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);z-index:5}.brand{display:flex;gap:10px;align-items:center;text-decoration:none}.brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--ink);color:#fff;font-weight:800}.brand strong{font-size:20px}.topbar nav{display:flex;align-items:center;gap:24px}.topbar nav a{text-decoration:none;color:var(--muted);font-weight:650}.topbar .account{padding:10px 16px;border:1px solid var(--line);border-radius:12px;color:var(--blue)}main{overflow:hidden}.hero{max-width:1120px;margin:auto;padding:96px 24px 72px;text-align:center;position:relative}.hero:before{content:"";position:absolute;width:680px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(46,130,224,.15),transparent 68%);left:50%;top:-80px;transform:translateX(-50%);z-index:-1}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 13px;border:1px solid #c9dcf4;border-radius:999px;color:var(--blue);font-weight:750;background:#f8fbff}.hero h1{font-size:clamp(42px,7vw,76px);line-height:1.02;letter-spacing:-.055em;margin:24px auto;max-width:900px}.hero p{font-size:clamp(17px,2.1vw,21px);line-height:1.65;color:var(--muted);max-width:780px;margin:0 auto}.hero-actions{display:flex;justify-content:center;gap:12px;margin-top:32px}.primary,.secondary,.download{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 19px;border-radius:13px;text-decoration:none;font-weight:780}.primary,.download{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(21,89,183,.22)}.secondary{border:1px solid var(--line);background:#fff}.catalog,.steps{max-width:1180px;margin:auto;padding:64px 24px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.section-heading span{font-size:12px;letter-spacing:.16em;color:var(--blue);font-weight:850}.section-heading h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.035em;margin:7px 0 0}.section-heading>p{max-width:430px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.app-card{position:relative;border:1px solid var(--line);border-radius:24px;padding:26px;background:#fff;box-shadow:0 8px 30px rgba(30,69,118,.06)}.app-card.featured{border-color:#9fc2ed;box-shadow:var(--shadow)}.app-card.wide{grid-column:1/-1}.app-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;font-size:27px;margin-bottom:22px}.mint{background:#e6f7ef;color:#118456}.ubuntu{background:#fff0ea;color:#d94e1f}.windows{background:#eaf3ff;color:#166ac1}.apple{background:#eef1f5;color:#283342}.edge{background:#e9f1fb;color:#174e8d}.status{position:absolute;right:22px;top:22px;font-size:12px;font-weight:800;padding:7px 10px;border-radius:999px}.beta,.pilot{background:#e9f7f2;color:#10725c}.soon{background:#eef2f7;color:#657184}.controlled{background:#eaf3ff;color:#1559b7}.app-card h3{font-size:24px;margin:0 0 10px}.app-card p{color:var(--muted);line-height:1.6}.app-card ul{padding-left:18px;color:var(--muted);line-height:1.8}.download{width:100%;margin-top:12px}.checksum{display:block;text-align:center;margin-top:13px;font-size:13px;color:var(--muted)}.disabled{display:block;padding:14px;border-radius:12px;background:var(--soft);color:#768397;text-align:center;font-weight:700;margin-top:22px}.inline{margin-top:9px}.steps ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps li{padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--soft)}.steps li b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff;color:var(--blue);margin-bottom:18px}.steps strong{font-size:17px}.steps p{color:var(--muted);line-height:1.5;margin-bottom:0}.notice{max-width:1132px;margin:12px auto 80px;padding:24px;display:flex;gap:18px;border-radius:20px;background:#10213b;color:#fff}.notice i{font-size:24px;color:#8fc6ff}.notice p{margin:6px 0 0;color:#c8d4e4}footer{padding:28px clamp(20px,5vw,76px);border-top:1px solid var(--line);display:flex;gap:22px;color:var(--muted)}footer strong{color:var(--ink)}footer a{margin-left:auto}@media(max-width:760px){.topbar nav>a:not(.account){display:none}.topbar{height:64px}.hero{padding-top:64px}.hero-actions,.section-heading{align-items:stretch;flex-direction:column}.grid{grid-template-columns:1fr}.app-card.wide{grid-column:auto}.steps ol{grid-template-columns:1fr}.catalog,.steps{padding-top:42px}footer{flex-direction:column}footer a{margin:0}}
