/* =============================================================================
   TOPO OVERHOORDER - Hamster & Konijn Editie
   Kindvriendelijk design met pastelkleuren en leuke animaties
   ============================================================================= */

/* ---------- Reset & Basis ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink: #f8b4d9;
  --pink-light: #fce4f0;
  --pink-dark: #e8a0bf;
  --blue: #a0d8e8;
  --blue-light: #d4f0f8;
  --blue-dark: #6bc0d6;
  --green: #a8e6cf;
  --green-light: #d4f5e4;
  --green-dark: #6dcc9c;
  --yellow: #ffd93d;
  --yellow-light: #fff3b0;
  --orange: #ffb347;
  --purple: #c9b1ff;
  --purple-light: #e8deff;
  --red: #ff6b6b;
  --red-light: #ffc4c4;
  --white: #fffef9;
  --gray: #8b8b8b;
  --dark: #4a4a4a;
  --shadow: 0 4px 15px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.15);
  --radius: 20px;
  --radius-sm: 12px;
  --font-main: 'Fredoka', sans-serif;
  --font-hand: 'Patrick Hand', cursive;
}

/* ---------- Space Theme ---------- */
[data-theme="space"] {
  --pink: #7c4dff;
  --pink-light: #252555;
  --pink-dark: #5c35cc;
  --blue: #00e5ff;
  --blue-light: #1a2a55;
  --blue-dark: #00b0cc;
  --green: #76ff03;
  --green-light: #1a2a40;
  --green-dark: #55b300;
  --yellow: #ffea00;
  --yellow-light: #3a3200;
  --orange: #ff9100;
  --purple: #7c4dff;
  --purple-light: #2a1f5e;
  --red: #ff5252;
  --red-light: #3a1a1a;
  --white: #2d2d5e;
  --gray: #a0a0c0;
  --dark: #e8e8ff;
  --shadow: 0 4px 15px rgba(0,0,0,0.3);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.4);
}

body {
  font-family: var(--font-main);
  background: linear-gradient(135deg, var(--pink-light) 0%, var(--blue-light) 50%, var(--green-light) 100%);
  min-height: 100vh;
  color: var(--dark);
  overflow-x: hidden;
  position: relative;
}

[data-theme="space"] .screen { color: #e0e0ff; }
[data-theme="space"] .mode-card,
[data-theme="space"] .session-card,
[data-theme="space"] .shop-item,
[data-theme="space"] .result-score-card,
[data-theme="space"] .toets-panel,
[data-theme="space"] .stat {
  background: #35356a;
  border-color: #555;
  color: #e0e0ff;
}
[data-theme="space"] .mode-card:hover { background: #40407a; }
[data-theme="space"] .mode-card-kies { border-color: #76ff03; }
[data-theme="space"] .mode-card-schrijf { border-color: #7c4dff; }
[data-theme="space"] .mode-card-toets { border-color: #00e5ff; background: #35356a; }
[data-theme="space"] .mode-card-toets:hover { background: #40407a; }
[data-theme="space"] .mode-card-verken { border-color: #00e5ff; background: linear-gradient(135deg, #35356a 0%, #2a4a4a 100%); }
[data-theme="space"] .mode-card-verken:hover { background: linear-gradient(135deg, #40407a 0%, #355a5a 100%); }
[data-theme="space"] .mode-points-badge { background: #7c4dff; }
[data-theme="space"] .mode-points-badge.toets { background: #00e5ff; color: #111; }
[data-theme="space"] .mode-points-badge.explore { background: #76ff03; color: #111; }
[data-theme="space"] .answer-btn {
  background: #35356a;
  border-color: #555;
  color: #e0e0ff;
}
[data-theme="space"] .answer-btn:hover { background: #45458a; border-color: #76ff03; }
[data-theme="space"] .write-input {
  background: #35356a;
  border-color: #555;
  color: #e0e0ff;
}
[data-theme="space"] .write-input:focus { border-color: #7c4dff; }
[data-theme="space"] .toets-input {
  background: #35356a;
  border-color: #555;
  color: #e0e0ff;
}
[data-theme="space"] .toets-input:focus { border-color: #00e5ff; }
[data-theme="space"] .toets-num { background: #00e5ff; color: #111; }
[data-theme="space"] .quiz-map-container,
[data-theme="space"] .toets-map-container { border-color: #555 !important; }
[data-theme="space"] .quiz-panel { background: #2d2d5e; }
[data-theme="space"] .progress-bar { background: #35356a; }
[data-theme="space"] .cat-speech-bubble {
  background: #35356a;
  border-color: #555;
  color: #e0e0ff;
}
[data-theme="space"] .cat-speech-bubble::after { border-top-color: #35356a; }
[data-theme="space"] .shop-category { color: #00e5ff; }
[data-theme="space"] .btn-back { color: #e0e0ff; }
[data-theme="space"] .btn-shop {
  background: linear-gradient(135deg, #7c4dff, #00e5ff);
  color: #fff;
}
[data-theme="space"] .explore-toggle {
  background: rgba(53,53,106,0.9);
  border-color: #555;
  color: #e0e0ff;
}
[data-theme="space"] .explore-toggle.active {
  background: #00e5ff;
  color: #111;
  border-color: #00b0cc;
}
[data-theme="space"] .explore-fly-btn {
  background: linear-gradient(135deg, #7c4dff 0%, #00e5ff 100%);
  color: #fff;
  border-color: #7c4dff;
}
[data-theme="space"] .next-btn {
  background: linear-gradient(135deg, #7c4dff, #00e5ff);
}
[data-theme="space"] .feedback-correct { background: #1b3a1b; border-color: #76ff03; color: #c0ffc0; }
[data-theme="space"] .feedback-wrong { background: #3a1a1a; border-color: #ff5252; color: #ffc0c0; }
[data-theme="space"] .title-main {
  background: linear-gradient(135deg, #7c4dff, #00e5ff, #76ff03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
[data-theme="space"] .subtitle { color: #a0a0c0; }
[data-theme="space"] .total-score-display { color: #e0e0ff; }
[data-theme="space"] .session-card-title { color: #e0e0ff; }
[data-theme="space"] .session-card-meta { color: #a0a0c0; }
[data-theme="space"] .kawaii-cat { filter: drop-shadow(0 0 12px rgba(124,77,255,0.4)); }
[data-theme="space"] .shop-item-name { color: #e0e0ff; }
[data-theme="space"] .shop-item-price { color: #a0a0c0; }
[data-theme="space"] .result-container { color: #e0e0ff; }
[data-theme="space"] .quiz-question { color: #e0e0ff; }
[data-theme="space"] .toets-header { color: #e0e0ff; }
[data-theme="space"] .toets-title { color: #e0e0ff; }
[data-theme="space"] .toets-result-score { color: #e0e0ff; }
[data-theme="space"] .toets-result-msg { color: #a0a0c0; }
[data-theme="space"] .write-hint { color: #a0a0c0; }
[data-theme="space"] .toets-correct-answer { color: #76ff03; }
[data-theme="space"] .bg-emoji { opacity: 0.08; }

/* ---------- MAP LOADING SPINNER ---------- */
.map-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: rgba(255,255,255,0.7);
  z-index: 15;
  pointer-events: none;
  font-family: var(--font-hand);
  color: #666;
}
[data-theme="space"] .map-spinner {
  background: rgba(30,30,63,0.7);
  color: #a0a0c0;
}
.map-spinner::before {
  content: '🐱';
  font-size: 2.5rem;
  animation: spinnerBounce 0.8s ease-in-out infinite;
}
[data-theme="space"] .map-spinner::before { content: '🚀'; }
@keyframes spinnerBounce {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

/* ---------- FLIGHT HUD ---------- */
.flight-hud {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  background: linear-gradient(135deg, rgba(248,180,217,0.88), rgba(160,216,232,0.88));
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 10px 18px 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  border: 2px solid rgba(255,255,255,0.4);
  min-width: 340px;
  max-width: calc(100vw - 20px);
  transition: opacity 0.5s, transform 0.5s;
}
@media (max-width: 600px) {
  .flight-hud {
    min-width: auto;
    width: calc(100vw - 20px);
    padding: 8px 10px 6px;
  }
  .flight-hud .hud-row { gap: 8px; flex-wrap: wrap; }
  .flight-hud .hud-item { min-width: 60px; }
  .flight-hud .hud-value { font-size: 0.8rem; }
  .flight-hud .hud-label { font-size: 0.65rem; }
}
.flight-hud.hidden { display: none; }
.hud-row {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.hud-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
}
.hud-icon { font-size: 1.2rem; }
.hud-label {
  font-family: var(--font-hand);
  font-size: 0.7rem;
  color: #666;
  margin-top: 1px;
}
.hud-value {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.95rem;
  color: #333;
}
.hud-phase {
  text-align: center;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 0.85rem;
  color: #555;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
[data-theme="space"] .flight-hud {
  background: linear-gradient(135deg, rgba(30,30,63,0.92), rgba(53,53,106,0.92));
  border-color: rgba(124,77,255,0.5);
  box-shadow: 0 4px 24px rgba(124,77,255,0.3), inset 0 0 30px rgba(0,229,255,0.05);
}
[data-theme="space"] .hud-label { color: #7c9ac0; }
[data-theme="space"] .hud-value { color: #00e5ff; }
[data-theme="space"] .hud-phase { color: #a0a0c0; border-top-color: rgba(255,255,255,0.1); }

/* Floating background emojis */
.bg-emoji {
  position: fixed;
  font-size: 1.5rem;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
  animation: floatUp linear infinite;
}
@keyframes floatUp {
  0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
  10% { opacity: 0.12; }
  90% { opacity: 0.12; }
  100% { transform: translateY(-100px) rotate(360deg); opacity: 0; }
}

/* ---------- Screens ---------- */
.screen { display: none; min-height: 100vh; padding: 20px; position: relative; z-index: 1; }
.screen.active { display: block; animation: fadeIn 0.4s ease; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- THEME PICKER ---------- */
.theme-picker {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.theme-picker-label {
  font-family: var(--font-hand);
  font-size: 1.1rem;
  color: var(--gray);
  margin-right: 4px;
}
.theme-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: pointer;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, border-color 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.theme-btn:hover { transform: scale(1.15); }
.theme-btn.active { border-color: var(--yellow); transform: scale(1.1); }
.theme-btn-laura { background: linear-gradient(135deg, #f8b4d9, #a0d8e8); }
.theme-btn-space { background: linear-gradient(135deg, #1a1a3e, #7c4dff); }

/* ---------- STARTSCHERM ---------- */
.start-header { text-align: center; padding: 30px 0 20px; }

.mascot-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.title-main {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--pink-dark), var(--purple), var(--blue-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

.subtitle {
  font-family: var(--font-hand);
  font-size: 1.4rem;
  color: var(--gray);
  margin-top: 8px;
}

.total-score-display {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 24px;
  background: var(--yellow-light);
  border: 2px solid var(--yellow);
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
  animation: bounce 3s ease-in-out infinite;
}
.total-score-display #total-score {
  color: var(--orange);
  font-size: 1.3rem;
}

.hamster-bounce, .bunny-bounce {
  font-size: 3rem;
  animation: bounce 2s ease-in-out infinite;
}
.bunny-bounce { animation-delay: 0.5s; }

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* ---------- Sessie Cards ---------- */
.session-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 900px;
  margin: 20px auto;
}
.session-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

/* Sectiekop "Nu leren" */
.session-section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-hand, 'Fredoka', sans-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--pink-dark, #d63384);
  background: linear-gradient(90deg, rgba(255,214,165,0.55), rgba(255,182,193,0.55));
  padding: 10px 22px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-top: 4px;
}
.session-section-icon {
  font-size: 1.6rem;
  filter: drop-shadow(0 0 6px rgba(255,215,0,0.7));
  animation: pulse-star 1.6s ease-in-out infinite;
}
@keyframes pulse-star {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.2); }
}

/* Highlighted "current" cards */
.session-card-current {
  border: 3px solid #ffb84d !important;
  box-shadow: 0 8px 24px rgba(255,184,77,0.35), 0 0 0 4px rgba(255,184,77,0.15) !important;
}
.session-card-current:hover {
  box-shadow: 0 14px 32px rgba(255,184,77,0.5), 0 0 0 6px rgba(255,184,77,0.2) !important;
}
.session-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #ff8a00, #e52e71);
  color: #fff;
  font-family: var(--font-hand, 'Fredoka', sans-serif);
  font-weight: 600;
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 2;
  letter-spacing: 0.3px;
}

/* Verticale scheidingslijn tussen huidige en eerdere toetsen */
.session-divider {
  position: relative;
  width: 100%;
  max-width: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 6px;
}
.session-divider::before,
.session-divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(150,150,170,0.45) 0 8px,
    transparent 8px 16px
  );
}
.session-divider-label {
  padding: 6px 16px;
  margin: 0 12px;
  font-family: var(--font-hand, 'Fredoka', sans-serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray, #666);
  background: rgba(255,255,255,0.7);
  border-radius: 999px;
  white-space: nowrap;
}
[data-theme="space"] .session-divider-label {
  background: rgba(53,53,106,0.7);
  color: #c0c0d8;
}

/* Eerder geoefend: subtieler */
.session-card-past {
  opacity: 0.85;
  transform: scale(0.96);
}
.session-card-past:hover {
  opacity: 1;
  transform: translateY(-5px) scale(1.0);
}

.session-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 25px;
  width: 280px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 3px solid transparent;
  position: relative;
  overflow: hidden;
}
.session-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: var(--shadow-lg);
}
.session-card:hover .session-card-border {
  opacity: 1;
}
.session-card-border {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 3px solid var(--pink-dark);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.session-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.session-card-preview {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
}
.session-card-preview svg {
  width: 100%;
  height: 100%;
}
.session-card-count {
  font-family: var(--font-hand);
  font-size: 1.1rem;
  color: var(--gray);
}
.session-card-mascot {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 1.8rem;
  animation: wiggle 3s ease-in-out infinite;
}

@keyframes wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  75% { transform: rotate(-5deg); }
}

/* ---------- Kat Wizard ---------- */
.cat-wizard-start, .cat-wizard-mode, .cat-wizard-quiz, .cat-wizard-result {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}
.cat-wizard-quiz .kawaii-cat { z-index: 2; overflow: visible; }
.cat-wizard-quiz .cat-speech-bubble { z-index: 1; }

.cat-wizard-sprite {
  font-size: 3rem;
  animation: catFloat 3s ease-in-out infinite;
  filter: drop-shadow(0 3px 5px rgba(0,0,0,0.15));
  position: relative;
}

@keyframes catFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

.cat-wizard-sprite.celebrate {
  animation: catCelebrate 0.6s ease;
}
@keyframes catCelebrate {
  0% { transform: scale(1) rotate(0); }
  25% { transform: scale(1.2) rotate(-10deg); }
  50% { transform: scale(1.3) rotate(10deg); }
  75% { transform: scale(1.1) rotate(-5deg); }
  100% { transform: scale(1) rotate(0); }
}

.cat-wizard-sprite.sad {
  animation: catSad 0.5s ease;
}
@keyframes catSad {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px) scale(0.95); }
}

.cat-speech-bubble {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  box-shadow: var(--shadow);
  position: relative;
  max-width: 320px;
  font-family: var(--font-hand);
  font-size: 1.15rem;
  border: 2px solid var(--yellow);
}
.cat-speech-bubble::before {
  content: '';
  position: absolute;
  left: -12px;
  bottom: 15px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid var(--yellow);
}

/* ---------- MODUS KIEZER ---------- */
.mode-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0 20px;
}
.mode-header h2 {
  font-size: 2rem;
  flex: 1;
  text-align: center;
}

.mode-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1100px;
  margin: 20px auto;
}

.mode-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px 20px;
  width: 230px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
.mode-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: var(--shadow-lg);
}
.mode-card-kies { border: 3px solid var(--green); }
.mode-card-kies:hover { background: var(--green-light); }
.mode-card-schrijf { border: 3px solid var(--purple); }
.mode-card-schrijf:hover { background: var(--purple-light); }
.mode-card-toets { border: 3px solid #555; background: #fafafa; }
.mode-card-toets:hover { background: #f0f0f0; }
.mode-card-verken { border: 3px solid #3a8fc2; background: linear-gradient(135deg, #eef8fd 0%, #e8f5e9 100%); }
.mode-card-verken:hover { background: linear-gradient(135deg, #d6effa 0%, #d4edda 100%); }

.mode-points-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--purple);
  color: #fff;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 12px;
  transform: rotate(-8deg);
}
.mode-points-badge.toets {
  background: #555;
}
.mode-points-badge.explore {
  background: #3a8fc2;
}

.mode-icon { font-size: 2.8rem; margin-bottom: 8px; }
.mode-card h3 { font-size: 1.3rem; margin-bottom: 6px; }
.mode-card p {
  font-family: var(--font-hand);
  font-size: 1rem;
  color: var(--gray);
  line-height: 1.3;
}
.mode-mascot {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 1.3rem;
  animation: bounce 2.5s ease-in-out infinite;
}

/* ---------- QUIZ SCHERM ---------- */
.quiz-top-bar {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 0 15px;
  flex-wrap: wrap;
}
.quiz-info { flex: 1; text-align: center; }
.quiz-session-name { font-weight: 600; font-size: 1.2rem; }
.quiz-mode-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-left: 10px;
}
.quiz-mode-badge.kies { background: var(--green-light); color: var(--green-dark); }
.quiz-mode-badge.schrijf { background: var(--purple-light); color: #7c5fbf; }

.score-display {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hamster-points {
  background: var(--yellow-light);
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1.1rem;
  border: 2px solid var(--yellow);
  transition: transform 0.3s;
}
.hamster-points.pop {
  animation: popScore 0.4s ease;
}
@keyframes popScore {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.streak-display {
  font-size: 1rem;
  font-weight: 600;
  color: var(--orange);
  min-width: 60px;
}

.quiz-body {
  display: flex;
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: flex-start;
}

/* ---------- Kaart ---------- */
.quiz-map-container {
  flex: 1;
  background: #fffef9;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 2.5px solid var(--pink-dark);
  padding: 12px;
  min-height: 520px;
  display: flex;
  align-items: stretch;
}
.quiz-map {
  flex: 1;
  min-height: 480px;
  border-radius: calc(var(--radius) - 4px);
  z-index: 1;
  background: transparent !important;
}
/* Mapbox GL canvas container */
.mapboxgl-canvas-container canvas {
  border-radius: calc(var(--radius) - 4px);
}
.mapboxgl-ctrl-logo,
.mapboxgl-ctrl-attrib {
  display: none !important;
}

/* ---------- Mapbox custom pin (topo-pin) ---------- */
.topo-pin-wrap {
  width: 28px;
  height: 28px;
}
.topo-pin {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.78rem;
  cursor: default;
  user-select: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.topo-pin-pulse {
  animation: topoPinPulse 1.1s ease-in-out infinite;
}
@keyframes topoPinPulse {
  0%, 100% { transform: scale(1);   box-shadow: 0 2px 8px rgba(0,0,0,0.18); }
  50%      { transform: scale(1.25); box-shadow: 0 4px 14px rgba(255,80,80,0.45); }
}

/* ---------- Quiz Panel ---------- */
.quiz-panel {
  width: 380px;
  min-width: 320px;
}

.quiz-progress { margin-bottom: 15px; }
.progress-bar {
  height: 14px;
  background: #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--blue-dark));
  border-radius: 10px;
  transition: width 0.5s ease;
  width: 0%;
}
.progress-text {
  font-size: 0.9rem;
  color: var(--gray);
  font-weight: 500;
}

.quiz-question {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 20px;
  box-shadow: var(--shadow);
  margin-bottom: 15px;
  text-align: center;
}
.quiz-question h3 {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.quiz-question .question-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--red);
  display: block;
  margin: 5px 0;
}
.quiz-question .question-type-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 500;
}
.question-type-badge.stad { background: var(--orange); color: white; }
.question-type-badge.natuur { background: var(--blue-dark); color: white; }

/* ---------- Antwoorden - Kies modus ---------- */
.quiz-answers { margin-bottom: 15px; }

.answer-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 10px;
  border: 3px solid #e0e0e0;
  border-radius: var(--radius-sm);
  background: var(--white);
  font-family: var(--font-main);
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
}
.answer-btn:hover {
  border-color: var(--blue-dark);
  background: var(--blue-light);
  transform: translateX(5px);
}
.answer-btn.correct {
  border-color: var(--green-dark);
  background: var(--green-light);
  animation: correctPop 0.4s ease;
}
.answer-btn.wrong {
  border-color: var(--red);
  background: var(--red-light);
  animation: wrongShake 0.4s ease;
}
.answer-btn:disabled {
  cursor: default;
  opacity: 0.7;
}
.answer-btn:disabled:hover {
  transform: none;
  border-color: #e0e0e0;
  background: var(--white);
}

@keyframes correctPop {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
@keyframes wrongShake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-8px); }
  40% { transform: translateX(8px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
}

/* ---------- Antwoorden - Schrijf modus ---------- */
.write-input-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.write-input {
  flex: 1;
  padding: 14px 18px;
  border: 3px solid #e0e0e0;
  border-radius: var(--radius-sm);
  font-family: var(--font-hand);
  font-size: 1.3rem;
  outline: none;
  transition: border-color 0.2s;
}
.write-input:focus {
  border-color: var(--purple);
}
.write-input.correct {
  border-color: var(--green-dark);
  background: var(--green-light);
}
.write-input.wrong {
  border-color: var(--red);
  background: var(--red-light);
}
.write-submit {
  padding: 14px 24px;
  border: none;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--purple), var(--blue-dark));
  color: white;
  font-family: var(--font-main);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s;
}
.write-submit:hover { transform: scale(1.05); }
.write-submit:disabled { opacity: 0.5; cursor: default; transform: none; }

/* ---------- Feedback ---------- */
.quiz-feedback {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.feedback-correct {
  color: var(--green-dark);
  font-weight: 600;
  font-size: 1.2rem;
  animation: fadeIn 0.3s;
}
.feedback-wrong {
  color: var(--red);
  font-weight: 600;
  font-size: 1.1rem;
  animation: fadeIn 0.3s;
}
.feedback-correct .feedback-emoji,
.feedback-wrong .feedback-emoji {
  font-size: 1.5rem;
  margin-right: 8px;
}

.next-btn {
  display: block;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--pink-dark), var(--orange));
  color: white;
  font-family: var(--font-main);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s;
  margin-top: 10px;
}
.next-btn:hover { transform: scale(1.03); }

/* ---------- Rennende Hamster & Hoppend Konijn ---------- */
.running-hamster {
  position: fixed;
  bottom: -60px;
  left: -60px;
  font-size: 2.5rem;
  z-index: 100;
  pointer-events: none;
  transition: none;
}
.running-hamster.run {
  animation: hamsterRun 2s ease-in-out forwards;
}
@keyframes hamsterRun {
  0% { left: -60px; bottom: 20px; transform: scaleX(1); }
  45% { bottom: 20px; }
  50% { bottom: 45px; }
  55% { bottom: 20px; }
  100% { left: calc(100vw + 60px); bottom: 20px; transform: scaleX(1); }
}

.hopping-bunny {
  position: fixed;
  bottom: -60px;
  right: -60px;
  font-size: 2.2rem;
  z-index: 100;
  pointer-events: none;
}
.hopping-bunny.hop {
  animation: bunnyHop 2.5s ease-in-out forwards;
}
@keyframes bunnyHop {
  0% { right: -60px; bottom: 20px; transform: scaleX(-1); }
  20% { bottom: 50px; }
  25% { bottom: 20px; }
  45% { bottom: 50px; }
  50% { bottom: 20px; }
  70% { bottom: 50px; }
  75% { bottom: 20px; }
  100% { right: calc(100vw + 60px); bottom: 20px; transform: scaleX(-1); }
}

/* ---------- TOETS SCHERM ---------- */
.toets-top-bar { background: none; }
.quiz-mode-badge.toets {
  background: #555;
  color: #fff;
}

.toets-body {
  display: flex;
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: flex-start;
}
.toets-map-container {
  border-color: #888 !important;
}
.toets-panel {
  width: 380px;
  min-width: 300px;
  flex-shrink: 0;
}
.toets-title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #333;
}
.toets-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 6px;
  margin-bottom: 15px;
}
.toets-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.toets-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.toets-input {
  flex: 1;
  padding: 8px 12px;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-family: var(--font-main);
  font-size: 1rem;
  transition: border-color 0.3s, background 0.3s;
}
.toets-input:focus {
  border-color: #888;
  outline: none;
}
.toets-input.correct {
  border-color: var(--green);
  background: #e8f8ef;
}
.toets-input.wrong {
  border-color: #e05050;
  background: #fff0f0;
}
.toets-correct-answer {
  font-size: 0.8rem;
  color: #e05050;
  font-weight: 600;
  margin-left: 42px;
  margin-top: -4px;
}
.toets-check-btn {
  width: 100%;
  font-size: 1.2rem;
  padding: 14px;
}
.toets-result {
  margin-top: 15px;
  text-align: center;
}
.toets-result-score {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.toets-result-msg {
  font-family: var(--font-hand);
  font-size: 1.2rem;
  color: var(--gray);
}
.toets-result-buttons {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  justify-content: center;
}

/* Toets pins: black circles */
.topo-pin-toets {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.78rem;
  background: #333;
  color: #fff;
  border: 2px solid #111;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

/* ---------- VERKEN SCHERM ---------- */
.explore-top-bar {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 15px 10px;
}
.explore-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.explore-body {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  border-radius: var(--radius);
  overflow: hidden;
}
.explore-map {
  width: 100%;
  height: 100%;
}
.explore-toolbar {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 10;
}
.explore-toggle {
  background: rgba(255,255,255,0.92);
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 8px 14px;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
  backdrop-filter: blur(8px);
}
.explore-toggle:hover {
  background: #fff;
  border-color: #aaa;
}
.explore-toggle.active {
  background: #3a8fc2;
  color: #fff;
  border-color: #2a7aaf;
}
.explore-fly-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: linear-gradient(135deg, #f8b4d9 0%, #a0d8e8 100%);
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 14px 32px;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}
.explore-fly-btn:hover {
  transform: translateX(-50%) scale(1.06);
  box-shadow: 0 6px 28px rgba(0,0,0,0.28);
}
.explore-fly-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: translateX(-50%);
}
/* ================== FLY-CAT / ROCKET WITH JET TRAIL ================== */
/* Outer .fly-cat handles POSITION + FLIGHT-ANGLE rotation.
   Inner .fly-cat-inner handles bobbing + emoji rendering.
   .fly-cat-trail is a contrail that trails BEHIND the icon. */
.fly-cat {
  --flight-angle: 0deg;
  --orbit-radius: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 22;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(var(--flight-angle));
  transition: transform 1.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.fly-cat-inner {
  position: absolute;
  top: -26px;
  left: -26px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  opacity: 0;
  transition: opacity 0.4s;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.4));
  /* Native emoji points ~45° up-right; correct so --flight-angle=0 means NORTH = up */
  transform: rotate(-45deg);
}
.fly-cat.flying .fly-cat-inner {
  opacity: 1;
  animation: flyCatBobInner 1.5s ease-in-out infinite;
}
@keyframes flyCatBobInner {
  0%, 100% { transform: rotate(-45deg) translateY(0); }
  50%      { transform: rotate(-45deg) translateY(-4px); }
}

/* --- JET STREAM / CONTRAIL --- */
/* The trail extends in the LOCAL -X direction, which is BEHIND the icon
   when the outer fly-cat is rotated to point in flight direction. */
.fly-cat-trail {
  position: absolute;
  top: -3px;
  left: -240px;
  width: 220px;
  height: 6px;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.5s;
  transform-origin: right center;
  pointer-events: none;
  background: linear-gradient(to right,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 30%,
    rgba(255,255,255,0.85) 85%,
    rgba(255,255,255,1) 100%);
  filter: blur(2px);
}
.fly-cat-trail::after {
  content: '';
  position: absolute;
  inset: -2px 0;
  border-radius: 3px;
  background: inherit;
  opacity: 0.5;
  filter: blur(6px);
}
.fly-cat.flying .fly-cat-trail {
  opacity: 0.85;
  animation: trailPulse 1.3s ease-in-out infinite;
}
@keyframes trailPulse {
  0%, 100% { width: 180px; opacity: 0.55; }
  50%      { width: 260px; opacity: 0.95; }
}

/* Space theme: fiery rocket exhaust */
[data-theme="space"] .fly-cat-trail {
  background: linear-gradient(to right,
    rgba(255,180,0,0) 0%,
    rgba(255,100,30,0.35) 20%,
    rgba(255,140,40,0.7) 50%,
    rgba(255,210,90,0.95) 85%,
    rgba(255,255,200,1) 100%);
  box-shadow: 0 0 12px rgba(255,120,40,0.6);
  filter: blur(2.5px);
}
[data-theme="space"] .fly-cat.flying .fly-cat-trail {
  animation: trailPulseFire 0.6s ease-in-out infinite;
}
@keyframes trailPulseFire {
  0%, 100% { width: 190px; opacity: 0.7;  filter: blur(2px)   hue-rotate(0deg); }
  50%      { width: 280px; opacity: 1;    filter: blur(3.5px) hue-rotate(-20deg); }
}

/* --- ORBIT MODE (icon circles around center, staying upright) --- */
/* The OUTER rotates 360° + translates outward + INNER gets continuous rotation too
   so the rocket/plane tilts forward (tangent to circle) — looks like real orbit. */
.fly-cat.orbiting {
  animation: flyCatOrbitOuter 6s linear infinite !important;
  transition: none;
}
.fly-cat.orbiting .fly-cat-inner {
  opacity: 1;
  animation: flyCatOrbitInner 6s linear infinite !important;
}
.fly-cat.orbiting .fly-cat-trail {
  opacity: 0.9;
  /* Stronger trail in orbit */
  animation: trailPulse 1s ease-in-out infinite;
}
@keyframes flyCatOrbitOuter {
  0%   { transform: translate(-50%, -50%) rotate(0deg)   translateX(var(--orbit-radius)); }
  100% { transform: translate(-50%, -50%) rotate(360deg) translateX(var(--orbit-radius)); }
}
/* Inner rotates to cancel outer spin + adds banking tilt (-45° base + -15° bank) */
@keyframes flyCatOrbitInner {
  0%   { transform: rotate(-45deg) rotate(-90deg) translateY(0); }
  100% { transform: rotate(-45deg) rotate(-90deg) translateY(0); }
}
/* The -90° keeps icon tangent-forward at orbit start (facing direction of motion) */

@media (max-width: 600px) {
  .fly-cat { --orbit-radius: 90px; }
  .fly-cat-trail { width: 140px; left: -150px; }
}

/* ================== COCKPIT VIGNETTE (during orbit) ================== */
.cockpit-vignette {
  position: absolute;
  inset: 0;
  z-index: 15;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
  background:
    radial-gradient(ellipse 70% 60% at center, transparent 55%, rgba(0,0,0,0.55) 100%),
    radial-gradient(ellipse 50% 35% at 50% 0%, rgba(100,140,180,0.25) 0%, transparent 60%);
  box-shadow:
    inset 0 0 60px 20px rgba(0,0,0,0.35),
    inset 0 0 200px 40px rgba(30,60,100,0.15);
}
.cockpit-vignette.active {
  opacity: 1;
}
.cockpit-vignette::before {
  /* Cockpit window frame — rounded rectangle with thick border */
  content: '';
  position: absolute;
  inset: 3% 3%;
  border: 6px solid rgba(40,60,90,0.45);
  border-radius: 45% / 35%;
  box-shadow:
    inset 0 0 40px rgba(0,0,0,0.3),
    0 0 30px rgba(0,0,0,0.4);
  background: transparent;
}
.cockpit-vignette::after {
  /* Crosshair reticle */
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 60px; height: 60px;
  margin: -30px 0 0 -30px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  background:
    linear-gradient(to right, transparent 48%, rgba(255,255,255,0.5) 48%, rgba(255,255,255,0.5) 52%, transparent 52%),
    linear-gradient(to bottom, transparent 48%, rgba(255,255,255,0.5) 48%, rgba(255,255,255,0.5) 52%, transparent 52%);
}
[data-theme="space"] .cockpit-vignette::before {
  border-color: rgba(120,80,180,0.55);
  box-shadow:
    inset 0 0 50px rgba(80,40,140,0.4),
    0 0 40px rgba(120,80,200,0.5);
}
[data-theme="space"] .cockpit-vignette::after {
  border-color: rgba(180,200,255,0.6);
}

/* ================== ORBIT RING (dashed circle around city) ================== */
.orbit-ring {
  position: absolute;
  top: 50%; left: 50%;
  width: calc(var(--orbit-radius, 130px) * 2);
  height: calc(var(--orbit-radius, 130px) * 2);
  margin: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2.5px dashed rgba(255,255,255,0.75);
  box-shadow:
    0 0 20px rgba(255,255,255,0.4),
    inset 0 0 20px rgba(255,255,255,0.2);
  opacity: 0;
  pointer-events: none;
  z-index: 18;
  animation: orbitRingSpin 24s linear infinite;
  --orbit-radius: 130px;
}
.orbit-ring.active {
  opacity: 1;
  transition: opacity 0.6s;
}
@keyframes orbitRingSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}
[data-theme="space"] .orbit-ring {
  border-color: rgba(200,160,255,0.8);
  box-shadow:
    0 0 25px rgba(180,100,255,0.6),
    inset 0 0 15px rgba(180,100,255,0.3);
}
@media (max-width: 600px) {
  .orbit-ring { --orbit-radius: 90px; }
}

/* ---------- RESULTAAT SCHERM ---------- */
.result-container {
  max-width: 550px;
  margin: 30px auto;
  text-align: center;
}

.result-stars {
  font-size: 4rem;
  margin-bottom: 10px;
  animation: starsAppear 0.8s ease;
}
@keyframes starsAppear {
  0% { transform: scale(0) rotate(-180deg); opacity: 0; }
  60% { transform: scale(1.2) rotate(10deg); }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

.result-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--pink-dark), var(--purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.result-score-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 25px;
  box-shadow: var(--shadow-lg);
  margin-bottom: 25px;
  border: 3px solid var(--yellow);
}
.result-hamster, .result-bunny {
  font-size: 3rem;
  animation: bounce 2s ease-in-out infinite;
}
.result-bunny { animation-delay: 0.6s; }
.result-points {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--orange);
}
.result-label {
  font-family: var(--font-hand);
  font-size: 1.2rem;
  color: var(--gray);
}

.result-stats {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 25px;
}
.stat {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 15px 25px;
  box-shadow: var(--shadow);
}
.stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.stat-label {
  font-family: var(--font-hand);
  font-size: 1rem;
  color: var(--gray);
}

.result-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}

/* ---------- Knoppen ---------- */
.btn {
  padding: 14px 28px;
  border: none;
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary {
  background: linear-gradient(135deg, var(--green), var(--blue-dark));
  color: white;
}
.btn-secondary {
  background: linear-gradient(135deg, var(--purple), var(--pink-dark));
  color: white;
}
.btn-tertiary {
  background: var(--white);
  color: var(--dark);
  border: 2px solid #e0e0e0;
}

.btn-back {
  background: none;
  border: 2px solid #e0e0e0;
  border-radius: var(--radius-sm);
  padding: 8px 16px;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  color: var(--dark);
}
.btn-back:hover { background: var(--white); }

/* ---------- Confetti ---------- */
.confetti-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 200;
  overflow: hidden;
}
.confetti-piece {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  top: -20px;
  animation: confettiFall linear forwards;
}
@keyframes confettiFall {
  0% { top: -20px; transform: rotate(0deg) scale(1); opacity: 1; }
  80% { opacity: 1; }
  100% { top: 110vh; transform: rotate(720deg) scale(0.5); opacity: 0; }
}

/* ---------- Extra fun elements ---------- */
.emoji-burst {
  position: fixed;
  font-size: 2rem;
  pointer-events: none;
  z-index: 150;
  animation: emojiBurst 1.2s ease-out forwards;
}
@keyframes emojiBurst {
  0% { transform: scale(0) translateY(0); opacity: 1; }
  30% { transform: scale(1.3) translateY(-30px); opacity: 1; }
  100% { transform: scale(0.5) translateY(-120px); opacity: 0; }
}

/* Highscore glow op de score card */
.result-score-card.perfect {
  border-color: #ffd93d;
  box-shadow: 0 0 30px rgba(255, 217, 61, 0.4), var(--shadow-lg);
  animation: perfectGlow 2s ease-in-out infinite;
}
@keyframes perfectGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(255, 217, 61, 0.3), var(--shadow-lg); }
  50% { box-shadow: 0 0 40px rgba(255, 217, 61, 0.6), var(--shadow-lg); }
}

/* Schrijf-modus hint */
.write-hint {
  font-family: var(--font-hand);
  font-size: 0.95rem;
  color: var(--gray);
  margin-top: 6px;
  text-align: center;
}
.write-hint.hidden {
  display: none;
}
.write-hint .hint-letter {
  font-weight: 700;
  color: var(--purple);
}
.write-hint-btn {
  display: block;
  margin: 8px auto 0;
  background: none;
  border: 2px dashed var(--purple);
  border-radius: 12px;
  padding: 6px 18px;
  font-family: var(--font-hand);
  font-size: 0.95rem;
  color: var(--purple);
  cursor: pointer;
  transition: background 0.2s;
}
.write-hint-btn:hover {
  background: var(--purple-light);
}

/* ---------- Kawaii Cat Avatar ---------- */
.kawaii-cat {
  width: 120px; height: 155px;
  position: relative;
  display: inline-block;
  animation: catFloat 3s ease-in-out infinite;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.kawaii-cat-big { width: 200px; height: 258px; }
.kawaii-cat-sm { width: 80px; height: 103px; }

/* Body - round white torso */
.kawaii-cat .cat-body {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 58%; height: 50%;
  background: #ffffff;
  border: 2px solid #e4dce4;
  border-top: 2px solid transparent;
  border-radius: 42% 42% 48% 48%;
  z-index: 1;
}

/* Head - big round anime head */
.kawaii-cat .cat-head {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 86%; height: 60%;
  background: #ffffff;
  border: 2px solid #e4dce4;
  border-radius: 50% 50% 48% 48%;
  z-index: 2;
}

/* Pointy ears with pink inside */
.kawaii-cat .cat-ear {
  position: absolute; top: -14%; width: 26%; height: 30%;
  background: #ffffff;
  border: 2px solid #e4dce4;
  z-index: 1;
}
.kawaii-cat .cat-ear::after {
  content: ''; position: absolute; top: 22%; left: 20%;
  width: 60%; height: 60%;
  background: #ffc4d6;
  border-radius: inherit;
}
.kawaii-cat .cat-ear-l { left: 6%; border-radius: 50% 10% 0 0; transform: rotate(-15deg); }
.kawaii-cat .cat-ear-l::after { border-radius: 50% 10% 0 0; }
.kawaii-cat .cat-ear-r { right: 6%; border-radius: 10% 50% 0 0; transform: rotate(15deg); }
.kawaii-cat .cat-ear-r::after { border-radius: 10% 50% 0 0; }

/* Big sparkly anime eyes with colored iris */
.kawaii-cat .cat-eye {
  position: absolute; top: 34%; width: 26%; height: 32%;
  background: radial-gradient(circle at 50% 55%, #7ba4ff 0%, #4a6cf7 28%, #1a1a2e 32%);
  border-radius: 50%;
  z-index: 3;
  border: 1.5px solid #0d0d1a;
}
.kawaii-cat .cat-eye::before {
  content: ''; position: absolute; top: 8%; right: 10%;
  width: 40%; height: 40%;
  background: white;
  border-radius: 50%;
}
.kawaii-cat .cat-eye::after {
  content: ''; position: absolute; bottom: 16%; left: 18%;
  width: 22%; height: 22%;
  background: rgba(255,255,255,0.75);
  border-radius: 50%;
}
.kawaii-cat .cat-eye-l { left: 12%; }
.kawaii-cat .cat-eye-r { right: 12%; }

/* Tiny pink nose */
.kawaii-cat .cat-nose {
  position: absolute; top: 60%; left: 50%; transform: translateX(-50%);
  width: 7%; height: 5%;
  background: #ffa0b4;
  border-radius: 50% 50% 50% 50% / 30% 30% 70% 70%;
  z-index: 3;
}

/* Cute omega mouth */
.kawaii-cat .cat-mouth {
  position: absolute; top: 64%; left: 50%; transform: translateX(-50%);
  width: 18%; height: 10%;
  z-index: 3;
}
.kawaii-cat .cat-mouth::before,
.kawaii-cat .cat-mouth::after {
  content: ''; position: absolute; top: 0; width: 55%; height: 100%;
  border-bottom: 2px solid #d0bfc0;
  border-radius: 0 0 50% 50%;
}
.kawaii-cat .cat-mouth::before { left: -2%; }
.kawaii-cat .cat-mouth::after { right: -2%; }

/* Rosy blush cheeks */
.kawaii-cat .cat-blush {
  position: absolute; top: 57%; width: 16%; height: 9%;
  background: rgba(255,160,180,0.3);
  border-radius: 50%;
  z-index: 3;
}
.kawaii-cat .cat-blush-l { left: 3%; }
.kawaii-cat .cat-blush-r { right: 3%; }

/* Whiskers */
.kawaii-cat .cat-whisker {
  position: absolute; top: 58%; width: 26%; height: 1px;
  background: #d0c0c0;
  z-index: 3;
}
.kawaii-cat .cat-whisker-l1 { left: -12%; transform: rotate(-8deg); }
.kawaii-cat .cat-whisker-l2 { left: -14%; top: 63%; transform: rotate(5deg); }
.kawaii-cat .cat-whisker-r1 { right: -12%; transform: rotate(8deg); }
.kawaii-cat .cat-whisker-r2 { right: -14%; top: 63%; transform: rotate(-5deg); }

/* Paws with pink paw pads */
.kawaii-cat .cat-paw {
  position: absolute; bottom: 0; width: 17%; height: 10%;
  background: #ffffff;
  border: 2px solid #e4dce4;
  border-radius: 50%;
  z-index: 2;
}
.kawaii-cat .cat-paw::after {
  content: ''; position: absolute; top: 26%; left: 50%; transform: translateX(-50%);
  width: 46%; height: 42%;
  background: #ffc4d6;
  border-radius: 50%;
}
.kawaii-cat .cat-paw-l { left: 15%; }
.kawaii-cat .cat-paw-r { right: 15%; }

/* Curvy white tail */
.kawaii-cat .cat-tail {
  position: absolute; bottom: 14%; right: -16%; width: 24%; height: 32%;
  border: 4px solid #ffffff;
  border-color: #ffffff #ffffff transparent transparent;
  border-radius: 0 70% 0 0;
  z-index: 0;
  animation: tailWag 2s ease-in-out infinite;
  transform-origin: bottom left;
  filter: drop-shadow(0 0 1px #d4c4d4);
}
@keyframes tailWag {
  0%,100% { transform: rotate(-5deg); }
  50% { transform: rotate(10deg); }
}

/* Accessory slots */
.kawaii-cat .cat-accessory {
  position: absolute;
  z-index: 10;
  font-size: 1.4em;
  pointer-events: none;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}
.kawaii-cat-big .cat-accessory { font-size: 2.2em; }
.kawaii-cat-sm .cat-accessory { font-size: 0.9em; }

.cat-acc-head    { top: -6%; left: 50%; transform: translateX(-50%); }
.cat-acc-eyes    { top: 18%; left: 50%; transform: translateX(-50%); z-index: 5; }
.cat-acc-neck    { top: 48%; left: 50%; transform: translateX(-50%); }
.cat-acc-left    { bottom: 4%; left: -6%; }
.cat-acc-right   { bottom: 4%; right: -6%; }
.cat-acc-food    { top: 40%; left: -18%; }
.cat-acc-earring { top: 8%; right: -2%; }
.cat-acc-vehicle { bottom: -22%; left: 50%; transform: translateX(-50%); font-size: 2em !important; }
.cat-acc-home    { top: -28%; left: 50%; transform: translateX(-50%); font-size: 2.2em !important; z-index: -1; opacity: 0.85; }
.kawaii-cat-big .cat-acc-vehicle { font-size: 3em !important; }
.kawaii-cat-big .cat-acc-home    { font-size: 3.5em !important; }
.kawaii-cat-sm .cat-acc-vehicle  { font-size: 1.3em !important; }
.kawaii-cat-sm .cat-acc-home     { font-size: 1.5em !important; }

/* ---------- Shop Button ---------- */
.btn-shop {
  display: block;
  margin: 20px auto;
  padding: 14px 36px;
  border: 3px solid var(--yellow);
  border-radius: 30px;
  background: linear-gradient(135deg, var(--yellow-light), var(--pink-light));
  font-family: var(--font-main);
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: var(--shadow);
}
.btn-shop:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: var(--shadow-lg);
}

/* ---------- Shop Screen ---------- */
.shop-header {
  display: flex; align-items: center; gap: 20px;
  padding: 10px 0 20px;
}
.shop-header h2 { flex: 1; text-align: center; font-size: 2rem; }
.shop-balance {
  background: var(--yellow-light);
  border: 2px solid var(--yellow);
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 1.2rem;
}
.shop-preview {
  display: flex; justify-content: center; align-items: center;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
  margin-bottom: 25px;
  max-width: 400px;
  margin-left: auto; margin-right: auto;
}
.shop-items {
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: center;
  max-width: 700px; margin: 0 auto;
}

.shop-item {
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  padding: 16px;
  width: 140px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 3px solid transparent;
  position: relative;
}
.shop-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.shop-item.owned { border-color: var(--green); }
.shop-item.equipped { border-color: var(--yellow); background: var(--yellow-light); }
.shop-item .shop-item-emoji { font-size: 2.2rem; margin-bottom: 6px; }
.shop-item .shop-item-name { font-weight: 600; font-size: 0.95rem; margin-bottom: 4px; }
.shop-item .shop-item-price { font-family: var(--font-hand); font-size: 0.9rem; color: var(--gray); }
.shop-item .shop-item-badge {
  position: absolute; top: -8px; right: -8px;
  background: var(--green); color: white;
  border-radius: 50%; width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700;
}
.shop-item.equipped .shop-item-badge { background: var(--yellow); }

/* Buddy friends next to the cat */
.cat-buddy {
  position: absolute;
  font-size: 2.5em;
  z-index: 5;
  animation: buddyBounce 2.5s ease-in-out infinite;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
}
.kawaii-cat-big .cat-buddy { font-size: 3.5em; }
.kawaii-cat-sm .cat-buddy { font-size: 1.6em; }
.buddy-pos-left  { bottom: 0; left: -55%; animation-delay: 0s; }
.buddy-pos-right { bottom: 0; right: -55%; animation-delay: 0.4s; }
.buddy-pos-extra { bottom: 30%; left: -40%; animation-delay: 0.8s; }
.buddy-pos-ozzie { bottom: -5%; right: -45%; animation: ozziePurr 2s ease-in-out infinite; }
@keyframes buddyBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ---------- OZZIE MINI KAWAII CAT ---------- */
.ozzie-mini {
  width: 48px; height: 48px;
  position: relative;
  animation: ozziePurr 2s ease-in-out infinite;
  filter: drop-shadow(0 2px 6px rgba(255,150,200,0.5));
}
.shop-item-ozzie .ozzie-mini { width: 44px; height: 44px; margin: 0 auto; }
.ozzie-face {
  width: 36px; height: 30px;
  background: #ff9e40;
  border-radius: 50%;
  position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.08);
}
.ozzie-ear {
  width: 0; height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #ff9e40;
  position: absolute; top: 0;
}
.ozzie-ear-l { left: 6px; transform: rotate(-15deg); }
.ozzie-ear-r { right: 6px; transform: rotate(15deg); }
.ozzie-ear::after {
  content: '';
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #ffb8d0;
  position: absolute; top: 3px; left: -4px;
}
.ozzie-eye {
  width: 7px; height: 8px;
  background: #222;
  border-radius: 50%;
  position: absolute; top: 8px;
  animation: ozzieEyeBlink 4s infinite;
}
.ozzie-eye::after {
  content: ''; width: 2px; height: 2px;
  background: white; border-radius: 50%;
  position: absolute; top: 1px; left: 1px;
}
.ozzie-eye-l { left: 7px; }
.ozzie-eye-r { right: 7px; }
.ozzie-nose {
  width: 5px; height: 3px;
  background: #ff6b8a;
  border-radius: 50%;
  position: absolute; top: 17px; left: 50%; transform: translateX(-50%);
}
.ozzie-mouth {
  width: 10px; height: 5px;
  border-bottom: 2px solid #ff6b8a;
  border-radius: 0 0 50% 50%;
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
}
.ozzie-blush {
  width: 7px; height: 4px;
  background: rgba(255,150,180,0.5);
  border-radius: 50%;
  position: absolute; top: 18px;
}
.ozzie-blush-l { left: 3px; }
.ozzie-blush-r { right: 3px; }
.ozzie-tail {
  width: 16px; height: 8px;
  border: 2px solid #ff9e40;
  border-top: none; border-left: none;
  border-radius: 0 0 12px 0;
  position: absolute; bottom: 2px; right: -4px;
  animation: ozzieTailWag 1.5s ease-in-out infinite;
  transform-origin: left center;
}
.ozzie-heart {
  position: absolute; top: -4px; right: -2px;
  font-size: 10px;
  animation: ozzieHeartFloat 2s ease-in-out infinite;
}
.ozzie-heart::before { content: '💕'; }
.ozzie-helmet {
  position: absolute; top: -2px; left: 50%; transform: translateX(-50%);
  width: 40px; height: 20px;
  border: 2px solid rgba(100,200,255,0.6);
  border-radius: 50% 50% 0 0;
  background: rgba(100,200,255,0.15);
}
.ozzie-space .ozzie-face { background: #ff8c30; box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1), 0 0 10px rgba(100,200,255,0.3); }
.ozzie-space .ozzie-ear { border-bottom-color: #ff8c30; }
.ozzie-space .ozzie-mini { filter: drop-shadow(0 2px 8px rgba(100,200,255,0.5)); }

@keyframes ozziePurr {
  0%, 100% { transform: translateY(0) scale(1); }
  25% { transform: translateY(-2px) scale(1.02); }
  75% { transform: translateY(1px) scale(0.98); }
}
@keyframes ozzieEyeBlink {
  0%, 42%, 48%, 100% { transform: scaleY(1); }
  45% { transform: scaleY(0.1); }
}
@keyframes ozzieTailWag {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  75% { transform: rotate(-10deg); }
}
@keyframes ozzieHeartFloat {
  0%, 100% { opacity: 0.7; transform: translateY(0) scale(0.8); }
  50% { opacity: 1; transform: translateY(-6px) scale(1); }
}

/* ---------- COMMANDER KATJE (flyover narration) ---------- */
.commander-katje {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 25;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: min(420px, calc(100vw - 120px));
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s, transform 0.4s;
}
.commander-katje.hidden {
  opacity: 0;
  transform: translateX(-30px);
  pointer-events: none;
}
.commander-avatar {
  font-size: 2.5rem;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.3));
  animation: commanderBob 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes commanderBob {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-5px) rotate(4deg); }
}
.commander-bubble {
  background: linear-gradient(135deg, #fff 0%, #fff5f9 100%);
  border: 3px solid #e8a0bf;
  border-radius: 18px;
  padding: 10px 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  position: relative;
  font-family: var(--font-hand);
  font-size: 1.1rem;
  color: #333;
  line-height: 1.3;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.commander-bubble::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #e8a0bf;
}
.commander-bubble::after {
  content: '';
  position: absolute;
  left: -8px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #fff5f9;
}
.commander-bubble p { margin: 0; }
[data-theme="space"] .commander-bubble {
  background: linear-gradient(135deg, #2d2d5e 0%, #35356a 100%);
  border-color: #7c4dff;
  color: #e0e0ff;
}
[data-theme="space"] .commander-bubble::before { border-right-color: #7c4dff; }
[data-theme="space"] .commander-bubble::after { border-right-color: #35356a; }

.commander-text-anim {
  animation: commanderTextPop 0.4s ease;
}
@keyframes commanderTextPop {
  0% { opacity: 0; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  .commander-katje { top: 8px; left: 8px; max-width: calc(100vw - 80px); }
  .commander-avatar { font-size: 1.8rem; }
  .commander-bubble { font-size: 0.95rem; padding: 8px 12px; }
}

/* Flying-active button (cancel state) */
.explore-fly-btn.flying-active {
  background: linear-gradient(135deg, #e05050, #ff6b6b) !important;
  animation: flyingActivePulse 1.2s ease-in-out infinite;
}
@keyframes flyingActivePulse {
  0%, 100% { box-shadow: 0 4px 12px rgba(224,80,80,0.3); }
  50% { box-shadow: 0 4px 20px rgba(224,80,80,0.6); }
}

/* Accessibility: consistent focus ring */
*:focus-visible {
  outline: 3px solid #ffd700;
  outline-offset: 2px;
  border-radius: 6px;
}
.session-card:focus-visible,
.mode-card:focus-visible,
.shop-item:focus-visible {
  transform: translateY(-3px);
}

/* Ozzie whisper hint tooltip */
.ozzie-whisper {
  position: absolute;
  bottom: 110%;
  right: -60px;
  opacity: 0;
  transform: translateY(8px) scale(0.9);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  z-index: 20;
}
.ozzie-whisper.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ozzie-whisper-text {
  display: inline-block;
  background: linear-gradient(135deg, #fff5e6, #fff0f5);
  border: 2px dashed #ffd700;
  border-radius: 12px;
  padding: 6px 14px;
  font-family: var(--font-hand);
  font-size: 0.85rem;
  color: #b8860b;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(255,215,0,0.25);
  animation: ozzieWhisperPulse 1.5s ease-in-out infinite;
}
[data-theme="space"] .ozzie-whisper-text {
  background: linear-gradient(135deg, #1e1e3f, #2a1e3f);
  border-color: #00e5ff;
  color: #00e5ff;
  box-shadow: 0 2px 12px rgba(0,229,255,0.25);
}
@keyframes ozzieWhisperPulse {
  0%, 100% { box-shadow: 0 2px 12px rgba(255,215,0,0.25); }
  50% { box-shadow: 0 2px 18px rgba(255,215,0,0.45); }
}

/* Special shop card glow for Ozzie */
.shop-item-ozzie {
  background: linear-gradient(135deg, #fff5e6, #ffe0f0, #fff5e6) !important;
  border: 2px solid #ffd700 !important;
  box-shadow: 0 0 12px rgba(255,215,0,0.3);
  animation: ozzieShopGlow 3s ease-in-out infinite;
}
[data-theme="space"] .shop-item-ozzie {
  background: linear-gradient(135deg, #2a2a5a, #3a2a5a, #2a2a5a) !important;
  border-color: #00e5ff !important;
  box-shadow: 0 0 16px rgba(0,229,255,0.3);
}
@keyframes ozzieShopGlow {
  0%, 100% { box-shadow: 0 0 12px rgba(255,215,0,0.3); }
  50% { box-shadow: 0 0 20px rgba(255,215,0,0.5), 0 0 40px rgba(255,150,200,0.2); }
}

/* Shop category headers */
.shop-category {
  width: 100%;
  text-align: center;
  font-family: var(--font-hand);
  font-size: 1.2rem;
  color: var(--gray);
  margin: 10px 0 2px;
  padding-top: 8px;
  border-top: 2px dashed #e0e0e0;
}
.shop-category:first-child { border-top: none; padding-top: 0; }

.cat-avatar-container {
  display: flex; align-items: flex-end; gap: 15px;
  justify-content: center; margin-top: 20px;
  position: relative;
}
.cat-avatar-container .kawaii-cat { z-index: 2; overflow: visible; }
.cat-avatar-container .cat-speech-bubble { z-index: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .title-main { font-size: 2rem; }
  .hamster-bounce, .bunny-bounce { font-size: 2rem; }
  .session-card { width: 100%; max-width: 340px; }
  .mode-card { width: 100%; max-width: 340px; }

  .quiz-body {
    flex-direction: column;
  }
  .quiz-panel {
    width: 100%;
    min-width: unset;
  }
  .quiz-map-container {
    width: 100%;
    min-height: 300px;
    max-height: 50vh;
    padding: 8px;
  }
  .quiz-map {
    min-height: 280px;
    width: 100%;
  }
  .mapboxgl-canvas {
    width: 100% !important;
  }

  .kawaii-cat {
    animation: catFloatMobile 3s ease-in-out infinite;
    width: 100px; height: 129px;
  }
  .kawaii-cat-big { width: 160px; height: 206px; }
  .kawaii-cat-sm { width: 64px; height: 83px; }
  @keyframes catFloatMobile {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
  }
  .kawaii-cat .cat-tail {
    animation: none;
  }

  .toets-body {
    flex-direction: column;
  }
  .toets-panel {
    width: 100%;
    min-width: unset;
  }
  .toets-list {
    max-height: 300px;
  }

  .explore-body {
    height: calc(100vh - 50px);
  }
  .explore-toolbar {
    flex-direction: row;
    flex-wrap: wrap;
    top: 8px;
    right: 8px;
  }
  .explore-toggle {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
  .explore-fly-btn {
    padding: 10px 22px;
    font-size: 0.95rem;
    bottom: 16px;
  }
}

@media (max-width: 480px) {
  .screen { padding: 12px; }
  .title-main { font-size: 1.6rem; }
  .result-stats { gap: 10px; }
  .stat { padding: 10px 15px; }
}
