/* /Components/FarmBoard.razor.rz.scp.css */
.board-wrap[b-8dm8wkfwih] {
    position: relative;
    flex: 1;
    display: flex;
}

.farm-board[b-8dm8wkfwih] {
    display: block;
    width: min(96vw, 960px);
    margin: 0 auto;
    flex: 1;
    touch-action: none; /* let pointer drags pan instead of scrolling the page */
}

.plot[b-8dm8wkfwih] {
    cursor: pointer;
}

.plot:hover[b-8dm8wkfwih] {
    filter: brightness(1.15);
}

.pond[b-8dm8wkfwih] {
    cursor: pointer;
}

.pond:hover[b-8dm8wkfwih] {
    filter: brightness(1.1);
}

.pond-shine[b-8dm8wkfwih] {
    animation: pondPulse-b-8dm8wkfwih 2.4s ease-in-out infinite;
}

@keyframes pondPulse-b-8dm8wkfwih {
    50% {
        opacity: 0.5;
    }
}

.camera-bar[b-8dm8wkfwih] {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.camera-bar button[b-8dm8wkfwih] {
    width: 40px;
    height: 40px;
    background: rgba(22, 27, 34, 0.85);
    border: 1px solid #30363d;
    border-radius: 10px;
    color: #e6edf3;
    font-size: 1.1rem;
    cursor: pointer;
}

.camera-bar button:hover[b-8dm8wkfwih] {
    border-color: #2f9e44;
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-k6cvigz2dl] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* /Pages/Home.razor.rz.scp.css */
.topbar[b-12c343bm5t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 16px;
    border-bottom: 1px solid #21262d;
}

.topbar h1[b-12c343bm5t] {
    font-size: 1.25rem;
    margin: 0;
}

.stats[b-12c343bm5t] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: #c9d1d9;
}

.toolbar[b-12c343bm5t] {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 8px 4px;
}

.tool[b-12c343bm5t] {
    position: relative;
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    font-size: 1.5rem;
    padding: 8px 12px;
    cursor: pointer;
    color: #e6edf3;
}

.tool:hover[b-12c343bm5t] {
    border-color: #2f9e44;
}

.tool.active[b-12c343bm5t] {
    border-color: #2f9e44;
    box-shadow: 0 0 0 2px rgba(47, 158, 68, 0.35);
}

.badge[b-12c343bm5t] {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #2f9e44;
    color: #04170a;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 1px 6px;
}

.hint[b-12c343bm5t] {
    text-align: center;
    color: #8b949e;
    min-height: 1.3em;
    margin: 6px 0 0;
    font-size: 0.9rem;
}

.topbar-actions[b-12c343bm5t] {
    display: flex;
    gap: 8px;
}

.hbtn[b-12c343bm5t] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 10px;
    color: #e6edf3;
    font-size: 0.95rem;
    padding: 6px 10px;
    cursor: pointer;
}

.hbtn:hover[b-12c343bm5t] {
    border-color: #2f9e44;
}

.tool.resting[b-12c343bm5t] {
    opacity: 0.4;
}

/* ── Shop ─────────────────────────────────────────────────────────────── */

.shop-backdrop[b-12c343bm5t] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10;
}

.shop[b-12c343bm5t] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(92vw, 360px);
    background: #161b22;
    border-left: 1px solid #30363d;
    padding: 14px;
    overflow-y: auto;
    z-index: 11;
}

.shop header[b-12c343bm5t] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop h2[b-12c343bm5t] {
    margin: 0;
    font-size: 1.1rem;
    flex: 1;
}

.shop h3[b-12c343bm5t] {
    color: #8b949e;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 16px 0 8px;
}

.shop-coins[b-12c343bm5t] {
    font-weight: 700;
}

.shop-close[b-12c343bm5t] {
    background: none;
    border: none;
    color: #8b949e;
    font-size: 1.1rem;
    cursor: pointer;
}

.shop-row[b-12c343bm5t] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid #21262d;
}

.shop-icon[b-12c343bm5t] {
    font-size: 1.3rem;
}

.shop-name[b-12c343bm5t] {
    flex: 1;
}

.shop-name small[b-12c343bm5t] {
    display: block;
    color: #8b949e;
}

.shop-price[b-12c343bm5t] {
    color: #f2c94c;
    font-weight: 600;
}

.shop-owned[b-12c343bm5t] {
    color: #8b949e;
    min-width: 2.2em;
    text-align: right;
}

.shop-row button[b-12c343bm5t] {
    background: #2f9e44;
    color: #04170a;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    padding: 5px 10px;
    cursor: pointer;
}

.shop-row button:disabled[b-12c343bm5t] {
    background: #30363d;
    color: #8b949e;
    cursor: default;
}

.update-toast[b-12c343bm5t] {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    background: #161b22;
    border: 1px solid #2f9e44;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.update-toast button[b-12c343bm5t] {
    background: #2f9e44;
    color: #04170a;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    padding: 6px 12px;
    cursor: pointer;
}
