/* Minimal fallback stylesheet */
:root{--bg:#f8fafc;--fg:#0f172a}
html,body{height:100%;margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial}
a{color:#0ea5e9}
.container{max-width:1100px;margin:0 auto;padding:1rem}
