/*
 * ആദ്യം · Aadyam
 * Same house style as വാക്ക് and താരനിര: lime-washed wall, backwater ink,
 * kasavu brass, banana-leaf green for right and laterite red for wrong.
 * Each film is a ticket; its release date is on the stub, torn off by a pick.
 */
:root {
  --bg: #F3F5EF;
  --surface: #FFFFFF;
  --ink: #16271F;
  --ink-soft: #56675D;
  --line: #CAD3CB;
  --line-strong: #8C9B91;
  --key: #DEE5DC;
  --hit: #257A4B;
  --miss: #6E7A73;
  --wrong: #A3462B;
  --on-state: #FFFFFF;
  --accent: #A3462B;
  --gold: #C29B2A;
  --stub: #F7F1DE;
  --overlay: rgba(14, 26, 20, 0.5);
  --shadow: 0 18px 50px rgba(14, 26, 20, 0.25);
  --font-ui: "Anek Malayalam", "Noto Sans Malayalam", "Manjari", "Kartika", system-ui, sans-serif;
  --font-display: "Baloo Chettan 2", "Anek Malayalam", "Noto Sans Malayalam", "Kartika", system-ui, sans-serif;
  color-scheme: light;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #0F1713;
    --surface: #17221C;
    --ink: #E3EBE5;
    --ink-soft: #98A99F;
    --line: #2E3C34;
    --line-strong: #5E7065;
    --key: #28352E;
    --hit: #2C8A55;
    --miss: #3E4943;
    --wrong: #E38561;
    --accent: #E38561;
    --gold: #C9A43A;
    --stub: #211F16;
    --overlay: rgba(0, 0, 0, 0.6);
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
    color-scheme: dark;
  }
}

:root[data-theme="dark"] {
  --bg: #0F1713;
  --surface: #17221C;
  --ink: #E3EBE5;
  --ink-soft: #98A99F;
  --line: #2E3C34;
  --line-strong: #5E7065;
  --key: #28352E;
  --hit: #2C8A55;
  --miss: #3E4943;
  --wrong: #E38561;
  --accent: #E38561;
  --gold: #C9A43A;
  --stub: #211F16;
  --overlay: rgba(0, 0, 0, 0.6);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  color-scheme: dark;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { height: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ui);
  -webkit-tap-highlight-color: transparent;
}
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.app {
  height: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
}

/* ----- Header, edged like a kasavu border */
.masthead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  padding-block: 10px 8px;
  border-bottom: 5px double var(--gold);
}
.switches { flex-basis: 100%; display: flex; gap: 8px; }
.brand { display: flex; align-items: baseline; gap: 6px; margin-right: auto; min-width: 0; }
.name {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 27px;
  line-height: 1.1;
}
.edition { font-size: 13px; font-weight: 600; color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.modes { display: inline-flex; padding: 3px; border-radius: 999px; background: var(--key); }
.modes button {
  border: 0;
  padding: 5px 11px 3px;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.modes button[aria-selected="true"] { background: var(--surface); color: var(--ink); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14); }
.tools { display: flex; gap: 4px; }
.icon {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border: 1.5px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

/* ----- Round */
.play {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-block: 14px 20px;
}
.game { display: flex; flex-direction: column; gap: 10px; }
.status { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.ask {
  margin: 0;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}
.ask-sub { margin: 2px 0 0; color: var(--ink-soft); font-size: 14px; }
.count {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--ink-soft);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  text-align: right;
  line-height: 1.2;
}
.count strong { color: var(--ink); font-family: var(--font-display); font-size: 24px; line-height: 1; }
.count-best { font-size: 12px; }

.pips { list-style: none; display: flex; gap: 5px; margin: 0; padding: 0; }
.pip { flex: 1; height: 6px; border-radius: 999px; background: var(--line); }
.pip[data-state="right"] { background: var(--hit); }
.pip[data-state="wrong"] { background: var(--wrong); }
.pip[data-state="open"] { background: var(--gold); }

.tier {
  align-self: flex-start;
  margin: 2px 0 0;
  padding: 4px 10px 2px;
  border-radius: 999px;
  background: var(--key);
  font-size: 13px;
  font-weight: 600;
}

/* ----- The two tickets */
.duel { display: flex; flex-direction: column; gap: 6px; }
.card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  padding: 14px 16px 0;
  border: 2px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 2px 0 var(--line);
  transition: transform 120ms ease-out, border-color 120ms, box-shadow 120ms;
  touch-action: manipulation;
}
.card:not(:disabled):hover { border-color: var(--line-strong); box-shadow: 0 3px 0 var(--line-strong); }
.card:not(:disabled):active { transform: translateY(2px); box-shadow: none; }
.card:disabled { cursor: default; opacity: 1; }
.card.pop { animation: pop 320ms ease-out; }
.c-title {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.12;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.c-alt { color: var(--ink-soft); font-size: 14px; font-style: italic; }
.c-by { margin-top: 4px; font-size: 14px; font-weight: 700; }
.c-cast { color: var(--ink-soft); font-size: 14px; line-height: 1.35; }
.c-stub {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 12px -16px 0;
  padding: 9px 16px 7px;
  border-top: 2px dashed var(--line);
  background: var(--stub);
}
.c-date {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}
.card:not([data-result]) .c-date { color: var(--ink-soft); font-family: var(--font-ui); font-size: 14px; font-weight: 600; }
.c-badge:empty { display: none; }
.c-badge {
  padding: 3px 9px 1px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.card[data-result="right"] { border-color: var(--hit); box-shadow: 0 2px 0 var(--hit); }
.card[data-result="right"] .c-badge { background: var(--hit); color: var(--on-state); }
.card[data-result="first"] { border-color: var(--hit); border-style: dashed; box-shadow: none; }
.card[data-result="first"] .c-badge { border: 1.5px solid var(--hit); color: var(--hit); }
.card[data-result="wrong"] { border-color: var(--wrong); box-shadow: 0 2px 0 var(--wrong); }
.card[data-result="wrong"] .c-badge { background: var(--wrong); color: var(--on-state); }
.card[data-result="later"] { box-shadow: none; }
.card[data-result] .c-date { animation: stamp 300ms ease-out both; }

.or {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
}
.or::before, .or::after { content: ""; flex: 1; height: 1.5px; background: var(--line); }

.after { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; animation: rise 280ms ease-out both; }
.gap { display: flex; flex-direction: column; gap: 1px; margin: 0; line-height: 1.35; }
.gap strong { font-family: var(--font-display); font-size: 20px; }
.gap.is-right strong { color: var(--hit); }
.gap.is-wrong strong { color: var(--wrong); }
.gap-text { font-size: 15px; font-weight: 600; }
.after-actions { display: flex; gap: 10px; }
.after-actions .btn { flex: 1; }

@keyframes pop { 40% { transform: scale(0.98); } }
@keyframes stamp { from { opacity: 0; transform: scale(1.25) rotate(-4deg); } }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } }

/* ----- Today's pairs, once played */
.recap { display: flex; flex-direction: column; gap: 12px; }
.recap-score {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.recap-score strong { font-family: var(--font-display); font-size: 40px; line-height: 1; font-variant-numeric: tabular-nums; }
.recap-score span { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--hit); }
.recap h2 { margin: 0; font-family: var(--font-display); font-size: 20px; }
.recap-note { margin: -10px 0 0; color: var(--ink-soft); font-size: 14px; }
.recap-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.recap-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  padding: 10px 12px 8px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
}
.r-mark {
  width: 24px; height: 24px;
  display: grid; place-items: center;
  border-radius: 50%;
  color: var(--on-state);
  font-size: 13px;
  font-weight: 800;
}
.recap-item[data-state="right"] .r-mark { background: var(--hit); }
.recap-item[data-state="wrong"] .r-mark { background: var(--wrong); }
.r-body { display: grid; gap: 2px; min-width: 0; }
.r-tier { color: var(--ink-soft); font-size: 12px; font-weight: 600; letter-spacing: 0.02em; }
.r-film { display: flex; justify-content: space-between; gap: 10px; font-size: 15px; }
.r-tier + .r-film .r-title { font-weight: 700; }
.r-title { min-width: 0; overflow-wrap: anywhere; }
.r-film.picked .r-title::after { content: " ← your pick"; color: var(--ink-soft); font-size: 12px; font-weight: 500; }
html[data-lang="ml"] .r-film.picked .r-title::after { content: " ← നിങ്ങൾ"; }
.r-date { flex: none; color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.recap-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 30;
  max-width: calc(100% - 32px);
  padding: 9px 14px 7px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--bg);
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 6px);
  transition: opacity 160ms, transform 160ms;
  pointer-events: none;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ----- Overlays */
.overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 16px;
  overflow-y: auto;
  background: var(--overlay);
}
.sheet:focus { outline: none; }
.sheet {
  position: relative;
  width: min(100%, 440px);
  max-height: 100%;
  overflow-y: auto;
  padding: 22px 20px 20px;
  border-top: 5px double var(--gold);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.close {
  position: absolute;
  top: 8px; right: 8px;
  width: 36px; height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.sheet h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.2;
  text-wrap: balance;
}
.sheet h3 { margin: 18px 0 8px; font-size: 16px; }
.rules { margin: 0; padding-left: 18px; display: grid; gap: 10px; font-size: 15px; line-height: 1.45; }
.example { display: grid; gap: 6px; margin-top: 14px; }
.example .card { cursor: default; padding-top: 10px; }
.example .c-title { font-size: 20px; }
.example .c-stub { margin-top: 8px; padding-block: 6px 4px; }
.example .c-date { font-size: 16px; animation: none; }
.example-note { margin: 6px 0 0; font-size: 14px; line-height: 1.4; }
.fine { margin: 10px 0 0; font-size: 14px; line-height: 1.45; }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0; }
.numbers div { display: flex; flex-direction: column-reverse; align-items: center; text-align: center; }
.numbers dd { margin: 0; font-family: var(--font-display); font-size: 30px; font-weight: 700; line-height: 1.2; font-variant-numeric: tabular-nums; }
.numbers dt { font-size: 12px; line-height: 1.25; }
.dist { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.dist li { display: grid; grid-template-columns: 20px 1fr; align-items: center; gap: 8px; font-variant-numeric: tabular-nums; }
.dist .try { font-size: 14px; font-weight: 600; text-align: right; }
.dist .bar {
  display: block;
  width: var(--w);
  min-width: 26px;
  padding: 2px 8px 0;
  border-radius: 4px;
  background: var(--miss);
  color: var(--on-state);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}
.dist li.mine .bar { background: var(--hit); }
.endless-best { margin: 14px 0 0; font-size: 14px; color: var(--ink-soft); }
.next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}
.next strong { font-family: var(--font-display); font-size: 24px; font-variant-numeric: tabular-nums; }
.actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.btn {
  min-height: 46px;
  padding: 6px 10px 3px;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.btn.primary { background: var(--hit); color: var(--on-state); }
.btn.ghost { background: var(--key); color: var(--ink); }
.share-fallback {
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  color: var(--ink);
  font: 14px/1.4 var(--font-ui);
  resize: none;
}

@media (max-width: 380px) {
  .name { font-size: 24px; }
  .modes button { padding-inline: 8px; font-size: 13px; }
  .c-title { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
