:root{color-scheme:light;--bg:#f5f3ed;--ink:#292e2a;--muted:#747870;--line:#dedfd5;--green:#354f42;--light:#e8eee6;--orange:#c96945;--serif:Georgia,'Songti SC','STSong',serif;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC',sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,textarea{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}button:focus-visible,a:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid #c9694580;outline-offset:4px}a{color:inherit;text-decoration:none}.shell{max-width:1120px;margin:auto;padding:0 40px}.topbar{display:flex;justify-content:space-between;align-items:center;height:94px;border-bottom:1px solid var(--line)}.brand{font-size:23px;letter-spacing:-1px;font-weight:750}.brand span{font-size:13px;letter-spacing:0;font-weight:400;color:var(--muted);margin-left:13px}.edition{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.edition i{width:6px;height:6px;border-radius:50%;background:var(--green)}.hero{display:flex;justify-content:space-between;align-items:end;padding:39px 0 30px}.eyebrow{font-size:10px;letter-spacing:2.1px;color:var(--muted);margin:0 0 13px}h1{font-family:var(--serif);font-weight:500;font-size:43px;letter-spacing:-2px;margin:0}h1 em{font-style:normal;color:var(--green)}.hero-note{font-size:13px;line-height:1.9;margin:0 0 2px;color:var(--muted)}.welcome{display:grid;grid-template-columns:1.12fr 1fr;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#faf9f5;min-height:390px}.illustration{background:var(--light);position:relative;display:grid;place-items:center;overflow:hidden;min-height:340px}.orbit{position:absolute;width:240px;height:240px;border:1px solid #bccbbc;border-radius:50%;transform:rotate(-18deg)}.orbit:after{content:'';position:absolute;inset:24px;border:1px dashed #cad5c8;border-radius:50%}.word-tile{position:absolute;width:98px;height:129px;background:#fbfaf5;border:1px solid #d9dfd5;border-radius:12px;display:flex;align-items:center;justify-content:center;font:46px var(--serif);box-shadow:0 10px 20px #364b3910}.tile-1{transform:translate(-85px,-56px) rotate(-15deg);color:#566d59}.tile-2{transform:translate(61px,-53px) rotate(13deg);color:#566d59}.tile-3{transform:translate(-67px,79px) rotate(-9deg);color:#566d59}.tile-4{transform:translate(73px,68px) rotate(15deg);background:var(--green);border-color:var(--green);color:#f5f3ed}.illustration-label{position:absolute;bottom:20px;font:10px monospace;letter-spacing:2px;color:#6c816d}.welcome-copy{padding:38px 38px 33px;display:flex;flex-direction:column;justify-content:center}.tag{color:var(--orange);font-size:11px;letter-spacing:1px}.welcome h2{font-family:var(--serif);font-size:28px;font-weight:500;line-height:1.5;margin:13px 0 22px}.rules{padding:0;margin:0 0 27px;list-style:none;display:grid;gap:13px}.rules li{display:flex;gap:13px;align-items:start;font-size:13px;line-height:1.65;color:#5c655c}.rules b{font:11px monospace;color:#8a9487;padding-top:3px}.primary{background:var(--green);color:#fff;border:1px solid var(--green);border-radius:10px;min-height:48px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;gap:20px;font-size:14px;font-weight:550}.primary:hover:not(:disabled){background:#243f31}.secondary{border:1px solid var(--line);background:transparent;color:var(--ink);border-radius:9px;padding:10px 16px;font-size:13px}.muted{color:var(--muted);font-size:12px;line-height:1.75}.welcome .muted{margin:10px 0 0;text-align:center}.layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;grid-template-areas:'board secret' 'board controls';gap:18px;align-items:start}.board{grid-area:board;border:1px solid var(--line);background:#faf9f5;border-radius:18px;padding:24px}.board-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:12px}.board h2{margin:0;font-size:16px;font-weight:600}.phase-chip{font-size:10px;color:var(--green);background:var(--light);border-radius:20px;padding:6px 10px;white-space:nowrap}.seats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.seat{border:1px solid #e1e3d9;background:#fffefa;border-radius:12px;padding:17px;min-height:182px;display:flex;flex-direction:column;position:relative;transition:border-color .18s,box-shadow .18s}.seat.mine{background:#f1f4ed}.seat.selected{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.seat.odd{border-color:#d9a187;background:#fcf1e9}.seat-head{display:flex;align-items:center;gap:10px}.avatar{display:grid;place-items:center;width:32px;height:32px;background:#e6e9de;color:#56644f;border-radius:50%;font-family:var(--serif);font-size:16px;flex-shrink:0}.seat-2 .avatar{background:#eee2d9;color:#91674e}.seat-3 .avatar{background:#dfe7e8;color:#52747a}.seat.mine .avatar{background:var(--green);color:white}.seat-name{font-size:13px;font-weight:600}.seat-order{font-size:10px;color:var(--muted);margin-top:3px}.statement{font-size:15px;line-height:1.8;margin:16px 0 8px;overflow-wrap:anywhere;flex:1}.statement.waiting{color:#9a9f94;font-size:13px;display:flex;align-items:center}.vote-pick{align-self:start;border:none;padding:5px 0;background:transparent;color:var(--green);font-size:12px;margin-top:4px}.vote-pick:before{content:'○';margin-right:6px}.selected .vote-pick:before{content:'●'}.reveal-word{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;margin-top:13px;flex-wrap:wrap}.role-badge{font-size:10px;font-weight:400;padding:3px 6px;border-radius:4px;background:#e8eddf;color:#61704e}.odd .role-badge{background:#f4d9c9;color:#a35332}.vote-info{font-size:11px;color:var(--muted);margin-top:8px;line-height:1.6}.board-note{font-size:11px;color:var(--muted);margin:19px 0 0;text-align:center}.secret{grid-area:secret;border-radius:15px;padding:22px 23px;background:var(--green);color:#f5f3ed;position:relative;overflow:hidden}.secret-label{font-size:11px;color:#c0cbbc;display:flex;align-items:center;gap:7px}.secret-label:before{content:'◆';font-size:8px}.secret-word{font-family:var(--serif);font-size:35px;margin:14px 0 12px;letter-spacing:4px}.secret p{font-size:11px;line-height:1.75;color:#c0cbbc;margin:0}.controls{grid-area:controls;border:1px solid var(--line);border-radius:15px;padding:22px;background:#faf9f5}.controls h2{font-size:16px;line-height:1.55;margin:0 0 9px}.controls p{margin:0 0 15px}.controls .primary{width:100%;margin-top:10px}.controls .secondary{width:100%;margin-top:12px}.controls label{display:block;font-size:12px;color:var(--muted);margin-bottom:10px}textarea{width:100%;resize:vertical;min-height:116px;max-height:240px;border:1px solid #d8dcd0;border-radius:8px;background:#fffefa;padding:12px;color:var(--ink);font-size:16px;line-height:1.6;outline-color:var(--green)}textarea::placeholder{color:#a0a699}.input-meta{display:flex;justify-content:space-between;font-size:10px;color:var(--muted);margin-top:7px}.stage-track{display:flex;gap:6px;margin-top:16px}.stage-track i{height:3px;flex:1;background:#dce0d5;border-radius:3px}.stage-track i.active{background:#77906e}.spinner{width:16px;height:16px;border:2px solid #a3b79c;border-top-color:var(--green);border-radius:50%;animation:spin 1s linear infinite;display:inline-block;vertical-align:middle;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.result-title{font-family:var(--serif);font-size:26px!important;font-weight:500;line-height:1.3!important}.result-label{font-size:10px;letter-spacing:1.5px;color:var(--orange);margin-bottom:10px!important}.result-copy{font-size:13px;line-height:1.85;color:#616c60}.recap{margin-top:20px;border-top:1px solid var(--line);padding-top:17px}.recap summary{font-size:12px;cursor:pointer;color:var(--green)}.decision-row{font-size:12px;padding:14px 0;border-bottom:1px solid var(--line);line-height:1.8;overflow-wrap:anywhere}.decision-row:last-child{border:0}.decision-meta{font:10px monospace;color:var(--muted);margin:5px 0}.candidate{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:11px}.candidate.chosen{color:var(--green);font-weight:600}.candidate span:last-child{white-space:nowrap}#notice{padding:14px 17px;background:#f5e6dc;border:1px solid #e2bfa8;border-radius:10px;color:#8c4c32;font-size:13px;line-height:1.75;margin-bottom:18px}footer{display:flex;justify-content:space-between;gap:30px;margin:26px 0 40px;color:var(--muted);font-size:11px;align-items:start}footer>span{white-space:nowrap}footer details{max-width:420px;text-align:right}footer summary{cursor:pointer}footer p{text-align:left;line-height:1.8}.loading{padding:100px 20px;text-align:center;color:var(--muted);font-size:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:760px){.shell{padding:0 20px}.topbar{height:72px}.brand{font-size:21px}.brand span{font-size:11px;margin-left:8px}.edition{font-size:10px}.hero{padding:27px 0 24px}.hero-note{display:none}h1{font-size:34px;letter-spacing:-1.5px}.eyebrow{font-size:9px;margin-bottom:11px}.welcome{grid-template-columns:1fr}.illustration{min-height:225px}.orbit{width:180px;height:180px}.word-tile{width:72px;height:94px;font-size:34px}.tile-1{transform:translate(-64px,-39px) rotate(-15deg)}.tile-2{transform:translate(48px,-41px) rotate(13deg)}.tile-3{transform:translate(-50px,55px) rotate(-9deg)}.tile-4{transform:translate(56px,46px) rotate(15deg)}.illustration-label{display:none}.welcome-copy{padding:26px}.welcome h2{font-size:25px;margin:10px 0 20px}.rules{gap:12px;margin-bottom:22px}.layout{grid-template-columns:1fr;grid-template-areas:'secret' 'board' 'controls';gap:13px}.secret{padding:16px 20px;display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:20px}.secret-word{grid-column:2;grid-row:1/3;font-size:28px;margin:0;letter-spacing:2px}.secret p{font-size:10px;margin-top:5px}.secret-label{font-size:10px}.board{padding:17px 13px}.board-head{margin:0 3px 15px}.board h2{font-size:14px}.phase-chip{font-size:9px}.seats{gap:9px}.seat{padding:13px 12px;min-height:170px}.statement{font-size:14px;line-height:1.75;margin:12px 0 4px}.seat-head{gap:8px}.avatar{width:28px;height:28px;font-size:14px}.seat-name{font-size:12px}.seat-order{font-size:9px}.board-note{font-size:10px;margin-top:14px}.controls{padding:20px}.controls textarea{min-height:93px}.controls .primary{min-height:48px}.controls .secondary{min-height:44px}.controls .stage-track{margin-top:13px}.vote-pick{min-height:36px}.recap{margin-top:16px}.candidate{font-size:10px}footer{font-size:10px;gap:14px;margin:23px 0 30px}footer details{max-width:190px}footer>span{white-space:normal}footer p{font-size:11px}.result-title{font-size:25px!important}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* Identity reveal and evidence-based decision review. */
#reveal-title:focus{outline:none}
.avatar.portrait{width:46px;height:46px;object-fit:cover;border:1px solid #dce1d5;flex-shrink:0;background:#e8eee6}
.reveal{border:1px solid #c6d3bf;background:#edf2e8;border-radius:18px;padding:26px;margin-bottom:24px;scroll-margin-top:20px}
.reveal-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.reveal .eyebrow{margin-bottom:8px}.reveal h2{font:30px var(--serif);margin:0}.winner-badge{background:var(--green);color:#fff;border-radius:20px;padding:8px 13px;font-size:12px;white-space:nowrap}.reveal-reason{font-size:13px;line-height:1.9;color:#61705c;margin:14px 0 20px}.reveal-reason strong{color:var(--green);font-weight:600}.reveal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.identity-card{border:1px solid #d8dfd1;background:#fbfcf7;border-radius:12px;padding:18px}.identity-card.is-undercover{border-color:#dba78a;background:#fff4e9}.identity-person{display:flex;gap:10px;align-items:center}.identity-person strong{font-size:13px;display:block}.identity-role{font-size:11px;color:#65785a;display:block;margin-top:5px}.is-undercover .identity-role{color:#a4542f;font-weight:650}.identity-word-label{font-size:10px;color:var(--muted);margin:18px 0 5px}.identity-word{font:28px var(--serif);letter-spacing:2px;margin:0 0 14px}.identity-vote{font-size:10px;color:var(--muted);line-height:1.7;margin:0}.identity-vote span{padding:0 3px}
.recap{margin-top:26px;border:1px solid var(--line);border-radius:18px;padding:25px;background:#faf9f5}.recap>summary{font-size:16px;font-weight:600;line-height:1.7}.recap-intro{font-size:13px;color:#5d695d;line-height:1.9;margin:16px 0 10px}.review-disclaimer{font-size:11px;color:var(--muted);line-height:1.8;max-width:750px;margin:0}.review-phase{font-size:13px;font-weight:600;margin:25px 0 12px}.review-phase span{font:11px monospace;color:#8b9980;margin-right:9px}.sealed-note{font-size:11px;color:var(--muted);margin:-4px 0 13px}.decision{border:1px solid var(--line);background:#fffefa;border-radius:12px;margin-top:9px;overflow:hidden}.decision>summary{display:flex;gap:18px;align-items:center;list-style:none;padding:15px 18px;cursor:pointer;color:var(--ink)}.decision>summary::-webkit-details-marker{display:none}.decision>summary:after{content:'+';font-size:19px;color:#849078;font-weight:300}.decision[open]>summary:after{content:'−'}.decision[open]>summary{border-bottom:1px solid var(--line);background:#f1f4ed}.decision-person{display:flex;gap:10px;align-items:center;min-width:137px}.decision-person>span{display:grid;gap:4px}.decision-person strong{font-size:13px}.decision-person>span>span{font-size:10px;color:var(--muted)}.decision-person .portrait{width:38px;height:38px}.decision-preview{font-size:13px;line-height:1.7;flex:1;overflow-wrap:anywhere}.decision-score{font:12px monospace;color:var(--green);white-space:nowrap}.decision-body{padding:22px}.decision-columns{display:grid;grid-template-columns:1.15fr 1fr;gap:26px}.decision-body h4{font-size:12px;margin:0 0 11px;font-weight:600;color:var(--green)}.decision-body p{font-size:12px;line-height:1.9;margin:0 0 12px;color:#63705e}.viewpoint{display:grid;gap:7px;font-size:11px;color:var(--muted);line-height:1.7;margin-bottom:12px}.viewpoint strong{font:19px var(--serif);color:var(--ink);margin-left:8px}.heard-lines{list-style:none;padding:0;margin:0;display:grid;gap:9px}.heard-lines li{display:flex;gap:10px;font-size:12px;line-height:1.8}.heard-lines li>span{font-size:10px;color:var(--muted);width:30px;flex-shrink:0;padding-top:2px}.heard-lines q{overflow-wrap:anywhere}.review-persona{padding-top:10px;border-top:1px dashed var(--line)}.review-empty{color:var(--muted)!important}.comparison{margin-top:22px;border-top:1px solid var(--line);padding-top:20px}.score-row{margin-bottom:13px}.score-row>div{display:flex;justify-content:space-between;gap:15px;font-size:12px;line-height:1.75;color:#727d6c}.score-row strong{font:11px monospace;padding-top:4px;white-space:nowrap}.score-row b{font-size:9px;font-weight:500;background:var(--green);color:white;border-radius:4px;padding:3px 5px;margin-right:7px;white-space:nowrap}.score-row.chosen>div{color:var(--green)}.score-row progress{width:100%;height:5px;display:block;margin-top:6px;border:0;border-radius:10px;overflow:hidden;background:#edf0e8;appearance:none}.score-row progress::-webkit-progress-bar{background:#edf0e8;border-radius:10px}.score-row progress::-webkit-progress-value{background:#c6d0be;border-radius:10px}.score-row progress::-moz-progress-bar{background:#c6d0be}.score-row.chosen progress::-webkit-progress-value{background:#657e56}.score-row.chosen progress::-moz-progress-bar{background:#657e56}.margin-note{font-size:11px!important}.decision-outcome{border-left:3px solid #bacaae;padding:13px 16px;background:#f2f5ed;margin-top:18px}.decision-outcome p{margin:0}.decision-body .decision-meta{font:10px/1.7 monospace;color:#8a9384;margin:15px 0 0}
@media(max-width:760px){.avatar.portrait{width:40px;height:40px}.reveal{padding:19px 14px;margin-bottom:15px}.reveal h2{font-size:26px}.reveal .eyebrow{font-size:8px}.winner-badge{font-size:11px;padding:7px 10px}.reveal-reason{font-size:12px;margin:13px 0 17px}.reveal-grid{grid-template-columns:1fr 1fr;gap:9px}.identity-card{padding:13px 11px}.identity-person{gap:7px}.identity-person .portrait{width:36px;height:36px}.identity-person strong{font-size:12px}.identity-role{font-size:10px}.identity-word-label{margin-top:15px}.identity-word{font-size:25px}.identity-vote{font-size:9px}.recap{padding:20px 14px;margin-top:16px}.recap>summary{font-size:14px}.recap-intro{font-size:12px}.review-disclaimer{font-size:10px}.decision>summary{padding:13px 11px;gap:10px;flex-wrap:wrap}.decision-person{min-width:0;flex:1}.decision-person .portrait{width:34px;height:34px}.decision-preview{flex-basis:100%;order:3;font-size:12px}.decision-score{font-size:11px}.decision-body{padding:17px 13px}.decision-columns{grid-template-columns:1fr;gap:18px}.decision-body p{font-size:11px}.heard-lines li{font-size:11px}.comparison{margin-top:18px;padding-top:16px}.score-row>div{font-size:11px}.decision-outcome{padding:12px}.decision-body .decision-meta{font-size:9px;overflow-wrap:anywhere}}

/* Public evidence, private belief, then the action it led to. */
.assessment,.action-review{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}
.assessment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.role-belief{padding:16px;background:#f3f5ef;border:1px solid #dde4d5;border-radius:10px;min-width:0}
.role-belief h5{font-size:11px;font-weight:500;color:#71816a;margin:0 0 9px}
.belief-choice{font-size:16px;font-weight:600;color:var(--green)}
.belief-distribution{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:15px}
.belief-score{display:grid;gap:6px;color:var(--muted);font-size:10px;border-top:2px solid #dfe5d8;padding-top:8px}
.belief-score strong{font:12px monospace;color:#65745b}.belief-score.selected{border-top-color:#738967}.belief-score.selected strong{color:var(--green);font-weight:600}
.decision-body .assessment-note,.decision-body .strategy-note{font-size:11px;color:var(--muted)}
.previous-statement{background:#f7f6f0;border-left:2px solid #ced8c6;padding:10px 13px;overflow-wrap:anywhere}.previous-statement strong{font-weight:600;margin-right:7px}
.objective-title{font-size:11px;color:var(--muted);font-weight:500;margin:0 0 9px}.decision-body .strategy-label{font-size:14px;color:var(--green);font-weight:600;margin-bottom:6px}
.action-review .comparison{border-top-style:dashed;margin-top:16px;padding-top:16px}
@media(max-width:760px){.assessment,.action-review{margin-top:18px;padding-top:16px}.assessment-grid{grid-template-columns:1fr;gap:9px}.role-belief{padding:13px}.belief-choice{font-size:15px}.belief-distribution{margin-top:11px}.decision-body .assessment-note,.decision-body .strategy-note{font-size:10px}.decision-body .strategy-label{font-size:12px}.previous-statement{padding:9px 11px}}

/* Keep the observed facts, model guesses and revealed answer visually separate. */
.heard-lines li>span{width:54px}.hypothesis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 24px;padding:14px 16px 5px;background:#f4f6f0;border:1px solid #e0e5d8;border-radius:10px}.hypothesis{min-width:0;margin-bottom:10px}.hypothesis small{font-size:9px;color:var(--muted);margin-left:5px}.decision-body .belief-result{font-size:13px;color:var(--green);margin-bottom:18px}.abstention{display:flex;justify-content:space-between;align-items:center;gap:15px;background:#f5f3ed;border:1px dashed #d5d7cd;border-radius:8px;padding:11px 16px;margin-top:9px;font-size:11px;color:var(--muted)}.abstention strong{font:12px monospace}.abstention.chosen{border-color:#9eaf93;color:var(--green);background:#edf2e7}.relation-heading{font-size:11px;font-weight:550;color:var(--muted);margin:22px 0 11px}.relation-list{padding:0;margin:0;list-style:none;display:grid;gap:10px}.relation-item{padding:13px 15px;border:1px solid var(--line);border-radius:9px;min-width:0}.relation-title{display:flex;gap:15px;justify-content:space-between;font-size:11px;line-height:1.7;color:var(--muted)}.relation-title strong{color:#63795a;font-weight:550}.relation-item .belief-distribution{margin-top:9px}.relation-item .belief-score{font-size:9px;line-height:1.6}.relation-item .belief-score strong{font-size:11px}.own-memory{margin-top:16px;padding:12px 15px;border-left:2px solid #c4cdbb;background:#f5f6f0}.own-memory h5{margin:0 0 8px;font-size:11px;font-weight:600;color:#687760}.own-memory p:last-child{margin-bottom:0}.own-memory q{overflow-wrap:anywhere}.own-memory span{display:block;font-size:10px;color:var(--muted);margin-top:5px}.tactic-label{display:block;font-size:9px;color:var(--muted);margin-top:3px}.truth-comparison{margin-top:17px;padding-top:17px;border-top:1px dashed var(--line)}.truth-comparison p:last-child{margin-bottom:0}.call-count{font-size:10px;color:var(--muted);line-height:1.8;margin:10px 0 0}.game-log{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:19px;padding:14px 16px;border:1px solid var(--line);border-radius:10px;background:#f2f4ec}.game-log>div{display:grid;gap:6px;min-width:0}.game-log span{font-size:10px;color:var(--muted)}.game-log code{font:10px/1.5 monospace;color:#6b7863;overflow-wrap:anywhere}.game-log a{font-size:11px;color:var(--green);border:1px solid #c8d2bf;border-radius:7px;padding:9px 11px;white-space:nowrap}.game-log a:hover{background:#e7eedd}.game-log a span{margin-left:5px;color:inherit}
@media(max-width:760px){.hypothesis-grid{gap:10px 15px;padding:12px 11px 3px}.hypothesis>div{font-size:10px;gap:5px}.hypothesis>div strong{font-size:10px}.hypothesis small{display:block;margin-left:0}.decision-body .belief-result{font-size:12px}.abstention{padding:10px 11px;font-size:10px}.abstention strong{font-size:11px}.relation-title{font-size:10px;gap:10px}.relation-item{padding:11px}.relation-item .belief-score{font-size:10px}.own-memory{padding:11px}.own-memory span{font-size:9px}.heard-lines li>span{width:46px;font-size:9px}.game-log{align-items:start;flex-direction:column;gap:12px;padding:13px}.game-log a{min-height:40px;display:inline-flex;align-items:center}.game-log code{font-size:9px}}

.relation-quote{display:block;font-size:12px;line-height:1.8;margin-top:8px;overflow-wrap:anywhere;color:var(--ink)}

/* Six-player rounds and optional public accusations. */
.mode-options{display:grid;gap:10px;margin:20px 0}.mode-option{display:block;width:100%;text-align:left;border:1px solid var(--line);border-radius:10px;padding:14px 16px;background:#fffefa;color:var(--ink)}.mode-option strong{display:block;font-size:14px;margin-bottom:7px}.mode-option span{display:block;font-size:12px;line-height:1.8;color:var(--muted)}.mode-option.active{border-color:var(--green);box-shadow:0 0 0 1px var(--green);background:#edf2e8}.mode-option:focus-visible{outline:3px solid #a7b69a;outline-offset:3px}.round-banner{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:0 2px 17px;font-size:13px;color:var(--green)}.round-banner span{font-size:11px;color:var(--muted)}.seat.eliminated{border-style:dashed;background:#f1f0eb}.seat.eliminated .avatar{filter:grayscale(.8);opacity:.65}.seat.eliminated .seat-order{color:#a46045}.seat.eliminated .statement{color:#82897d}.reveal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.accusation-controls{border-top:1px solid var(--line);margin-top:24px;padding-top:19px}.accusation-controls h3{font-size:14px;margin:0 0 9px;color:#965436}.accusation-controls select{width:100%;min-height:44px;border:1px solid #d8dcd0;border-radius:8px;padding:10px;background:#fffefa;color:var(--ink);font:inherit;font-size:14px}.danger{color:#965436;border-color:#d9b9a5;line-height:1.7}.danger:hover:not(:disabled){background:#fae9dc}.transcript{border:1px solid var(--line);border-radius:15px;padding:22px;margin-top:20px;background:#faf9f5}.transcript summary{font-size:14px;color:var(--green);cursor:pointer}.transcript h3{font-size:12px;margin:23px 0 13px}.public-events{list-style:none;margin:14px 0;padding:0;display:grid;gap:10px;font-size:12px;line-height:1.9;color:#7f573e}.public-events li{background:#f4eee4;padding:10px 12px;border-radius:8px;overflow-wrap:anywhere}.public-events strong{font-size:10px;margin-right:7px;white-space:nowrap}.public-events small{display:block;color:var(--muted);font-size:10px;margin-top:5px}
@media(max-width:760px){.welcome-copy{padding:24px}.welcome .muted{text-align:left}.welcome .primary{width:100%}.mode-option{padding:12px 14px;min-height:96px}.mode-option span{font-size:11px}.round-banner{font-size:12px;padding-bottom:12px}.round-banner span{font-size:10px}.reveal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seat-order{line-height:1.6}.transcript{padding:18px 15px}.public-events{font-size:11px}.accusation-controls select{font-size:16px}.controls{scroll-margin-top:15px}}
.welcome .tile-1{transform:translate(-97px,-75px) rotate(-15deg)}.welcome .tile-2{transform:translate(6px,-92px) rotate(5deg)}.welcome .tile-3{transform:translate(-106px,51px) rotate(-9deg)}.welcome .tile-4{transform:translate(96px,67px) rotate(15deg);z-index:2}.tile-5{transform:translate(105px,-49px) rotate(13deg)}.tile-6{transform:translate(-7px,65px) rotate(-3deg)}
@media(max-width:760px){.welcome .tile-1{transform:translate(-82px,-48px) rotate(-15deg)}.welcome .tile-2{transform:translate(-3px,-53px) rotate(5deg)}.welcome .tile-3{transform:translate(-74px,47px) rotate(-9deg)}.welcome .tile-4{transform:translate(83px,47px) rotate(15deg)}.tile-5{transform:translate(77px,-47px) rotate(13deg)}.tile-6{transform:translate(4px,51px) rotate(-3deg)}}

.hosted-allowance{display:flex;flex-direction:column;align-items:flex-end;gap:5px;text-align:right}.hosted-allowance>span{font-size:14px;font-weight:700;color:#305744}.hosted-allowance small{font-size:10px;color:#6b7269}@media(max-width:480px){.hosted-allowance small{max-width:150px}.topbar .brand span{display:none}}
