/* /Layout/ActionToast.razor.rz.scp.css */
.pmc-toast-backdrop[b-ykt53cr6dt] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.pmc-toast-backdrop.show[b-ykt53cr6dt] {
    opacity: 1;
    pointer-events: auto;
}

.pmc-toast-backdrop.show:not(.is-busy)[b-ykt53cr6dt] {
    cursor: pointer;
}

.pmc-toast[b-ykt53cr6dt] {
    min-width: 14rem;
    max-width: min(22rem, 92vw);
    padding: 1.4rem 1.5rem;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.25);
    text-align: center;
    transform: scale(0.96);
    transition: transform 0.2s ease;
}

.pmc-toast-backdrop.show .pmc-toast[b-ykt53cr6dt] {
    transform: scale(1);
}

.pmc-toast-spinner[b-ykt53cr6dt] {
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 auto 0.85rem;
    border: 3px solid #cfe8d6;
    border-top-color: #0a7d2c;
    border-radius: 50%;
    animation: pmc-toast-spin-b-ykt53cr6dt 0.8s linear infinite;
}

@keyframes pmc-toast-spin-b-ykt53cr6dt {
    to {
        transform: rotate(360deg);
    }
}

.pmc-toast-icon[b-ykt53cr6dt] {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}

.pmc-toast-success .pmc-toast-icon[b-ykt53cr6dt] {
    background: #0a7d2c;
}

.pmc-toast-error .pmc-toast-icon[b-ykt53cr6dt] {
    background: #b02a37;
}

.pmc-toast-msg[b-ykt53cr6dt] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #212529;
}

.pmc-toast-error .pmc-toast-msg[b-ykt53cr6dt] {
    font-weight: 500;
}

.pmc-toast-hint[b-ykt53cr6dt] {
    margin-top: 0.6rem;
    font-size: 0.78rem;
    color: #6c757d;
}
/* /Layout/ConnectingGate.razor.rz.scp.css */
.pmc-splash[b-zapeiy40q9] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 1rem;
}

.pmc-splash-card[b-zapeiy40q9] {
    text-align: center;
    color: #0a7d2c;
}

.pmc-splash-spinner[b-zapeiy40q9] {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 1rem;
    border: 3px solid #cfe8d6;
    border-top-color: #0a7d2c;
    border-radius: 50%;
    animation: pmc-splash-spin-b-zapeiy40q9 0.8s linear infinite;
}

.pmc-splash-msg[b-zapeiy40q9] {
    font-size: 1.1rem;
    font-weight: 600;
}

@keyframes pmc-splash-spin-b-zapeiy40q9 {
    to {
        transform: rotate(360deg);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.pmc-shell[b-7zu48412a5] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ---- Top app-bar: [account] [title + pill] [☰] ---- */
.pmc-appbar[b-7zu48412a5] {
    position: sticky;
    top: 0;
    z-index: 1030;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.5rem;
    min-height: 3.5rem;
    padding: 0 0.75rem;
    background-color: #0a7d2c;
    color: #fff;
}

.pmc-appbar-left[b-7zu48412a5] {
    display: flex;
    align-items: center;
    justify-self: start;
}

.pmc-appbar-center[b-7zu48412a5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    text-align: center;
}

.pmc-signin[b-7zu48412a5] {
    white-space: nowrap;
}

.pmc-hamburger[b-7zu48412a5] {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.pmc-page-title[b-7zu48412a5] {
    max-width: 100%;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* "Acting as X" pill, stacked under the page title, only while impersonating. */
.pmc-acting-pill[b-7zu48412a5] {
    margin-top: 1px;
    max-width: 100%;
    background: #ffd24d;
    color: #3d2c00;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 0.05rem 0.5rem;
    border-radius: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---- Body: drawer + content ---- */
.page[b-7zu48412a5] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sidebar[b-7zu48412a5] {
    background-image: linear-gradient(180deg, #0a7d2c 0%, #064d1c 70%);
}

/* Mobile: when open, pin the drawer under the app-bar so it can't scroll off-screen
   (mirrors .pmc-userpanel). Closed, the inner nav is display:none so this has no effect. */
.sidebar-open[b-7zu48412a5] {
    position: fixed;
    top: 3.5rem;
    left: 0;
    right: 0;
    z-index: 1040;
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

main[b-7zu48412a5] {
    flex: 1;
    min-width: 0;
}

.content[b-7zu48412a5] {
    padding-top: 1rem;
}

@media (min-width: 641px) {
    /* On desktop the drawer is a permanent left rail; the hamburger isn't needed. */
    .pmc-hamburger[b-7zu48412a5] {
        display: none;
    }

    .page[b-7zu48412a5] {
        flex-direction: row;
    }

    .sidebar[b-7zu48412a5] {
        flex: 0 0 250px;
        width: 250px;
        position: sticky;
        top: 3.5rem;
        height: calc(100vh - 3.5rem);
    }

    /* Desktop keeps the permanent sticky rail — neutralise the mobile "open" pinning. */
    .sidebar-open[b-7zu48412a5] {
        position: sticky;
        max-height: none;
        box-shadow: none;
    }

    .content[b-7zu48412a5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.bi[b-qz3epmfu0f] {
    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-qz3epmfu0f] {
    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-qz3epmfu0f] {
    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-qz3epmfu0f] {
    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-qz3epmfu0f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qz3epmfu0f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qz3epmfu0f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qz3epmfu0f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qz3epmfu0f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qz3epmfu0f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .collapse[b-qz3epmfu0f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-qz3epmfu0f] {
        /* Fill the sticky sidebar (height is set by the layout) and scroll if tall. */
        height: 100%;
        overflow-y: auto;
    }
}
/* /Layout/UserMenu.razor.rz.scp.css */
/* ---- User icon in the app-bar ---- */
.pmc-user[b-tc4shpioer] {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pmc-usericon[b-tc4shpioer] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    cursor: pointer;
}

/* Impersonating — unmistakable amber */
.pmc-usericon.acting[b-tc4shpioer] {
    background: #ffd24d;
    border-color: #e0a800;
    color: #3d2c00;
}

/* Small dot: this user can act-as (agent/admin) but isn't currently */
.pmc-usericon-dot[b-tc4shpioer] {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #ffd24d;
    border: 1px solid #0a7d2c;
}

/* ---- Account panel ---- */
.pmc-backdrop[b-tc4shpioer] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.15);
}

/* Mobile-first: full-width drawer dropping from under the app-bar, like the nav menu. */
.pmc-userpanel[b-tc4shpioer] {
    position: fixed;
    top: 3.5rem;
    left: 0;
    right: 0;
    z-index: 1050;
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    background: #fff;
    color: #212529;
    border-bottom: 1px solid #d6d5d5;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
}

/* Desktop: compact dropdown anchored under the icon. */
@media (min-width: 641px) {
    .pmc-userpanel[b-tc4shpioer] {
        position: absolute;
        top: calc(100% + 0.4rem);
        left: 0;
        right: auto;
        width: auto;
        min-width: 15rem;
        max-width: 20rem;
        max-height: none;
        border: 1px solid #d6d5d5;
        border-radius: 0.5rem;
        box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.18);
    }
}

.pmc-userpanel-header[b-tc4shpioer] {
    padding: 0.4rem 0.6rem 0.6rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.3rem;
}

.pmc-userpanel-name[b-tc4shpioer] {
    font-weight: 600;
}

.pmc-userpanel-role[b-tc4shpioer] {
    font-size: 0.8rem;
    color: #0a7d2c;
    font-weight: 600;
}

.pmc-userpanel-sub[b-tc4shpioer] {
    font-size: 0.8rem;
    color: #6c757d;
}

.pmc-usersection[b-tc4shpioer] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
    padding: 0.5rem 0.6rem 0.2rem;
}

.pmc-userlist[b-tc4shpioer] {
    max-height: 16rem;
    overflow-y: auto;
}

.pmc-userrow[b-tc4shpioer] {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    border-radius: 0.35rem;
    padding: 0.65rem 0.6rem;
    font-size: 0.95rem;
    color: #212529;
    cursor: pointer;
    min-height: 44px;
}

.pmc-userrow:hover[b-tc4shpioer],
.pmc-userrow:focus[b-tc4shpioer] {
    background: #f1f3f5;
}

.pmc-userrow-role[b-tc4shpioer] {
    color: #6c757d;
    margin-left: 0.4rem;
}

.pmc-return[b-tc4shpioer] {
    color: #0a7d2c;
    font-weight: 600;
}

.pmc-signout[b-tc4shpioer] {
    color: #b02a37;
    font-weight: 600;
}

.pmc-userrow-divider[b-tc4shpioer] {
    height: 1px;
    background: #eee;
    margin: 0.3rem 0;
}

.pmc-userfilter[b-tc4shpioer] {
    margin: 0.2rem 0.6rem 0.4rem;
    width: calc(100% - 1.2rem);
}

.pmc-userempty[b-tc4shpioer] {
    padding: 0.6rem;
    color: #6c757d;
    font-size: 0.9rem;
}
/* /Pages/Home.razor.rz.scp.css */
.pmc-club-title[b-nkhm8p1vya] {
    color: #0a7d2c;
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0.25rem 0 1rem;
}

.pmc-home-guest[b-nkhm8p1vya] {
    max-width: 460px;
    margin: 2.5rem auto;
    text-align: center;
}

.pmc-home-login[b-nkhm8p1vya] {
    display: inline-block;
    min-width: 200px;
    margin: 1rem 0 0.5rem;
}

.pmc-home-links[b-nkhm8p1vya] {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.pmc-home-links li[b-nkhm8p1vya] {
    margin: 0.9rem 0;
}

/* ---- Member home tiles ---- */
.pmc-greeting[b-nkhm8p1vya] {
    color: #495057;
    margin-bottom: 1rem;
}

.pmc-tiles[b-nkhm8p1vya] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.85rem;
    max-width: 720px;
    margin: 0 0 1.5rem;
}

.pmc-tile[b-nkhm8p1vya] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    text-decoration: none;
    padding: 1.25rem 0.75rem;
    min-height: 110px;
    background: #fff;
    border: 1px solid #e0e3e0;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: transform 0.08s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.pmc-tile:hover[b-nkhm8p1vya],
.pmc-tile:focus[b-nkhm8p1vya] {
    border-color: #0a7d2c;
    box-shadow: 0 4px 12px rgba(10, 125, 44, 0.15);
    transform: translateY(-2px);
}

.pmc-tile[b-nkhm8p1vya]  .pmc-icon {
    width: 1.9rem;
    height: 1.9rem;
    color: #0a7d2c;
}

.pmc-tile span[b-nkhm8p1vya] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #212529;
}

.pmc-tiles-heading[b-nkhm8p1vya] {
    font-size: 1rem;
    font-weight: 700;
    color: #495057;
    margin: 0.5rem 0 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
