@tailwind base;@tailwind components;@tailwind utilities;:root{--burgundy: #6B0F38;--burgundy-d: #3D0520;--burgundy-l: #8C1A4E;--rose-gold: #B8845A;--rose-light: #D4A87A;--dark-bg: #0D0008;--dark-card: rgba(255,255,255,.04);--dark-border: rgba(184,132,90,.18);--dark-sidebar: #130010;--glass-border: rgba(184,132,90,.18)}*{box-sizing:border-box}body{background:var(--dark-bg);color:#f5e8ed;font-family:Inter,system-ui,sans-serif;min-height:100dvh;-webkit-font-smoothing:antialiased}.loading-screen{display:flex;align-items:center;justify-content:center;height:100dvh;background:var(--dark-bg)}.spinner{width:32px;height:32px;border:3px solid #2d1220;border-top-color:var(--burgundy);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--dark-card)}::-webkit-scrollbar-thumb{background:#3d1828;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--burgundy)}.stat-card-shimmer{position:relative;overflow:hidden;border-radius:8px}.stat-card-shimmer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(184,132,90,.3),transparent)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
