/*! chessboard.js v1.0.0 — miksanik.net theme override
 * Replaces the upstream beige board with the design system palette:
 * cool light squares, deep navy dark squares, violet halo + highlight.
 */

.clearfix-7da63 {
  clear: both;
}

.board-b72b1 {
  border: 1px solid #C9D0D9;
  box-sizing: content-box;
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.25), 0 8px 24px rgba(11, 15, 20, 0.10);
  background: #07090C;
  border-radius: 2px;
}

.square-55d63 {
  float: left;
  position: relative;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.white-1e1d7 {
  background-color: #EEF1F5;
  color: #5C6773;
}

.black-3c85d {
  background-color: #1A2330;
  color: #B6C2CF;
}

.highlight1-32417,
.highlight2-9c5d2 {
  box-shadow: inset 0 0 0 3px rgba(124, 58, 237, 0.55);
  background-color: rgba(124, 58, 237, 0.30) !important;
}

.notation-322f9 {
  cursor: default;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: absolute;
  text-transform: lowercase;
}

.alpha-d2270 {
  bottom: 1px;
  right: 4px;
}

.numeric-fc462 {
  top: 2px;
  left: 4px;
}
