*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fdfcfb;--surface:#ffffff;--border:#e8e4e0;--text:#1a1614;--text-secondary:#6b6460;--text-tertiary:#a09890;--accent:#7c3aed;--accent-light:#ede9fe;--green:#66BB6A;--orange:#FF8C42}@media (prefers-color-scheme:dark){:root{--bg:#141214;--surface:#1d1a1f;--border:#332f38;--text:#f5f2f8;--text-secondary:#9e97a8;--text-tertiary:#6b6470;--accent:#a78bfa;--accent-light:#2e1065}}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}