.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:#fff;outline:none;text-decoration:none}.home-route{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - var(--nav-h));text-align:center;white-space:pretty}.home-route h1{font-size:20px}.home-route p{font-size:16px}.home-route__repo-url{display:flex;gap:4px;margin-top:1rem;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}@media screen and (min-width:1076px){.home-route h1{font-size:30px}}
