:root{color:#251a0b;font-family:Noto Serif SC,Source Han Serif SC,STSong,Times New Roman,serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 20% 15%,#fff4ce52,#0000 30%),radial-gradient(circle at 80% 85%,#c8973347,#0000 36%),linear-gradient(160deg,#12332a,#0d231c 42%,#1f1810 100%);min-height:100vh;margin:0}#root{min-height:100vh}.app-shell{flex-direction:column;gap:14px;width:min(1180px,100% - 24px);min-height:calc(100vh - 24px);margin:12px auto;display:flex}.topbar{color:#f8f2de;background:linear-gradient(160deg,#102a22,#1f4f40 46%,#9f7a29 120%);border:1px solid #fff3;border-radius:18px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;box-shadow:0 16px 30px #0000004d}.topbar h1{margin:0;font-size:34px}.topbar p{color:#ffffffd9;margin:4px 0 0}.status-pill{background:#00000038;border:1px solid #fff3;border-radius:999px;padding:8px 12px;font-size:14px}.board{align-content:start;gap:12px;display:grid}.panel{background:linear-gradient(#fefbf3f2,#f3ecddf5);border:1px solid #8c6a2866;border-radius:14px;padding:14px;box-shadow:0 7px 20px #19150c1f}.panel h2,.panel h3{color:#4a3414;margin:0 0 10px}input,button{border:1px solid #ad8b4e;border-radius:10px;padding:9px 12px;font-size:14px}input{background:#fffdf8;min-width:180px}button{color:#fff6e7;cursor:pointer;background:#7e1f20}button:hover{filter:brightness(1.05)}button:disabled{cursor:not-allowed;opacity:.6}button.ghost{color:#4f3a1f;background:#f5edda}button.tiny{padding:7px 9px;font-size:12px}.row{align-items:center;gap:8px;display:flex}.row.wrap{flex-wrap:wrap}.room-meta{justify-content:space-between;align-items:center;display:flex}.score-strip{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px;display:grid}.score-strip>div{text-align:center;color:#4e3d1c;background:#f2e6cc;border-radius:8px;padding:8px}.cards-row{flex-wrap:wrap;align-items:flex-start;gap:6px;min-height:90px;display:flex}.cards-row.center{justify-content:center}.card{aspect-ratio:5/7;object-fit:cover;background:0 0;border-radius:8px;width:62px;max-width:100%;height:auto;display:block;overflow:hidden}.card.mini{width:42px;height:auto}.card.back{filter:saturate(.95)}.card-btn{background:0 0;border:1px solid #0000;border-radius:8px;padding:0;line-height:0;overflow:hidden}.card-btn.selected{border-color:#7e1f20;transform:translateY(-10px);box-shadow:0 0 0 1px #7e1f2040}.card-slot-empty{background:#f4ecda99;border:1px dashed #503d1c66;border-radius:6px;width:62px;min-height:88px}.chat-log{color:#4f3f20;background:#efe3c8;border-radius:8px;min-height:42px;max-height:180px;margin-top:10px;padding:8px;overflow:auto}.scored-zone{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.fab-stack{z-index:40;gap:8px;display:grid;position:fixed;bottom:80px;right:18px}.fab{border-radius:999px;min-width:66px;position:relative;box-shadow:0 8px 16px #00000040}.chat-badge{color:#fff;background:#d52b1e;border:1px solid #fffc;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;font-size:11px;animation:1.2s ease-in-out infinite pulseBadge;display:inline-flex;position:absolute;top:-6px;right:-6px}@keyframes pulseBadge{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.chat-pop{z-index:50;width:min(360px,100% - 24px);position:fixed;bottom:160px;right:18px}.quick-list{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.modal-mask{z-index:55;background:#00000059;place-items:center;display:grid;position:fixed;inset:0}.tracker-modal{width:min(560px,100% - 24px);max-height:min(70vh,560px);overflow:auto}.tracker-head{justify-content:space-between;align-items:center;display:flex}.tracker-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.tracker-item{color:#4e3d1c;background:#f2e6cc;border-radius:8px;padding:8px}.tracker-button{color:#4e3d1c;background:#f2e6cc;border:1px solid #d5c39b;justify-content:space-between;align-items:center;width:100%;display:flex}.tracker-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.tracker-detail-card{background:#f7edd7;border:1px solid #dcc79b;border-radius:8px;justify-items:center;gap:6px;padding:8px;display:grid}.tracker-status{border-radius:999px;padding:2px 6px;font-size:12px}.tracker-status.done{color:#fff;background:#d95d39}.tracker-status.todo{color:#fff;background:#24745a}.footnote{color:#f9f2de;background:#102a22eb;border-radius:12px;min-height:22px;padding:10px 12px}@media (width<=860px){.topbar{flex-direction:column;align-items:flex-start;gap:8px}.score-strip{grid-template-columns:repeat(2,1fr)}.card{width:52px}.card-slot-empty{width:52px;min-height:73px}.scored-zone{grid-template-columns:1fr}.tracker-list,.tracker-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
