@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,600&family=Inter:wght@400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; }

:root {
  --bg:        #100b06;
  --surface:   #1c1208;
  --surface2:  #271a0c;
  --border:    #3a2510;
  --fire:      #f06820;
  --fire-dim:  #a04010;
  --fire-glow: rgba(240,104,32,0.15);
  --cream:     #f5ead8;
  --muted:     #7a6248;
  --green:     #5aaa68;
  --orange:    #f06820;
  --red:       #d04040;
}

/* ── Nav ── */
#app-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav-logo { font-size: 1.2rem; }

.nav-links { display: flex; gap: 4px; flex: 1; }

.nav-btn {
  background: none;
  color: var(--muted);
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  min-height: unset;
  border-radius: 8px;
  border: 1px solid transparent;
}

.nav-btn:hover { background: var(--surface2); color: var(--cream); transform: none; }

.nav-email {
  font-size: 0.78rem;
  color: var(--muted);
  display: none;
}

@media (min-width: 480px) { .nav-email { display: block; } }

.nav-uitlog {
  background: none;
  color: var(--muted);
  padding: 6px 10px;
  font-size: 0.78rem;
  min-height: unset;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.nav-uitlog:hover { color: var(--cream); background: var(--surface2); transform: none; }

/* ── Auth ── */
#login-scherm {
  padding: 16px 0 0;
}

.auth-kaart {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auth-kaart h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
}

.auth-sub {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 4px;
}

.auth-fout {
  color: var(--red);
  font-size: 0.85rem;
  background: rgba(208,64,64,0.08);
  border: 1px solid rgba(208,64,64,0.2);
  border-radius: 8px;
  padding: 10px 12px;
}

.auth-kaart input {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--cream);
  padding: 13px 14px;
  font-size: 0.95rem;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color 0.2s;
}

.auth-kaart input:focus { border-color: var(--fire-dim); }
.auth-kaart input::placeholder { color: var(--muted); }

.auth-scheider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.8rem;
}
.auth-scheider::before, .auth-scheider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: #1a1a1a;
  border-radius: 10px;
  padding: 13px;
  font-size: 0.92rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  transition: background 0.2s;
  min-height: 48px;
}
.google-btn:hover { background: #f0f0f0; }

.auth-wissel {
  background: none;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
  min-height: unset;
  padding: 4px 0;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auth-wissel:hover { background: none; color: var(--cream); transform: none; }

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--bg);
  color: var(--cream);
  min-height: 100vh;
  /* subtle noise texture via SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
}

main {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 16px 64px;
}

/* ── Header ── */
header {
  text-align: center;
  padding: 52px 24px 44px;
  position: relative;
  margin: 0 -16px 8px;
  background: linear-gradient(160deg, #1e0e04 0%, #2a1206 40%, #160a02 100%);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

/* heat haze glow */
header::after {
  content: '';
  position: absolute;
  bottom: -60px; left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 120px;
  background: radial-gradient(ellipse, rgba(240,104,32,0.18) 0%, transparent 70%);
  pointer-events: none;
}

.header-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fire);
  margin-bottom: 14px;
  opacity: 0.9;
}

header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 12px;
  /* warm text shadow */
  text-shadow: 0 0 40px rgba(240,104,32,0.3);
}

header p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
  max-width: 300px;
  margin: 0 auto;
}

/* ── Upload ── */
#upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
  cursor: pointer;
  overflow: hidden;
  min-height: 220px;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  position: relative;
}

#upload-label:hover {
  border-color: var(--fire-dim);
  background: var(--surface2);
  box-shadow: 0 0 32px var(--fire-glow);
}

#upload-tekst {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  padding: 40px;
}

.upload-icoon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--surface2);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

#upload-tekst span:last-child {
  font-size: 0.9rem;
  color: var(--muted);
}

#upload-tekst .hint {
  font-size: 0.75rem;
  color: #4a3e2e;
}

#preview {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  display: block;
}

#analyseer-btn {
  margin-top: 14px;
  width: 100%;
}

/* ── Knoppen ── */
button {
  background: var(--fire);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 15px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  min-height: 50px;
  transition: background 0.2s, transform 0.1s;
}

button:hover  { background: #d85c18; }
button:active { transform: scale(0.98); }

/* ── Laden ── */
#laden-scherm {
  text-align: center;
  padding: 80px 0;
}

.spinner-wrap {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
}

.spinner {
  width: 56px;
  height: 56px;
  border: 2px solid var(--border);
  border-top-color: var(--fire);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.spinner-dot {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
}

@keyframes spin { to { transform: rotate(360deg); } }

#laden-scherm p {
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

/* ── Fout ── */
#fout-scherm {
  text-align: center;
  padding: 60px 0;
}

#fout-tekst {
  color: var(--red);
  margin-bottom: 24px;
  font-size: 0.9rem;
  line-height: 1.6;
  padding: 16px;
  background: rgba(184,64,64,0.08);
  border: 1px solid rgba(184,64,64,0.2);
  border-radius: 12px;
}

/* ── Onzeker ── */
#onzeker-scherm h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.zichtbaar-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fire);
  margin-bottom: 10px;
}

#zichtbaar-lijst {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 16px 16px 36px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#zichtbaar-lijst li {
  font-size: 0.9rem;
  color: #b09070;
}

.keuze-hint {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fire);
  margin-bottom: 12px;
}

#opties-lijst {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.optie-kaart {
  background: var(--surface);
  color: var(--cream);
  border-radius: 14px;
  padding: 18px 20px;
  text-align: left;
  font-weight: 500;
  border: 1px solid var(--border);
  min-height: unset;
  transition: border-color 0.2s, background 0.2s;
}

.optie-kaart:hover {
  border-color: var(--fire-dim);
  background: var(--surface2);
}

/* ── Keuze scherm ── */
#keuze-scherm h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

#gerecht-beschrijving {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 28px;
  line-height: 1.6;
}

#varianten-lijst {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.variant-kaart {
  background: var(--surface);
  color: var(--cream);
  border-radius: 16px;
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid var(--border);
  font-weight: 400;
  width: 100%;
  min-height: unset;
  transition: border-color 0.2s, background 0.2s;
}

.variant-kaart:hover {
  background: var(--surface2);
}

.variant-kaart.groen:hover  { border-color: var(--green); }
.variant-kaart.oranje:hover { border-color: var(--orange); }
.variant-kaart.rood:hover   { border-color: var(--red); }

.variant-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.variant-niveau {
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.variant-niveau::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.groen .variant-niveau::before  { background: var(--green); }
.oranje .variant-niveau::before { background: var(--orange); }
.rood .variant-niveau::before   { background: var(--red); }

.groen .variant-niveau  { color: var(--green); }
.oranje .variant-niveau { color: var(--orange); }
.rood .variant-niveau   { color: var(--red); }

.variant-tijd {
  font-size: 0.82rem;
  color: var(--muted);
}

.foto-badge {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--fire);
  background: var(--fire-glow);
  border: 1px solid var(--fire-dim);
  border-radius: 20px;
  padding: 2px 8px;
  white-space: nowrap;
}

.variant-teaser {
  font-size: 0.88rem;
  color: #c8b49a;
  line-height: 1.5;
}

.variant-ingredienten {
  font-size: 0.78rem;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: 8px;
  margin-top: 2px;
}

/* ── Recept ── */
#terug-btn {
  background: none;
  color: var(--muted);
  padding: 0;
  font-size: 0.85rem;
  font-weight: 500;
  min-height: auto;
  margin-bottom: 20px;
}

#terug-btn:hover {
  background: none;
  color: var(--cream);
  transform: none;
}

#recept-scherm h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.recept-meta-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.recept-meta-item {
  font-size: 0.82rem;
  color: var(--muted);
}

.recept-meta-item.actief-tijd { color: var(--fire); }

.portie-selector-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-size: 0.85rem;
  color: var(--muted);
}

/* ── Onderdelen ── */
.onderdeel { margin-bottom: 28px; }

.onderdeel-naam {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--fire);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}

.onderdeel-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 600px) {
  .onderdeel-body { grid-template-columns: 1fr; }
}

.onderdeel-label {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fire);
  margin-bottom: 10px;
}

.ing-lijst {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.ing-lijst li {
  font-size: 0.88rem;
  color: #d0bfa8;
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 6px;
}

.ing-lijst li strong {
  color: var(--cream);
  min-width: 52px;
}

.stap-lijst {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.stap-rij {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid var(--border);
}

.stap-nr {
  width: 24px;
  height: 24px;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--fire);
  flex-shrink: 0;
  margin-top: 2px;
}

.stap-tekst {
  font-size: 0.9rem;
  color: #d0bfa8;
  line-height: 1.6;
}

.stap-tijd {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 3px;
}

.stap-actief {
  background: rgba(240,104,32,0.12);
  color: var(--fire);
  border: 1px solid var(--fire-dim);
}

.stap-passief {
  background: var(--surface2);
  color: var(--muted);
  border: 1px solid var(--border);
}

.portie-btn {
  background: var(--surface2);
  color: var(--cream);
  border-radius: 8px;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 1.1rem;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
}

.portie-btn:hover { background: var(--border); }

#portie-getal {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--cream);
  min-width: 28px;
  text-align: center;
}

#recept-scherm h3 {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fire);
  margin: 28px 0 14px;
}

#ingredienten-lijst {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#ingredienten-lijst li {
  font-size: 0.92rem;
  color: #d0bfa8;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 8px;
}

#ingredienten-lijst li strong {
  color: var(--cream);
  min-width: 72px;
}

#stappen-lijst {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: stap;
}

#stappen-lijst li {
  font-size: 0.92rem;
  color: #d0bfa8;
  line-height: 1.7;
  padding: 14px 0 14px 48px;
  border-bottom: 1px solid var(--border);
  position: relative;
  counter-increment: stap;
}

#stappen-lijst li::before {
  content: counter(stap);
  position: absolute;
  left: 0;
  top: 14px;
  width: 28px;
  height: 28px;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--fire);
}

.opnieuw-btn {
  margin-top: 36px;
  width: 100%;
  background: var(--surface);
  color: var(--cream);
  border: 1px solid var(--border);
}

.opnieuw-btn:hover { background: var(--surface2); }

/* ── Divider ── */
.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--border), transparent);
  margin: 28px 0;
}

/* ── Rol & gezin keuze ── */
.rol-keuze, .gezin-keuze {
  display: flex;
  gap: 10px;
  margin-bottom: 4px;
}

.rol-btn {
  flex: 1;
  background: var(--surface2);
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px;
  font-size: 0.9rem;
  min-height: unset;
}

.rol-btn.actief {
  background: var(--fire-glow);
  color: var(--cream);
  border-color: var(--fire-dim);
}

.rol-btn:hover { background: var(--surface2); color: var(--cream); transform: none; }
.rol-btn.actief:hover { background: var(--fire-glow); }

/* ── Logboek ── */
#logboek-scherm h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 4px;
}

#logboek-lijst {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.logboek-kaart {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.logboek-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logboek-datum {
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: capitalize;
}

.logboek-niveau {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
}

.logboek-naam {
  font-weight: 600;
  font-size: 1rem;
  color: var(--cream);
}

.logboek-kok {
  font-size: 0.82rem;
  color: var(--muted);
}

.logboek-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
  gap: 10px;
}

.rating-teller {
  font-size: 0.82rem;
  color: var(--fire);
  letter-spacing: 0.02em;
}

.rating-teller.muted { color: var(--muted); }

.rating-btn {
  background: var(--surface2);
  color: var(--cream);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 0.82rem;
  min-height: unset;
  white-space: nowrap;
}

.rating-btn:hover { border-color: var(--fire-dim); transform: none; }

.rating-btn.al-beoordeeld {
  color: var(--fire);
  border-color: var(--fire-dim);
}

/* ── Rating modal ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 100;
  padding: 0 0 0 0;
}

.modal-kaart {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px 20px 0 0;
  padding: 28px 24px 36px;
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modal-kaart h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
}

.sterren-kiezer {
  display: flex;
  gap: 8px;
  font-size: 2.2rem;
}

.ster {
  cursor: pointer;
  color: var(--border);
  transition: color 0.1s, transform 0.1s;
  line-height: 1;
}

.ster.actief { color: var(--fire); }
.ster:hover { transform: scale(1.2); }

.modal-kaart textarea {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--cream);
  padding: 12px 14px;
  font-size: 0.92rem;
  font-family: 'Inter', sans-serif;
  resize: none;
  outline: none;
}

.modal-kaart textarea:focus { border-color: var(--fire-dim); }
.modal-kaart textarea::placeholder { color: var(--muted); }

.modal-acties {
  display: flex;
  gap: 10px;
}

.modal-acties button { flex: 1; }

/* ── Gemaakt knop ── */
.gemaakt-btn {
  background: var(--fire);
  color: #fff;
  width: 100%;
  font-size: 1rem;
}

.gemaakt-btn:disabled {
  color: var(--green);
  border: 1px solid var(--green);
  background: rgba(90,170,104,0.08);
  cursor: default;
  transform: none;
}

.foto-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 1px dashed var(--border);
  border-radius: 14px;
  padding: 18px;
  cursor: pointer;
  transition: border-color 0.2s;
  overflow: hidden;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.foto-upload-label:hover { border-color: var(--fire-dim); }
.foto-upload-label.heeft-foto { border-style: solid; border-color: var(--fire-dim); }

#resultaat-preview {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.logboek-foto {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 4px;
}

/* ── Recept acties ── */
.recept-acties {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 36px;
}

.opslaan-btn {
  background: var(--fire);
  color: #fff;
  width: 100%;
}

.opslaan-btn:disabled {
  background: var(--surface2);
  color: var(--muted);
  cursor: default;
  transform: none;
}

/* ── Mijn recepten ── */
#recepten-scherm h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 4px;
}

#recepten-lijst {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.recept-kaart {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 18px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.recept-kaart:hover {
  border-color: var(--fire-dim);
  background: var(--surface2);
}

.recept-kaart-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recept-kaart-naam {
  font-weight: 600;
  font-size: 0.95rem;
}

.recept-kaart-niveau {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
}

.niveau-makkelijk { background: rgba(90,170,104,0.15); color: var(--green); }
.niveau-gemiddeld  { background: rgba(240,104,32,0.15); color: var(--orange); }
.niveau-moeilijk   { background: rgba(208,64,64,0.15); color: var(--red); }

.recept-kaart-meta {
  font-size: 0.8rem;
  color: var(--muted);
}

.leeg-tekst {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 600px) {
  header h1 { font-size: 1.8rem; }
  #recept-scherm h2, #keuze-scherm h2 { font-size: 1.5rem; }
}
