:root{--bg: #0d0d14;--surface: #16161f;--surface2: #1e1e2a;--border: rgba(255,255,255,.07);--accent: #7c6ef7;--accent2: #e05aff;--gold: #f5c842;--green: #3dd68c;--red: #ff5c72;--text: #f0eeff;--muted: rgba(240,238,255,.45);--radius: 16px;--nav-h: 68px;--font-head: "Syne", sans-serif;--font-body: "DM Sans", sans-serif}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.5;overflow:hidden;height:100vh}#root{display:flex;flex-direction:column;height:100%}.page-content{flex:1;overflow-y:auto;padding:16px 16px calc(var(--nav-h) + 16px);scrollbar-width:none}.page-content::-webkit-scrollbar{display:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:12px}.btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;border-radius:12px;border:none;font-family:var(--font-body);font-size:15px;font-weight:500;cursor:pointer;transition:transform .12s,opacity .12s}.btn:active{transform:scale(.97);opacity:.85}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff}.btn-gold{background:linear-gradient(135deg,#f5c842,#ff9a3c);color:#1a1000;font-weight:600}.btn-green{background:linear-gradient(135deg,#3dd68c,#00b4a0);color:#002a1a;font-weight:600}.btn-ghost{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-danger{background:linear-gradient(135deg,#ff5c72,#d63031);color:#fff}.input{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:12px;padding:13px 16px;color:var(--text);font-family:var(--font-body);font-size:15px;outline:none;transition:border-color .2s}.input:focus{border-color:var(--accent)}.input::placeholder{color:var(--muted)}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500}.badge-purple{background:#7c6ef72e;color:#a89ef9}.badge-gold{background:#f5c84226;color:#f5c842}.badge-green{background:#3dd68c26;color:#3dd68c}.badge-red{background:#ff5c7226;color:#ff5c72}.page-title{font-family:var(--font-head);font-size:24px;font-weight:800;letter-spacing:-.5px;margin-bottom:16px}.section-title{font-family:var(--font-head);font-size:16px;font-weight:700;margin-bottom:12px;color:var(--muted);text-transform:uppercase;letter-spacing:1px;font-size:11px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-up{animation:fadeUp .3s ease both}.skeleton{background:linear-gradient(90deg,var(--surface2) 25%,var(--surface) 50%,var(--surface2) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:8px}.divider{height:1px;background:var(--border);margin:12px 0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px;text-align:center}.empty-state .icon{font-size:48px}.empty-state .title{font-family:var(--font-head);font-size:18px;font-weight:700}.empty-state .desc{color:var(--muted);font-size:14px}
