@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap";:root{--background: #f9fafb;--foreground: #000000;--card: #ffffff;--card-foreground: #000000;--popover: #ffffff;--popover-foreground: #000000;--primary: #1a7f5a;--primary-hover: #15664a;--primary-foreground: #ffffff;--accent: #2fd065;--accent-foreground: #fafafa;--secondary: #f3f4f6;--secondary-foreground: #000000;--secondary-hover: #e5e7eb;--muted: #f3f4f6;--muted-foreground: #6b7280;--destructive: #ff5f57;--destructive-bg: rgba(255, 95, 87, .1);--destructive-foreground: #fbfbfb;--warning: #FFA500;--border: #f3f4f6;--input: #ffffff;--ring: #2fd065;--chart-1: #07503e;--chart-2: #2fd065;--chart-3: #ff5f57;--chart-4: #000000;--chart-5: #6b7280;--font-sans: "Nunito", ui-sans-serif, system-ui, sans-serif;--font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--font-serif: "Crimson Pro", ui-serif, Georgia, serif;--spacing-1: 4px;--spacing-2: 8px;--spacing-3: 12px;--spacing-4: 16px;--spacing-6: 24px;--spacing-8: 32px;--spacing-10: 40px;--spacing-12: 48px;--spacing-16: 64px;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-full: 9999px;--shadow-sm: 0px 2px 8px 0px rgba(0, 0, 0, .04);--shadow-md: 0px 4px 20px 0px rgba(0, 0, 0, .05);--shadow-lg: 0px 8px 32px 0px rgba(0, 0, 0, .08);--sidebar-width: 240px;--sidebar-collapsed-width: 64px}.dark{--background: #000000;--foreground: #ffffff;--card: #121212;--card-foreground: #ffffff;--popover: #141414;--popover-foreground: #fafafa;--primary: #1a7f5a;--primary-foreground: #ffffff;--accent: #2fd065;--accent-foreground: #fafafa;--secondary: #27272a;--secondary-foreground: #ffffff;--secondary-hover: #3f3f46;--muted: #27272a;--muted-foreground: #a1a1aa;--destructive: #c2b0a5;--destructive-foreground: #fbfbfb;--border: #27272a;--input: #333333;--ring: #8b8891;--chart-1: #2fd065;--chart-2: #07503e;--chart-3: #ff5f57;--chart-4: #a1a1aa;--chart-5: #52525b;--shadow-sm: 0px 1px 3px 0px rgba(0, 0, 0, 1);--shadow-md: 0px 2px 6px 0px rgba(0, 0, 0, 1);--shadow-lg: 0px 4px 12px 0px rgba(0, 0, 0, 1)}.text-hero{font-size:48px;font-weight:700;line-height:1.2;font-family:var(--font-sans)}.text-h1{font-size:32px;font-weight:700;line-height:1.2;font-family:var(--font-sans)}.text-h2{font-size:24px;font-weight:600;line-height:1.3;font-family:var(--font-sans)}.text-h3{font-size:20px;font-weight:600;line-height:1.4;font-family:var(--font-sans)}.text-body{font-size:16px;font-weight:400;line-height:1.5;font-family:var(--font-sans)}.text-label{font-size:12px;font-weight:500;line-height:1.3;letter-spacing:.5px;text-transform:uppercase;font-family:var(--font-sans)}.text-data-large{font-size:32px;font-weight:600;line-height:1.2;font-family:var(--font-mono)}.text-data-medium{font-size:20px;font-weight:500;line-height:1.3;font-family:var(--font-mono)}.text-data-small{font-size:14px;font-weight:400;line-height:1;font-family:var(--font-mono)}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{border:none;background:none;cursor:pointer;font-family:inherit}input{font-family:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html,body{margin:0;padding:0;min-height:100vh;width:100%}
