.sudoku-board[data-v-ebd2fbb3]{aspect-ratio:1;border:2px solid var(--game-text);background:var(--game-text);grid-template-columns:repeat(9,minmax(0,1fr));width:min(100%,34rem);display:grid}.sudoku-cell[data-v-ebd2fbb3]{border:0;border-right:1px solid var(--game-border);border-bottom:1px solid var(--game-border);background:var(--game-surface);min-width:0;min-height:0;color:var(--game-text);place-items:center;font-size:clamp(1rem,7vw,2rem);font-weight:700;line-height:1;display:grid;position:relative}.sudoku-cell[data-v-ebd2fbb3]:nth-child(3n){border-right:2px solid var(--game-text)}.sudoku-cell[data-v-ebd2fbb3]:nth-child(n+19):nth-child(-n+27),.sudoku-cell[data-v-ebd2fbb3]:nth-child(n+46):nth-child(-n+54){border-bottom:2px solid var(--game-text)}.sudoku-cell[data-v-ebd2fbb3]:nth-child(9n){border-right:0}.sudoku-cell[data-v-ebd2fbb3]:nth-child(n+73){border-bottom:0}.sudoku-cell--fixed[data-v-ebd2fbb3]{background:color-mix(in srgb, var(--game-surface-muted) 62%, white 38%);font-weight:900}.sudoku-cell--related[data-v-ebd2fbb3]{background:var(--game-accent-soft)}.sudoku-cell--same[data-v-ebd2fbb3]{background:color-mix(in srgb, var(--game-accent) 22%, white 78%)}.sudoku-cell--selected[data-v-ebd2fbb3]{background:color-mix(in srgb, var(--game-accent) 32%, white 68%);box-shadow:inset 0 0 0 2px var(--game-accent)}.sudoku-cell--wrong[data-v-ebd2fbb3]{color:var(--game-danger)}.sudoku-notes[data-v-ebd2fbb3]{width:100%;height:100%;color:var(--game-text-muted);grid-template-columns:repeat(3,minmax(0,1fr));place-items:center;font-size:clamp(.5rem,2.2vw,.75rem);font-weight:800;display:grid}.sudoku-pad-button[data-v-ebd2fbb3]{border:1px solid var(--game-border);border-radius:var(--game-radius-sm);background:var(--game-surface);min-height:2.5rem;color:var(--game-text);place-items:center;font-weight:900;display:grid}.sudoku-pad-button--active[data-v-ebd2fbb3],.sudoku-pad-button[data-v-ebd2fbb3]:hover{border-color:var(--game-accent);background:var(--game-accent-soft)}
