#page-game-black .board-container{width:100%;max-width:560px;margin:0 auto;aspect-ratio:1}#page-game-black .board-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);width:100%;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.15)}#page-game-black .cell-inner,#page-game-black .cell-wrapper{width:100%;height:100%}#page-game-black .othello-cell{cursor:default;width:100%;height:100%;background-color:#dcc39e;border:1px solid rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;position:relative}#page-game-black .othello-cell.is-valid{cursor:pointer}#page-game-black .othello-cell__hint{width:28%;height:28%;border-radius:50%;background-color:hsla(0,0%,100%,.4);outline:2px dashed hsla(0,0%,100%,.7);z-index:1;pointer-events:none}#page-game-black .othello-disc{width:80%;height:80%;border-radius:50%;box-shadow:inset 0 2px 6px rgba(0,0,0,.4);z-index:2}#page-game-black .othello-disc.othello-disc--black{background-color:#111}#page-game-black .othello-disc.othello-disc--white{background-color:#f3f3f3}#page-game-black .othello-disc.is-last{outline:3px solid #fc0}