:root{--wood-dark: #3a2a1d;--wood: #5c4530;--wood-light: #7a5c3e;--cream: #f4ecd8;--accent: #d98e3f;color-scheme:dark}*{box-sizing:border-box}html,body{height:100%;margin:0;overflow:hidden;overscroll-behavior:none;font-family:Segoe UI,system-ui,sans-serif;background:#dcd5c6;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}#rotate-controls{position:fixed;left:0;right:0;bottom:24px;display:flex;justify-content:space-between;padding:0 24px;pointer-events:none;z-index:36}#rotate-controls[hidden]{display:none}#rotate-controls button{pointer-events:auto;width:60px;height:60px;border:none;border-radius:50%;background:var(--cream);color:#2b1c0e;font-size:1.6rem;line-height:1;box-shadow:0 6px 16px #00000080;touch-action:manipulation;-webkit-user-select:none;user-select:none}#rotate-controls button:active{filter:brightness(.92);transform:translateY(1px)}#brand{position:fixed;top:18px;left:22px;color:#f4ecd8d9;font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:lowercase;text-shadow:0 1px 3px rgba(30,22,12,.85),0 0 10px rgba(30,22,12,.6);z-index:10;pointer-events:none}#board-wrap{position:absolute;inset:0}#board{width:100%;height:100%;display:block;touch-action:none;cursor:grab}#board.grabbing{cursor:grabbing}#board.over-link:not(.grabbing){cursor:pointer}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:#140e08eb;color:var(--cream);padding:10px 18px;border-radius:999px;font-size:.85rem;box-shadow:0 4px 14px #0006;z-index:30;transition:opacity .25s ease}#toast[hidden]{display:none}#cursor-toast{position:fixed;z-index:35;padding:6px 11px;border-radius:6px;background:#7a2618f0;color:#ffeee9;border:1px solid #a83c2a;font-family:Courier Prime,Courier New,monospace;font-size:.8rem;white-space:nowrap;box-shadow:0 4px 14px #00000073;pointer-events:none}#cursor-toast[hidden]{display:none}#minimap{position:fixed;right:16px;bottom:16px;width:240px;border:2px solid rgba(244,236,216,.55);border-radius:4px;box-shadow:0 6px 16px #00000073;background:#0c0c0d;cursor:crosshair;touch-action:none;z-index:12;opacity:.92}#minimap:hover,#minimap.dragging{opacity:1}@media (max-width: 600px){#minimap{width:120px;bottom:96px;right:12px}}
