@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;600;700;800&display=swap";:root{--orange-50: #fff7ed;--orange-100: #ffedd5;--orange-500: #f97316;--orange-600: #ea580c;--orange-700: #c2410c;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-500: #6b7280;--gray-700: #374151;--gray-900: #111827}*{box-sizing:border-box}html,body{font-family:Inter,Poppins,system-ui,-apple-system,sans-serif;background-color:var(--gray-50);color:var(--gray-900);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--orange-500);border-radius:3px}.stat-card-hover{transition:transform .2s,box-shadow .2s}.stat-card-hover:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a!important}
