/* Cakehalla, fixed warm bakery palette (the same in light and dark OS modes). Calm: few borders, one accent. */
:root {
  --bg: #f6eddf;
  --surface: #fffaf2;
  --surface2: #efe3d0;
  --line: rgba(90, 60, 40, .12);
  --ink: #3e2a1d;
  --muted: #8a7260;
  --accent: #c8475f;         /* "your action" (raspberry) */
  --gold: #d49a2a;
  --good: #3f8a4f;
  --warn: #c0661a;
  --bad: #b8323a;
  --k0: #f1e8d8;   /* flour */
  --k1: #d6ecf8;   /* eggs */
  --k2: #faeaa8;   /* butter */
  --k3: #f8d0d8;   /* berries */
  --k4: #e5cfbd;   /* cocoa */
  --k5: #e5d8f6;   /* saffron */
  --t1: #c3a07a;
  --t2: #d98aa0;
  --t3: #d8a53a;
  color-scheme: light;
  /* tutorial kit (tutorial.css) */
  --tut-accent: #c8475f;
  --tut-accent-ink: #fffaf2;
  --tut-bubble: #fffaf2;
  --tut-ink: #3e2a1d;
  --tut-muted: #8a7260;
  --tut-dim: rgba(62, 42, 29, .5);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html, body { margin: 0; background: var(--bg); color: var(--ink); }
body {
  font: 15px/1.4 system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  touch-action: manipulation;
  min-height: 100vh;
  overflow-x: hidden;
}
button { font: inherit; color: inherit; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.muted { color: var(--muted); font-size: 13px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.app { position: relative; max-width: 1120px; margin: 0 auto; padding: 0 12px 24px; padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); }

/* ---------- top bar ---------- */
.topbar { display: flex; align-items: center; gap: 4px; height: 52px; }
.back, .iconbtn {
  width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 12px;
  color: var(--muted); text-decoration: none; font-size: 22px; background: none; border: 0; cursor: pointer; padding: 0;
}
.back:hover, .iconbtn:hover, .iconbtn[aria-expanded="true"] { color: var(--ink); background: var(--surface2); }
.brand { flex: 1; text-align: center; font: 700 20px/1 Georgia, "Times New Roman", serif; letter-spacing: .05em; color: #6b4225; }
.menu {
  position: absolute; right: 12px; top: 48px; z-index: 45; min-width: 190px; padding: 6px;
  background: var(--surface); border-radius: 14px; box-shadow: 0 14px 36px rgba(62, 42, 29, .22);
  display: flex; flex-direction: column; animation: pop .14s ease-out;
}
.menu button { min-height: 46px; text-align: left; padding: 0 14px; border: 0; background: none; border-radius: 10px; cursor: pointer; font-weight: 600; }
.menu button:hover, .menu button:focus-visible { background: var(--surface2); }
@keyframes pop { from { transform: translateY(-4px); opacity: 0; } to { transform: none; opacity: 1; } }

/* ---------- buttons ---------- */
.btn {
  min-height: 44px; padding: 8px 16px; border-radius: 12px; border: 0;
  background: var(--surface2); color: var(--ink); cursor: pointer; font-weight: 650;
  transition: background .15s, transform .1s, opacity .15s;
}
.btn:hover:not(:disabled) { background: #e7d8c1; }
.btn:active:not(:disabled) { transform: translateY(1px); }
.btn:disabled { opacity: .4; cursor: not-allowed; }
.btn.primary { background: var(--accent); color: #fff; }
.btn.primary:hover:not(:disabled) { background: #b53a52; }
.btn.quiet { background: transparent; }
.btn.small { min-height: 40px; padding: 4px 14px; font-size: 14px; }

/* ---------- icons ---------- */
.ico { width: 22px; height: 22px; display: inline-block; vertical-align: middle; flex: none; }
.ico.xs { width: 13px; height: 13px; }
.ico.sm { width: 16px; height: 16px; }
.ico.md { width: 20px; height: 20px; }
.ico.lg { width: 30px; height: 30px; }
.chipn { display: inline-flex; align-items: center; gap: 2px; margin-right: 6px; font-weight: 700; }
.chipn.saved { opacity: .55; text-decoration: line-through; }
.chipn.short b { color: var(--bad); }
.legend { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 8px 0; }
.legend .li { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; }
.legend .li small { color: var(--muted); }
.dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 6px; flex: none; }
.pips { display: inline-flex; gap: 3px; }
.pips i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* ---------- player chips ---------- */
.chips { display: flex; gap: 6px; margin: 2px 0 4px; }
.pchip {
  position: relative; flex: 1 1 0; min-width: 0; min-height: 46px; display: flex; align-items: center; gap: 7px;
  padding: 5px 8px; border: 0; border-radius: 14px; background: var(--surface); cursor: pointer; text-align: left;
  transition: box-shadow .2s;
}
.pchip.cur { box-shadow: inset 0 -3px 0 var(--pc); }
.pchip .av { flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--pc); color: #fff; font-weight: 800; font-size: 14px; }
.pchip .cinfo { display: flex; flex-direction: column; min-width: 0; line-height: 1.15; flex: 1; }
.pchip .nm { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pchip .line { display: flex; align-items: baseline; gap: 8px; }
.pchip .sc { font-size: 17px; font-weight: 800; }
.pchip .cn { font-size: 12.5px; color: var(--muted); display: inline-flex; align-items: center; gap: 3px; white-space: nowrap; }
.cico { width: 9px; height: 11px; }
.chips.n4 .nm { display: none; }
.chips.n4 .line { flex-direction: column; gap: 0; }
.chips.n4 .pchip { gap: 5px; padding: 5px 6px; }
.bubble {
  position: absolute; inset: 0; z-index: 2; border-radius: inherit;
  display: flex; align-items: center; justify-content: center; gap: 4px; padding: 3px;
  background: var(--surface); box-shadow: inset 0 0 0 2px var(--pc);
  animation: bubble 2.6s ease-out forwards; pointer-events: none;
}
.bubble .verb { font-size: 13px; color: var(--pc); font-weight: 700; margin-right: 4px; }
.chips.n3 .bubble .verb, .chips.n4 .bubble .verb { display: none; }
.bubble .act-card { width: 30px; display: flex; }
.bubble .act-card .cd { min-height: 38px; border-radius: 6px; padding: 0; }
.bubble .act-card .cd-head { padding: 2px 3px; }
.bubble .act-card .cd-pts { font-size: 11px; }
.bubble .act-card .cd-head .ico { width: 11px; height: 11px; }
.bubble .act-card .cd-cost { display: none; }
.bubble .act-pts { font-weight: 900; font-size: 15px; color: var(--gold); margin-left: 4px; }
@keyframes bubble { 0% { opacity: 0; transform: scale(.9); } 8% { opacity: 1; transform: none; } 80% { opacity: 1; } 100% { opacity: 0; } }

/* ---------- status ---------- */
.status { min-height: 34px; display: flex; align-items: center; gap: 8px; padding: 2px 2px 6px; font-size: 15px; color: var(--muted); }
.status.mine { color: var(--ink); font-weight: 600; }
.status .msg { flex: 1; min-width: 0; }
.status .final { background: var(--gold); color: #fff; font-weight: 800; font-size: 11px; border-radius: 6px; padding: 2px 6px; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.thinking::after { content: ''; display: inline-block; width: 1.2em; text-align: left; animation: dots 1.2s steps(4) infinite; }
@keyframes dots { 0% { content: ''; } 25% { content: '.'; } 50% { content: '..'; } 75% { content: '...'; } }

/* ---------- layout ---------- */
.board { display: grid; grid-template-columns: 1fr; gap: 14px; }
.col-left, .col-right { display: flex; flex-direction: column; gap: 14px; min-width: 0; }

.zlabel { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px 2px; }
section.me .zlabel { margin-bottom: 0; }

/* ---------- customers ---------- */
.patrons { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 6px; padding-top: 6px; }
.patron {
  position: relative; border: 0; border-radius: 12px; background: var(--surface); cursor: pointer; padding: 13px 4px 7px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 50px; min-width: 0;
}
.patron .pt-pts { position: absolute; top: -7px; right: -3px; width: 19px; height: 19px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 11px; font-weight: 900; display: grid; place-items: center; }
.patron .pt-req { display: flex; flex-wrap: wrap; justify-content: center; gap: 2px 6px; }
.req { display: inline-flex; align-items: center; gap: 1px; font-size: 13px; font-weight: 800; color: var(--ink); }
.req.met { color: var(--good); }
.req.met b::after { content: '\2713'; font-size: 10px; margin-left: 1px; }
.patron.big { flex-direction: row; justify-content: flex-start; gap: 10px; padding: 12px 14px; min-height: 56px; width: 100%; background: var(--surface2); text-align: left; }
.patron.big .pt-name { font-weight: 700; flex: 1; }
.patron.big .pt-pts { position: static; }
.patron-choice { display: flex; flex-direction: column; gap: 8px; margin-top: 10px; }

/* ---------- the counter ---------- */
.tiers { display: flex; flex-direction: column; gap: 6px; }
.tier-row { display: grid; grid-template-columns: 30px repeat(4, minmax(0, 1fr)); gap: 5px; }
.pile {
  border: 0; border-radius: 10px; cursor: pointer; padding: 0; display: grid; place-items: center; color: rgba(255, 255, 255, .9);
  background: var(--tpile); box-shadow: 2px 2px 0 rgba(62, 42, 29, .12), 4px 4px 0 rgba(62, 42, 29, .07);
  transition: transform .15s, box-shadow .2s;
}
.pile .pips { flex-direction: column; }
.pile.t1 { --tpile: var(--t1); } .pile.t2 { --tpile: var(--t2); } .pile.t3 { --tpile: var(--t3); }
.pile.empty { background: transparent; box-shadow: inset 0 0 0 2px var(--line); cursor: default; }
.slot { border: 0; background: none; padding: 0; cursor: pointer; display: flex; min-width: 0; border-radius: 12px; position: relative; }
.slot.empty { box-shadow: inset 0 0 0 2px var(--line); min-height: 84px; }
.cd {
  display: flex; flex-direction: column; width: 100%; min-height: 84px; border-radius: 12px; overflow: hidden;
  background: var(--surface); box-shadow: 0 1px 2px rgba(62, 42, 29, .12); text-align: left;
  transition: transform .15s, box-shadow .2s;
}
.cd-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 6px; background: var(--kbg); }
.cd.k0 { --kbg: var(--k0); } .cd.k1 { --kbg: var(--k1); } .cd.k2 { --kbg: var(--k2); } .cd.k3 { --kbg: var(--k3); } .cd.k4 { --kbg: var(--k4); }
.cd-pts { font: 800 19px/1 Georgia, serif; min-width: 10px; }
.cd.t3 .cd-pts { color: #9a6a0d; }
.cd-cost { flex: 1; display: grid; grid-template-columns: 1fr 1fr; align-content: end; gap: 2px; padding: 5px 6px 6px; }
.cc { display: inline-flex; align-items: center; gap: 2px; font-size: 13px; font-weight: 800; }
.cc.covered { opacity: .3; }
.cd.back { background: var(--tbk); display: grid; place-items: center; color: rgba(255, 255, 255, .9); }
.cd.back.t1 { --tbk: var(--t1); } .cd.back.t2 { --tbk: var(--t2); } .cd.back.t3 { --tbk: var(--t3); }
.slot.can .cd { box-shadow: 0 0 0 3px var(--accent); }
.slot.sel .cd { box-shadow: 0 0 0 3px var(--ink); transform: translateY(-2px); }
.slot:hover .cd { transform: translateY(-2px); }
.slot.ai-pick .cd, .pile.ai-pick { box-shadow: 0 0 0 3px var(--pc), 0 0 16px 2px var(--pc) !important; transform: translateY(-3px); }
.slot.fresh .cd { animation: arrive .45s ease-out; }
@keyframes arrive { from { transform: translateY(-10px); opacity: 0; } to { transform: none; opacity: 1; } }

/* ---------- market ---------- */
.bank { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; }
.btok { border: 0; background: none; cursor: pointer; padding: 0; display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 0; }
.btok .coin {
  position: relative; width: 48px; height: 48px; max-width: 100%; border-radius: 50%; display: grid; place-items: center;
  background: var(--kc); box-shadow: inset 0 -3px 0 rgba(62, 42, 29, .1); transition: transform .12s, box-shadow .15s;
}
.btok.k0 { --kc: var(--k0); } .btok.k1 { --kc: var(--k1); } .btok.k2 { --kc: var(--k2); } .btok.k3 { --kc: var(--k3); } .btok.k4 { --kc: var(--k4); } .btok.k5 { --kc: var(--k5); }
.btok .bn { font-size: 13px; font-weight: 700; color: var(--muted); }
.btok.out .coin { opacity: .3; }
.btok.wild .coin { box-shadow: inset 0 0 0 2px rgba(138, 98, 196, .35); background: transparent; }
.btok.picked .coin { box-shadow: 0 0 0 3px var(--accent); transform: translateY(-2px); }
.btok .pk { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 4px; border-radius: 10px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 900; display: grid; place-items: center; }
.btok.ai-pick .coin { box-shadow: 0 0 0 3px var(--pc), 0 0 14px 2px var(--pc); transform: translateY(-3px); }
.take-bar { display: flex; align-items: center; gap: 6px; margin-top: 10px; padding: 6px 6px 6px 10px; border-radius: 14px; background: var(--surface); animation: pop .15s ease-out; }
.take-bar.only-hint { padding: 10px 12px; }
.take-bar.only-hint .btn { display: none; }
.take-sel { display: flex; gap: 2px; }
.tchip { width: 34px; height: 40px; border: 0; background: none; padding: 0; cursor: pointer; display: grid; place-items: center; }
.take-hint { flex: 1; margin: 0; font-size: 13px; color: var(--muted); min-width: 0; }
.take-hint.bad { color: var(--bad); }
.take-bar .btn.quiet { width: 40px; padding: 0; font-size: 20px; color: var(--muted); }
#btn-pass { width: 100%; margin-top: 8px; }

/* ---------- your bakery ---------- */
section.me { display: flex; flex-direction: column; gap: 10px; }
.mygrid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; }
.mg { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.mg-card { width: 30px; height: 38px; border-radius: 6px; background: var(--kc); display: grid; place-items: center; font-weight: 800; font-size: 16px; box-shadow: 0 1px 2px rgba(62, 42, 29, .15); }
.mg.k0 { --kc: var(--k0); } .mg.k1 { --kc: var(--k1); } .mg.k2 { --kc: var(--k2); } .mg.k3 { --kc: var(--k3); } .mg.k4 { --kc: var(--k4); } .mg.k5 { --kc: var(--k5); }
.mg-card.z { opacity: .35; box-shadow: none; }
.mg-card.none { visibility: hidden; }
.mg-tok { display: inline-flex; align-items: center; gap: 2px; font-weight: 800; font-size: 15px; }
.mg-tok.z { opacity: .3; }
.reserved { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; }
.hid-tag { position: absolute; bottom: 4px; right: 5px; font-size: 12px; color: var(--muted); }

/* ---------- sheet ---------- */
.sheet-wrap { position: fixed; inset: 0; z-index: 30; display: flex; align-items: flex-end; justify-content: center; }
.sheet-backdrop { position: absolute; inset: 0; background: rgba(62, 42, 29, .35); }
.sheet {
  position: relative; width: 100%; max-width: 520px; max-height: 86vh; overflow-y: auto; background: var(--surface);
  border-radius: 20px 20px 0 0; padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  animation: up .18s ease-out; box-shadow: 0 -10px 40px rgba(62, 42, 29, .2);
}
@keyframes up { from { transform: translateY(30px); opacity: .4; } to { transform: none; opacity: 1; } }
.sheet h3 { font: 700 19px/1.2 Georgia, serif; margin-bottom: 10px; color: #6b4225; }
.sheet p { margin: 6px 0; }
.sheet .actions { display: flex; gap: 8px; margin-top: 14px; }
.sheet .actions .btn { flex: 1 1 0; white-space: nowrap; }
.sheet .lbl { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin: 12px 0 5px; }
.sheet .step { font-weight: 650; }
.sheet .step .muted { font-weight: 400; margin-left: 6px; }
.bigcard { display: flex; gap: 14px; align-items: center; }
.bigcard > .cd { width: 88px; flex: none; min-height: 100px; }
.bc-info p { margin: 3px 0; }
.preview { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 6px 10px; background: var(--bg); border-radius: 12px; padding: 10px 12px; margin-top: 12px; }
.preview .lbl { margin: 0 !important; }
.preview .wide { grid-column: 1 / -1; }
.chipsrow { display: flex; flex-wrap: wrap; }
.free { color: var(--good); font-weight: 700; }
.good { color: var(--good); font-weight: 600; }
.why { color: var(--muted); font-size: 13px; text-align: center; }
.big-pts b { font-size: 22px; }
.pick { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.pickbtn { width: 46px; height: 46px; border-radius: 12px; border: 0; background: var(--surface2); display: grid; place-items: center; cursor: pointer; padding: 0; position: relative; }
.pickbtn.x { background: #f6d9dc; box-shadow: inset 0 0 0 2px var(--bad); }
.pickbtn.x::after { content: ''; position: absolute; inset: 8px; background: linear-gradient(45deg, transparent 46%, var(--bad) 46%, var(--bad) 54%, transparent 54%); opacity: .7; }
.prog { width: 100%; border-collapse: collapse; margin-top: 8px; font-size: 14px; }
.prog td { padding: 6px 4px; border-bottom: 1px solid var(--line); }
.prog tr.me td { font-weight: 700; }
.req-row { display: flex; gap: 6px; flex-wrap: wrap; }
.facts { padding-left: 18px; margin: 12px 0 0; font-size: 13.5px; color: var(--muted); }
.facts li { margin: 5px 0; }
.facts b { color: var(--ink); }
.facts .pips { color: var(--muted); vertical-align: 1px; }
.log { list-style: none; margin: 0; padding: 0; max-height: 220px; overflow-y: auto; font-size: 13px; }
.log li { padding: 5px 2px; border-bottom: 1px solid var(--line); color: var(--muted); }
.log li:first-child, .log li.mine { color: var(--ink); }

.setup-sheet .field { margin: 12px 0; }
.setup-sheet .label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 6px; }
.seg { display: flex; gap: 6px; }
.seg button { flex: 1 1 0; min-width: 0; min-height: 46px; border-radius: 12px; border: 0; background: var(--surface2); cursor: pointer; font-weight: 650; }
.seg button.on { background: var(--surface); box-shadow: inset 0 0 0 2px var(--accent); color: var(--accent); }

/* ---------- modals ---------- */
.modal-wrap { position: fixed; inset: 0; z-index: 40; background: rgba(62, 42, 29, .4); display: flex; align-items: center; justify-content: center; padding: 12px; }
.modal { background: var(--surface); border-radius: 18px; width: 100%; max-width: 620px; max-height: 92vh; display: flex; flex-direction: column; box-shadow: 0 10px 40px rgba(62, 42, 29, .3); }
.modal-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; }
.modal-head h2 { font: 700 21px/1.2 Georgia, serif; color: #6b4225; }
.modal-body { padding: 0 18px 14px; overflow-y: auto; }
.modal-foot { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 16px 16px; }
.modal-foot .btn { flex: 1 1 120px; }
.modal-head .btn.ghost { background: var(--surface2); }
.rules h3 { font-size: 15px; margin: 16px 0 4px; color: #6b4225; font-family: Georgia, serif; }
.rules p, .rules li { font-size: 14px; }
.rules ol, .rules ul { padding-left: 20px; margin: 4px 0; }
.rules li { margin: 4px 0; }
.result-banner { font: 800 26px/1.2 Georgia, serif; margin: 0 0 12px; }
.result-banner.win { color: var(--accent); }
.result-banner.lose { color: #6b4225; }
.results-wrap { overflow-x: auto; }
.results { width: 100%; border-collapse: collapse; font-size: 14px; }
.results th, .results td { padding: 7px 4px; text-align: right; border-bottom: 1px solid var(--line); white-space: nowrap; }
.results th:first-child, .results td:first-child { text-align: left; }
.results th { color: var(--muted); font-size: 12px; font-weight: 600; }
.results tr.me td { font-weight: 700; color: var(--accent); }
.results tr.win td:first-child::after { content: ' \2605'; color: var(--gold); }
.results .tot { font-weight: 900; }

/* ---------- wider screens ---------- */
@media (min-width: 560px) {
  .tier-row { grid-template-columns: 40px repeat(4, minmax(0, 1fr)); gap: 6px; }
  .cd { min-height: 108px; }
  .cc { font-size: 14px; }
  .cc .ico.xs { width: 15px; height: 15px; }
  .cd-pts { font-size: 22px; }
}
@media (min-width: 900px) {
  .chips { justify-content: center; margin: 4px auto 8px; }
  .pchip { flex: 0 1 200px; }
  .status { justify-content: center; font-size: 16px; padding-bottom: 12px; }
  .status .msg { flex: 0 1 auto; }
  .board { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 32px; align-items: start; }
  .col-right { background: var(--surface); border-radius: 18px; padding: 16px; }
  .col-right .take-bar { background: var(--bg); }
  .sheet-wrap { align-items: center; }
  .sheet { border-radius: 20px; }
}
@media (max-width: 360px) {
  .btok .coin { width: 42px; height: 42px; }
  .ico.lg { width: 26px; height: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ---------- online play (online.js): a presence line under the status, in the same row ---------- */
.status-row { display: flex; flex-direction: column; min-width: 0; }
.status-row .net { color: var(--muted); justify-content: flex-start; padding: 0 2px 6px; margin-top: -4px; }
@media (min-width: 900px) { .status-row .net { justify-content: center; margin-top: -8px; padding-bottom: 12px; } }
body.is-online #menu-new { display: none; }
/* The online row sits above How to play and carries the menu's one divider (online, Leave is the
   first row, so it has none). */
.menu #menu-online { border-top: 1px solid var(--line); border-radius: 0 0 10px 10px; margin-top: 4px; }
/* Leave takes its own row under Rematch / View board; the footer's 8px gap is the space above it. */
#over-leave { flex: 1 1 100%; margin-top: 0; }
