/* ============================================================
   subtle asian dating 2 — drop 011
   zetamac-minimal: plain white, system sans, black text.
   ============================================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

#app {
  max-width: 560px;
  margin: 0 auto;
  padding: 28px 20px 64px;
  min-height: 100vh;
}

/* ---- top bar ---- */
.top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; }
.top__back { color: #999; text-decoration: none; font-size: 13px; }
.top__back:hover { color: #111; }
.top__nav button {
  font: inherit; font-size: 13px; background: none; border: none; color: #999; cursor: pointer; margin-left: 14px; padding: 0;
}
.top__nav button:hover { color: #111; }

/* ---- headings / text ---- */
h1 { font-size: 22px; font-weight: 700; margin-bottom: 14px; }
h2 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
h3 { font-size: 15px; font-weight: 700; margin: 32px 0 4px; }
.lede { margin-bottom: 18px; max-width: 48ch; }
.muted { color: #888; font-size: 14px; margin: 6px 0; }
.err { color: #c00; font-size: 14px; margin-top: 12px; }

/* ---- links-as-buttons (zetamac uses plain links) ---- */
.actions { margin: 22px 0; display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.link {
  font: inherit; background: none; border: none; padding: 0; cursor: pointer;
  color: #1155cc; text-decoration: underline;
}
.link:hover { color: #c00; }
.link--go { font-weight: 700; }

/* ---- the drill (zetamac core) ---- */
.status { font-size: 15px; color: #333; margin-bottom: 40px; }
.status b { font-weight: 700; font-variant-numeric: tabular-nums; }
.problem {
  font-size: 34px; text-align: center; margin: 40px 0;
  font-variant-numeric: tabular-nums;
}
.answer {
  font: inherit; font-size: 34px; width: 3.2em; padding: 2px 6px;
  border: 1px solid #888; text-align: left; vertical-align: baseline;
}
.answer:focus { outline: none; border-color: #111; }
.start { text-align: center; }

/* ---- big number ---- */
.bignum { font-size: 96px; font-weight: 700; line-height: 1; text-align: center; margin: 28px 0 4px; font-variant-numeric: tabular-nums; }
[data-screen="reveal"] .muted, [data-screen="me"] > .muted { text-align: center; }
#me-rank::before { content: '#'; color: #888; }
#reveal-line { text-align: center; margin-top: 14px; }

/* ---- forms ---- */
.form { margin-top: 18px; max-width: 360px; }
.form label { display: block; margin-bottom: 16px; font-size: 14px; }
.form label small { color: #999; }
.form input {
  font: inherit; display: block; width: 100%; margin-top: 4px; padding: 7px 8px; border: 1px solid #888;
}
.form input:focus { outline: none; border-color: #111; }
.form button { display: inline-block; margin-right: 18px; margin-top: 4px; }
.or { color: #999; font-size: 13px; margin: 14px 0; }
.devcode { font-family: ui-monospace, monospace; background: #f6f6f6; border: 1px dashed #c00; color: #c00; padding: 8px; margin-bottom: 14px; font-size: 14px; }
#turnstile-slot { margin: 10px 0; }

/* ---- lists (feed / me) ---- */
.list { margin-top: 8px; }
.row {
  display: flex; align-items: baseline; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid #eee;
}
.row__main { flex: 1; min-width: 0; }
.row__name { font-weight: 700; }
.row__tag { font-size: 11px; color: #c00; text-transform: uppercase; letter-spacing: 0.05em; margin-left: 6px; }
.row__real { font-size: 14px; }
.row__real a, .row__contact a { color: #1155cc; }
.row__contact { font-size: 13px; color: #888; }
.row__score { font-variant-numeric: tabular-nums; font-weight: 700; color: #333; }
.row__like {
  font: inherit; font-size: 13px; background: none; border: none; cursor: pointer;
  color: #1155cc; text-decoration: underline; padding: 0; white-space: nowrap;
}
.row__like:hover { color: #c00; }
.row__like[disabled] { color: #999; text-decoration: none; cursor: default; }
.row__like--mutual { color: #c00 !important; font-weight: 700; }

/* ---- footer ---- */
.foot { margin-top: 56px; color: #bbb; font-size: 12px; }
