@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 0 0% 5%;--card: 0 0% 100%;--card-foreground: 0 0% 5%;--primary: 100 55% 20%;--primary-foreground: 0 0% 100%;--secondary: 100 40% 96%;--secondary-foreground: 100 55% 20%;--muted: 100 10% 96%;--muted-foreground: 100 5% 45%;--accent: 100 40% 96%;--accent-foreground: 100 55% 20%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 100 10% 90%;--input: 100 10% 90%;--ring: 100 55% 20%;--radius: .5rem}.dark{--background: 0 0% 7%;--foreground: 0 0% 95%;--card: 0 0% 10%;--card-foreground: 0 0% 95%;--primary: 100 55% 45%;--primary-foreground: 0 0% 100%;--secondary: 100 10% 15%;--secondary-foreground: 100 40% 90%;--muted: 100 5% 15%;--muted-foreground: 100 5% 60%;--accent: 100 10% 15%;--accent-foreground: 100 40% 90%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 100 5% 20%;--input: 100 5% 20%;--ring: 100 55% 45%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:DM Sans,system-ui,-apple-system,sans-serif}}@layer components{.fc-card-surface{box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border-radius:var(--radius);transition:box-shadow .2s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94)}.fc-card-elevated{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;border-radius:var(--radius);transition:box-shadow .2s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94)}.fc-card-showcase{box-shadow:0 12px 40px #0000001f,0 4px 12px #0000000f;border-radius:var(--radius);transition:box-shadow .2s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94)}.kpi-value{font-family:Fraunces,Georgia,serif;font-size:2.5rem;font-weight:600;line-height:1.1}.kpi-label{font-size:.875rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}}
