@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");@layer base{:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:263 70% 50%;--primary-foreground:0 0% 100%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:263 70% 50%;--radius:0.75rem}*{@apply border-border}body{@apply bg-background text-foreground font-sans antialiased;font-feature-settings:"rlig" 1,"calt" 1}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{@apply bg-gray-200 rounded-full}::-webkit-scrollbar-thumb:hover{@apply bg-gray-300}}@layer utilities{.text-gradient,.text-gradient-purple{@apply bg-clip-text text-transparent bg-gradient-to-r from-thrive-purple to-violet-500}.bg-thrive-mesh{background:radial-gradient(ellipse at top left,rgba(124,58,237,.08) 0,transparent 50%),radial-gradient(ellipse at top right,rgba(59,130,246,.06) 0,transparent 50%),radial-gradient(ellipse at bottom,rgba(236,72,153,.05) 0,transparent 50%),#fff}.glass,.glass-card{@apply bg-white/80 backdrop-blur-md border border-white/30 shadow-card}}