:root{--hroute-brand:#c41230;--hroute-ink:#191f28;--hroute-muted:#6b7684;--hroute-border:#e5e8eb;--hroute-surface:#f7f8fa;--hroute-radius:14px}
body{color:var(--hroute-ink);background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6}
header{display:flex;align-items:center;flex-wrap:wrap;gap:16px}
button,input,select{font:inherit}button,a.button,.download{min-height:48px;border-radius:var(--hroute-radius)}
input,select{min-height:48px;border-color:var(--hroute-border)}
:focus-visible{outline:3px solid var(--hroute-brand);outline-offset:3px}
@media(max-width:600px){header{gap:12px}h1{overflow-wrap:anywhere}main{max-width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
