*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #D4AF37;--gold-light: #FFD966;--gold-dim: #A07820;--bg: #030303;--surface: #111111;--surface2: #222228;--border: #2E2E36;--text: #F0EDE6;--text-dim: #888890}html,body{background:var(--bg);color:var(--text);font-family:Outfit,sans-serif;-webkit-font-smoothing:antialiased;min-height:100%}#root{min-height:100vh}a{color:inherit;text-decoration:none}input,textarea,select{font-family:inherit;font-size:16px;background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:10px;padding:12px 16px;width:100%;outline:none;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--gold)}input::placeholder,textarea::placeholder{color:var(--text-dim)}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
