@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--gold:#c8973a;--gold-light:#e8b455;--gold-dim:#c8973a26;--ink:#0b0c0f;--surface:#111318;--surface2:#181b22;--border:#23262f;--muted:#4a4f5e;--text:#e8eaf0;--text-dim:#8a8fa0;--green:#2ecc71;--red:#e74c3c;--blue:#3498db;--orange:#e67e22}body{background:var(--ink);color:var(--text);font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:DM Sans,sans-serif}input,select,textarea{border:1px solid var(--border);color:var(--text);box-sizing:border-box;background:#0f1117;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:DM Sans,sans-serif;font-size:14px}input:focus,select:focus,textarea:focus{border-color:var(--gold)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
