:root{--bg: #0e0a08;--bg-elev: #1a120c;--panel: #221610;--border: #3a2418;--gold: #c9a14a;--gold-bright: #efc66d;--blood: #8a1d1d;--text: #efe6d4;--muted: #9a8a72;--faithful: #2e7d4f;--traitor: #8a1d1d;font-family:ui-serif,Georgia,Times New Roman,serif;color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh;background:var(--bg);color:var(--text)}a{color:var(--gold)}button{font:inherit;background:var(--panel);color:var(--text);border:1px solid var(--border);padding:.55rem 1rem;border-radius:6px;cursor:pointer}button:hover:not(:disabled){border-color:var(--gold)}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--gold);color:#1a1108;border-color:var(--gold-bright);font-weight:600}button.danger{background:var(--blood);color:#fff;border-color:#b53030}input,select,textarea{font:inherit;background:#15100a;color:var(--text);border:1px solid var(--border);padding:.55rem .75rem;border-radius:6px}input:focus,select:focus,textarea:focus{outline:1px solid var(--gold);border-color:var(--gold)}.page{max-width:720px;margin:0 auto;padding:1.5rem 1rem 4rem}.card{background:var(--bg-elev);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;margin:.75rem 0}h1,h2,h3{font-family:Cinzel,Trajan Pro,serif;letter-spacing:.05em;color:var(--gold-bright);margin:0 0 .5rem}h1{font-size:2rem}h2{font-size:1.4rem}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-weight:700;letter-spacing:.1em;font-size:.8rem}.role-badge.faithful{background:var(--faithful);color:#fff}.role-badge.traitor{background:var(--traitor);color:#fff}.status-pill{display:inline-block;padding:.15rem .55rem;border-radius:4px;font-size:.75rem;border:1px solid var(--border);margin-left:.5rem}.status-pill.alive{color:var(--text)}.status-pill.banished{color:var(--muted);text-decoration:line-through}.status-pill.murdered{color:var(--blood);text-decoration:line-through}.row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.grid-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem;margin-top:.5rem}.grid-list button{text-align:left}.muted{color:var(--muted)}.error{color:#ff7e7e}.screen{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center}.screen .pot{font-size:4rem;color:var(--gold-bright)}.screen .round{font-size:1.2rem;letter-spacing:.3em;color:var(--muted)}.chat{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.chat .msg{background:#1c130d;padding:.5rem .7rem;border-radius:6px;border-left:3px solid var(--blood)}.chat .msg .author{font-weight:700;color:var(--gold);margin-right:.4rem}.chat .msg .at{font-size:.7rem;color:var(--muted);margin-left:.4rem}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-top:.5rem}.video-tile{background:#140f0b;border:1px solid var(--border);border-radius:8px;overflow:hidden;position:relative}.video-tile video{width:100%;height:170px;object-fit:cover;background:#090705}.video-placeholder{width:100%;height:170px;display:flex;align-items:center;justify-content:center;color:var(--muted);background:#090705}.video-tile span{display:block;padding:.45rem .6rem;color:var(--muted);font-size:.85rem}.video-overlay-actions{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000073}.tally{display:grid;grid-template-columns:1fr auto;gap:.25rem 1rem;align-items:center}.tally .bar{height:8px;background:var(--gold);border-radius:2px}
