:root{--bg: #0a0a0f;--bg2: #13131a;--bg3: #1c1c26;--border: #2a2a38;--gold: #c9a84c;--gold2: #e8c97a;--text: #f0ede6;--muted: #7a7a92;--green: #4caf82;--red: #e05c5c;--radius: 16px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-weight:300;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea{font-family:inherit;outline:none;font-size:16px!important}
