.download-btn{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--border-6);color:var(--fg-base);font-size:var(--font-16);font-weight:var(--weight-700);padding:var(--space-12) var(--space-20);text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;display:inline-block;box-shadow:0 2px 8px #00000014}.download-btn:focus-visible,.download-btn:hover{background:var(--accent);border-color:var(--accent);color:var(--fg-on-accent);outline:none;text-decoration:none;box-shadow:0 4px 16px #0fbf3e33}.home-route{gap:var(--space-32);min-height:calc(100dvh - var(--nav-h));padding:0 var(--space-20);text-align:center;white-space:pretty;justify-content:center}.home-route,.home-route__hero{flex-direction:column;align-items:center;display:flex}.home-route__hero{gap:var(--space-16);max-width:720px}.home-route__hero-greeting{color:var(--fg-base);font-size:var(--font-24);font-weight:var(--weight-700);margin:0;line-height:1.2}.home-route__hero-role{color:var(--accent);font-family:Monaspace Neon,ui-monospace,SF Mono,monospace;font-size:var(--font-16);font-weight:var(--weight-700);letter-spacing:.04em;margin:0}.home-route__hero-tagline{color:var(--fg-muted);font-size:var(--font-16);max-width:540px;margin:0;line-height:1.5}.home-route__hero-chips{gap:var(--space-8);margin-top:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}.home-route__hero-chip{background:var(--bg-elevated);border:1px solid var(--border-default);color:var(--fg-base);border-radius:999px}.home-route__hero-chip,.home-route__hero-status-badge{font-family:Monaspace Neon,ui-monospace,SF Mono,monospace;font-size:var(--font-12);font-weight:var(--weight-700);letter-spacing:.08em;padding:var(--space-4) var(--space-12);text-transform:uppercase;align-items:center;display:inline-flex}.home-route__hero-status-badge{background:var(--accent-muted);border:1px solid var(--accent);color:var(--accent-on-muted);gap:var(--space-8);border-radius:999px}.home-route__hero-status-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite home-hero-pulse}.home-route__hero-ctas{gap:var(--space-12);margin-top:var(--space-12);flex-wrap:wrap;justify-content:center;display:flex}.home-route__hero-secondary-cta{border:1px solid var(--border-default);border-radius:var(--border-6);color:var(--fg-base);font-size:var(--font-16);font-weight:var(--weight-700);align-items:center;gap:var(--space-4);padding:var(--space-12) var(--space-20);background:0 0;text-decoration:none;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.home-route__hero-secondary-cta:focus-visible,.home-route__hero-secondary-cta:hover{background:var(--accent-muted);border-color:var(--accent);color:var(--accent-on-muted);outline:none}.home-route__hero-secondary-cta-arrow{transition:transform .12s;display:inline-block}.home-route__hero-secondary-cta:focus-visible .home-route__hero-secondary-cta-arrow,.home-route__hero-secondary-cta:hover .home-route__hero-secondary-cta-arrow{transform:translate(4px)}.home-route__repo-url{color:var(--fg-muted);font-size:var(--font-14);gap:var(--space-4);margin:0;text-decoration:none;display:flex}.home-route__repo-link{font-weight:var(--weight-700)}.home-route__repo-link a{color:var(--accent);text-decoration:none;transition:color .2s,-webkit-text-decoration .2s,text-decoration .2s}.home-route__repo-link a:focus-visible,.home-route__repo-link a:hover{color:var(--accent-soft);outline:none;text-decoration:underline}@keyframes home-hero-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}@media (prefers-reduced-motion:reduce){.home-route__hero-status-dot{animation:none}.home-route__hero-secondary-cta-arrow{transition:none}}@media screen and (width>=1024px){.home-route__hero-greeting{font-size:var(--font-30)}.home-route__hero-role{font-size:var(--font-20)}}
