:root{--red:#c0392b;--red-light:#fadbd8;--green:#1d9e75;--green-light:#e8f8f0;--amber:#b7950b;--amber-light:#faeeda;--bg:#f7f3ef;--border:#e0dbd5;--text:#1a1a18;--text-2:#5f5e5a;--text-3:#9a9890}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);max-width:480px;margin:0 auto;min-height:100vh}@media(min-width:900px){body{max-width:none;margin:0}}