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