*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--dark-bg: #0f0f0f;--dark-surface: #181818;--dark-card: #1e1e1e;--dark-border: #2a2a2a;--gold: #C9A84C;--gold-light: #E8C97A;--gold-dim: #8B6F2E;--text-primary: #F5F0E8;--text-secondary: #8A8580;--text-muted: #4A4844;--success: #4a7c59;--danger: #7c4a4a}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--dark-bg);color:var(--text-primary);min-height:100vh}input,textarea,select{background:var(--dark-surface)!important;border:.5px solid var(--dark-border)!important;color:var(--text-primary)!important;border-radius:8px;padding:10px 12px;font-size:14px;width:100%;outline:none;font-family:inherit}input:focus,textarea:focus{border-color:var(--gold-dim)!important}input::placeholder,textarea::placeholder{color:var(--text-muted)!important}button{font-family:inherit;cursor:pointer}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-light)}
