:root{--bg: #f8fafc;--text: #0f172a;--card: #ffffff;--border: #e5e7eb;--header: #f1f5f9}@media(prefers-color-scheme:dark){:root{--bg: #0f172a;--text: #e5e7eb;--card: #020617;--border: #1e293b;--header: #020617}}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg);color:var(--text)}
