:root{color:#22211f;font-synthesis:none;--red:#d94c45;--blue:#3e72ba;--ink:#22211f;background:#f4f1ea;font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.game-shell{width:min(1500px,100% - 48px);margin:0 auto;padding:32px 0 64px}.topbar{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.brand{align-items:center;gap:13px;display:flex}.brand-mark{color:#fff;background:var(--ink);border-radius:14px;place-items:center;width:48px;height:48px;font-size:23px;font-weight:800;display:grid;transform:rotate(-3deg)}h1,h2,p{margin:0}h1{letter-spacing:.08em;font-size:25px;line-height:1.1}.brand p{color:#77736c;margin-top:4px;font-size:12px}.restart-button{color:#55514c;cursor:pointer;background:#faf8f3;border:1px solid #d9d4ca;border-radius:10px;padding:10px 16px}.restart-button:hover{border-color:#aaa49b}.status-panel{color:#fff;background:#242321;border-radius:20px;grid-template-columns:minmax(250px,1fr) 130px 42px 130px minmax(130px,auto);align-items:center;gap:20px;padding:22px 26px;display:grid;box-shadow:0 12px 30px #2f2a231f}.status-panel.finished{background:#2e2b27}.eyebrow{color:#99958e;text-transform:uppercase;letter-spacing:.15em;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.turn strong{font-size:21px;display:block}.turn small{color:#aaa69e;margin-top:4px;font-size:11px;display:block}.score{border-left:1px solid #45423e;padding-left:20px}.score span{color:#a7a39b;font-size:11px;display:block}.score strong{font-size:25px}.score i{color:#77736d;margin-left:2px;font-size:13px;font-style:normal}.red-score strong{color:#ff7d72}.blue-score strong{color:#7af}.versus{color:#65615b;font-size:11px;font-weight:800}.player-chip{border:1px solid #4c4944;border-radius:99px;justify-self:end;padding:9px 14px;font-size:12px;font-weight:600}.dot{border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.player-chip.red .dot{background:#ff6c62;box-shadow:0 0 0 4px #5d3733}.player-chip.blue .dot{background:#75a8f8;box-shadow:0 0 0 4px #30425c}.board-section,.history-section{margin-top:36px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:16px;display:flex}.section-heading h2{letter-spacing:-.02em;font-size:18px}.section-heading p{color:#817c74;font-size:11px}.board{grid-template-columns:repeat(15,minmax(70px,1fr));gap:8px;display:grid}.capsule{border:1px solid #0000;border-radius:13px;flex-direction:column;justify-content:space-between;align-items:center;min-width:0;height:118px;padding:12px 5px 10px;display:flex;position:relative;overflow:hidden}.capsule:disabled{opacity:1;color:inherit}.capsule.red{color:#633b37;background:#e7b5ae;border-color:#dda49c}.capsule.blue{color:#314d6c;background:#b6cbe3;border-color:#a6bed9}.capsule.neutral{color:#4f4b45;background:#e4e0d8;border-color:#d7d1c7}.capsule.red.revealed{background:var(--red);color:#fff;border-color:#c33e38}.capsule.blue.revealed{background:var(--blue);color:#fff;border-color:#3263a4}.capsule-number{opacity:.55;align-self:flex-start;font-size:9px;font-weight:700}.capsule strong{writing-mode:vertical-rl;letter-spacing:.08em;font-size:15px}.capsule-label{opacity:.65;font-size:8px}.guess-form{align-items:end;gap:12px;width:min(680px,100%);margin:28px auto 0;display:flex}.input-wrap{flex:1}.input-wrap label{color:#55514c;margin:0 0 7px 2px;font-size:11px;font-weight:600;display:block}input{width:100%;height:51px;color:var(--ink);background:#fbfaf7;border:1px solid #d8d2c8;border-radius:12px;outline:none;padding:0 17px;box-shadow:0 2px 8px #322d250a}input:focus{border-color:#5d5952;box-shadow:0 0 0 3px #302d2814}.guess-form button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:12px;min-width:126px;height:51px;padding:0 20px;font-weight:600}.guess-form button:disabled{cursor:not-allowed;background:#aaa69f}.table-scroll{background:#faf9f5;border:1px solid #dcd6cc;border-radius:14px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:1100px;font-size:11px}th,td{text-align:center;white-space:nowrap;border-bottom:1px solid #e5e0d7;padding:12px 10px}th{color:#77726b;background:#f0ede7;font-size:10px}th.red{color:#ad4640}th.blue{color:#3768a7}th:first-child,td:first-child{z-index:2;background:#faf9f5;position:sticky;left:0}th:nth-child(2),td:nth-child(2){z-index:2;text-align:left;background:#faf9f5;position:sticky;left:52px;box-shadow:4px 0 6px #3c372d0a}th:first-child,th:nth-child(2){background:#f0ede7}td.hit{color:#75500a;background:#fff0c9}.mini-player{color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-weight:700;display:inline-grid}.mini-player.red{background:var(--red)}.mini-player.blue{background:var(--blue)}.empty-state{color:#918b82;background:#ffffff4d;border:1px dashed #d3cdc2;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;height:130px;font-size:12px;display:flex}.empty-state span{margin-bottom:8px;font-size:20px}@media (width<=1100px){.board{gap:5px}.capsule{height:110px}.capsule strong{font-size:13px}}@media (width<=767px){.game-shell{width:calc(100% - 28px);padding:20px 0 40px}.status-panel{grid-template-columns:1fr auto auto auto;gap:12px;padding:18px}.turn{border-bottom:1px solid #45423e;grid-column:1/-1;padding-bottom:12px}.score{border:0;padding-left:0}.versus{padding:0 3px}.player-chip{padding:8px 10px;font-size:10px}.board-section,.history-section{margin-top:28px}.section-heading{align-items:start}.section-heading p{text-align:right;max-width:130px}.board{grid-template-columns:repeat(5,1fr);gap:7px}.capsule{border-radius:11px;height:96px}.capsule strong{writing-mode:horizontal-tb;letter-spacing:0;font-size:13px}.guess-form{flex-direction:column;align-items:stretch;margin-top:22px}.guess-form button{width:100%}}
