:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #11201a; background: #f4f7f2; --green: #087a52; --line: #d8e2da; --muted: #607068; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
a { color: inherit; }
.top { padding: 26px max(24px, calc((100vw - 1080px) / 2)); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.brand { text-decoration: none; font-weight: 780; letter-spacing: -0.02em; }
.back { color: var(--muted); font-size: 14px; text-decoration: none; }
main { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 110px; }
.download-hero { display: grid; grid-template-columns: 1fr 280px; gap: 60px; align-items: center; padding: 26px 0 70px; }
.download-hero h1 { max-width: 720px; }
.hero-art { display: grid; place-items: center; justify-self: end; width: 240px; height: 240px; border: 1px solid var(--line); border-radius: 56px; background: linear-gradient(145deg, #ffffff, #e9f4ec); box-shadow: 0 26px 70px rgba(17, 60, 43, 0.13); transform: rotate(3deg); }
.hero-art img { width: 142px; height: 142px; transform: rotate(-3deg); filter: drop-shadow(0 18px 18px rgba(8, 74, 49, .2)); }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-pills > span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); color: #496157; font-size: 12px; font-weight: 700; }
.pill-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.eyebrow { margin-bottom: 16px; color: var(--green); text-transform: uppercase; letter-spacing: 0.09em; font-size: 12px; font-weight: 820; }
h1 { margin: 0 0 22px; font-size: clamp(48px, 7vw, 76px); line-height: 0.98; letter-spacing: -0.06em; }
.lead { margin: 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.panel { padding: 34px; background: white; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 24px 80px rgba(17, 60, 43, 0.1); }
.status { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 8px 12px; border-radius: 999px; color: #705b1a; background: #fff5ce; font-size: 12px; font-weight: 780; }
.status.ready { color: #075d41; background: #dff5e8; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.meta { display: grid; gap: 0; margin: 26px 0; border-top: 1px solid var(--line); }
.row { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.row span:first-child { color: var(--muted); }
.hash { overflow-wrap: anywhere; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.button { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--green); color: white; font: inherit; font-weight: 760; text-decoration: none; }
.button[aria-disabled="true"] { cursor: not-allowed; background: #8b9a92; }
.note { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; text-align: center; }
.distribution-panel { padding: 34px; background: rgba(255,255,255,.62); border: 1px solid var(--line); border-radius: 26px; }
.distribution-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 26px; }
.distribution-heading .eyebrow { margin-bottom: 10px; }
.distribution-heading h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); letter-spacing: -0.045em; }
.distribution-heading p { max-width: 360px; margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.distribution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.distribution-option { display: flex; min-height: 400px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.platform-preview { display: flex; align-items: center; justify-content: space-between; min-height: 92px; margin: -4px 0 24px; padding: 14px 16px; border-radius: 14px; background: #f2f7f3; }
.platform-preview img { width: 64px; height: 64px; border-radius: 16px; box-shadow: 0 10px 22px rgba(8, 74, 49, .14); }
.platform-preview .platform-logo { width: 52px; height: 52px; border-radius: 0; box-shadow: none; object-fit: contain; }
.platform-preview .macos-logo { width: 46px; height: 46px; }
.option-kicker { margin-bottom: 10px; color: var(--green); text-transform: uppercase; letter-spacing: .09em; font-size: 11px; font-weight: 820; }
.distribution-option h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -0.03em; }
.distribution-option p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.option-status { margin-top: auto; padding-top: 22px; color: #705b1a; font-size: 12px; font-weight: 760; }
.button.secondary { margin-top: 12px; min-height: 46px; color: var(--green); background: #e5f2eb; }
.button.secondary[aria-disabled="true"] { cursor: not-allowed; color: #607068; background: #e3e9e5; }
.store-button { gap: 10px; margin-top: 12px; }
.store-button-icon { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.apple-button-icon { width: 38px; height: 38px; border-radius: 0; object-fit: contain; filter: brightness(0) invert(1); }
.card-note { min-height: 38px; margin-top: 12px !important; color: #78877f !important; font-size: 12px !important; }
.direct-panel { margin-top: 54px; }
.panel-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.panel-heading h2 { margin: 0; font-size: clamp(24px, 3vw, 32px); letter-spacing: -0.04em; }
.panel-heading .status { margin: 0; }
.requirements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 54px; }
.requirement { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.55); }
.requirement strong { display: block; margin-bottom: 6px; }
.requirement span { color: var(--muted); font-size: 14px; }
footer { padding: 28px max(24px, calc((100vw - 1080px) / 2)); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; display: flex; justify-content: space-between; gap: 20px; }
@media (max-width: 780px) { .download-hero { grid-template-columns: 1fr; gap: 36px; padding-top: 10px; } .hero-art { justify-self: start; width: 150px; height: 150px; border-radius: 36px; } .hero-art img { width: 86px; height: 86px; } main { padding-top: 54px; } .distribution-heading { display: block; } .distribution-heading p { margin-top: 14px; } .distribution-grid { grid-template-columns: 1fr; } .requirements { grid-template-columns: 1fr; } }
@media (max-width: 460px) { main { width: min(100% - 28px, 1080px); } .panel { padding: 25px; } .row { grid-template-columns: 1fr; gap: 5px; } footer { flex-direction: column; } }
