:root {
  --font-size: 16px;
  --background: #ffffff;
  --foreground: 0.145 0 0;
  --card: #ffffff;
  --card-foreground: 0.145 0 0;
  --popover: 1 0 0;
  --popover-foreground: 0.145 0 0;
  
  /* HLAVNÍ ZMĚNA: Primary je nyní vaše zelená */
  --primary: #3EB489; 
  --primary-foreground: 1 1 1; /* Bílý text na zelené */
  
  --secondary: 0.95 0.0058 264.53;
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #ffffff;
  --border: rgba(0, 0, 0, 0.1);
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: 0.708 0 0;
  --radius: 0.625rem;
}

body {
  background-color: var(--background);
  color: oklch(var(--foreground));
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

* {
  border-color: var(--border);
}