@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #0ea5e9;--primary-dark: #0284c7}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bg-primary{background-color:var(--primary)}.text-primary{color:var(--primary)}.border-primary{border-color:var(--primary)}.hover\:bg-blue-600:hover{background-color:var(--primary-dark)}.notification-badge{position:absolute;top:-4px;right:-4px;background-color:#ef4444;color:#fff;border-radius:9999px;min-width:18px;height:18px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0 4px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-animate.animate-in{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-content{animation:fadeInScale .8s ease-out}.hero-title{animation:fadeInUp 1s ease-out .2s both}.hero-subtitle{animation:fadeInUp 1s ease-out .4s both}.hero-buttons{animation:fadeInUp 1s ease-out .6s both}
