@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;:root{--pastel-pink:#ffb5c8;--pastel-purple:#c5b8ff;--pastel-blue:#b8e0ff;--pastel-mint:#b8f0d8;--pastel-peach:#ffd5b8;--pastel-yellow:#fff0b8;--pastel-lavender:#e8d5ff;--pastel-coral:#ffb8b8;--brand-primary:#8b7cf8;--brand-light:#ede5ff;--bg-main:#f8f5ff;--bg-card:#fff;--text-primary:#2d2748;--text-secondary:#6b6490;--border:#e8e0ff}*{box-sizing:border-box}html,body{background:var(--bg-main);color:var(--text-primary);margin:0;padding:0;font-family:Poppins,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0ebff;border-radius:3px}::-webkit-scrollbar-thumb{background:#c5b8ff;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8b7cf8}.card{border:1px solid var(--border);background:#fff;border-radius:20px;transition:box-shadow .2s,transform .2s;box-shadow:0 2px 16px #8b7cf80f}.card:hover{box-shadow:0 6px 32px #8b7cf81f}.stat-purple{background:linear-gradient(135deg,#ede5ff 0%,#c5b8ff 100%)}.stat-pink{background:linear-gradient(135deg,#ffe8f0 0%,#ffb5c8 100%)}.stat-blue{background:linear-gradient(135deg,#e0f4ff 0%,#b8e0ff 100%)}.stat-mint{background:linear-gradient(135deg,#e0fff2 0%,#b8f0d8 100%)}.stat-peach{background:linear-gradient(135deg,#fff0e0 0%,#ffd5b8 100%)}.stat-yellow{background:linear-gradient(135deg,#fffae0 0%,#fff0b8 100%)}.stat-coral{background:linear-gradient(135deg,#ffe8e8 0%,#ffb8b8 100%)}.stat-lavender{background:linear-gradient(135deg,#f2e8ff 0%,#e8d5ff 100%)}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.4s ease-out both fadeSlideIn}.delay-1{animation-delay:50ms}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.15s}.delay-4{animation-delay:.2s}.delay-5{animation-delay:.25s}.delay-6{animation-delay:.3s}.nav-active{background:var(--brand-light);color:var(--brand-primary);font-weight:600}.badge{border-radius:99px;align-items:center;padding:2px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.badge-purple{color:#6b4fe0;background:#ede5ff}.badge-green{color:#1a9c60;background:#e0fff2}.badge-red{color:#c0392b;background:#ffe8e8}.badge-blue{color:#1a6fc0;background:#e0f4ff}.badge-peach{color:#c07030;background:#fff0e0}.data-table{border-collapse:collapse;width:100%}.data-table th{color:#6b6490;text-transform:uppercase;letter-spacing:.04em;text-align:left;background:#f5f0ff;border-bottom:2px solid #e8e0ff;padding:10px 16px;font-size:.75rem;font-weight:600}.data-table td{vertical-align:middle;border-bottom:1px solid #f0ebff;padding:12px 16px;font-size:.875rem}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#fafaff}.progress-bar{background:#ede5ff;border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#8b7cf8,#c5b8ff);border-radius:4px;height:100%;transition:width .8s}.spinner{border:4px solid #ede5ff;border-top-color:#8b7cf8;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
