:root{color:#fff;--table-green-light:#176a3a;--table-green-dark:#0d3f23;--board-light:#b8c2ca;--board-dark:#34366f;--board-border:#d6d8dc;--board-border-shadow:#8e949b;--page-wood-light:#1f1e1b;--page-wood-dark:#272624;font-family:Arial,sans-serif}body{background:repeating-linear-gradient(90deg, #ffffff05 0, #18151505 2px, #1a181708 3px, #08080808 7px), linear-gradient(180deg, var(--page-wood-light), var(--page-wood-dark));color:#fff;justify-content:center;align-items:center;min-height:100vh;margin:0;font-family:Arial,sans-serif;display:flex}main{justify-content:center;align-items:center;display:flex}.chess-board{border:16px solid var(--board-border);box-shadow:0 8px 0 var(--board-border-shadow), 0 26px 44px #00000061;grid-template-rows:repeat(8,100px);grid-template-columns:repeat(8,100px);display:grid}.square{justify-content:center;align-items:center;font-size:12px;display:flex}.light{background:var(--board-light);color:#000}.dark{background:var(--board-dark);color:#fff}.piece{box-sizing:border-box;-webkit-user-select:none;user-select:none;cursor:grab;border-radius:50%;width:78px;height:78px;font-size:0;line-height:0;position:relative;box-shadow:inset 0 0 0 9px #ffffff29,0 3px 5px #00000038}.piece.white{background:radial-gradient(circle,#fff 0 48%,#e6e9ed 49% 61%,#f7f8fa 62% 100%);border:2px solid #d8dde3}.piece.black{background:radial-gradient(circle,#3d3e43 0 48%,#24262b 49% 61%,#111216 62% 100%);border:2px solid #303238}.piece:active{cursor:grabbing}.selected{outline-offset:-4px;outline:4px solid #4caf50}.room-dialog{box-sizing:border-box;background:#2b2b2b;border-radius:12px;gap:14px;width:320px;padding:24px;display:grid;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.room-dialog input,.room-dialog button{padding:12px;font-size:16px}.separator{text-align:center;opacity:.7}.game-menu{z-index:20;position:fixed;top:18px;left:18px}.menu-toggle{color:#fff;cursor:pointer;background:#000;border:1px solid #3f3f46;border-radius:6px;place-content:center;gap:5px;width:46px;height:46px;padding:0;display:grid}.menu-toggle span{background:currentColor;border-radius:2px;width:22px;height:2px;display:block}.menu-toggle:hover,.menu-toggle:focus{opacity:.75}.game-toolbar{background:#2b2b2b;border:1px solid #3f3f46;border-radius:8px;flex-direction:column;gap:8px;width:180px;padding:10px;display:none;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 16px 40px #00000059}.game-toolbar.open{display:flex}.game-toolbar h3{margin:0 12px 0 0}.button-31{box-sizing:border-box;color:#fff;cursor:pointer;text-align:center;text-transform:none;-webkit-user-select:none;user-select:none;touch-action:manipulation;background-color:#000;border-style:none;border-radius:4px;outline:none;width:106px;min-width:10px;max-width:none;min-height:44px;margin:0;padding:9px 10px 8px;font-family:Farfetch Basis,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1.5;display:inline-block;position:relative;overflow:hidden}.game-toolbar .button-31{width:100%}button:disabled{color:#fff;cursor:default;opacity:1;background-color:#6b7280}.button-31:hover,.button-31:focus{opacity:.75}.square.last-move{box-shadow:inset 0 0 0 4px #22c55e}.piece.king:after{content:"";opacity:.72;border:4px double;border-radius:50%;position:absolute;inset:16px}.piece.white.king:after{color:#b8c0c8}.piece.black.king:after{color:#75777e}.square.selected{box-shadow:inset 0 0 0 5px #f6d053eb}.square.legal-move:after{content:"";background:#f6d053b8;border-radius:50%;width:22%;height:22%;box-shadow:0 0 0 6px #00000029}
