:root{color:#f7f3ea;background:#111312;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden}button{border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#f7f3ea;background:#2b4f4a;font:inherit;font-weight:700;min-height:44px;padding:0 14px;cursor:pointer}button:hover,button:focus-visible{background:#35645d;outline:2px solid #e8bf67;outline-offset:2px}button:disabled{cursor:wait;opacity:.58}.game-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;min-height:100vh;background:linear-gradient(120deg,#161a1933,#121413d9),#111312}.board-stage{position:relative;min-height:100vh}#game-canvas{display:block;width:100%;height:100%;min-height:100vh}.turn-badge{position:absolute;left:24px;top:24px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#111312bd;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f7f3ea;font-weight:800;padding:12px 14px}.side-panel{display:flex;flex-direction:column;gap:22px;border-left:1px solid rgba(255,255,255,.12);background:#141716f0;padding:28px;overflow:auto}.eyebrow{margin:0 0 8px;color:#e8bf67;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.credit{display:inline-block;margin-top:10px;color:#b9c7c0;font-size:.88rem;font-weight:700;text-decoration:none}.credit:hover,.credit:focus-visible{color:#e8bf67}h1,h2{margin:0}h1{font-size:2.2rem;line-height:1}h2{font-size:1rem}.status-panel{display:grid;gap:8px;border-block:1px solid rgba(255,255,255,.12);padding:18px 0}.status-panel span,.move-log h2{color:#b9c7c0;font-size:.86rem;font-weight:700}.status-panel strong{font-size:1.1rem}.status-panel small{color:#e8bf67;font-size:.82rem;font-weight:800}.controls{display:grid;grid-template-columns:1fr 1fr;gap:10px}.controls button:nth-child(n+6){grid-column:1 / -1}.controls output{grid-column:1 / -1;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#e8bf67;background:#ffffff0d;font-size:.86rem;font-weight:800;min-height:36px;padding:8px 12px;text-align:center}.move-log{display:grid;grid-template-rows:auto minmax(0,1fr);gap:12px;min-height:0;max-height:34vh}.move-log ol{display:grid;gap:8px;margin:0;padding-left:22px;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:8px;scrollbar-color:#e8bf67 rgba(255,255,255,.08);scrollbar-width:thin}.move-log li{color:#efe4ce;line-height:1.35}@media(max-width:820px){body{overflow:auto}.game-shell{grid-template-columns:1fr;grid-template-rows:minmax(440px,66vh) auto}.board-stage,#game-canvas{min-height:440px}.side-panel{border-left:0;border-top:1px solid rgba(255,255,255,.12)}}
