:root{font-family:Georgia,Times New Roman,serif;color:#202020;background:#ece6dc}*{box-sizing:border-box}body{margin:0}.app{max-width:1160px;margin:0 auto;padding:1rem}.topbar{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}h1{margin:0;font-size:2rem}.status{margin:.4rem 0 0}.user-panel{min-width:280px}.user-card{border:1px solid #6d5d4b;background:#f7f1e6;padding:.5rem;display:flex;gap:.5rem;align-items:center}.user-card img{width:36px;height:36px;border-radius:50%}.user-card p{margin:0;font-size:.8rem}.hint{margin:.4rem 0 0;font-size:.85rem}.content{margin-top:1rem;display:grid;grid-template-columns:auto 320px;gap:1rem;align-items:start}.board-wrap{max-width:100%;overflow:auto}.board{width:640px;height:640px;display:grid;grid-template-columns:repeat(8,80px);grid-template-rows:repeat(8,80px);border:6px solid #5c4a39}.square{width:80px;height:80px;border:0;margin:0;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.light{background:#f3dfbe}.dark{background:#b1865b}.selected{outline:3px solid #2f6fdb;outline-offset:-3px}.target{box-shadow:inset 0 0 0 4px #2f6fdb73}.piece{font-size:54px;line-height:1}.sidebar{border:1px solid #6d5d4b;background:#f7f1e6;padding:.75rem;min-height:640px;display:flex;flex-direction:column;gap:.5rem}.sidebar p{margin:0}button{font:inherit}.panel-actions{display:flex;gap:.4rem;flex-wrap:wrap}.sidebar button,.user-card button{border:1px solid #6d5d4b;background:#fff;padding:.35rem .6rem;cursor:pointer}.sidebar button:disabled{opacity:.55;cursor:not-allowed}.move-list-wrap{margin-top:.2rem;border-top:1px solid #ccb9a7;padding-top:.5rem;display:flex;flex-direction:column;gap:.35rem;max-height:430px;overflow-y:auto}.move-list-title{font-weight:600;margin-bottom:.25rem}.move-item{text-align:left;width:100%}.move-item.played{background:#f3ecdf}.move-item.active{background:#2f6fdb;color:#fff}@media (max-width: 1080px){.content{grid-template-columns:1fr}.sidebar{min-height:auto}.topbar{flex-direction:column}}
