@import"tailwindcss";@theme{ --color-background: hsl(210 33% 99%); --color-foreground: hsl(215 45% 12%); --color-card: hsl(0 0% 100%); --color-card-foreground: hsl(215 45% 12%); --color-popover: hsl(0 0% 100%); --color-popover-foreground: hsl(215 45% 12%); --color-primary: hsl(215 60% 16%); --color-primary-foreground: hsl(210 40% 98%); --color-secondary: hsl(210 30% 95%); --color-secondary-foreground: hsl(215 60% 16%); --color-muted: hsl(210 28% 96%); --color-muted-foreground: hsl(215 14% 42%); --color-accent: hsl(160 62% 30%); --color-accent-foreground: hsl(150 40% 97%); --color-destructive: hsl(0 70% 46%); --color-destructive-foreground: hsl(0 0% 100%); --color-border: hsl(214 25% 89%); --color-input: hsl(214 25% 89%); --color-ring: hsl(160 62% 30%); --color-midnight: hsl(215 60% 12%); --color-midnight-soft: hsl(215 44% 20%); --color-emerald-brand: hsl(160 62% 34%); --color-gold: hsl(41 62% 55%); --color-charcoal: hsl(215 16% 26%); --color-sidebar-background: hsl(0 0% 98%); --color-sidebar-foreground: hsl(240 5.3% 26.1%); --color-sidebar-primary: hsl(240 5.9% 10%); --color-sidebar-primary-foreground: hsl(0 0% 98%); --color-sidebar-accent: hsl(240 4.8% 95.9%); --color-sidebar-accent-foreground: hsl(240 5.9% 10%); --color-sidebar-border: hsl(220 13% 91%); --color-sidebar-ring: hsl(217.2 91.2% 59.8%); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --font-display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif; --font-sans: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif; }:root{--radius: .35rem}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground antialiased;}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em}button:not(:disabled),[role=button]:not(:disabled):not([aria-disabled=true]),summary,select:not(:disabled),input:not(:disabled):is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:pointer}button:disabled,select:disabled,[role=button][aria-disabled=true],input:disabled:is([type=checkbox],[type=radio],[type=submit],[type=button],[type=reset]){cursor:not-allowed}:focus-visible{outline:2px solid var(--color-emerald-brand);outline-offset:2px}}@keyframes ew-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes ew-drift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-22px,0) scale(1.06)}}.ew-rise{animation:ew-rise .7s cubic-bezier(.22,1,.36,1) both}.ew-drift{animation:ew-drift 14s ease-in-out infinite}.ew-glass{backdrop-filter:blur(18px);background-color:#ffffff14;border:1px solid rgb(255 255 255 / .16)}.ew-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.22em}@media (prefers-reduced-motion: reduce){.ew-rise,.ew-drift{animation:none}}
