@tailwind base;@tailwind components;@tailwind utilities;:root{--background: #F9FAF8;--foreground: #1F2D2E;--muted: #DCE3E5;--muted-foreground: #6E7C80;--popover: #FFFFFF;--popover-foreground: #1F2D2E;--card: #FFFFFF;--card-foreground: #1F2D2E;--border: #DCE3E5;--input: #DCE3E5;--primary: #21746F;--primary-foreground: #FFFFFF;--secondary: #516B78;--secondary-foreground: #FFFFFF;--accent: #A9E6CF;--accent-foreground: #1F2D2E;--destructive: #E85A5A;--destructive-foreground: #FFFFFF;--ring: #21746F;--radius: .75rem;--success: #4CAF91;--warning: #F4B942;--error: #E85A5A;--info: #21746F;--hover: #1A5D5A;--disabled: #DCE3E5;--surface: #FFFFFF;--accent-mint: #A9E6CF}.dark{--background: #0D1A19;--foreground: #F9FAF8;--muted: #1F2D2E;--muted-foreground: #6E7C80;--popover: #1A2C2B;--popover-foreground: #F9FAF8;--card: #1A2C2B;--card-foreground: #F9FAF8;--border: #2A3F3E;--input: #2A3F3E;--primary: #2A8A82;--primary-foreground: #F9FAF8;--secondary: #516B78;--secondary-foreground: #F9FAF8;--accent: #B8F5D8;--accent-foreground: #0D1A19;--destructive: #E85A5A;--destructive-foreground: #F9FAF8;--ring: #2A8A82;--radius: .75rem;--success: #5DC99C;--warning: #F4B942;--error: #E85A5A;--info: #2A8A82;--hover: #238A7A;--disabled: #2A3F3E;--surface: #1A2C2B;--accent-mint: #B8F5D8}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-surface text-foreground;font-family:"Source Sans 3",Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background-color:var(--chakra-colors-sand-50, var(--background));color:var(--chakra-colors-sand-900, var(--foreground))}}@layer utilities{.bg-surface{background-color:var(--surface)}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.skeleton-pulse{animation:skeleton-pulse 2s ease-in-out infinite}@keyframes skeleton-pulse{0%{background-color:#e2e8f0}50%{background-color:#cbd5e0}to{background-color:#e2e8f0}}@keyframes toast-slide-in-right{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-slide-out-right{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes toast-fade-in{0%{opacity:0}to{opacity:1}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}[data-state=open][data-radix-toast-viewport]{animation:toast-fade-in .2s ease-out}[data-state=closed][data-radix-toast-viewport]{animation:toast-fade-out .2s ease-in}[data-state=open][data-radix-toast-root]{animation:toast-slide-in-right .3s ease-out}[data-state=closed][data-radix-toast-root]{animation:toast-slide-out-right .3s ease-in}}
