:root{--primary: #0F352D;--primary-foreground: #F7F7ED;--primary-light: #19493F;--primary-dark: #0A2822;--secondary: #F7F7ED;--secondary-foreground: #0F352D;--accent: #FFF198;--accent-foreground: #0F352D;--background: #FEFFED;--foreground: #0F352D;--card: #F7F7ED;--card-foreground: #0F352D;--destructive: #EF5350;--destructive-foreground: #FFFFFF;--destructive-light: rgba(239, 83, 80, .1);--success: #4CAF50;--success-foreground: #FFFFFF;--success-light: rgba(76, 175, 80, .1);--warning: #FF9800;--warning-foreground: #0F352D;--warning-light: rgba(255, 152, 0, .1);--info: #2196F3;--info-foreground: #FFFFFF;--info-light: rgba(33, 150, 243, .1);--neutral-50: #FAFAFA;--neutral-100: #F5F5F5;--neutral-200: #E5E5E5;--neutral-300: #D4D4D4;--neutral-400: #A3A3A3;--neutral-500: #737373;--neutral-600: #525252;--neutral-700: #404040;--neutral-800: #262626;--neutral-900: #171717;--border: #D4D4D4;--input: #F7F7ED;--input-background: #FFFFFF;--input-border: #D4D4D4;--input-border-focus: #0F352D;--ring: 15, 53, 45;--font-family-primary: "Plus Jakarta Sans", sans-serif;--font-family-secondary: "Raleway", sans-serif;--font-family-mono: "Courier New", monospace;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--text-display: 56px;--text-h1: 42px;--text-h2: 34px;--text-h3: 22px;--text-h4: 20px;--text-h5: 18px;--text-base: 18px;--text-label: 16px;--text-small: 14px;--text-xs: 12px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--space-32: 128px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--elevation-xs: 0px 1px 2px 0px rgba(15, 53, 45, .05);--elevation-sm: 0px 4px 5px 0px rgba(15, 53, 45, .15);--elevation-md: 0px 8px 16px 0px rgba(15, 53, 45, .15);--elevation-lg: 0px 16px 24px 0px rgba(15, 53, 45, .15);--elevation-xl: 0px 24px 48px 0px rgba(15, 53, 45, .2);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .35s cubic-bezier(.4, 0, .2, 1);--z-base: 0;--z-dropdown: 1000;--z-sticky: 1100;--z-fixed: 1200;--z-modal-backdrop: 1300;--z-modal: 1400;--z-popover: 1500;--z-tooltip: 1600}.dark{--primary: #FEFEED;--primary-foreground: #0F352D;--primary-light: #FFFFF5;--primary-dark: #F5F5E3;--secondary: #19423F;--secondary-foreground: #FEFEED;--accent: #FFF198;--accent-foreground: #0F352D;--background: #0F352D;--foreground: #FEFFED;--card: #19433F;--card-foreground: #FEFFED;--border: #2D5A50;--input: #19433F;--input-background: #1A4A42;--input-border: #2D5A50;--input-border-focus: #FFF198;--ring: 255, 241, 152}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-family-primary);font-size:var(--text-base);font-weight:var(--font-weight-normal);color:var(--foreground);background-color:var(--background);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh}h1{font-family:var(--font-family-primary);font-size:var(--text-h1);font-weight:var(--font-weight-bold);line-height:1.2}h2{font-family:var(--font-family-secondary);font-size:var(--text-h2);font-weight:var(--font-weight-bold);line-height:1.2}h3{font-family:var(--font-family-primary);font-size:var(--text-h3);font-weight:var(--font-weight-semibold);line-height:1.3}h4{font-family:var(--font-family-primary);font-size:var(--text-h4);font-weight:var(--font-weight-bold);line-height:1.3}p{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.6}label{font-size:var(--text-label);font-weight:var(--font-weight-medium)}small{font-size:var(--text-small)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--neutral-400);border-radius:var(--radius-full)}
