*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;font-family:Poppins,sans-serif;background-color:var(--background);color:var(--text)}:root{--primary: #00d4ff;--success: #00ff88;--warning: #ffcc00;--danger: #ff3355;--background: #0f0f23;--surface: #1a1a2e;--surface-light: #16213e;--border: #2a2a40;--text: #ffffff;--text-muted: #aaa;--radius: 10px;--transition: all .25s ease-out}::-webkit-scrollbar{width:8px;background:var(--background)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary),var(--success));border-radius:4px}button,input,select{transition:all .2s ease}.card-hover:hover{transform:translateY(-3px);box-shadow:0 4px 14px #00d4ff26}@keyframes fadeInGlobal{0%{opacity:0;transform:translateY(12px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.fade-in{animation:fadeInGlobal .5s ease-out}
