:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #111318; color: #f4f5f7; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at top, #263047, #111318 55%); }
main { width: min(680px, calc(100% - 40px)); padding: 48px 0; }
.eyebrow { color: #9da8bc; letter-spacing: .14em; font-size: .76rem; font-weight: 700; }
h1 { margin: 10px 0 12px; font-size: clamp(2.2rem, 8vw, 4.5rem); letter-spacing: -.06em; }
p { color: #bac2d1; line-height: 1.6; }
.card { margin-top: 28px; padding: 24px; border: 1px solid #343c4d; border-radius: 18px; background: #191d27e8; box-shadow: 0 20px 80px #0005; }
.downloads { display: grid; gap: 12px; margin-top: 20px; }
a { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px 17px; border-radius: 12px; color: #fff; text-decoration: none; background: #2d6cdf; font-weight: 700; }
a:hover { background: #3d7cf0; }
small { color: #929caf; }
#recommended { outline: 2px solid #80aaff; outline-offset: 2px; }
[hidden] { display: none !important; }
footer { margin-top: 22px; color: #737d90; font-size: .85rem; }
