:root{--bg:#0a0a12;--bg-elevated:#0f0f18;--surface:#14141f;--surface2:#1a1a28;--surface3:#1f1f30;--border:#ffffff0f;--border2:#ffffff1a;--border-strong:#ffffff26;--gold:#c9a84c;--gold-bright:#e5c570;--gold-dim:#c9a84c1a;--gold-glow:#c9a84c40;--gold-shadow:#c9a84c59;--text:#fff;--text-strong:#fff;--text-dim:#ffffffa6;--text-muted:#fff6;--text-subtle:#ffffff40;--green:#2dd4aa;--green-dim:#2dd4aa1a;--green-glow:#2dd4aa40;--red:#f87171;--red-dim:#f871711a;--red-glow:#f8717140;--blue:#6e8efb;--blue-dim:#6e8efb1a;--blue-glow:#6e8efb40;--orange:#f59e0b;--orange-dim:#f59e0b1a;--orange-glow:#f59e0b40;--purple:#a78bfa;--purple-dim:#a78bfa1a;--shadow-sm:0 2px 8px #0003;--shadow-md:0 8px 24px #0000004d;--shadow-lg:0 20px 60px #0006;--shadow-gold:0 8px 30px #c9a84c33}[data-theme=light]{--bg:#faf8f2;--bg-elevated:#fff;--surface:#fff;--surface2:#f5f1e8;--surface3:#efead9;--border:#14141e0f;--border2:#14141e1a;--border-strong:#14141e26;--gold:#a8821e;--gold-bright:#c9a84c;--gold-dim:#a8821e14;--gold-glow:#a8821e33;--gold-shadow:#a8821e4d;--text:#14141f;--text-strong:#000;--text-dim:#14141eb3;--text-muted:#14141e80;--text-subtle:#14141e4d;--green:#15997a;--green-dim:#15997a14;--green-glow:#15997a33;--red:#dc4848;--red-dim:#dc484814;--red-glow:#dc484833;--blue:#4a6ef5;--blue-dim:#4a6ef514;--blue-glow:#4a6ef533;--orange:#d97706;--orange-dim:#d9770614;--orange-glow:#d9770633;--purple:#8b5cf6;--purple-dim:#8b5cf614;--shadow-sm:0 2px 8px #14141e0a;--shadow-md:0 8px 24px #14141e14;--shadow-lg:0 20px 60px #14141e1f;--shadow-gold:0 8px 30px #a8821e26}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;transition:background-color .3s,color .3s}html{background-color:var(--bg)!important}body{background-color:var(--bg)!important;color:var(--text)!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border:2px solid var(--bg);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--gold-glow);color:var(--text)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes goldGlow{0%,to{box-shadow:0 0 0 0 var(--gold-glow)}50%{box-shadow:0 0 24px 4px var(--gold-glow)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.animate-fade{animation:.3s fadeIn}.animate-slide{animation:.25s slideDown}.animate-pop{animation:.25s cubic-bezier(.34,1.56,.64,1) popIn}.skeleton{background:linear-gradient(90deg,var(--surface)25%,var(--surface2)50%,var(--surface)75%);background-size:800px 100%;border-radius:6px;animation:1.5s linear infinite shimmer}.skeleton-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr auto;align-items:center;gap:1rem;padding:1rem 1.5rem;display:grid}.skeleton-text{border-radius:4px;height:14px}.skeleton-text-sm{border-radius:4px;width:60%;height:12px}.skeleton-badge{border-radius:20px;width:60px;height:24px}.list-item-enter{animation:.3s both fadeInUp}.list-item-enter:first-child{animation-delay:0s}.list-item-enter:nth-child(2){animation-delay:40ms}.list-item-enter:nth-child(3){animation-delay:80ms}.list-item-enter:nth-child(4){animation-delay:.12s}.list-item-enter:nth-child(5){animation-delay:.16s}.list-item-enter:nth-child(6){animation-delay:.2s}.list-item-enter:nth-child(7){animation-delay:.24s}.list-item-enter:nth-child(8){animation-delay:.28s}.list-item-enter:nth-child(9){animation-delay:.32s}.list-item-enter:nth-child(10){animation-delay:.36s}input::placeholder,textarea::placeholder{color:var(--text-subtle)}input:focus,textarea:focus,select:focus{outline:none}.serif{letter-spacing:-.02em;font-family:DM Serif Display,serif}.glass{background:linear-gradient(135deg,var(--surface)0%,var(--bg-elevated)100%);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border)}
