@import"tailwindcss";@custom-variant dark (&:where(.dark,.dark *));@theme{ --color-background: hsl(0 0% 100%); --color-foreground: hsl(220 30% 15%); --color-card: hsl(220 20% 97%); --color-card-foreground: hsl(220 30% 15%); --color-popover: hsl(220 20% 97%); --color-popover-foreground: hsl(220 30% 15%); --color-primary: hsl(215 80% 35%); --color-primary-foreground: hsl(0 0% 100%); --color-secondary: hsl(210 20% 95%); --color-secondary-foreground: hsl(220 30% 15%); --color-muted: hsl(220 15% 90%); --color-muted-foreground: hsl(220 15% 45%); --color-accent: hsl(150 60% 45%); --color-accent-foreground: hsl(0 0% 100%); --color-destructive: hsl(0 75% 45%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(220 15% 88%); --color-input: hsl(220 15% 88%); --color-ring: hsl(215 80% 35%); --font-sans: "Source Sans Pro", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --font-serif: "Crimson Pro", serif; --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); }:root{--radius: .375rem}.dark{--color-background: hsl(220 25% 12%);--color-foreground: hsl(210 20% 92%);--color-card: hsl(220 20% 15%);--color-card-foreground: hsl(210 20% 92%);--color-popover: hsl(220 20% 15%);--color-popover-foreground: hsl(210 20% 92%);--color-primary: hsl(215 60% 55%);--color-primary-foreground: hsl(0 0% 100%);--color-secondary: hsl(220 15% 20%);--color-secondary-foreground: hsl(210 20% 92%);--color-muted: hsl(220 15% 20%);--color-muted-foreground: hsl(210 15% 60%);--color-accent: hsl(150 60% 55%);--color-accent-foreground: hsl(0 0% 100%);--color-destructive: hsl(0 70% 50%);--color-destructive-foreground: hsl(0 0% 100%);--color-border: hsl(220 15% 22%);--color-input: hsl(220 15% 22%);--color-ring: hsl(215 60% 55%)}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}.font-display{font-family:var(--font-serif),serif}.font-body{font-family:var(--font-sans),sans-serif}}@layer utilities{.glass-morphism{@apply backdrop-blur-xl bg-white/10 border border-white/20 shadow-xl;}.premier-gradient{background:linear-gradient(135deg,#124da1,#13316c)}.emerald-accent{background:linear-gradient(135deg,#2eb873,#1b9859)}.text-premier-gradient{@apply bg-clip-text text-transparent;background-image:linear-gradient(135deg,#124da1,#13316c)}.text-emerald-gradient{@apply bg-clip-text text-transparent;background-image:linear-gradient(135deg,#2eb873,#1b9859)}}
