@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=IBM+Plex+Mono:wght@400&display=swap');

:root { color-scheme: dark; --page: #080d18; --card: #111522f5; --card-deep: #0c111d; --line: #dce8ff16; --line-strong: #db6f7733; --text: #f6f4f2; --text-soft: #bbbcc7; --text-muted: #777d91; --accent: #b3485b; --accent-light: #e5797b; --success: #8ce47b; }
* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; background: var(--page); }
body { min-width: 320px; min-height: 100dvh; margin: 0; overflow-x: hidden; color: var(--text); font-family: Manrope, 'Segoe UI', sans-serif; background: radial-gradient(circle at 18% 40%, #6d283c25, transparent 34%), radial-gradient(circle at 86% 12%, #183a6226, transparent 34%), var(--page); }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .32; background-image: radial-gradient(circle, #b9c8e20d 1px, transparent 1px); background-size: 42px 42px; }
button, a { font: inherit; }
a { color: inherit; }
.download-page { position: relative; z-index: 1; display: grid; place-items: center; min-height: 100dvh; padding: 22px; }
.download-card { width: min(500px, 100%); padding: 42px 36px 34px; border: 1px solid var(--line-strong); border-radius: 42px; text-align: center; background: #111522f2; box-shadow: inset 0 1px #ffffff07, 0 36px 90px #02050b80; backdrop-filter: blur(10px); }
.release-badge { display: flex; align-items: center; justify-content: center; gap: 9px; width: fit-content; min-height: 37px; margin: 0 auto 37px; padding: 0 22px; border: 1px solid #ce5f6b78; border-radius: 999px; color: var(--text-muted); background: #090e18b8; font-size: 12px; white-space: nowrap; }
.release-badge strong { color: var(--text-soft); font-weight: 800; }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 12px #8ce47b99; }
.cloud-icon-wrap { width: fit-content; margin: 0 auto 30px; }
.cloud-icon { display: block; width: 64px; height: 64px; color: var(--accent-light); filter: drop-shadow(0 12px 18px #b3485b66); }
h1 { margin: 0; color: var(--text); font-size: clamp(32px, 4.4vw, 39px); font-weight: 800; line-height: 1.05; letter-spacing: -.045em; }
.release-copy { margin: 18px 0 5px; color: var(--text-soft); font-size: 15px; font-weight: 600; }
.compatibility-copy, .download-status { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 0; color: var(--text-muted); font-size: 13px; line-height: 1.4; }
.compatibility-copy svg, .download-status svg { width: 18px; height: 18px; color: var(--success); flex: none; }
.password-note { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; margin: 19px 0 0; padding: 8px 14px; border: 1px solid #8ce47b4d; border-radius: 14px; color: #d8e7d2; background: #8ce47b0d; font-size: 14px; }
.password-note__icon { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #07100b; background: var(--success); font-size: 14px; font-weight: 800; }
.password-note strong { color: #f4f7f0; font-weight: 800; }
.password-note code { margin-left: 3px; padding: 3px 7px; border-radius: 6px; color: #bff2b1; background: #8ce47b1c; font-family: 'IBM Plex Mono', monospace; font-size: 15px; font-weight: 700; letter-spacing: .02em; }
.download-button { display: grid; grid-template-columns: 28px 1fr 28px; align-items: center; gap: 14px; width: 100%; min-height: 74px; margin: 28px 0 13px; padding: 0 36px; border: 0; border-radius: 999px; color: #fff9f4; background: linear-gradient(115deg, #b64f5e, #8c344b); box-shadow: 0 15px 34px #8f334b59; font-size: 24px; font-weight: 800; letter-spacing: -.035em; text-decoration: none; text-transform: uppercase; transition: transform .22s cubic-bezier(.16,1,.3,1), filter .18s; }
.download-button:hover { filter: brightness(1.1); transform: translateY(-2px); }
.download-button:active { transform: scale(.98); }
.download-button:focus-visible { outline: 3px solid var(--success); outline-offset: 4px; }
.download-button svg { width: 28px; height: 28px; }
.download-button__label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.download-button__arrow { justify-self: end; }
.download-status { min-height: 20px; margin-bottom: 21px; font-size: 12px; }
.trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row span { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 31px; padding: 0 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--text-soft); background: #ffffff04; font-size: 11px; }
.trust-row svg, .file-meta svg, .card-footer svg { width: 16px; height: 16px; color: var(--success); flex: none; }
.file-meta { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 16px 0 15px; color: var(--text-muted); font-family: 'IBM Plex Mono', monospace; font-size: 10px; }
.file-meta span, .card-footer span { display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.install-steps { display: grid; gap: 10px; }
.install-step { display: grid; grid-template-columns: 38px 1fr 22px; align-items: center; gap: 14px; min-height: 61px; padding: 9px 17px; border: 1px solid #dce8ff0d; border-radius: 17px; color: var(--text-soft); background: var(--card-deep); text-align: left; }
.install-step p { margin: 0; font-size: 13px; }
.install-step strong { color: var(--text); font-weight: 800; }
.install-step > svg { width: 20px; height: 20px; color: #555f73; justify-self: end; }
.step-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #b9f0a5; background: #8ce47b1c; font-size: 13px; font-weight: 800; }
.card-footer { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 22px; color: var(--text-muted); font-family: 'IBM Plex Mono', monospace; font-size: 10px; }
@media (max-width: 480px) { .download-page { padding: 12px; } .download-card { padding: 31px 18px 24px; border-radius: 31px; } .release-badge { margin-bottom: 29px; } .download-button { padding: 0 23px; font-size: 20px; } .trust-row { gap: 8px; } .trust-row span { font-size: 10px; } .file-meta { gap: 14px; font-size: 9px; } .install-step { grid-template-columns: 36px 1fr 20px; gap: 10px; padding: 9px 13px; } .step-number { width: 36px; height: 36px; } .password-note { font-size: 12px; } .password-note code { font-size: 13px; } }
@media (prefers-reduced-motion: no-preference) { .download-card { animation: card-enter .68s cubic-bezier(.16,1,.3,1) both; } .cloud-icon { animation: float 4s ease-in-out infinite; } }
@keyframes card-enter { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
