*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0d0d;--bg2:#161616;--bg3:#1e1e1e;--border:#2a2a2a;--gold:#FFD700;--gold-dim:#b39a00;--text:#f0f0f0;--text-muted:#888;--red:#ff4444;--green:#44cc66;--yellow:#ffcc00;--radius:10px}body,html{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;min-height:100vh}button{cursor:pointer}button,input{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-500px 0}to{background-position:500px 0}}@keyframes bounceIn{0%{opacity:0;transform:scale(.85)}60%{opacity:1;transform:scale(1.04)}to{transform:scale(1)}}.animate-fade-up{animation:fadeUp .35s ease both}.animate-fade-in{animation:fadeIn .25s ease both}.animate-slide-down{animation:slideDown .2s ease both}.animate-bounce-in{animation:bounceIn .4s ease both}.skeleton{background:linear-gradient(90deg,var(--bg2) 25%,var(--bg3) 50%,var(--bg2) 75%);background-size:500px 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:8px}.stagger>:first-child{animation-delay:.03s}.stagger>:nth-child(2){animation-delay:.07s}.stagger>:nth-child(3){animation-delay:.11s}.stagger>:nth-child(4){animation-delay:.15s}.stagger>:nth-child(5){animation-delay:.19s}.stagger>:nth-child(6){animation-delay:.23s}