/* r24: focused phone correction for the board's Start stone.
   The accepted r22 artwork, numbered-space coordinates and desktop board stay unchanged. */
@media (max-width: 430px) {
  body[data-board-mode="overview"] .eden .start-node {
    left: 2.2%;
    bottom: 3.2%;
    width: 52px;
    height: 28px;
    min-width: 0;
    min-height: 0;
    aspect-ratio: auto;
    background: none;
    box-shadow: none;
    filter: drop-shadow(0 2px 1px rgba(31, 24, 15, .62));
    transform: rotate(-1.5deg);
  }

  body[data-board-mode="overview"] .eden .start-node::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: url("assets/icon-stone.webp") center / 100% 100% no-repeat;
    filter: sepia(.22) saturate(.88) brightness(.94);
  }

  body[data-board-mode="overview"] .eden .start-node > span:first-child {
    position: relative;
    z-index: 2;
    font-size: .68rem;
    letter-spacing: .01em;
    line-height: 1;
    transform: scaleY(.9);
    transform-origin: center;
  }

  body[data-board-mode="overview"] .eden .start-node.current > span:first-child {
    transform: translateX(10px) scaleY(.9);
  }

  body[data-board-mode="overview"] .eden .start-node .player-stack {
    z-index: 3;
    left: 3px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(1.5deg);
  }

  body[data-board-mode="overview"] .eden .start-node .player-stack .token-crop {
    width: 12px;
    height: 12px;
    padding: 1px;
  }

  body[data-board-mode="overview"] .eden .start-node .stack-count {
    min-width: 11px;
    height: 11px;
    margin-left: -2px;
    padding: 0 2px;
    border-width: 1px;
    font-size: 7px;
  }
}
