.download-btn{padding:var(--space-12) var(--space-20);background:var(--bg-surface);color:var(--fg-base);border:1px solid var(--border-default);border-radius:var(--border-6);font-size:var(--font-16);font-weight:var(--weight-700);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);color:var(--fg-on-accent);border-color:var(--accent);outline:none;text-decoration:none;box-shadow:0 4px 16px #0fbf3e33}.home-route{min-height:calc(100dvh - var(--nav-h));text-align:center;justify-content:center;gap:var(--space-32);padding:0 var(--space-20);white-space:pretty}.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{font-size:var(--font-24);font-weight:var(--weight-700);color:var(--fg-base);margin:0;line-height:1.2}.home-route__hero-role{font-size:var(--font-16);font-weight:var(--weight-700);color:var(--accent);letter-spacing:.04em;margin:0;font-family:Monaspace Neon,ui-monospace,SF Mono,monospace}.home-route__hero-tagline{font-size:var(--font-16);color:var(--fg-muted);max-width:540px;margin:0;line-height:1.5}.home-route__hero-chips{justify-content:center;gap:var(--space-8);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.home-route__hero-chip{border:1px solid var(--border-default);background:var(--bg-elevated);color:var(--fg-base);border-radius:999px}.home-route__hero-chip,.home-route__hero-status-badge{padding:var(--space-4) var(--space-12);font-family:Monaspace Neon,ui-monospace,SF Mono,monospace;font-size:var(--font-12);font-weight:var(--weight-700);letter-spacing:.08em;text-transform:uppercase;align-items:center;display:inline-flex}.home-route__hero-status-badge{gap:var(--space-8);border:1px solid var(--accent);background:var(--accent-muted);color:var(--accent-on-muted);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{justify-content:center;gap:var(--space-12);margin-top:var(--space-12);flex-wrap:wrap;display:flex}.home-route__hero-secondary-cta{align-items:center;gap:var(--space-4);padding:var(--space-12) var(--space-20);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);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{border-color:var(--accent);color:var(--accent-on-muted);background:var(--accent-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{gap:var(--space-4);color:var(--fg-muted);font-size:var(--font-14);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)}}
