:root{--hex-red: #d94040;--hex-green: #3d8c3d;--hex-blue: #4070c0;--hex-red-dim: rgba(217, 64, 64, .25);--hex-green-dim: rgba(61, 140, 61, .25);--hex-blue-dim: rgba(64, 112, 192, .25);--cell-wall: #2c1838;--cell-wall-edge: #1a0e23;--bulb-inner: #fff;--hex-line: rgba(36, 24, 56, .22);--hex-given: rgba(36, 24, 56, .55)}:root[data-cb]{--hex-red: #e69f00;--hex-green: #009e73;--hex-blue: #0072b2;--hex-red-dim: rgba(230, 159, 0, .25);--hex-green-dim: rgba(0, 158, 115, .25);--hex-blue-dim: rgba(0, 114, 178, .25)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--page-bg);color:var(--ink);font-family:var(--body);min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.kbd.red{background:var(--hex-red);color:#fff;border-color:#a03030}.kbd.green{background:var(--hex-green);color:#fff;border-color:#2a6a2a}.kbd.blue{background:var(--hex-blue);color:#fff;border-color:#2e5290}.ps-legend i.leg-bulb-r{background:var(--hex-red)}.ps-legend i.leg-bulb-g{background:var(--hex-green)}.ps-legend i.leg-bulb-b{background:var(--hex-blue)}
