*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0e17;--surface:#161b28;--border:#2d3748;--text:#f0f4f8;--muted:#a0aec0;--green:#2ecc71;--green-dim:#166534;--blue:#4f8dff;--font:system-ui,-apple-system,sans-serif}[data-theme=light]{--bg:#ffffff;--surface:#f8f9fa;--border:#d1d5db;--text:#0f1117;--muted:#555555;--green:#059669;--green-dim:#dcfce7;--blue:#1d4ed8}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5;min-height:100vh;transition:background .2s,color .2s}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}