/* ============================================================
   Vroeger Was Beter — game-shell
   Aesthetic: warm beige papier, serif headings, vintage glow
   ============================================================ */
:root {
  --paper: #f4ede0;
  --paper-2: #ebe2cf;
  --ink: #2a2520;
  --ink-2: #4a3d32;
  --muted: #7a6b5a;
  --accent: #8a3a1c;
  --warm: #c45a2e;
  --gold: #b88a3a;
  --green: #2c7a4d;
  --shadow: 0 4px 24px -8px rgba(60,30,15,.18);
  --shadow-deep: 0 8px 40px -10px rgba(60,30,15,.25);
}
*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
html, body { min-height:100vh; }
body {
  font-family: Georgia, 'Times New Roman', serif;
  background: var(--paper);
  background-image:
    radial-gradient(at 25% 30%, rgba(196,90,46,.05) 0, transparent 50%),
    radial-gradient(at 75% 70%, rgba(138,58,28,.04) 0, transparent 50%);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Layout */
#game-root { max-width: 720px; margin: 0 auto; padding: 24px; min-height: 100vh; }
.scene { background: #fffbf4; border: 1px solid rgba(60,30,15,.08); border-radius: 8px; padding: 36px 32px; box-shadow: var(--shadow); margin-bottom: 16px; }
.scene .timestamp { font-family: -apple-system, sans-serif; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 14px; }
.scene h1 { font-size: clamp(32px, 6vw, 44px); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 18px; color: var(--ink); }
.scene h2 { font-size: 24px; font-weight: 700; margin-bottom: 14px; color: var(--accent); }
.scene p { font-size: 17px; color: var(--ink-2); margin-bottom: 12px; }
.scene p + p { margin-top: 0; }
.scene .quote { font-style: italic; color: #6a5a48; font-size: 16px; padding: 14px 18px; background: rgba(196,90,46,.06); border-left: 3px solid var(--warm); margin: 18px 0; }

/* Buttons */
.btn { display: inline-block; padding: 12px 24px; background: var(--accent); color: #fff; border: none; border-radius: 6px; font-family: inherit; font-size: 15px; font-weight: 700; cursor: pointer; text-decoration: none; transition: background .15s, transform .1s; }
.btn:hover { background: var(--warm); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn.ghost { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.btn.ghost:hover { background: rgba(138,58,28,.08); color: var(--accent); }
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }

/* Progress / breadcrumb */
.progress { display: flex; gap: 6px; justify-content: center; margin-bottom: 20px; }
.progress .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(60,30,15,.15); }
.progress .dot.done { background: var(--green); }
.progress .dot.active { background: var(--warm); transform: scale(1.4); }

/* ============================================================
   Vignette: Telefoonketen — rotary phone
   ============================================================ */
.phone-scene { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 600px) { .phone-scene { grid-template-columns: 1fr; } }

.contacts { background: #fffbf4; border: 1px solid rgba(60,30,15,.1); border-radius: 6px; padding: 18px; }
.contacts h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 14px; font-weight: 700; }
.contact { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px dashed rgba(60,30,15,.15); cursor: pointer; }
.contact:last-child { border-bottom: none; }
.contact .info .name { font-weight: 700; font-size: 16px; }
.contact .info .number { font-family: 'Courier New', monospace; font-size: 13px; color: var(--muted); }
.contact .status { font-size: 12px; padding: 3px 10px; border-radius: 12px; background: rgba(60,30,15,.1); color: var(--muted); }
.contact .status.done { background: rgba(44,122,77,.15); color: var(--green); }
.contact .status.busy { background: rgba(196,90,46,.15); color: var(--warm); }
.contact:hover { background: rgba(196,90,46,.04); }
.contact.locked { opacity: .5; pointer-events: none; }

/* Rotary phone — draaiend, met finger-stop */
.rotary-wrap {
  position: relative; width: 260px; height: 260px; margin: 0 auto;
  user-select: none; touch-action: none;
  /* GEEN responsive shrink — anders verschuiven cijfers t.o.v. hardcoded center */
}

.rotary-wrap .labels { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.rotary-wrap .label {
  position: absolute; width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  font-family: Georgia, serif; font-size: 17px; font-weight: 700;
  color: #d4cdb8; text-shadow: 0 1px 2px rgba(0,0,0,.7);
}

.rotary {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 40%, #3a3025, #1a1410 70%);
  border-radius: 50%;
  box-shadow: var(--shadow-deep), inset 0 -10px 30px rgba(0,0,0,.4);
  border: 6px solid #0d0907;
  cursor: grab;
  transform-origin: 50% 50%;
}
.rotary:active { cursor: grabbing; }
.rotary.spinning-back { transition: transform .6s cubic-bezier(.65,1.4,.4,1); }

.rotary .hole {
  position: absolute; width: 42px; height: 42px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #1a1410 0%, #2a2520 50%, #0d0907 100%);
  box-shadow: inset 0 4px 8px rgba(0,0,0,.7), 0 1px 1px rgba(255,200,150,.06);
  cursor: pointer; pointer-events: auto;
}

.rotary-wrap .finger-stop {
  /* Op atan -105° (12u-iets-links): x = 50% + cos(-105°)*52% ≈ 37%, y = 50% + sin(-105°)*52% ≈ 0% */
  position: absolute; left: 37%; top: 0%;
  transform: translate(-50%, -50%) rotate(-15deg);
  width: 30px; height: 22px;
  background: linear-gradient(180deg, #4a3d32, #0d0907);
  border-radius: 14px 4px 4px 14px;
  box-shadow: 0 3px 6px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,200,150,.15);
  z-index: 4;
}

.rotary .center {
  position: absolute; width: 80px; height: 80px; border-radius: 50%;
  background: radial-gradient(circle at 40% 30%, #4a3d32, #1a1410);
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  box-shadow: inset 0 4px 10px rgba(0,0,0,.5), 0 2px 4px rgba(255,255,255,.05);
  border: 2px solid #2a2520;
  pointer-events: none;
}

.dial-hint {
  /* Boven finger-stop — pijl wijst CW richting stop */
  position: absolute; left: 30%; top: 12%; transform: translate(-50%, -50%);
  color: var(--warm); font-size: 28px; opacity: 0;
  animation: hintPulse 1.4s ease-in-out infinite;
  pointer-events: none; z-index: 5;
  text-shadow: 0 0 10px rgba(196,90,46,.6);
}
.dial-hint.active { opacity: 1; }
@keyframes hintPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: .4; }
  50%      { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

.dialed { background: rgba(0,0,0,.6); color: #d4cdb8; padding: 8px 14px; border-radius: 4px; font-family: 'Courier New', monospace; font-size: 18px; letter-spacing: .15em; margin: 12px 0; min-height: 40px; display: flex; align-items: center; justify-content: center; }
.dialed.calling { color: #ffc56b; animation: pulse 1s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

.call-status { text-align: center; margin: 14px 0; min-height: 60px; font-size: 14px; color: var(--ink-2); }
.call-status .ringing { color: var(--gold); font-weight: 700; }
.call-status .talk { background: rgba(44,122,77,.08); padding: 12px 16px; border-radius: 6px; font-style: italic; }

/* Dialog log (gespreksverloop) */
.dialog-log { margin-top: 14px; max-height: 240px; overflow-y: auto; }
.dialog-log .turn { padding: 8px 0; border-bottom: 1px dashed rgba(60,30,15,.12); font-size: 14px; }
.dialog-log .turn:last-child { border-bottom: none; }
.dialog-log .turn .who { font-weight: 700; color: var(--accent); }

/* ============================================================
   Vignette: Fotorolletje
   ============================================================ */
.film-counter {
  display: flex; align-items: center; gap: 14px;
  background: #fffbf4; border: 2px solid var(--gold); border-radius: 8px;
  padding: 14px 18px; margin-bottom: 18px;
}
.film-counter .film-icon { font-size: 32px; }
.film-counter .film-num { font-size: 28px; font-weight: 700; color: var(--accent); font-family: 'Courier New', monospace; }
.film-counter .film-lbl { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }

.moment-stream { display: flex; flex-direction: column; gap: 10px; max-height: 60vh; overflow-y: auto; padding: 4px; }
.moment-card {
  background: #fffbf4; border: 1px solid var(--line);
  border-radius: 8px; padding: 12px 14px;
  display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center;
  transition: opacity .3s, transform .3s;
}
.moment-card.shot { background: rgba(44,122,77,.06); border-color: var(--green); }
.moment-card.skipped { opacity: .5; }
.moment-emoji { font-size: 32px; text-align: center; }
.moment-label { font-weight: 600; font-size: 15px; }
.moment-tip { font-size: 12px; margin-top: 2px; }
.moment-actions { display: flex; gap: 6px; flex-shrink: 0; }
.moment-actions .btn { padding: 7px 12px; font-size: 13px; }
.btn-shoot[disabled] { opacity: .4; cursor: not-allowed; }
.moment-shot { color: var(--green); font-weight: 700; font-size: 13px; }
.moment-skipped { font-style: italic; font-size: 13px; }

/* Developing-fase */
.developing {
  display: flex; align-items: center; gap: 20px;
  background: linear-gradient(135deg, #2a2520, #4a3d32);
  color: #d4cdb8; padding: 28px; border-radius: 10px; margin-top: 20px;
}
.develop-icon { font-size: 56px; }
.develop-text { flex: 1; }
.develop-text #dev-msg { font-style: italic; font-size: 15px; margin-bottom: 10px; min-height: 20px; }
.develop-bar { height: 6px; background: rgba(255,255,255,.1); border-radius: 3px; overflow: hidden; }
.develop-bar #dev-fill { height: 100%; background: var(--gold); width: 0%; transition: width .8s ease; }

/* Polaroid-gallery */
.polaroid-gallery {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 22px; margin-top: 20px;
}
.polaroid {
  --rot: 0deg;
  background: #fff; padding: 10px 10px 32px;
  box-shadow: 0 4px 18px -4px rgba(0,0,0,.25);
  transform: rotate(var(--rot)) scale(0.9);
  opacity: 0; transition: transform .5s, opacity .5s;
  position: relative;
}
.polaroid.revealed { transform: rotate(var(--rot)) scale(1); opacity: 1; }
.polaroid-img {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #d4cdb8, #c0b9a3);
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
}
.polaroid.good .polaroid-img { background: linear-gradient(135deg, #e8e2d0, #ccc4b0); }
.polaroid.ok .polaroid-img { background: linear-gradient(135deg, #aea696, #8d8674); filter: contrast(.85) brightness(.9); }
.polaroid-caption {
  text-align: center; font-family: 'Caveat', 'Marker Felt', cursive;
  font-size: 14px; padding-top: 8px; color: var(--ink-2);
}
.polaroid-caption small { display: block; font-size: 11px; margin-top: 2px; }

/* ============================================================
   Vignette: Vriend zoeken — dorpskaart + klok
   ============================================================ */
.zoek-clock {
  display: flex; align-items: center; gap: 12px;
  background: #fffbf4; border: 2px solid var(--gold); border-radius: 8px;
  padding: 12px 16px; margin: 18px 0;
}
.zoek-clock .zc-icon { font-size: 24px; }
.zoek-clock .zc-track { flex: 1; height: 8px; background: rgba(60,30,15,.1); border-radius: 4px; overflow: hidden; }
.zoek-clock .zc-fill { height: 100%; width: 0%; background: var(--gold); border-radius: 4px; transition: width .6s ease; }
.zoek-clock .zc-fill.late { background: var(--warm); }
.zoek-clock .zc-deadline { font-family: 'Courier New', monospace; font-size: 14px; font-weight: 700; color: var(--muted); }

.map-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px;
}
@media (max-width: 600px) { .map-grid { grid-template-columns: 1fr 1fr; } }
.loc-card {
  background: #fffbf4; border: 1px solid rgba(60,30,15,.12); border-radius: 8px;
  padding: 14px 12px; text-align: center; cursor: pointer;
  transition: transform .12s, box-shadow .12s, opacity .2s;
}
.loc-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--warm); }
.loc-card .loc-emoji { font-size: 30px; display: block; margin-bottom: 6px; }
.loc-card .loc-name { font-weight: 700; font-size: 14px; line-height: 1.25; }
.loc-card .loc-sub { font-size: 11px; margin-top: 2px; }
.loc-card .loc-checked { font-size: 11px; color: var(--green); font-weight: 700; margin-top: 6px; }
.loc-card.visited { opacity: .55; background: var(--paper); }
.loc-card.visited:hover { transform: none; box-shadow: none; border-color: rgba(60,30,15,.12); }
.loc-card.locked { pointer-events: none; opacity: .5; }
.loc-card.visited.locked { opacity: .45; }

.dialog-log .ride-turn { color: var(--muted); }

/* ============================================================
   Vignette: Liedje opnemen — radio + cassettedeck
   ============================================================ */
.radio-deck { display: grid; gap: 14px; margin: 20px 0; }

.radio-panel {
  background: linear-gradient(180deg, #3a3025, #241d16);
  border: 3px solid #0d0907; border-radius: 10px; padding: 16px 18px;
  box-shadow: var(--shadow-deep), inset 0 1px 0 rgba(255,200,150,.08);
}
.radio-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-family: -apple-system, sans-serif; }
.radio-brand { color: #d4cdb8; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.radio-freq { color: #ffc56b; font-family: 'Courier New', monospace; font-size: 12px; letter-spacing: .1em; }
.radio-live { font-size: 10px; font-weight: 700; color: #6a5a48; letter-spacing: .1em; }
.radio-live.on { color: #e5484d; animation: pulse 1.2s ease-in-out infinite; }
.radio-display {
  background: rgba(0,0,0,.55); border-radius: 5px; padding: 14px 16px;
  color: #d4cdb8; font-style: italic; font-size: 15px; min-height: 52px;
  display: flex; align-items: center; border: 1px solid rgba(255,200,150,.08);
}
.radio-display.song   { color: #ffc56b; font-weight: 700; font-style: normal; }
.radio-display.jingle { color: #8fd0a0; }
.radio-display.ballad { color: #a89880; }
.radio-display.outro  { color: #e5847a; }

.tape-panel {
  background: linear-gradient(180deg, #2a2520, #1a1410);
  border: 3px solid #0d0907; border-radius: 10px; padding: 14px 18px;
  display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center;
  box-shadow: var(--shadow);
}
@media (max-width: 600px) { .tape-panel { grid-template-columns: 1fr; } }

.cassette-visual {
  display: flex; align-items: center; gap: 10px;
  background: #4a3d32; border-radius: 6px; padding: 10px 14px;
  border: 2px solid #241d16;
}
.cassette-visual .reel {
  width: 34px; height: 34px; border-radius: 50%;
  background: radial-gradient(circle, #d4cdb8 28%, #241d16 30%, #241d16 60%, #6a5a48 62%);
  border: 3px solid #0d0907;
}
.cassette-visual.spinning .reel { animation: reelSpin 1.2s linear infinite; background: conic-gradient(#d4cdb8 0 40deg, #241d16 40deg 180deg, #d4cdb8 180deg 220deg, #241d16 220deg 360deg); }
@keyframes reelSpin { to { transform: rotate(360deg); } }
.tape-label-mini { font-family: -apple-system, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; color: #d4cdb8; }

.tape-controls { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tape-counter {
  font-family: 'Courier New', monospace; font-size: 20px; font-weight: 700;
  background: #000; color: #ffc56b; padding: 4px 10px; border-radius: 4px;
  border: 1px solid rgba(255,200,150,.15); letter-spacing: .15em;
}
.deck-btn {
  font-family: -apple-system, sans-serif; font-size: 13px; font-weight: 700;
  padding: 10px 16px; border-radius: 5px; cursor: pointer;
  background: linear-gradient(180deg, #4a3d32, #2a2520); color: #d4cdb8;
  border: 2px solid #0d0907; box-shadow: 0 3px 0 #0d0907;
  transition: transform .08s, box-shadow .08s;
}
.deck-btn:active:not([disabled]) { transform: translateY(2px); box-shadow: 0 1px 0 #0d0907; }
.deck-btn[disabled] { opacity: .4; cursor: not-allowed; }
.deck-btn.rec.on { background: linear-gradient(180deg, #a03030, #6a1c1c); color: #fff; box-shadow: 0 1px 0 #0d0907, 0 0 14px rgba(229,72,77,.5); transform: translateY(2px); }

.vu { display: flex; gap: 3px; align-items: flex-end; height: 34px; margin-left: auto; }
.vu i { width: 6px; height: 15%; background: #4a3d32; border-radius: 2px; transition: height .15s; }
.vu.active i { background: linear-gradient(180deg, #e5484d, #ffc56b 40%, #8fd0a0); }

/* Resultaat: het bandje */
.tape-result { display: flex; gap: 20px; align-items: center; margin-top: 20px; flex-wrap: wrap; }
.tape-result.miss { background: rgba(196,90,46,.07); border: 1px dashed var(--warm); border-radius: 8px; padding: 18px; font-size: 15px; }
.tape-result .tape-emoji { font-size: 40px; }
.cassette-final { flex-shrink: 0; }
.cassette-shell {
  width: 200px; background: linear-gradient(180deg, #ebe2cf, #d4cdb8);
  border: 2px solid #8a7b6a; border-radius: 8px; padding: 10px;
  box-shadow: var(--shadow); transform: rotate(-2deg);
}
.cassette-window {
  background: #241d16; border-radius: 4px; height: 40px;
  display: flex; align-items: center; justify-content: space-around;
}
.cassette-window .reel-dot { width: 20px; height: 20px; border-radius: 50%; background: radial-gradient(circle, #d4cdb8 30%, #241d16 34%); }
.cassette-label {
  font-family: 'Caveat', 'Marker Felt', cursive; text-align: center;
  font-size: 15px; font-weight: 700; color: var(--ink-2); margin-top: 8px; line-height: 1.2;
}
.cassette-label small { font-size: 11px; font-weight: 400; color: var(--muted); }
.tape-verdict { flex: 1; min-width: 220px; font-size: 15px; }
.tape-verdict p { margin-bottom: 8px; font-size: 15px; }

/* ============================================================
   Vignette: Donderdagavond film — houten tv + draaiknop
   ============================================================ */
.tv-set { margin: 22px auto; max-width: 440px; }
.tv-cabinet {
  display: grid; grid-template-columns: 1fr 84px; gap: 12px;
  background: linear-gradient(180deg, #6a4a30, #4a3320);
  border: 3px solid #2a1d10; border-radius: 12px; padding: 16px;
  box-shadow: var(--shadow-deep), inset 0 1px 0 rgba(255,220,180,.15);
}
.tv-screen {
  position: relative; aspect-ratio: 4/3; border-radius: 10px; overflow: hidden;
  background: radial-gradient(ellipse at 50% 45%, #2e3a34, #101612 75%);
  border: 4px solid #1a120a;
  box-shadow: inset 0 0 30px rgba(0,0,0,.7);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 14px; gap: 6px;
  color: #cfe3d4;
}
.tv-screen::after {
  /* scanlijnen */
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.14) 0 1px, transparent 1px 3px);
}
.tv-ch-name { font-family: -apple-system, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .18em; color: #8fd0a0; }
.tv-ch-emoji { font-size: 40px; filter: saturate(.7) brightness(1.1); }
.tv-ch-now { font-size: 13px; font-style: italic; line-height: 1.35; }
.tv-ch-straks { font-size: 12px; color: #ffc56b; line-height: 1.35; }
.tv-screen.static { background: #333; }
.tv-static-fill {
  position: absolute; inset: 0;
  background:
    repeating-conic-gradient(#555 0% .0001%, #222 .0002% .0004%, #777 .0005% .0007%, #111 .0008% .001%);
  animation: staticFlicker .1s steps(2) infinite;
}
@keyframes staticFlicker { 50% { transform: translateY(2px) scaleX(-1); } }

.tv-side { display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 6px 0; }
.tv-speaker {
  width: 100%; flex: 1; margin-bottom: 12px; border-radius: 6px;
  background: repeating-linear-gradient(0deg, #3a2818 0 3px, #2a1d10 3px 6px);
  border: 2px solid #2a1d10;
}
.tv-knob-wrap { text-align: center; }
.tv-knob {
  width: 52px; height: 52px; border-radius: 50%; margin: 0 auto; cursor: pointer;
  background: radial-gradient(circle at 38% 32%, #8a7b6a, #3a2f24 70%);
  border: 3px solid #1a120a; box-shadow: 0 3px 6px rgba(0,0,0,.5);
  display: flex; align-items: flex-start; justify-content: center;
  color: #f4ede0; font-size: 12px; padding-top: 3px;
  transition: transform .3s cubic-bezier(.5,1.6,.4,1);
  user-select: none;
}
.tv-knob:hover { filter: brightness(1.15); }
.tv-knob-label { font-family: -apple-system, sans-serif; font-size: 8px; letter-spacing: .2em; color: #d4b896; margin-top: 6px; font-weight: 700; }
.tv-feet { display: flex; justify-content: space-between; padding: 0 40px; }
.tv-feet span { width: 14px; height: 18px; background: linear-gradient(180deg, #4a3320, #2a1d10); border-radius: 0 0 4px 4px; }

/* Onderhandel-keuzes */
.film-choices { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.choice-btn {
  text-align: left; font-family: inherit; font-size: 15px; cursor: pointer;
  background: #fffbf4; color: var(--ink-2);
  border: 1px solid rgba(60,30,15,.15); border-left: 3px solid var(--warm);
  border-radius: 6px; padding: 12px 16px;
  transition: background .15s, transform .1s, border-color .15s;
}
.choice-btn:hover { background: rgba(196,90,46,.07); transform: translateX(3px); border-color: var(--accent); }
.dialog-log .film-turn { font-style: italic; }

/* Reflection-card / shareable end */
.reflection { background: linear-gradient(135deg, #fffbf4, #f8efd9); border: 2px solid var(--gold); padding: 36px 32px; text-align: center; }
.reflection h1 { color: var(--accent); font-style: italic; }
.reflection .share-card { background: var(--paper); border: 1px dashed rgba(60,30,15,.2); padding: 18px; margin: 20px 0; border-radius: 6px; font-style: italic; font-size: 16px; color: var(--ink-2); }

/* Tiny utilities */
.center { text-align: center; }
.muted { color: var(--muted); }
.hidden { display: none !important; }
.fade-in { animation: fadeIn .4s ease-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
