.download-main{width:min(960px,100%);margin:0 auto;gap:64px}.download-hero,.download-main{display:flex;flex-direction:column}.download-hero{gap:24px;align-items:center;text-align:center}.download-hero h1{font-size:clamp(2.4rem,5vw,3.2rem);letter-spacing:-.035em;line-height:1.05}.download-hero p{max-width:72ch;font-size:1.05rem;line-height:1.7;color:var(--text-muted)}.download-primary{display:flex;flex-direction:column;gap:16px;align-items:center}.download-primary-button{padding:14px 28px;font-size:1rem}.download-recommendation{font-size:.95rem;color:var(--text-muted)}.download-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.download-card{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:24px;background:var(--level1);border:1px solid var(--border);box-shadow:var(--shadow-soft);min-height:220px}.download-card-header{display:flex;align-items:center;gap:16px}.download-card-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;border:1px solid var(--border);background:var(--level0);color:var(--text-strong);box-shadow:var(--shadow-soft)}.download-card-icon{display:inline-block;width:24px;height:24px;background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.download-card-title{font-size:1.2rem;font-weight:600;letter-spacing:-.015em}.download-version-meta{font-size:.85rem;color:var(--text-muted)}.download-link-list{list-style:none;display:flex;flex-direction:column;gap:12px;padding-left:0;margin:0}.download-link-item{display:flex;flex-direction:column;gap:4px}.download-link{display:inline-flex;flex-direction:column;gap:4px;font-weight:600;color:var(--text-strong);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;line-height:1.3}.download-link-description{font-size:.85rem;color:var(--text-muted);font-weight:400}.download-empty{font-size:.9rem;color:var(--text-muted)}@media (max-width:960px){.download-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.download-options{grid-template-columns:1fr}.download-card{padding:20px}}@media (max-width:520px){.download-card-badge{width:44px;height:44px}.download-card-icon{width:22px;height:22px}}