:root{--primary:#06c;--fundo:#f5f7f8;--surface:#fff;--borda:#e2e8f0;--texto:#0f172a;--texto-secundario:#475569}@media (prefers-color-scheme:dark){:root{--fundo:#0f1923;--surface:#0f172a;--borda:#1e293b;--texto:#e2e8f0;--texto-secundario:#94a3b8}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--fundo);color:var(--texto);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5}a{color:var(--primary)}
