@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Pages/Gomoku.razor.rz.scp.css */
.gomoku[b-n1ab1zb0ai] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    padding: 16px;
}

.gomoku-board-wrap[b-n1ab1zb0ai] {
    flex: 1 1 320px;
    max-width: 640px;
}

.gomoku-board[b-n1ab1zb0ai] {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #0003;
    border-radius: 6px;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

.gomoku-board .hit[b-n1ab1zb0ai] {
    fill: transparent;
    cursor: pointer;
}

.gomoku-board .hit:hover[b-n1ab1zb0ai] {
    fill: #0000001c;
}

.gomoku-board .stone-num[b-n1ab1zb0ai] {
    font: bold 20px "Segoe UI", system-ui, sans-serif;
}

.gomoku-board .an-big[b-n1ab1zb0ai] {
    font: bold 15px "Segoe UI", system-ui, sans-serif;
    fill: #000;
}

.gomoku-board .an-small[b-n1ab1zb0ai] {
    font: 11px "Segoe UI", system-ui, sans-serif;
    fill: #000;
}

.gomoku-side[b-n1ab1zb0ai] {
    flex: 0 0 190px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gomoku-side[b-n1ab1zb0ai]  fluent-button {
    width: 100%;
}

.gomoku-btn[b-n1ab1zb0ai] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border: 1px solid var(--neutral-stroke-rest, #8888884d);
    border-radius: 4px;
    background: var(--neutral-fill-stealth-rest, transparent);
    cursor: pointer;
    font-size: 14px;
}

.gomoku-btn:hover[b-n1ab1zb0ai] {
    background: var(--neutral-fill-stealth-hover, #8882);
}

.gomoku-btn input[type="file"][b-n1ab1zb0ai] {
    display: none;
}

.gomoku-status[b-n1ab1zb0ai] {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

.gomoku-result[b-n1ab1zb0ai] {
    margin-top: 6px;
    font-weight: 700;
    color: #dc2828;
}
