.download-page:where(.astro-o4muqtet){padding:3rem 1.5rem;max-width:1100px;margin:0 auto}.download-container:where(.astro-o4muqtet){display:flex;flex-direction:column;gap:3rem}.download-header:where(.astro-o4muqtet){text-align:center}.download-header:where(.astro-o4muqtet) h1:where(.astro-o4muqtet){font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}.version-badge:where(.astro-o4muqtet){display:inline-flex;align-items:center;gap:.5rem;background:#ffd7001a;border:1px solid var(--color-accent);border-radius:2rem;padding:.4rem 1.2rem;margin-bottom:1rem}.version-label:where(.astro-o4muqtet){color:var(--color-text-secondary);font-size:.875rem}.version-number:where(.astro-o4muqtet){color:var(--color-accent);font-weight:700;font-size:1.1rem}.download-description:where(.astro-o4muqtet){color:var(--color-text-secondary);font-size:1.1rem;max-width:600px;margin:0 auto}.fallback-notice:where(.astro-o4muqtet){background:#c068201a;border:1px solid var(--color-accent-secondary);border-radius:.75rem;padding:1.25rem 1.5rem;text-align:center}.fallback-notice:where(.astro-o4muqtet) p:where(.astro-o4muqtet){color:var(--color-text-primary);margin-bottom:.75rem}.fallback-notice:where(.astro-o4muqtet) a:where(.astro-o4muqtet){color:var(--color-accent);font-weight:600;text-decoration:underline;text-underline-offset:3px}h2:where(.astro-o4muqtet){font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.5rem}.section-description:where(.astro-o4muqtet){color:var(--color-text-secondary);margin-bottom:1.5rem}.platform-grid:where(.astro-o4muqtet){display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.platform-card:where(.astro-o4muqtet){background:var(--color-bg-surface);border:1px solid var(--color-hairline);border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.platform-card:where(.astro-o4muqtet):hover{border-color:#ffd7004d;box-shadow:0 0 20px #ffd7000d}.platform-name:where(.astro-o4muqtet){font-size:1.1rem;font-weight:600;color:var(--color-text-primary)}.download-buttons:where(.astro-o4muqtet){display:flex;gap:.75rem;flex-wrap:wrap}.download-btn:where(.astro-o4muqtet){display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .15s ease-out,transform .15s ease-out}.download-btn:where(.astro-o4muqtet):hover{transform:translateY(-1px)}.download-btn--server:where(.astro-o4muqtet){background:var(--color-accent);color:#0d0d1a}.download-btn--server:where(.astro-o4muqtet):hover{background:#ffe44d;color:#0d0d1a}.download-btn--server-all:where(.astro-o4muqtet){background:linear-gradient(135deg,var(--color-accent),#ff9500);color:#0d0d1a;font-weight:700}.download-btn--server-all:where(.astro-o4muqtet):hover{background:linear-gradient(135deg,#ffe44d,#ffb340);color:#0d0d1a}.download-btn--cli:where(.astro-o4muqtet){background:#ffd70026;color:var(--color-accent);border:1px solid var(--color-accent)}.download-btn--cli:where(.astro-o4muqtet):hover{background:#ffd70040;color:var(--color-accent)}.code-block-wrapper:where(.astro-o4muqtet){background:var(--color-bg-surface);border:1px solid var(--color-hairline);border-radius:.75rem;overflow:hidden}.code-block-header:where(.astro-o4muqtet){display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--color-hairline);background:#ffffff05}.code-block-filename:where(.astro-o4muqtet){color:var(--color-text-secondary);font-size:.8rem;font-family:monospace}.copy-btn:where(.astro-o4muqtet){background:#ffd7001a;color:var(--color-accent);border:1px solid rgba(255,215,0,.3);border-radius:.375rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;cursor:pointer}.copy-btn:where(.astro-o4muqtet):hover{background:#ffd70033}.copy-btn:where(.astro-o4muqtet).copied{background:#22c55e33;border-color:#22c55e80;color:#22c55e}pre:where(.astro-o4muqtet){margin:0;padding:1.25rem;overflow-x:auto;font-size:.875rem;line-height:1.6;color:var(--color-text-primary)}code:where(.astro-o4muqtet){font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace}.quickstart-grid:where(.astro-o4muqtet){display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.quickstart-card:where(.astro-o4muqtet){background:var(--color-bg-surface);border:1px solid var(--color-hairline);border-radius:.75rem;padding:1.5rem}.quickstart-card:where(.astro-o4muqtet) h3:where(.astro-o4muqtet){font-size:1.1rem;font-weight:600;color:var(--color-accent);margin-bottom:1rem}.quickstart-steps:where(.astro-o4muqtet){list-style:none;counter-reset:step;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.quickstart-steps:where(.astro-o4muqtet) li:where(.astro-o4muqtet){counter-increment:step;display:flex;align-items:flex-start;gap:.75rem;color:var(--color-text-primary);font-size:.95rem;line-height:1.5}.quickstart-steps:where(.astro-o4muqtet) li:where(.astro-o4muqtet):before{content:counter(step);display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;background:#ffd70026;color:var(--color-accent);border-radius:50%;font-size:.8rem;font-weight:700;flex-shrink:0}.quickstart-steps:where(.astro-o4muqtet) li:where(.astro-o4muqtet) code:where(.astro-o4muqtet){background:#ffffff0d;padding:.15rem .4rem;border-radius:.25rem;font-size:.85rem;color:var(--color-text-primary)}.github-section:where(.astro-o4muqtet){text-align:center;padding:2rem;background:var(--color-bg-surface);border:1px solid var(--color-hairline);border-radius:.75rem}.github-link:where(.astro-o4muqtet){display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffd7001a;border:1px solid var(--color-accent);border-radius:.5rem;color:var(--color-accent);font-weight:600;text-decoration:none;margin-top:.5rem}.github-link:where(.astro-o4muqtet):hover{background:#ffd70033;color:var(--color-accent)}.server-all-note:where(.astro-o4muqtet){margin-top:1rem;color:var(--color-text-secondary);font-size:.9rem;font-style:italic}@media (max-width: 767px){.download-page:where(.astro-o4muqtet){padding:2rem 1rem}.download-header:where(.astro-o4muqtet) h1:where(.astro-o4muqtet){font-size:2rem}.platform-grid:where(.astro-o4muqtet){grid-template-columns:1fr}.quickstart-grid:where(.astro-o4muqtet){grid-template-columns:1fr}.download-buttons:where(.astro-o4muqtet){flex-direction:column}.download-btn:where(.astro-o4muqtet){justify-content:center}}
