:root{--color-text:#1a1a1a;--color-text-muted:#595959;--color-link:#05c;--color-link-hover:#003d99;--color-background:#fff;--color-background-muted:#f5f5f5;--color-border:#d1d1d1;--color-focus:#05c}*{box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--color-text);background:var(--color-background);line-height:1.6;margin:0;padding:0}.skip-link{position:absolute;top:-100px;left:0;background:var(--color-link);color:#fff;padding:.75rem 1.5rem;z-index:10000;text-decoration:none;font-weight:700}.skip-link:focus{top:0}[tabindex]:focus,a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:3px solid var(--color-focus);outline-offset:2px}a{color:var(--color-link);text-decoration:underline}a:hover{color:var(--color-link-hover)}footer a,nav a{text-decoration:none}footer a:hover,nav a:hover{text-decoration:underline}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme:dark){:root{--color-text:#e5e5e5;--color-text-muted:#b3b3b3;--color-link:#6eb5ff;--color-link-hover:#9cf;--color-background:#1a1a1a;--color-background-muted:#2d2d2d;--color-border:#444;--color-focus:#6eb5ff}}@media (prefers-contrast:high){:root{--color-text:#000;--color-link:#00c;--color-background:#fff;--color-border:#000}}