@charset "UTF-8";:root{--bg: #0a0f1e;--bg-grad-top: #0d1426;--bg-grad-bottom: #080b16;--surface: #0e1528;--card: rgba(255, 255, 255, .05);--card-hover: rgba(255, 255, 255, .08);--inner: rgba(255, 255, 255, .06);--border: rgba(226, 232, 240, .18);--border-soft: rgba(226, 232, 240, .1);--text: rgba(248, 250, 252, .96);--text-dim: rgba(226, 232, 240, .6);--text-mute: rgba(226, 232, 240, .65);--gold: #f0c86b;--gold-soft: rgba(240, 200, 107, .12);--gold-border: rgba(240, 200, 107, .3);--green: #4ade80;--red: #fca5a5;--purple: #a855f7;--blue: #60a5fa;--gold-btn-top: #f8cf70;--gold-btn-bottom: #c99332}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:Segoe UI,Cairo,Tajawal,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e2e8f024;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#e2e8f03d}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}
