*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{background:#e6d1ad;font-family:Microsoft YaHei,PingFang SC,Segoe UI,sans-serif}button{font-family:inherit}.game-page{--wood-dark:#7a4423;--wood-mid:#8c542f;--wood-light:#a86b3d;color:#3f2614;background:linear-gradient(#bc814326,#bc814326),repeating-linear-gradient(0deg,#f3dfbf 0 58px,#edd5ae 58px 60px),repeating-linear-gradient(90deg,#f3dfbf 0 58px,#edd5ae 58px 60px);grid-template-rows:auto auto auto auto 1fr;gap:8px;min-height:100svh;padding:8px;display:grid}.top-bar{z-index:6;background:linear-gradient(var(--wood-mid), var(--wood-dark));border-radius:14px;align-items:center;gap:8px;padding:8px;display:flex;position:sticky;top:6px;box-shadow:0 4px #5b2e14}.icon-btn{background:#f3a545;border:2px solid #f5cc87;border-radius:50%;width:40px;height:40px;font-size:18px}.level-progress{flex:1;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;display:grid}.level-tag,.progress-text{color:#fff3d5;white-space:nowrap;font-size:12px;font-weight:800}.progress-track{background:#2b190e;border-radius:999px;height:12px;position:relative;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#f6e160,#f3c63b);height:100%}.star{color:#f8da63;font-size:12px;position:absolute;top:-8px}.star:first-of-type{left:23%}.star:nth-of-type(2){left:49%}.star:nth-of-type(3){left:75%}.hud-row{color:#fff2da;text-align:center;background:#603a1ded;border-radius:10px;grid-template-columns:repeat(4,1fr);gap:6px;padding:8px;font-size:12px;font-weight:700;display:grid}.board.four-only{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.table-card{place-items:center;min-height:92px;display:grid;position:relative}.slot-empty{background:#fff4de80;border:2px dashed #b18b61;border-radius:10px}.table-empty-mark{color:#8b6645;font-size:12px;font-weight:700}.table-disc{color:#fff;border-radius:50%;place-items:center;width:62px;height:62px;font-weight:800;display:grid;box-shadow:inset 0 -4px #0003,0 3px #00000038}.table-label{font-size:11px;line-height:1}.table-score{margin-top:2px;font-size:10px}.person{margin-top:-9px;margin-left:-9px;font-size:16px;position:absolute;top:50%;left:50%}.person-done{opacity:.4;transform:scale(.92)}.status-panel{color:#fff4de;background:#5f3a1ceb;border-radius:10px;gap:6px;padding:8px;font-size:13px;font-weight:700;display:grid}.tray-row{gap:6px;display:flex}.tray-slot{border:2px solid #ffffff59;border-radius:6px;width:22px;height:22px}.hint-text{opacity:.95;font-size:12px}.bottom-panel{z-index:7;background:linear-gradient(var(--wood-light), var(--wood-dark));border-radius:12px;gap:8px;padding:8px;display:grid;position:sticky;bottom:0}.queues-panel{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:4px 0;display:grid}.queue-column{flex-direction:column;align-items:center;gap:3px;display:flex}.queue-item{cursor:pointer;border:none;border-radius:50%;place-items:center;transition:filter .12s;display:grid;position:relative;box-shadow:0 2px #00000040,inset 0 -2px #00000026}.queue-item:disabled{cursor:default}.queue-item.front{width:44px;height:44px}.queue-item.front:hover{filter:brightness(1.12)}.queue-item.behind{width:34px;height:34px}.q-count{color:#fff;text-shadow:0 1px 2px #00000080;font-size:13px;font-weight:900}.q-dot{background:#ffffff8c;border-radius:50%;width:8px;height:8px}.tool-panel{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.tool-panel button{color:#4d2f17;background:linear-gradient(#f7d9a4,#f2bf6c);border:none;border-radius:8px;padding:8px 4px;font-size:12px;font-weight:800;box-shadow:0 3px #b97f2f}.tool-panel button:disabled{opacity:.45}.result-modal{z-index:20;background:#110c079e;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.result-card{text-align:center;color:#4a2f1a;background:#fff6e2;border-radius:14px;width:min(360px,100%);padding:16px;box-shadow:0 7px #b8883f}.result-actions{justify-content:center;margin-top:10px;display:flex}.result-actions button{color:#fff;background:linear-gradient(#f17b3b,#dd4b23);border:none;border-radius:8px;padding:8px 12px;font-weight:700}@media (width>=768px){.game-page{max-width:680px;margin:0 auto}}
