:root{--green:#8fbd4a;--yellow:#f2c94c;--line:#465849}*{box-sizing:border-box}body{margin:0;min-height:100vh;font:16px/1.5 system-ui,-apple-system,"Segoe UI","Microsoft YaHei",sans-serif;color:#f5f3ea;background:radial-gradient(circle at 15% 15%,#2a392d 0 2px,transparent 3px),linear-gradient(145deg,#19231b,#0c110e);background-size:54px 54px,auto}button,input{font:inherit}.shell{width:min(100%,1000px);min-height:100vh;margin:auto;padding:20px;display:flex;flex-direction:column}.top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.brand{display:flex;align-items:center;gap:12px}.logo{width:42px;height:42px;display:grid;place-items:center;background:var(--green);color:#172019;border:3px solid #070a08;box-shadow:4px 4px 0 #000;font-weight:900;font-size:1.4rem}.brand h1{font-size:1.4rem;margin:0}.brand p{margin:1px 0;color:#abb7ad;font-size:.8rem}.new{border:2px solid var(--line);background:#2b382e;color:#fff;padding:9px 13px;cursor:pointer;box-shadow:0 3px #090c0a}.game{flex:1;min-height:680px;display:grid;grid-template-columns:225px 1fr;background:#222d25;border:3px solid #080b09;box-shadow:10px 10px #070a08;overflow:hidden}.side{background:#19221b;border-right:2px solid #3a493d;padding:22px 18px}.online{color:var(--green);font-size:.78rem;font-weight:900}.mystery{width:116px;aspect-ratio:1;margin:25px auto;display:grid;place-items:center;background:#0d120f;border:4px solid #536556;box-shadow:inset 0 0 0 7px #273229,0 7px #080b09;color:var(--yellow);font-size:4rem;font-weight:950}.meter{display:flex;justify-content:space-between;color:#abb7ad;font-size:.82rem}.meter b{color:#fff}.bar{height:8px;background:#080c09;margin-top:8px}.bar i{display:block;height:100%;width:100%;background:var(--green);transition:.2s}.rules{margin-top:25px;padding-top:18px;border-top:1px solid var(--line);color:#abb7ad;font-size:.82rem}.rules b{display:block;color:#fff;margin-bottom:7px}.chat{min-width:0;display:flex;flex-direction:column;background:#edf1ee;color:#26302a}.messages{padding:28px;flex:1;overflow:auto;display:flex;flex-direction:column;gap:18px}.row{display:flex;gap:10px;align-items:flex-end}.row.me{justify-content:flex-end}.avatar{flex:0 0 38px;height:38px;display:grid;place-items:center;border-radius:7px;background:#26362b;color:#fff}.message-wrap{max-width:min(82%,610px)}.bubble{padding:12px 16px;border-radius:6px 18px 18px;background:#fff;box-shadow:0 2px rgba(10,20,12,.08)}.me .bubble{background:#dceeff;border-radius:18px 6px 18px 18px}.name{font-size:.75rem;color:#748178;margin-bottom:4px}.answer{font-weight:900;margin-right:5px}.yes{color:#438734}.no{color:#b64e42}.maybe{color:#9c7511}.feedback{display:block;margin:7px 0 0;border:0;background:#eef3ed;color:#718276;width:28px;height:28px;border-radius:50%;font-size:15px;cursor:pointer}.feedback:disabled{cursor:default;opacity:.65}.chips{display:flex;gap:8px;flex-wrap:wrap;padding:0 24px 14px}.chip{border:1px solid #bec8c0;background:#fff;color:#526057;padding:7px 10px;border-radius:18px;cursor:pointer;font-size:.82rem}.composer{border-top:1px solid #c9d1cb;background:#f8faf8;padding:14px 16px}.modes{display:flex;gap:7px;margin-bottom:10px}.mode{border:1px solid #b8c3bb;background:#e8ece9;color:#536057;padding:5px 11px;border-radius:15px;cursor:pointer;font-size:.8rem}.mode.active{background:#26352b;color:#fff}.inputrow{display:grid;grid-template-columns:1fr auto;gap:10px}.inputrow input{min-width:0;min-height:48px;border:2px solid #aebbb1;border-radius:7px;padding:10px 13px;outline:none}.inputrow input:focus{border-color:#6e914e;box-shadow:0 0 0 3px #dae8cd}.send{border:0;border-radius:7px;padding:0 22px;background:#6f9a41;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 4px #466525}.send:disabled{cursor:wait;opacity:.7}.foot{text-align:center;color:#748077;font-size:.75rem;margin-top:14px}.overlay{position:fixed;inset:0;background:#030604e8;display:grid;place-items:center;padding:20px}.overlay[hidden]{display:none}.card{width:min(100%,430px);text-align:center;background:#263229;border:3px solid #718274;padding:30px;box-shadow:9px 9px #050806}.reveal{font-size:3.5rem}.card h2{margin:5px}.card p{color:#c5cec7}.card a{color:#b7dd79}.card button{width:100%;border:0;background:var(--yellow);padding:13px;font-weight:900;cursor:pointer;box-shadow:0 5px #957a24;margin-top:14px}@media(max-width:720px){.shell{padding:10px}.brand p{display:none}.game{grid-template-columns:1fr;min-height:calc(100vh - 95px)}.side{display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;padding:12px 14px;border-right:0;border-bottom:2px solid #3a493d}.online,.rules{display:none}.mystery{width:58px;margin:0;font-size:2rem;border-width:3px}.meter{display:block}.meter span{display:block}.bar{width:120px}.messages{padding:18px 14px}.message-wrap{max-width:87%}.chips{padding:0 12px 10px}.composer{padding:12px}.send{padding:0 16px}}
