/* /Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-hfzvef2k7x] {
    min-height: 100vh;
    background:
        radial-gradient(circle at 20% 10%, rgba(211, 244, 224, 0.8), transparent 45%),
        radial-gradient(circle at 90% 0%, rgba(255, 234, 181, 0.75), transparent 40%),
        linear-gradient(160deg, #e5f6e9 0%, #fbf3dc 60%, #f7efe2 100%);
    color: #11251c;
    font-family: "Source Sans 3", "Segoe UI", sans-serif;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1nqldah7pu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1nqldah7pu] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1nqldah7pu] {
    font-size: 1.1rem;
}

.bi[b-1nqldah7pu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-1nqldah7pu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-1nqldah7pu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-1nqldah7pu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-1nqldah7pu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1nqldah7pu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1nqldah7pu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1nqldah7pu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-1nqldah7pu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1nqldah7pu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1nqldah7pu] {
        display: none;
    }

    .collapse[b-1nqldah7pu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-1nqldah7pu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-grid[b-z9w3rn9zh6] {
    display: grid;
    grid-template-columns: clamp(240px, 24vw, 320px) 1fr;
    gap: 12px;
    min-height: 100vh;
    padding: 14px;
    box-sizing: border-box;
}

.home-grid.session-active[b-z9w3rn9zh6] {
    grid-template-columns: 1fr;
    padding: 68px 8px 8px;
}

.panel[b-z9w3rn9zh6] {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(22, 64, 47, 0.15);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 8px 24px rgba(28, 56, 43, 0.1);
}

.panel-lobby[b-z9w3rn9zh6] {
    align-self: start;
}

.panel-lobby-drawer[b-z9w3rn9zh6] {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(86vw, 330px);
    max-height: 100vh;
    overflow-y: auto;
    z-index: 1300;
    border-radius: 0 14px 14px 0;
    transform: translateX(-108%);
    transition: transform 180ms ease;
}

.session-active .panel-lobby-drawer[b-z9w3rn9zh6] {
    inset: 56px auto 0 0;
    max-height: calc(100vh - 56px);
}

.panel-lobby-drawer.open[b-z9w3rn9zh6] {
    transform: translateX(0);
}

.game-topbar[b-z9w3rn9zh6] {
    position: fixed;
    inset: 8px 8px auto 8px;
    z-index: 1400;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 6px 8px;
    border: 1px solid rgba(22, 64, 47, 0.18);
    border-radius: 12px;
    background: rgba(250, 253, 251, 0.96);
    box-shadow: 0 4px 14px rgba(20, 55, 40, 0.14);
}

.topbar-main[b-z9w3rn9zh6] {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.topbar-meta[b-z9w3rn9zh6] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.topbar-chip[b-z9w3rn9zh6] {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(31, 74, 53, 0.2);
    background: #f1f7f3;
    color: #1f4a35;
    font-size: 0.8rem;
    font-weight: 700;
}

.topbar-sitout[b-z9w3rn9zh6] {
    margin: 0;
    color: #335246;
    font-size: 0.78rem;
}

.menu-toggle[b-z9w3rn9zh6] {
    min-height: 40px;
    min-width: 44px;
    padding: 0;
    border-radius: 11px;
    background: #f2f8f3;
    box-shadow: 0 4px 10px rgba(20, 55, 40, 0.18);
}

.drawer-backdrop[b-z9w3rn9zh6] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-height: 0;
    min-width: 0;
    background: rgba(16, 34, 26, 0.26);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.drawer-backdrop.open[b-z9w3rn9zh6] {
    opacity: 1;
    pointer-events: auto;
}

.session-active .panel-game[b-z9w3rn9zh6] {
    padding-top: 10px;
}

.subtitle[b-z9w3rn9zh6] {
    color: #355444;
    margin-top: -4px;
    font-size: 0.95rem;
}

.entry-grid[b-z9w3rn9zh6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.card-block[b-z9w3rn9zh6] {
    display: grid;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(25, 55, 42, 0.15);
    border-radius: 10px;
    background: rgba(244, 250, 245, 0.9);
}

input[b-z9w3rn9zh6],
select[b-z9w3rn9zh6],
button[b-z9w3rn9zh6] {
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(24, 63, 46, 0.25);
    padding: 0 12px;
    font-size: 1rem;
    font-family: inherit;
}

button[b-z9w3rn9zh6] {
    cursor: pointer;
    background: #e9f6ea;
    color: #123524;
    font-weight: 600;
}

button:disabled[b-z9w3rn9zh6] {
    opacity: 0.5;
    cursor: default;
}

button.primary[b-z9w3rn9zh6] {
    background: #215d40;
    color: #fff;
}

button.danger[b-z9w3rn9zh6] {
    background: #7d2c2c;
    color: #fff;
}

.actions-row[b-z9w3rn9zh6] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.player-list[b-z9w3rn9zh6] {
    margin: 6px 0 0;
    padding-left: 18px;
    font-size: 0.92rem;
}

.lobby-scores[b-z9w3rn9zh6] {
    display: grid;
    gap: 6px;
}

.tag[b-z9w3rn9zh6] {
    margin-left: 8px;
    background: #2b6648;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 2px 8px;
}

.tag.warn[b-z9w3rn9zh6] {
    background: #8a3d1e;
}

.tag.canasta-clean[b-z9w3rn9zh6] {
    background: #a81f2c;
}

.tag.canasta-unclean[b-z9w3rn9zh6] {
    background: #2b6648;
}

.feedback[b-z9w3rn9zh6] {
    margin-top: 12px;
    padding: 10px;
    border-radius: 10px;
}

.feedback.error[b-z9w3rn9zh6] {
    background: #ffe5e5;
    color: #7a1f1f;
}

.feedback.info[b-z9w3rn9zh6] {
    background: #e8f5ff;
    color: #164265;
}

.action-feedback[b-z9w3rn9zh6] {
    margin-top: 8px;
}

.empty-state[b-z9w3rn9zh6] {
    text-align: center;
    padding: 40px 10px;
    color: #335246;
}

.table-head p[b-z9w3rn9zh6] {
    margin: 4px 0;
}

.turn-name[b-z9w3rn9zh6] {
    font-weight: 800;
    color: #194b34;
}

.turn-banner[b-z9w3rn9zh6] {
    margin-top: 0;
    border-radius: 12px;
    padding: 4px 10px;
    font-weight: 700;
    width: fit-content;
    font-size: 0.85rem;
}

.turn-banner-me[b-z9w3rn9zh6] {
    background: linear-gradient(180deg, #2f7b55 0%, #225b3f 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(24, 63, 46, 0.24);
}

.turn-banner-other[b-z9w3rn9zh6] {
    background: #e6f2ea;
    color: #1f4a35;
    border: 1px solid rgba(31, 74, 53, 0.25);
}

.table-grid[b-z9w3rn9zh6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.zone-melds[b-z9w3rn9zh6] {
    grid-column: 1 / -1;
}

.zone[b-z9w3rn9zh6] {
    border-radius: 10px;
    border: 1px solid rgba(24, 62, 46, 0.16);
    padding: 10px;
    background: #f7fcf8;
}

.pile-row[b-z9w3rn9zh6] {
    display: flex;
    gap: 10px;
}

.pile[b-z9w3rn9zh6] {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px dashed rgba(20, 54, 40, 0.35);
    border-radius: 10px;
    background: #fff;
}

.pile-btn[b-z9w3rn9zh6] {
    cursor: pointer;
    min-width: 110px;
    border: 1px dashed rgba(20, 54, 40, 0.35);
}

.pile-btn:disabled[b-z9w3rn9zh6] {
    cursor: default;
}

.pile-card-wrap[b-z9w3rn9zh6] {
    display: grid;
    gap: 4px;
    justify-items: center;
}

.pile-label[b-z9w3rn9zh6] {
    margin: 0;
    font-size: 0.85rem;
    color: #335246;
}

.top-card-btn[b-z9w3rn9zh6] {
    all: unset;
    display: block;
    inline-size: 78px;
    block-size: 110px;
    line-height: 0;
    border-radius: 11px;
    overflow: hidden;
    cursor: pointer;
}

.top-card-btn:disabled[b-z9w3rn9zh6] {
    opacity: 0.6;
    cursor: default;
}

.count-chip[b-z9w3rn9zh6],
.score-row[b-z9w3rn9zh6] {
    min-height: 34px;
    display: flex;
    align-items: center;
}

.meld-row[b-z9w3rn9zh6] {
    min-height: 110px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.opponent-row[b-z9w3rn9zh6] {
    display: grid;
    gap: 6px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 6px;
}

.opponent-seat[b-z9w3rn9zh6] {
    font-weight: 600;
}

.opponent-current-turn[b-z9w3rn9zh6] {
    border-color: rgba(35, 95, 66, 0.45);
    background: #edf7f1;
    box-shadow: inset 0 0 0 1px rgba(35, 95, 66, 0.15);
}

.opponent-cards[b-z9w3rn9zh6] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.hand-area[b-z9w3rn9zh6] {
    margin-top: 12px;
}

.cards-wrap[b-z9w3rn9zh6] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: flex-end;
}

.hand-stack[b-z9w3rn9zh6] {
    display: flex;
    align-items: flex-end;
    padding-left: 0;
}

.card-btn[b-z9w3rn9zh6] {
    inline-size: 78px;
    block-size: 110px;
    padding: 0;
    border-radius: 12px;
    border: 0;
    background: transparent;
    overflow: hidden;
    touch-action: manipulation;
    box-shadow: 0 2px 6px rgba(16, 35, 27, 0.18);
}

.card-btn.stacked[b-z9w3rn9zh6] {
    margin-left: -50px;
}

.card-btn.stacked:first-child[b-z9w3rn9zh6] {
    margin-left: 0;
}

.card-btn.stacked.selected[b-z9w3rn9zh6] {
    transform: translateY(-6px);
}

.card-btn.selected[b-z9w3rn9zh6] {
    border-color: #215d40;
    box-shadow: 0 0 0 3px rgba(33, 93, 64, 0.2);
}

.card-btn.drawn[b-z9w3rn9zh6] {
    animation: card-draw-pop-b-z9w3rn9zh6 900ms cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow:
        0 0 0 2px rgba(255, 231, 150, 0.92),
        0 8px 16px rgba(23, 63, 45, 0.28);
}

.action-bar[b-z9w3rn9zh6] {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hint[b-z9w3rn9zh6] {
    margin: 8px 0 0;
    color: #335246;
    font-size: 0.86rem;
}

.action-state-hint[b-z9w3rn9zh6] {
    margin-top: 6px;
}

[b-z9w3rn9zh6] .card-face {
    --corner-track: 20px;
    position: relative;
    aspect-ratio: 5 / 7;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.75) 0 14%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(180deg, #fffefb 0%, #f8f4ec 100%);
    border: 1px solid rgba(78, 60, 40, 0.42);
    border-radius: 11px;
    overflow: hidden;
    isolation: isolate;
    color: #111;
    display: grid;
    grid-template-rows: var(--corner-track) minmax(0, 1fr) var(--corner-track);
    align-items: center;
    padding: 4px 6px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.8),
        inset 0 0 0 3px rgba(186, 157, 112, 0.18);
}

[b-z9w3rn9zh6] .card-face::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 8px;
    border: 1px solid rgba(140, 112, 76, 0.28);
    pointer-events: none;
}

[b-z9w3rn9zh6] .card-face::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 11px;
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03) 0 3px,
            rgba(248, 244, 236, 0.02) 3px 7px
        );
    opacity: 0.7;
    pointer-events: none;
}

[b-z9w3rn9zh6] .card-red {
    color: #af1f2d;
}

[b-z9w3rn9zh6] .card-joker {
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.72) 0 14%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(180deg, #fff6dd 0%, #f8e5b8 100%);
}

[b-z9w3rn9zh6] .corner {
    font-weight: 700;
    line-height: 0.95;
    display: grid;
    justify-items: center;
    gap: 1px;
}

[b-z9w3rn9zh6] .corner.top {
    justify-self: start;
}

[b-z9w3rn9zh6] .corner.bottom {
    justify-self: end;
    transform: rotate(180deg);
}

[b-z9w3rn9zh6] .corner-rank {
    font-size: 0.95rem;
}

[b-z9w3rn9zh6] .corner-suit {
    font-size: 0.82rem;
}

[b-z9w3rn9zh6] .pip {
    position: relative;
    width: 100%;
    height: 100%;
}

[b-z9w3rn9zh6] .face-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

[b-z9w3rn9zh6] .face-svg-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
}

[b-z9w3rn9zh6] .face-svg {
    width: 88%;
    height: 88%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    filter: drop-shadow(0 0.6px 0 rgba(0, 0, 0, 0.12));
}

[b-z9w3rn9zh6] .face-suit {
    font-size: 1rem;
    line-height: 1;
}

[b-z9w3rn9zh6] .pip-layout {
    position: relative;
    width: 100%;
    height: 100%;
}

[b-z9w3rn9zh6] .pip-symbol {
    position: absolute;
    font-size: 1.22rem;
    line-height: 1;
    transform: translate(-50%, -50%);
}

[b-z9w3rn9zh6] .pip-symbol.rot {
    transform: translate(-50%, -50%) rotate(180deg);
}

[b-z9w3rn9zh6] .pip-c {
    left: 50%;
    top: 50%;
}

[b-z9w3rn9zh6] .pip-t {
    left: 50%;
    top: 14%;
}

[b-z9w3rn9zh6] .pip-b {
    left: 50%;
    top: 86%;
}

[b-z9w3rn9zh6] .pip-tl {
    left: 30%;
    top: 24%;
}

[b-z9w3rn9zh6] .pip-tr {
    left: 70%;
    top: 24%;
}

[b-z9w3rn9zh6] .pip-ml {
    left: 30%;
    top: 50%;
}

[b-z9w3rn9zh6] .pip-mr {
    left: 70%;
    top: 50%;
}

[b-z9w3rn9zh6] .pip-bl {
    left: 30%;
    top: 76%;
}

[b-z9w3rn9zh6] .pip-br {
    left: 70%;
    top: 76%;
}

[b-z9w3rn9zh6] .pip-ul {
    left: 30%;
    top: 14%;
}

[b-z9w3rn9zh6] .pip-ur {
    left: 70%;
    top: 14%;
}

[b-z9w3rn9zh6] .pip-ll {
    left: 30%;
    top: 86%;
}

[b-z9w3rn9zh6] .pip-lr {
    left: 70%;
    top: 86%;
}

[b-z9w3rn9zh6] .card-face-compact {
    --corner-track: 14px;
    width: 52px;
    height: 72px;
    padding: 4px 5px;
}

[b-z9w3rn9zh6] .card-face-table {
    --corner-track: 16px;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    padding: 4px 6px;
}

[b-z9w3rn9zh6] .card-face-table .corner {
    font-size: 0.74rem;
}

[b-z9w3rn9zh6] .card-face-table .corner-rank {
    font-size: 0.72rem;
}

[b-z9w3rn9zh6] .card-face-table .corner-suit {
    font-size: 0.64rem;
}

[b-z9w3rn9zh6] .card-face-table .face-svg {
    width: 84%;
    height: 84%;
}

[b-z9w3rn9zh6] .card-face-compact .corner {
    font-size: 0.68rem;
}

[b-z9w3rn9zh6] .card-face-compact .corner-rank {
    font-size: 0.66rem;
}

[b-z9w3rn9zh6] .card-face-compact .corner-suit {
    font-size: 0.58rem;
}

[b-z9w3rn9zh6] .card-face-compact .pip-symbol {
    font-size: 0.8rem;
}

[b-z9w3rn9zh6] .card-face-compact .face-svg {
    width: 80%;
    height: 80%;
}

[b-z9w3rn9zh6] .card-face-compact .face-suit {
    font-size: 0.7rem;
}

[b-z9w3rn9zh6] .card-empty {
    color: #60766c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}

.card-back[b-z9w3rn9zh6] {
    aspect-ratio: 5 / 7;
    border-radius: 10px;
    border: 1px solid #0f3240;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12) 0 26%, transparent 27%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.09) 0 2px, rgba(255, 255, 255, 0) 2px 6px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 0 2px, rgba(255, 255, 255, 0) 2px 6px),
        linear-gradient(180deg, #1a5a72 0%, #0e3240 100%);
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.2),
        inset 0 0 0 5px rgba(9, 36, 47, 0.32);
}

.mini-back[b-z9w3rn9zh6] {
    width: 26px;
    height: 36px;
}

.stock-wrap[b-z9w3rn9zh6] {
    display: grid;
    justify-items: center;
    gap: 6px;
}

.stock-stack[b-z9w3rn9zh6] {
    position: relative;
    width: 84px;
    height: 116px;
}

.stock-back[b-z9w3rn9zh6] {
    position: absolute;
    width: 78px;
    height: 110px;
    left: calc(var(--i) * 1px);
    top: calc(var(--i) * 1px);
}

.pile-count[b-z9w3rn9zh6] {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #26463a;
}

.mini-card[b-z9w3rn9zh6] {
    min-width: 52px;
    min-height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(25, 57, 43, 0.3);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    font-weight: 700;
}

.mini-red[b-z9w3rn9zh6] {
    color: #af1f2d;
}

.mini-joker[b-z9w3rn9zh6] {
    background: #fff3d9;
}

.mini-empty[b-z9w3rn9zh6] {
    color: #60766c;
}

.meld-cards[b-z9w3rn9zh6] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.meld-stack[b-z9w3rn9zh6] {
    display: flex;
    align-items: flex-end;
    min-height: 110px;
    padding-left: 0;
}

.meld-card[b-z9w3rn9zh6] {
    display: block;
    inline-size: 78px;
    block-size: 110px;
    line-height: 0;
    border-radius: 11px;
    overflow: hidden;
    margin-left: -52px;
}

.meld-card:first-child[b-z9w3rn9zh6] {
    margin-left: 0;
}

.top-card-btn[b-z9w3rn9zh6]  .card-face-table,
.meld-card[b-z9w3rn9zh6]  .card-face-table {
    width: 100%;
    height: 100%;
}

.board-teams[b-z9w3rn9zh6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.team-board[b-z9w3rn9zh6] {
    border: 1px solid rgba(24, 62, 46, 0.2);
    border-radius: 10px;
    padding: 8px;
    background: #fbfefb;
}

.team-board-head[b-z9w3rn9zh6] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.team-board-head h4[b-z9w3rn9zh6] {
    margin: 0 0 4px;
}

.team-board-seats[b-z9w3rn9zh6] {
    font-size: 0.8rem;
    color: #3a5c4d;
}

.team-board-empty[b-z9w3rn9zh6] {
    margin: 6px 0 0;
    font-size: 0.9rem;
    color: #567568;
}

.team-board-layout[b-z9w3rn9zh6] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
    gap: 10px;
    align-items: start;
}

.team-board-layout.no-special[b-z9w3rn9zh6] {
    grid-template-columns: 1fr;
}

.team-board-main[b-z9w3rn9zh6],
.team-board-special[b-z9w3rn9zh6] {
    display: grid;
    gap: 6px;
}

.team-board-special[b-z9w3rn9zh6] {
    border-left: 1px dashed rgba(24, 62, 46, 0.28);
    padding-left: 10px;
}

.special-head[b-z9w3rn9zh6] {
    margin: 0 0 2px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #375a4b;
}

.team-board .meld-row[b-z9w3rn9zh6] {
    margin-top: 6px;
    justify-content: space-between;
}

.special-meld-row[b-z9w3rn9zh6] {
    min-height: 92px;
    align-items: center;
}

.red-three-tag[b-z9w3rn9zh6] {
    background: #8f2c2c;
}

.meld-row-targetable[b-z9w3rn9zh6] {
    cursor: pointer;
    border-radius: 9px;
    transition: background-color 120ms ease, box-shadow 120ms ease;
}

.meld-row-targetable:hover[b-z9w3rn9zh6] {
    background: rgba(35, 95, 66, 0.06);
}

.meld-row-targeted[b-z9w3rn9zh6] {
    background: rgba(35, 95, 66, 0.1);
    box-shadow: inset 0 0 0 1px rgba(35, 95, 66, 0.35);
}

@keyframes card-draw-pop-b-z9w3rn9zh6 {
    0% {
        transform: translateY(-20px) scale(1.06);
        box-shadow: 0 0 0 3px rgba(255, 234, 163, 0.96), 0 14px 24px rgba(23, 63, 45, 0.32);
    }

    45% {
        transform: translateY(-7px) scale(1.03);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 1024px) {
    .home-grid[b-z9w3rn9zh6] {
        grid-template-columns: 1fr;
    }

    .table-grid[b-z9w3rn9zh6] {
        grid-template-columns: 1fr;
    }

    .card-btn[b-z9w3rn9zh6] {
        inline-size: 72px;
        block-size: 102px;
    }

    .home-grid.session-active[b-z9w3rn9zh6] {
        padding-top: 72px;
    }

    .team-board-layout[b-z9w3rn9zh6] {
        grid-template-columns: 1fr;
    }

    .team-board-special[b-z9w3rn9zh6] {
        border-left: 0;
        border-top: 1px dashed rgba(24, 62, 46, 0.28);
        padding-left: 0;
        padding-top: 8px;
    }
}

