/* /Components/GameDetailsDialog.razor.rz.scp.css */
.game-details-dialog[b-l2h8dtfghw] {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 0.15rem 0.1rem 0.25rem;
    box-sizing: border-box;
}

.game-details-summary[b-l2h8dtfghw] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    gap: 0.65rem;
}

.game-details-team-tile[b-l2h8dtfghw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.game-details-team-tile--first[b-l2h8dtfghw] {
    background: color-mix(in srgb, #3b82f6 12%, var(--top-row-background-color));
    border-color: color-mix(in srgb, #3b82f6 22%, transparent);
}

.game-details-team-tile--second[b-l2h8dtfghw] {
    background: color-mix(in srgb, #ef4444 12%, var(--top-row-background-color));
    border-color: color-mix(in srgb, #ef4444 22%, transparent);
}

.game-details-team-label[b-l2h8dtfghw] {
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--mud-palette-text-secondary, #64748b);
    word-break: break-word;
}

.game-details-team-score[b-l2h8dtfghw] {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    color: var(--mud-palette-text-primary, #1f2937);
}

.game-details-summary-meta[b-l2h8dtfghw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    min-width: 3.25rem;
    padding: 0.35rem 0.5rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--pilottapp-accent-color) 14%, var(--top-row-background-color));
    border: 1px solid color-mix(in srgb, var(--pilottapp-accent-color) 28%, transparent);
}

.game-details-round-count[b-l2h8dtfghw] {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    color: var(--mud-palette-text-primary, #1f2937);
}

.game-details-round-label[b-l2h8dtfghw] {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mud-palette-text-secondary, #64748b);
}

.game-details-empty[b-l2h8dtfghw] {
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--mud-palette-text-secondary, #64748b);
}

.game-journal-container[b-l2h8dtfghw] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    background: color-mix(in srgb, var(--content-background-color) 65%, var(--top-row-background-color));
}

.game-journal-table[b-l2h8dtfghw] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.game-journal-table th[b-l2h8dtfghw],
.game-journal-table td[b-l2h8dtfghw] {
    text-align: center;
    vertical-align: middle;
    padding: 0.6rem 0.45rem;
    word-break: break-word;
}

.game-journal-table th.round-cell[b-l2h8dtfghw],
.game-journal-table td.round-cell[b-l2h8dtfghw] {
    width: 10%;
}

.game-journal-table th:nth-child(2)[b-l2h8dtfghw],
.game-journal-table td:nth-child(2)[b-l2h8dtfghw],
.game-journal-table th:nth-child(5)[b-l2h8dtfghw],
.game-journal-table td:nth-child(5)[b-l2h8dtfghw] {
    width: 26%;
}

.game-journal-table th:nth-child(3)[b-l2h8dtfghw],
.game-journal-table td:nth-child(3)[b-l2h8dtfghw],
.game-journal-table th:nth-child(4)[b-l2h8dtfghw],
.game-journal-table td:nth-child(4)[b-l2h8dtfghw] {
    width: 19%;
}

.team-name-line[b-l2h8dtfghw] {
    display: block;
    line-height: 1.25;
}

.journal-header-row[b-l2h8dtfghw] {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 52px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 !important;
    box-shadow: 0 1px 0 color-mix(in srgb, var(--mud-palette-text-primary) 14%, transparent);
}

.journal-header-row th[b-l2h8dtfghw] {
    border-bottom: none;
    box-shadow: none;
}

.journal-data-row[b-l2h8dtfghw] {
    min-height: 50px;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 8%, transparent);
    font-weight: 600;
    transition: filter 0.15s ease;
}

.journal-data-row:last-child[b-l2h8dtfghw] {
    border-bottom: none;
}

.journal-data-row:hover[b-l2h8dtfghw] {
    filter: brightness(0.98);
}

.game-journal-table tbody tr:first-child td[b-l2h8dtfghw] {
    border-top: none !important;
    box-shadow: none !important;
}

.round-cell[b-l2h8dtfghw],
.journal-header-row .round-cell[b-l2h8dtfghw] {
    background: color-mix(in srgb, var(--mud-palette-text-primary) 6%, var(--top-row-background-color));
    color: var(--mud-palette-text-secondary, #64748b);
    font-variant-numeric: tabular-nums;
}

.team-first-cell[b-l2h8dtfghw],
.journal-header-row .team-first-cell[b-l2h8dtfghw] {
    background: color-mix(in srgb, #3b82f6 14%, var(--top-row-background-color));
    color: var(--mud-palette-text-primary, #1f2937);
}

.suit-cell[b-l2h8dtfghw],
.journal-header-row .suit-cell[b-l2h8dtfghw] {
    background: color-mix(in srgb, #22c55e 14%, var(--top-row-background-color));
    color: var(--mud-palette-text-primary, #1f2937);
}

.bet-cell[b-l2h8dtfghw],
.journal-header-row .bet-cell[b-l2h8dtfghw] {
    background: color-mix(in srgb, #f59e0b 16%, var(--top-row-background-color));
    color: var(--mud-palette-text-primary, #1f2937);
}

.team-second-cell[b-l2h8dtfghw],
.journal-header-row .team-second-cell[b-l2h8dtfghw] {
    background: color-mix(in srgb, #ef4444 14%, var(--top-row-background-color));
    color: var(--mud-palette-text-primary, #1f2937);
}

.score-cell[b-l2h8dtfghw] {
    font-size: 0.95rem;
    font-variant-numeric: tabular-nums;
}

.suit-image-wrap[b-l2h8dtfghw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bet-value[b-l2h8dtfghw] {
    font-variant-numeric: tabular-nums;
}

@media (max-width: 640px) {
    .game-details-summary[b-l2h8dtfghw] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .game-details-summary-meta[b-l2h8dtfghw] {
        flex-direction: row;
        gap: 0.35rem;
        align-self: center;
        padding: 0.35rem 0.85rem;
    }

    .game-journal-table th[b-l2h8dtfghw],
    .game-journal-table td[b-l2h8dtfghw] {
        padding: 0.5rem 0.3rem;
        font-size: 0.82rem;
    }

    .journal-header-row[b-l2h8dtfghw] {
        font-size: 0.65rem;
    }
}
/* /Components/GameTableCard.razor.rz.scp.css */
.game-table-finished-indicator[b-m3w1ultwfp],
.game-table-points-limit-badge[b-m3w1ultwfp] {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: baseline;
    gap: 0.2rem;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.game-table-finished-indicator[b-m3w1ultwfp] {
    align-items: center;
    gap: 4px;
    background: rgba(255, 193, 7, 0.95);
    color: #1a1a1a;
    font-size: 0.75rem;
}

.game-table-points-limit-badge[b-m3w1ultwfp] {
    background: rgba(24, 54, 39, 0.92);
    border: 1px solid rgba(218, 165, 32, 0.5);
    line-height: 1;
}

.game-table-points-limit-value[b-m3w1ultwfp] {
    font-size: 0.95rem;
    color: rgba(255, 235, 180, 0.98);
    font-variant-numeric: tabular-nums;
}

.game-table-points-limit-unit[b-m3w1ultwfp] {
    font-size: 0.7rem;
    color: rgba(218, 165, 32, 0.9);
}

.game-table-card--finished .game-table-circle[b-m3w1ultwfp] {
    border-color: rgba(255, 193, 7, 0.65);
}

.game-table-card[b-m3w1ultwfp] {
    position: relative;
    width: 30svw;
    min-width: 20rem;
    max-width: 30rem;
    aspect-ratio: 1;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden !important;
    isolation: isolate;
    contain: layout style paint size;
    clip-path: inset(0);
    will-change: auto;
}

.game-table-circle[b-m3w1ultwfp] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #2d5a3d 0%, #1a3d28 50%, #0d2318 100%);
    border: 3px solid rgba(218, 165, 32, 0.4);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4), 0 4px 16px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    pointer-events: auto;
}

/* Light theme .game-table-circle: same gradient as .playground-table-circle — wwwroot/css/general/playground.css */

.game-table-circle .host-name[b-m3w1ultwfp] {
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.game-table-circle-actions[b-m3w1ultwfp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.game-table-circle-action-item[b-m3w1ultwfp] {
    width: 100%;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-table-circle-action-item.game-table-circle-action-text[b-m3w1ultwfp] {
    padding: 4px 0;
}

.game-table-seat[b-m3w1ultwfp] {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.75);
    border: 2px solid rgba(218, 165, 32, 0.35);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    overflow: hidden;
    pointer-events: auto;
    will-change: transform;
    contain: layout style;
    width: auto;
    height: auto;
}

/* Top / main (bottom): grow horizontally with the name */
.game-table-seat-top[b-m3w1ultwfp],
.game-table-seat-bottom[b-m3w1ultwfp] {
    max-width: 90%;
    max-height: none;
}

.game-table-seat-top[b-m3w1ultwfp] {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.game-table-seat-bottom[b-m3w1ultwfp] {
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.game-table-seat-top .seat-value[b-m3w1ultwfp],
.game-table-seat-bottom .seat-value[b-m3w1ultwfp] {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

/* Left / right: grow vertically as the name wraps */
.game-table-seat-left[b-m3w1ultwfp],
.game-table-seat-right[b-m3w1ultwfp] {
    max-width: 5.5rem;
    max-height: 45%;
}

.game-table-seat-left[b-m3w1ultwfp] {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.game-table-seat-right[b-m3w1ultwfp] {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.game-table-seat-left .seat-value[b-m3w1ultwfp],
.game-table-seat-right .seat-value[b-m3w1ultwfp] {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.game-table-seat .seat-value[b-m3w1ultwfp] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
/* /Components/IdentityUser.razor.rz.scp.css */
.circular_image[b-ivgaz0ll0p] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  vertical-align: middle;
}
/* /Components/Layout/CookieConsent.razor.rz.scp.css */
.cookie-consent[b-i8f592nutz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1.25rem;
    padding-bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    background: var(--content-background-color);
    color: var(--mud-palette-text-primary, inherit);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.12);
    border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary, currentColor) 12%, transparent);
    touch-action: manipulation;
}

.cookie-consent-text[b-i8f592nutz] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

.cookie-consent-button[b-i8f592nutz] {
    flex-shrink: 0;
    min-width: 4.5rem;
}

@media (max-width: 640px) {
    .cookie-consent[b-i8f592nutz] {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding: 1rem;
        padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    }

    .cookie-consent-button[b-i8f592nutz] {
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gnv29mi9so] {
    /*
     * Locked app shell: navbar + top-row stay put; article.content scrolls
     * (content-scoped scrollbar). Native Chrome PTR stays enabled because
     * html/body are not overflow:hidden (see site.css).
     *
     * z-index:0 creates a stacking context so Games tabs stay under the
     * fixed cookie sibling (which covers/hides the bottom tab bar).
     */
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    height: 100svh;
    height: 100dvh;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background-color: var(--content-background-color);
}

.main-column[b-gnv29mi9so] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    background-color: var(--content-background-color);
}

main[b-gnv29mi9so] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    position: relative;
}

.sidebar[b-gnv29mi9so] {
    flex-shrink: 0;
    height: 50px;
    z-index: calc(var(--rz-dialog-zindex) - 1);
    background: var(--top-row-background-color);
}

.top-row[b-gnv29mi9so] {
    flex-shrink: 0;
    background: var(--top-row-background-color);
    justify-content: flex-end;
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.09);
}

.top-row[b-gnv29mi9so]  a,
.top-row .btn-link[b-gnv29mi9so] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-gnv29mi9so] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-gnv29mi9so] {
        display: inline-flex;
        flex-flow: column;
        width: 100%;
        position: relative;
        z-index: calc(var(--rz-dialog-zindex) + 1);
        justify-content: center;
    }

    .sidebar[b-gnv29mi9so] {
        align-content: center;
        z-index: calc(var(--rz-dialog-zindex) + 2);
    }

    .top-row.auth[b-gnv29mi9so] {
        justify-content: space-between;
    }

    .top-row a[b-gnv29mi9so],
    .top-row .btn-link[b-gnv29mi9so] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gnv29mi9so] {
        flex-direction: row;
    }

    .sidebar[b-gnv29mi9so] {
        width: 250px;
        min-width: 250px;
        flex-shrink: 0;
        height: 100svh;
        height: 100dvh;
        box-shadow: 4px 0 12px rgba(0, 0, 0, 0.09);
        background: linear-gradient(to bottom, var(--sidebar-background-color) 40%, color-mix(in srgb, var(--pilottapp-accent-color) 60%, var(--sidebar-background-color)) 100%);
    }

    .top-row[b-gnv29mi9so] {
        z-index: calc(var(--rz-dialog-zindex) + 1);
        gap: var(--rz-gap);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.container-fluid[b-8m0out2oi0] {
    padding: 0;
    justify-content: center;
    background-color: var(--top-row-background-color);
}

.top-row.navbar[b-8m0out2oi0] {
    display: grid;
    grid-template-columns: minmax(2.75rem, 1fr) auto minmax(2.75rem, 1fr);
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    border-bottom-width: thin;
}

.navbar-side[b-8m0out2oi0] {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
}

.navbar-side-start[b-8m0out2oi0] {
    grid-column: 1;
}

.navbar-side-end[b-8m0out2oi0] {
    grid-column: 3;
    justify-content: flex-end;
}

.navbar-brand-center[b-8m0out2oi0] {
    grid-column: 2;
    justify-self: center;
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.navbar-brand-center[b-8m0out2oi0]  .mobile-dev-update-button {
    position: absolute;
    left: calc(100% + 0.35rem);
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.navbar-brand-center .navbar-brand[b-8m0out2oi0] {
    width: auto;
}

.top-row.navbar[b-8m0out2oi0]  .button-menu-toggler {
    /* relative (not static) so the MudBlazor ripple stays anchored inside the button */
    position: relative !important;
    right: auto !important;
    margin: 0 !important;
}

.navbar-brand[b-8m0out2oi0] {
    font-size: larger;
    text-align: center;
    padding: 0;
    margin: 0;
}

.navbar-brand-logo[b-8m0out2oi0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.15;
}

.brand-suits[b-8m0out2oi0] {
    display: flex;
    justify-content: center;
    gap: 0.1rem;
    font-size: medium;
}

.brand-name[b-8m0out2oi0] {
    font-size: 1.2rem;
}

.oi[b-8m0out2oi0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8m0out2oi0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    justify-self: center;
    width: -webkit-fill-available;
}

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

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

.nav-item[b-8m0out2oi0]  a {
    color: var(--mud-palette-text-primary);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    line-height: 3rem;
}

.nav-item[b-8m0out2oi0]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
}

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

.nav-item--theme-toggle[b-8m0out2oi0] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-theme-toggle[b-8m0out2oi0] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
}

/* Backdrop: mobile only; fades in/out with the menu */
.nav-menu-backdrop[b-8m0out2oi0] {
    display: none;
}

@media (max-width: 640.98px) {
    .nav-menu-backdrop[b-8m0out2oi0] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: calc(var(--rz-dialog-zindex) - 2);
        background: transparent;
        cursor: default;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .nav-menu-backdrop.nav-menu-backdrop--visible[b-8m0out2oi0] {
        opacity: 1;
        pointer-events: auto;
    }

    .top-second-row[b-8m0out2oi0] {
        overflow: hidden;
        /* Room for a separate theme-toggle nav item under About (and Admin when present) */
        max-height: 24rem;
        opacity: 1;
        transform: translateY(0);
        transition:
            max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1),
            transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
            border-bottom-color 0.28s ease;
        transform-origin: top center;
    }

    .top-second-row.nav-menu-collapsed[b-8m0out2oi0] {
        max-height: 0;
        opacity: 0;
        transform: translateY(-0.35rem);
        border-bottom-color: transparent;
        pointer-events: none;
    }

    @media (prefers-reduced-motion: reduce) {
        .nav-menu-backdrop[b-8m0out2oi0],
        .top-second-row[b-8m0out2oi0] {
            transition-duration: 0.01ms;
        }
    }
}

.top-second-row[b-8m0out2oi0] {
    position: absolute;
    width: -webkit-fill-available;
    z-index: calc(var(--rz-dialog-zindex) - 1);
    border-bottom: solid;
    border-bottom-width: thin;
    background: var(--top-row-background-color);
}

@media handheld,
screen and (min-width: 641px) {
    .container-fluid[b-8m0out2oi0] {
        position: relative;
        padding: 0.5px;
    }

    .top-second-row.nav-menu-collapsed[b-8m0out2oi0] {
        max-height: none;
        opacity: 1;
        transform: none;
        overflow: visible;
        pointer-events: auto;
        border-bottom-color: inherit;
    }

    .top-second-row[b-8m0out2oi0] {
        position: relative;
        border-left: none;
        border-right: none;
        border-bottom: none;
        background: transparent;
    }

    .top-row.navbar[b-8m0out2oi0] {
        border-bottom: none;
    }
}

@media (min-width: 641px) {
    .container-fluid[b-8m0out2oi0] {
        position: relative;
        padding: 0.5px;
    }

    .top-second-row.nav-menu-collapsed[b-8m0out2oi0] {
        max-height: none;
        opacity: 1;
        transform: none;
        overflow: visible;
        pointer-events: auto;
        border-bottom-color: inherit;
    }

    .top-second-row[b-8m0out2oi0] {
        position: relative;
        border-left: none;
        border-right: none;
        border-bottom: none;
        background: transparent;
    }

    .top-row.navbar[b-8m0out2oi0] {
        border-bottom: none;
    }
}

.steel-glow-suits.navbar-brand-logo[b-8m0out2oi0] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steel-glow-suits .bi[b-8m0out2oi0] {
    -webkit-text-fill-color: transparent !important;
    /* Safari/Chrome */
    color: transparent !important;
    /* Firefox/Edge */
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

/* Remove underline if any */
.steel-glow-suits.navbar-brand[b-8m0out2oi0] {
    text-decoration: none !important;
}

/* Prevent Bootstrap white on hover */
.steel-glow-suits.navbar-brand:hover[b-8m0out2oi0],
.steel-glow-suits.navbar-brand:focus[b-8m0out2oi0] {
    color: transparent !important;
}

/* Steel texture */
.steel-glow-suits span[b-8m0out2oi0] {
    color: transparent;
    background: linear-gradient(135deg, var(--mud-palette-primary), var(--mud-palette-primary), var(--mud-palette-white), var(--mud-palette-primary), var(--mud-palette-primary), var(--mud-palette-primary));
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: steel-shine-b-8m0out2oi0 8s linear infinite;
}

/* Steel light sweep */
@keyframes steel-shine-b-8m0out2oi0 {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}
/* /Components/Layout/PlaygroundVisualDemoLayout.razor.rz.scp.css */
.page[b-ovdkjs8jeq] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    height: 100svh;
    height: 100dvh;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background-color: var(--content-background-color);
}

main[b-ovdkjs8jeq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: relative;
    width: 100%;
}

/* Match PlaygroundPage sizing so absolute table/hand layout has a real height. */
[b-ovdkjs8jeq] .content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

[b-ovdkjs8jeq] .playground-page,
[b-ovdkjs8jeq] .playground {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 0;
    flex: 1;
}
/* /Components/Pages/AboutPage.razor.rz.scp.css */
.about-page[b-mk82s65jaa] {
    max-width: 46rem;
    margin-inline: auto;
}

.about-lede[b-mk82s65jaa] {
    max-width: 34rem;
}

.about-toc-link[b-mk82s65jaa] {
    font-family: var(--pilottapp-logo-font-family, "Outfit", "Segoe UI", system-ui, sans-serif);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--mud-palette-primary);
    text-decoration: none;
}

.about-toc-link:hover[b-mk82s65jaa] {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.about-section-anchor[b-mk82s65jaa] {
    scroll-margin-top: 1rem;
}

.about-section-title[b-mk82s65jaa] {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
}

.about-list[b-mk82s65jaa]  .mud-list-item-icon {
    min-width: 2.25rem;
    color: var(--mud-palette-primary);
}

.about-tech-grid[b-mk82s65jaa] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
    gap: 0.75rem;
}

.about-tech-card[b-mk82s65jaa] {
    padding: 0.85rem 0.9rem;
    border-radius: 8px;
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
}

.about-demo-figure[b-mk82s65jaa] {
    margin: 0;
}

.about-demo-video[b-mk82s65jaa] {
    display: none;
    width: 100%;
    max-width: 18rem;
    margin-inline: auto;
    aspect-ratio: 390 / 844;
    height: auto;
    border-radius: 10px;
    background: #0d1712;
    border: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 14%, transparent);
    pointer-events: none;
}

.about-demo-video.about-demo-video-active[b-mk82s65jaa] {
    display: block;
}

.page:not(.radzen-dark-theme) .about-demo-video[b-mk82s65jaa] {
    background: #e7e8eb;
}

.about-demo-caption[b-mk82s65jaa] {
    display: block;
    margin-top: 0.55rem;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.35;
}

@media (max-width: 480px) {
    .about-section[b-mk82s65jaa] {
        padding: 1.25rem !important;
    }

    .about-demo-video[b-mk82s65jaa] {
        max-width: 100%;
    }
}
/* /Components/Pages/GameCreatePage.razor.rz.scp.css */
 .game-create-page[b-gscnzjga77] {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-start;
     padding: 2.5rem 1.5rem 3rem;
     min-height: 100%;
     box-sizing: border-box;
 }

 .game-create-header[b-gscnzjga77] {
     max-width: 720px;
     text-align: center;
     margin-bottom: 1.75rem;
 }

 .game-create-title[b-gscnzjga77] {
     font-weight: 600;
     letter-spacing: 0.03em;
 }

 .game-create-subtitle[b-gscnzjga77] {
     margin-top: 0.35rem;
     color: var(--mud-palette-text-secondary);
 }

 .game-table-card[b-gscnzjga77] {
     position: relative;
     width: 30svw;
     min-width: 20rem;
     max-width: 30rem;
     aspect-ratio: 1;
     margin: 0;
     box-sizing: border-box;
     overflow: hidden;
     isolation: isolate;
     clip-path: inset(0);
     will-change: auto;
 }

 .game-table-circle[b-gscnzjga77] {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 85%;
     height: 85%;
     border-radius: 50%;
     background: radial-gradient(ellipse at center, #2d5a3d 0%, #1a3d28 50%, #0d2318 100%);
     border: 3px solid rgba(218, 165, 32, 0.4);
     box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4), 0 4px 16px rgba(0, 0, 0, 0.3);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 8px;
 }

 .game-table-seat[b-gscnzjga77] {
     position: absolute;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     min-width: 80px;
     padding: 6px 10px;
     background: rgba(0, 0, 0, 0.75);
     border: 2px solid rgba(218, 165, 32, 0.35);
     border-radius: 12px;
     box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
     box-sizing: border-box;
     overflow: hidden;
     max-width: 7rem;
     width: auto;
     max-height: 5rem;
     height: auto;
 }

 .game-table-seat-top[b-gscnzjga77] {
     top: 0%;
     left: 50%;
     transform: translateX(-50%);
 }

 .game-table-seat-bottom[b-gscnzjga77] {
     bottom: 0%;
     left: 50%;
     transform: translateX(-50%);
 }

 .game-table-seat-left[b-gscnzjga77] {
     left: 0;
     top: 50%;
     transform: translateY(-50%);
 }

 .game-table-seat-right[b-gscnzjga77] {
     right: 0;
     top: 50%;
     transform: translateY(-50%);
 }

.game-table-seat .seat-value[b-gscnzjga77] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 100%;
}

 .game-table[b-gscnzjga77] {
     position: relative;
     max-width: 900px;
     width: 100%;
     margin: 0 auto;
     display: flex;
     flex-direction: column;
     align-items: center;
     /* Smaller vertical gap so rows sit tighter together */
     gap: 1.1rem;
     --game-create-card-height: 6.25rem;
 }

 .top-player-row[b-gscnzjga77] {
     display: flex;
     justify-content: center;
     /* Pull the top card slightly closer to the table row */
     margin-bottom: -0.2rem;
     /* Fixed height so top player card doesn't grow; matches side cards */
     height: var(--game-create-card-height);
     min-height: var(--game-create-card-height);
     max-height: var(--game-create-card-height);
 }

 .side-players-row[b-gscnzjga77] {
     display: flex;
     justify-content: center;
     align-items: center;
     /* Very small horizontal gap so side players hug the table */
     gap: 0.25rem;
     /* Keep cards on a single row on wider screens */
     flex-wrap: nowrap;
 }

 .side-player-card[b-gscnzjga77] {
     display: flex;
     justify-content: center;
     /* Narrower so cards can sit tight against the table */
     flex: 0 1 180px;
     /* Same fixed height as top player selection */
     height: var(--game-create-card-height);
     min-height: var(--game-create-card-height);
     max-height: var(--game-create-card-height);
 }

 .player-card[b-gscnzjga77] {
     min-width: 260px;
     max-width: 340px;
     width: 100%;
     padding: 1.1rem 1.3rem;
     border-radius: 0.9rem;
     background-color: var(--top-row-background-color);
     box-shadow: 0 12px 30px rgba(15, 23, 42, 0.4);
 }

 /* Make the create-page table reuse the round table look from GamesPage, but with lighter seats */
 .game-create-table-card[b-gscnzjga77] {
     margin: 0 auto 3.25rem;
     flex: 0 0 30svw;
     overflow: visible;
     clip-path: none;
 }

 .game-create-table-card .game-table-circle[b-gscnzjga77] {
     background: radial-gradient(ellipse at center, #295842 0%, #183627 55%, #0c1e14 100%);
     gap: 0.35rem;
     padding: 10px 12px;
     overflow: hidden;
     pointer-events: auto;
 }

 .game-create-table-label[b-gscnzjga77] {
     line-height: 1.2;
     font-weight: 600;
 }

 .game-create-table-controls[b-gscnzjga77] {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 0.35rem;
     width: auto;
     max-width: 90%;
     pointer-events: auto;
 }

 .game-create-points-limit[b-gscnzjga77] {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 0.35rem;
 }

 .game-create-points-limit-group[b-gscnzjga77] {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     gap: 0.5rem 1.25rem;
 }

 .game-create-table-card .game-create-seat[b-gscnzjga77] {
     background: transparent;
     border: none;
     box-shadow: none;
     padding: 0;
     min-width: 0;
     max-width: none;
     max-height: none;
     width: auto;
     /* Don't clip the MudButton to the seat's 12px radius */
     border-radius: 0;
     overflow: visible;
 }

 .game-create-table-card .game-table-seat-bottom.game-create-seat[b-gscnzjga77] {
     bottom: -2.25rem;
 }

 .game-table-footer[b-gscnzjga77] {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 1rem;
 }

 .game-create-button[b-gscnzjga77] {
     min-width: 190px;
     font-weight: 600;
     letter-spacing: 0.06em;
     text-transform: uppercase;
 }

 /* MudButton root won't get the page scope attribute — pierce isolation */
 :deep(.game-create-button)[b-gscnzjga77] {
     border-radius: var(--mud-default-borderradius) !important;
 }

 .game-create-hint[b-gscnzjga77] {
     color: var(--mud-palette-text-secondary);
 }

 @media (min-width: 1126px) {
     .game-table-footer--narrow[b-gscnzjga77] {
         display: none;
     }
 }

 /* On small screens we don't need the visual table; just show the selectors stacked nicely */
 @media (max-width: 1125px) {
     .game-create-table-controls[b-gscnzjga77] {
         display: none;
     }

     .game-create-table-card[b-gscnzjga77] {
         display: none;
     }

     .game-table[b-gscnzjga77] {
         max-width: 100%;
         gap: 0.9rem;
     }

     .top-player-row[b-gscnzjga77],
     .side-players-row[b-gscnzjga77] {
         justify-content: center;
     }

     .side-players-row[b-gscnzjga77] {
         flex-direction: column;
         align-items: stretch;
         flex-wrap: nowrap;
         gap: 0.75rem;
     }

     .side-player-card[b-gscnzjga77] {
         width: 100%;
         justify-content: center;
     }

     .player-card[b-gscnzjga77] {
         max-width: none;
         margin-inline: auto;
     }
 }
/* /Components/Pages/GamesPage.razor.rz.scp.css */
/*
 * Fill article.content via flex. Cookie banner is a fixed overlay that covers
 * the bottom tab bar while visible (see site.css / mud-overrides.css).
 */
.games-page-shell[b-0rogve5n6x] {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    /* Mobile: tab strip at bottom (Position.Bottom + reverse). Desktop: top — see media query. */
    flex-direction: column-reverse;
    height: 100%;
    background: var(--content-background-color) !important;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar {
    flex-shrink: 0;
    position: relative;
    z-index: 0; /* stay behind the fixed cookie popup */
    background: var(--content-background-color) !important;
    border-top: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
}

/* Panel body scroll is per-tab (.games-tab-panel-scroll); this container only lays out. */
.games-page-shell[b-0rogve5n6x]  .mud-tabs-panels {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--content-background-color) !important;
}

.games-page-shell[b-0rogve5n6x]  .mud-tab-panel {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.games-tab-panel-scroll[b-0rogve5n6x] {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}

/*
 * Overlay the tab panel content (not the bottom tab strip).
 * Wrapper is a page-owned element so scoped CSS always applies.
 */
.games-scroll-to-top[b-0rogve5n6x] {
    position: absolute;
    right: 1rem;
    /* Clear the taller icon+label tab strip */
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
    z-index: 20;
    pointer-events: none;
}

.games-scroll-to-top[b-0rogve5n6x]  .mud-fab {
    pointer-events: auto;
}

.games-tab-pull-indicator[b-0rogve5n6x] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    color: var(--mud-palette-text-secondary, rgba(0, 0, 0, 0.6));
    font-size: 0.8125rem;
    line-height: 1.2;
    user-select: none;
    pointer-events: none;
    transition: height 0.18s ease;
}

.games-tab-pull-indicator-text[b-0rogve5n6x] {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
}

.games-tab-pull-indicator-spinner[b-0rogve5n6x] {
    flex: 0 0 0;
    width: 0;
    height: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    opacity: 0;
    overflow: hidden;
    transform: scale(0.85);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.games-tab-panel-scroll.games-tab-pull-ready .games-tab-pull-indicator-text[b-0rogve5n6x] {
    font-weight: 600;
}

.games-tab-panel-scroll.games-tab-refreshing .games-tab-pull-indicator[b-0rogve5n6x] {
    gap: 0.5rem;
}

.games-tab-panel-scroll.games-tab-refreshing .games-tab-pull-indicator-text[b-0rogve5n6x] {
    flex: 0 1 auto;
    width: auto;
}

.games-tab-panel-scroll.games-tab-refreshing .games-tab-pull-indicator-spinner[b-0rogve5n6x] {
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-top-color: transparent;
    opacity: 1;
    transform: scale(1);
    animation: games-tab-pull-spin-b-0rogve5n6x 0.8s linear infinite;
}

@keyframes games-tab-pull-spin-b-0rogve5n6x {
    to {
        transform: rotate(360deg);
    }
}

/*
 * Icon-above-label tab strip (all viewports).
 * Mud wraps each tab in .mud-tooltip-root and sets .mud-tab { flex-shrink: 0 };
 * equal-width children keep Ongoing / Invitations / Available on one row.
 */
.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar {
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar .mud-tooltip-root {
    /* Remove wrapper box so taps hit .mud-tab directly */
    display: contents;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar .mud-tab {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-scroll-button {
    display: none;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar-inner {
    min-width: 0;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar-content {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar-wrapper {
    transform: none !important;
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar-wrapper > * {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 33.333% !important;
    box-sizing: border-box;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar-wrapper .mud-tab {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    min-height: 3.25rem !important;
    height: auto !important;
    padding: 0.35rem 0.25rem 0.4rem !important;
    margin: 0 !important;
    flex-shrink: 1 !important;
    flex-grow: 0 !important;
    flex-direction: column !important;
    gap: 0.15rem !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 0.6875rem !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar-wrapper .mud-tab .mud-icon-root,
.games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar-wrapper .mud-tab .mud-tab-icon-text {
    margin: 0 !important;
    margin-inline: 0 !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    width: 1.35rem !important;
    height: 1.35rem !important;
    flex-shrink: 0;
}

/* Desktop: tabs on top (same breakpoint as MainLayout / NavMenu). */
@media (min-width: 641px) {
    .games-page-shell[b-0rogve5n6x]  .mud-tabs {
        flex-direction: column;
    }

    .games-page-shell[b-0rogve5n6x]  .mud-tabs-tabbar {
        border-top: none;
        border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
        padding-bottom: 0;
    }

    .games-scroll-to-top[b-0rogve5n6x] {
        bottom: 1rem;
    }
}
/* /Components/Pages/LoginPage.razor.rz.scp.css */
.login-with-google-btn[b-n3lxkdffui] {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    position: relative;
  }
  .login-with-google-btn:hover[b-n3lxkdffui] {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .login-with-google-btn:active[b-n3lxkdffui] {
    background-color: #eeeeee;
  }
  .login-with-google-btn:focus[b-n3lxkdffui] {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
  }
  .login-with-google-btn-spinner[b-n3lxkdffui] {
    display: none;
  }
  .login-with-google-btn.is-loading[b-n3lxkdffui] {
    color: transparent;
    pointer-events: none;
    cursor: default;
    background-image: none;
  }
  .login-with-google-btn.is-loading .login-with-google-btn-label[b-n3lxkdffui] {
    visibility: hidden;
  }
  .login-with-google-btn.is-loading .login-with-google-btn-spinner[b-n3lxkdffui] {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid #bdbdbd;
    border-top-color: #757575;
    border-radius: 50%;
    animation: google-btn-spin-b-n3lxkdffui 0.7s linear infinite;
  }
  @keyframes google-btn-spin-b-n3lxkdffui {
    to { transform: rotate(360deg); }
  }
/* /Components/Pages/PlaygroundPage.razor.rz.scp.css */
.playground-page[b-c3kvdd2g67] {
    /* Flex-fill .content (not absolute inset) so the article can overscroll → native PTR. */
    position: relative;
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.playground-page-back[b-c3kvdd2g67] {
    display: none;
    position: absolute;
    top: 0.35rem;
    left: 0.35rem;
    z-index: 20;
}

@media (max-width: 640.98px) {
    .playground-page-back[b-c3kvdd2g67] {
        display: block;
    }
}

.playground-finished-overlay[b-c3kvdd2g67] {
    background-color: var(--content-background-color);
    z-index: 2;
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    box-sizing: border-box;
}

.playground-finished-card[b-c3kvdd2g67] {
    max-width: 32rem;
    width: 100%;
    border-radius: 12px;
}

.playground-finished-score-tile[b-c3kvdd2g67] {
    border-radius: 8px;
    height: 100%;
}
/* /Components/Pages/PlaygroundVisualDemoPage.razor.rz.scp.css */
.playground-page[b-8rzm8y2lnl] {
    position: relative;
    height: 100%;
    width: 100%;
}

/*
 * Demo-only: slightly longer than live 0.5s so recording stays smooth,
 * but still snappy on the About page.
 */
[b-8rzm8y2lnl] .card {
    transition:
        transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        left 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        top 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        right 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        width 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
        bottom 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}
/* /Components/Pages/RegisterPage.razor.rz.scp.css */
.login-with-google-btn[b-dg1xyjpz6o] {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    position: relative;
  }
  .login-with-google-btn:hover[b-dg1xyjpz6o] {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
  }
  .login-with-google-btn:active[b-dg1xyjpz6o] {
    background-color: #eeeeee;
  }
  .login-with-google-btn:focus[b-dg1xyjpz6o] {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
  }
  .login-with-google-btn-spinner[b-dg1xyjpz6o] {
    display: none;
  }
  .login-with-google-btn.is-loading[b-dg1xyjpz6o] {
    color: transparent;
    pointer-events: none;
    cursor: default;
    background-image: none;
  }
  .login-with-google-btn.is-loading .login-with-google-btn-label[b-dg1xyjpz6o] {
    visibility: hidden;
  }
  .login-with-google-btn.is-loading .login-with-google-btn-spinner[b-dg1xyjpz6o] {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid #bdbdbd;
    border-top-color: #757575;
    border-radius: 50%;
    animation: google-btn-spin-b-dg1xyjpz6o 0.7s linear infinite;
  }
  @keyframes google-btn-spin-b-dg1xyjpz6o {
    to { transform: rotate(360deg); }
  }
/* /Components/Pages/StatsPage.razor.rz.scp.css */
.stats-record-row[b-qry44rtxd0] {
    width: 100%;
}

.stats-record-item[b-qry44rtxd0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 4.5rem;
}

.stats-page-shell[b-qry44rtxd0]  .stats-finished-game-item {
    cursor: pointer;
    justify-content: center;
}

.stats-page-shell[b-qry44rtxd0]  .stats-finished-game-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

/* MudBlazor sets border: 0 on clickable list items; inset shadow draws the row separator. */
.stats-page-shell[b-qry44rtxd0]  .stats-finished-game-item:not(:last-child) {
    box-shadow: inset 0 -1px 0 0 var(--mud-palette-divider);
}

.stats-page-shell[b-qry44rtxd0]  .stats-finished-game-item:hover {
    background-color: var(--mud-palette-action-default-hover);
}
/* /Components/PilottaLoader.razor.rz.scp.css */

.pilotta-overlay[b-yab4qjgmuk] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.pilotta-loader[b-yab4qjgmuk] {
    display: flex;
    gap: 3px;
    font-size: 30px;
    margin-bottom: 30px;
}

.suit[b-yab4qjgmuk] {
    animation: bounce-b-yab4qjgmuk 1.2s infinite ease-in-out;
    opacity: 0.3;
}

.suit:nth-child(1)[b-yab4qjgmuk] { animation-delay: 0s; }
.suit:nth-child(2)[b-yab4qjgmuk] { animation-delay: 0.15s; }
.suit:nth-child(3)[b-yab4qjgmuk] { animation-delay: 0.3s; }
.suit:nth-child(4)[b-yab4qjgmuk] { animation-delay: 0.45s; }

.spade[b-yab4qjgmuk], .club[b-yab4qjgmuk], .heart[b-yab4qjgmuk], .diamond[b-yab4qjgmuk] {
    color: var(--mud-palette-primary-lighten);
}

@keyframes bounce-b-yab4qjgmuk {
    0%   { transform: translateY(0); opacity: 0.1; }
    50%  { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.1; }
}
