:root {
  --color-accent:        #008060;
  --color-accent-hover:  #006e52;
  --color-accent-subtle: #f0faf8;
  --color-accent-mid:    #d0ede6;
  --color-accent-text:   #004c3f;

  --color-bg:           #ffffff;
  --color-surface:      #f6f6f7;
  --color-surface-soft: #f0faf8;

  --color-border:        #e1e3e5;
  --color-border-accent: #b3dfd5;

  --color-text-primary:   #202223;
  --color-text-secondary: #6d7175;
  --color-text-muted:     #9fa3a8;

  --color-success: #008060;
  --color-error:   #dc2626;
  --color-warning: #d97706;
  --color-star:    #f59e0b;

  --font-sans: 'Inter', system-ui, sans-serif;

  --text-xs:   12px;
  --text-sm:   13px;
  --text-base: 14px;
  --text-md:   16px;
  --text-lg:   18px;
  --text-xl:   20px;

  --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;

  --radius-sm:   8px;
  --radius-md:   10px;
  --radius-lg:   12px;
  --radius-pill: 999px;

  --shadow-sm:     0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-md:     0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg:     0 12px 40px rgba(0, 0, 0, 0.10);
  --shadow-card:   0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-accent: 0 4px 24px rgba(0, 128, 96, 0.12);

  --gradient-brand: linear-gradient(135deg, #00897b 0%, #5b9bd5 100%);

  --max-width:  1200px;
  --nav-height: 64px;
}
