@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 210 20% 98%;--foreground: 210 40% 11%;--card: 0 0% 100%;--card-foreground: 210 40% 11%;--popover: 0 0% 100%;--popover-foreground: 210 40% 11%;--primary: 187 65% 42%;--primary-foreground: 0 0% 100%;--secondary: 210 25% 95%;--secondary-foreground: 210 40% 11%;--muted: 210 20% 96%;--muted-foreground: 210 15% 50%;--accent: 172 50% 45%;--accent-foreground: 0 0% 100%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--success: 152 60% 42%;--success-foreground: 0 0% 100%;--warning: 38 92% 50%;--warning-foreground: 0 0% 100%;--info: 210 80% 56%;--info-foreground: 0 0% 100%;--border: 210 20% 90%;--input: 210 20% 90%;--ring: 187 65% 42%;--radius: .625rem;--sidebar-background: 210 35% 15%;--sidebar-foreground: 210 20% 85%;--sidebar-primary: 187 65% 50%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 210 30% 22%;--sidebar-accent-foreground: 210 20% 90%;--sidebar-border: 210 30% 22%;--sidebar-ring: 187 65% 50%;--sidebar-muted: 210 25% 35%;--font-heading: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif;--gradient-primary: linear-gradient(135deg, hsl(187, 65%, 42%), hsl(172, 50%, 45%));--gradient-sidebar: linear-gradient(180deg, hsl(210, 35%, 13%), hsl(210, 35%, 18%));--shadow-card: 0 1px 3px 0 hsl(210 20% 50% / .08), 0 1px 2px -1px hsl(210 20% 50% / .08);--shadow-elevated: 0 4px 12px -2px hsl(210 20% 50% / .12), 0 2px 6px -2px hsl(210 20% 50% / .08);--tooth-healthy: 152 60% 42%;--tooth-cavity: 0 72% 51%;--tooth-filled: 38 92% 50%;--tooth-missing: 210 15% 75%;--tooth-implant: 260 50% 55%;--tooth-default: 210 20% 96%}.dark{--background: 210 35% 8%;--foreground: 210 20% 92%;--card: 210 30% 12%;--card-foreground: 210 20% 92%;--popover: 210 30% 12%;--popover-foreground: 210 20% 92%;--primary: 187 65% 50%;--primary-foreground: 0 0% 100%;--secondary: 210 25% 18%;--secondary-foreground: 210 20% 92%;--muted: 210 25% 16%;--muted-foreground: 210 15% 55%;--accent: 172 50% 50%;--accent-foreground: 0 0% 100%;--destructive: 0 62% 45%;--destructive-foreground: 0 0% 100%;--success: 152 55% 48%;--success-foreground: 0 0% 100%;--warning: 38 85% 55%;--warning-foreground: 0 0% 100%;--info: 210 75% 60%;--info-foreground: 0 0% 100%;--border: 210 25% 20%;--input: 210 25% 20%;--ring: 187 65% 50%;--sidebar-background: 210 35% 8%;--sidebar-foreground: 210 20% 85%;--sidebar-primary: 187 65% 55%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 210 30% 15%;--sidebar-accent-foreground: 210 20% 90%;--sidebar-border: 210 30% 15%;--sidebar-ring: 187 65% 55%;--sidebar-muted: 210 25% 25%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-body antialiased;}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}}@layer utilities{.font-heading{font-family:var(--font-heading)}.font-body{font-family:var(--font-body)}.gradient-primary{background:var(--gradient-primary)}.shadow-card{box-shadow:var(--shadow-card)}.shadow-elevated{box-shadow:var(--shadow-elevated)}}
