:root{--background:#0a0a0a;--foreground:#fff;--text-secondary:#999;--text-muted:#444;--accent:#cf0;--border:#151515;--surface:#111;--surface-border:#222;--surface-inner:#1a1a1a}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-size:clamp(1rem,.875rem + .5vmin,1.25rem)}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-feature-settings:"ss06" 1;font-family:system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.layout-page{flex-direction:column;min-height:100svh;display:flex}.footer{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding:1.25rem 3rem;font-size:.875rem;display:flex}.footer a{color:var(--text-muted);transition:color .2s}@media (hover:hover) and (pointer:fine){.footer a:hover{color:var(--text-secondary)}}.link-accent{color:var(--accent);text-decoration:underline;transition:color .2s}@media (hover:hover) and (pointer:fine){.link-accent:hover{color:var(--foreground)}}@media (max-width:768px){.footer{text-align:center;flex-direction:column;gap:1rem;padding:1rem 1.5rem}}
