/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-backdrop[b-597ze21pnz] {
    position: fixed;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 12%, rgba(166, 82, 222, 0.22), transparent 26rem),
        radial-gradient(circle at 88% 84%, rgba(255, 179, 92, 0.13), transparent 24rem),
        linear-gradient(145deg, #120f1d 0%, #1c162a 54%, #151020 100%);
}

.login-backdrop[b-597ze21pnz]::before,
.login-backdrop[b-597ze21pnz]::after {
    position: absolute;
    width: 18rem;
    height: 18rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    content: "";
}

.login-backdrop[b-597ze21pnz]::before {
    top: -8rem;
    right: -6rem;
}

.login-backdrop[b-597ze21pnz]::after {
    bottom: -10rem;
    left: -5rem;
}

.login-card[b-597ze21pnz] {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 2rem 5rem rgba(8, 5, 17, 0.42);
}

.login-brand[b-597ze21pnz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1.75rem 2rem 1.35rem;
    background:
        radial-gradient(circle at 20% 0, rgba(191, 93, 255, 0.24), transparent 55%),
        linear-gradient(145deg, #211833, #120f1d);
}

.login-brand img[b-597ze21pnz] {
    display: block;
    width: min(100%, 21rem);
    height: auto;
    filter: drop-shadow(0 0.65rem 1.2rem rgba(0, 0, 0, 0.28));
}

.login-brand span[b-597ze21pnz] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.login-panel[b-597ze21pnz] {
    padding: 2rem;
}

.login-heading[b-597ze21pnz] {
    margin-bottom: 1.7rem;
}

.login-heading h1[b-597ze21pnz] {
    margin: 0.15rem 0 0.4rem;
    color: #211833;
    font-size: clamp(1.75rem, 5vw, 2.15rem);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.login-heading p[b-597ze21pnz] {
    margin: 0;
    color: #70667f;
}

.login-heading .login-kicker[b-597ze21pnz] {
    color: #8b3fc6;
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.login-field[b-597ze21pnz] {
    margin-bottom: 1.15rem;
}

.login-field label[b-597ze21pnz] {
    display: block;
    margin-bottom: 0.45rem;
    color: #30263e;
    font-size: 0.9rem;
    font-weight: 700;
}

.login-field .login-input[b-597ze21pnz] {
    min-height: 3.25rem;
    padding: 0.75rem 0.95rem;
    border: 1px solid #cfc8d8;
    border-radius: 0.75rem;
    background: #fbf9fd;
    color: #211833;
    font-size: 1rem;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.login-field .login-input[b-597ze21pnz]::placeholder {
    color: #9f97aa;
    opacity: 0.72;
}

.login-field .login-input:focus[b-597ze21pnz] {
    border-color: #9450c6;
    background: #fff;
    box-shadow: 0 0 0 0.22rem rgba(148, 80, 198, 0.16);
}

.login-validation-summary[b-597ze21pnz] {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    border: 1px solid #e9b7bd;
    border-radius: 0.7rem;
    background: #fff2f3;
    font-size: 0.86rem;
}

.login-validation-summary ul[b-597ze21pnz] {
    margin-bottom: 0;
    padding-left: 1.1rem;
}

.login-options[b-597ze21pnz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0.2rem 0 1.4rem;
    font-size: 0.88rem;
}

.login-remember[b-597ze21pnz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #51465e;
}

.login-options a[b-597ze21pnz] {
    color: #7b32ae;
    font-weight: 650;
    text-decoration: none;
}

.login-options a:hover[b-597ze21pnz] {
    color: #552174;
    text-decoration: underline;
}

.login-submit[b-597ze21pnz] {
    width: 100%;
    min-height: 3.2rem;
    border: 0;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    box-shadow: 0 0.75rem 1.5rem rgba(124, 53, 173, 0.24);
    color: #fff;
    font-size: 1rem;
    font-weight: 750;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.login-submit:hover[b-597ze21pnz],
.login-submit:focus-visible[b-597ze21pnz] {
    background: linear-gradient(135deg, #6d299e, #9140c1);
    box-shadow: 0 0.9rem 1.8rem rgba(124, 53, 173, 0.32);
    color: #fff;
    transform: translateY(-1px);
}

.login-footer[b-597ze21pnz] {
    margin: 1.4rem 0 0;
    color: #8a8194;
    font-size: 0.78rem;
    text-align: center;
}

@media (max-width: 480px) {
    .login-brand[b-597ze21pnz] {
        padding: 1.35rem 1.4rem 1rem;
    }

    .login-panel[b-597ze21pnz] {
        padding: 1.5rem;
    }

    .login-options[b-597ze21pnz] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }
}
/* /Components/Account/Pages/Manage/Index.razor.rz.scp.css */
.profile-summary[b-d9ui5al64y] {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 1.5rem;
}

.profile-summary h3[b-d9ui5al64y] {
    margin: 0.1rem 0 0.55rem !important;
}

.profile-eyebrow[b-d9ui5al64y] {
    margin: 0;
    color: #8a529f;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.profile-role[b-d9ui5al64y],
.membership-status[b-d9ui5al64y] {
    display: inline-flex;
    margin: 0 0.35rem 0.25rem 0;
    padding: 0.33rem 0.62rem;
    border-radius: 999px;
    background: #f1e8f7;
    color: #6e2d99;
    font-size: 0.74rem;
    font-weight: 750;
}

.membership-status[b-d9ui5al64y] {
    background: #f0edf1;
    color: #706976;
}

.membership-status.is-member[b-d9ui5al64y] {
    background: #e5f5ea;
    color: #237440;
}

.profile-notice[b-d9ui5al64y] {
    margin-bottom: 1.4rem;
    padding: 0.85rem 1rem;
    border: 1px solid #e6d8ed;
    border-radius: 0.8rem;
    background: #faf6fc;
    color: #675a70;
    font-size: 0.85rem;
}

.profile-details[b-d9ui5al64y] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border: 1px solid #ebe4ef;
    border-radius: 1rem;
    overflow: hidden;
}

.profile-details > div[b-d9ui5al64y] {
    min-width: 0;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #eee8f1;
}

.profile-details > div:nth-child(odd)[b-d9ui5al64y] {
    border-right: 1px solid #eee8f1;
}

.profile-details > div:last-child[b-d9ui5al64y] {
    border-bottom: 0;
}

.profile-details .profile-address[b-d9ui5al64y] {
    grid-column: 1 / -1;
    border-right: 0;
}

.profile-details dt[b-d9ui5al64y] {
    margin-bottom: 0.3rem;
    color: #817687;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.profile-details dd[b-d9ui5al64y] {
    margin: 0;
    color: #2d2438;
    font-weight: 650;
    overflow-wrap: anywhere;
    white-space: pre-line;
}

@media (max-width: 650px) {
    .profile-summary[b-d9ui5al64y] {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-details[b-d9ui5al64y] {
        grid-template-columns: 1fr;
    }

    .profile-details > div[b-d9ui5al64y],
    .profile-details > div:nth-child(odd)[b-d9ui5al64y] {
        border-right: 0;
        border-bottom: 1px solid #eee8f1;
    }

    .profile-details > div:last-child[b-d9ui5al64y] {
        border-bottom: 0;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.account-heading[b-agzf8pgezf] {
    margin-bottom: 1.75rem;
}

.account-heading p[b-agzf8pgezf] {
    margin: 0;
    color: #c384ec;
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.account-heading h1[b-agzf8pgezf] {
    margin: 0.2rem 0 0.4rem;
    color: #fff;
    font-weight: 760;
    letter-spacing: -0.035em;
}

.account-heading span[b-agzf8pgezf] {
    color: rgba(255, 255, 255, 0.64);
}

.account-card[b-agzf8pgezf] {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.3rem;
    background: #fff;
    color: #2d2438;
    box-shadow: 0 2rem 5rem rgba(7, 4, 14, 0.3);
}

.account-nav[b-agzf8pgezf] {
    padding: 1.25rem;
    border-right: 1px solid #ece7f0;
    background: #f8f5fa;
}

.account-body[b-agzf8pgezf] {
    min-height: 25rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
}

.account-body[b-agzf8pgezf]  h3 {
    margin-bottom: 1.5rem;
    color: #211833;
    font-weight: 750;
    letter-spacing: -0.025em;
}

.account-body[b-agzf8pgezf]  .form-control {
    min-height: 3rem;
    border-color: #d5cedc;
    border-radius: 0.7rem;
}

.account-body[b-agzf8pgezf]  .form-control:focus {
    border-color: #9450c6;
    box-shadow: 0 0 0 0.2rem rgba(148, 80, 198, 0.14);
}

.account-body[b-agzf8pgezf]  .btn-primary {
    min-height: 3rem;
    border: 0;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    font-weight: 700;
}

@media (max-width: 991px) {
    .account-nav[b-agzf8pgezf] {
        border-right: 0;
        border-bottom: 1px solid #ece7f0;
    }
}
/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.nav[b-vthev5al1o] {
    gap: 0.35rem;
}

.nav[b-vthev5al1o]  .nav-link {
    border-radius: 0.65rem;
    color: #62576e;
    font-size: 0.9rem;
    font-weight: 650;
}

.nav[b-vthev5al1o]  .nav-link:hover {
    background: #eee5f4;
    color: #672890;
}

.nav[b-vthev5al1o]  .nav-link.active {
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    color: #fff;
    box-shadow: 0 0.55rem 1rem rgba(124, 53, 173, 0.2);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6w21x73ilr] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 10%, rgba(166, 82, 222, 0.2), transparent 30rem),
        radial-gradient(circle at 18% 88%, rgba(255, 179, 92, 0.1), transparent 28rem),
        linear-gradient(145deg, #120f1d 0%, #1c162a 54%, #151020 100%);
}

main[b-6w21x73ilr] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-6w21x73ilr] {
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 20% 0, rgba(191, 93, 255, 0.2), transparent 45%),
        rgba(14, 10, 23, 0.9);
    box-shadow: 1rem 0 3rem rgba(5, 3, 10, 0.16);
    backdrop-filter: blur(1rem);
}

.content[b-6w21x73ilr] {
    position: relative;
    z-index: 1;
    width: min(100%, 86rem);
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 3rem;
    color: #f7f3fa;
}

.content[b-6w21x73ilr]  .card {
    overflow: hidden;
    border-radius: 1.2rem;
    box-shadow: 0 1.5rem 3.5rem rgba(7, 4, 14, 0.24) !important;
}

.auth-shell[b-6w21x73ilr] {
    align-items: center;
    background: #f4f6f9;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 1.5rem;
}

.auth-content[b-6w21x73ilr] {
    max-width: 480px;
    width: 100%;
}

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

    .sidebar[b-6w21x73ilr] {
        width: 270px;
        height: 100vh;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
    }

    main[b-6w21x73ilr] {
        width: calc(100% - 270px);
        margin-left: 270px;
    }

    .content[b-6w21x73ilr] {
        padding: 2.5rem 2.25rem 3rem !important;
    }

    .auth-content[b-6w21x73ilr] {
        padding: 0 !important;
    }
}

@media (min-width: 641px) and (max-width: 1050px) {
    .sidebar[b-6w21x73ilr] {
        width: 230px;
    }

    main[b-6w21x73ilr] {
        width: calc(100% - 230px);
        margin-left: 230px;
    }

    .content[b-6w21x73ilr] {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

#blazor-error-ui[b-6w21x73ilr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6w21x73ilr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-djdc508vj6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-djdc508vj6] {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-djdc508vj6] {
    min-height: 6.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: rgba(0, 0, 0, 0.18);
}

.navbar-brand[b-djdc508vj6] {
    display: block;
    width: 100%;
    margin-right: 0;
    padding-right: 2.7rem;
}

.navbar-brand img[b-djdc508vj6] {
    display: block;
    width: min(100%, 13rem);
    height: auto;
    filter: drop-shadow(0 0.55rem 0.9rem rgba(0, 0, 0, 0.3));
}

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

.bi-key-nav-menu[b-djdc508vj6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 8a4 4 0 1 1 7.465 2H16v2h-2v2h-2v2H9v-4.535A4 4 0 0 1 3 8Zm4-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E");
}

.bi-person-plus-nav-menu[b-djdc508vj6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6 8c1.657 0 3-1.343 3-3S7.657 2 6 2 3 3.343 3 5s1.343 3 3 3zm0-1C4.895 7 4 6.105 4 5s.895-2 2-2 2 .895 2 2-.895 2-2 2zm6-2a.5.5 0 0 1 .5.5V7H14a.5.5 0 0 1 0 1h-1.5v1.5a.5.5 0 0 1-1 0V8H10a.5.5 0 0 1 0-1h1.5V5.5A.5.5 0 0 1 12 5zM1 13c0-2 2-4 5-4 1.184 0 2.19.312 2.982.817a3.5 3.5 0 0 0-.649.76C7.726 10.218 6.944 10 6 10c-2.5 0-4 1.5-4 3 0 .552.448 1 1 1h5.337c.152.36.363.697.621 1H3a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
}

.bi-membership-nav-menu[b-djdc508vj6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM1 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0zM11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0zM3.5 7C1.567 7 0 8.567 0 10.5V12a1 1 0 0 0 1 1h5v-1H1v-1.5a2.5 2.5 0 0 1 5 0V12h1v-1.5A3.5 3.5 0 0 0 3.5 7zM12.5 7A3.5 3.5 0 0 0 9 10.5V12h1v-1.5a2.5 2.5 0 0 1 5 0V12h-5v1h5a1 1 0 0 0 1-1v-1.5A3.5 3.5 0 0 0 12.5 7z'/%3E%3C/svg%3E");
}

.bi-dues-nav-menu[b-djdc508vj6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2H0Zm0 1h16v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5Zm3 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H3Z'/%3E%3C/svg%3E");
}

.bi-transactions-nav-menu[b-djdc508vj6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1H2Zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7ZM3 9.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-djdc508vj6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-scrollable[b-djdc508vj6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-djdc508vj6] {
    display: block;
}

.nav-scrollable nav[b-djdc508vj6] {
    min-height: 100%;
}

.nav-primary[b-djdc508vj6] {
    padding-top: 1rem;
}

.nav-account[b-djdc508vj6] {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

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

.nav-item[b-djdc508vj6]  .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 3rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    border: none;
    border-radius: 0.75rem;
    background: none;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.25;
    text-align: left;
}

.nav-item[b-djdc508vj6]  a.active {
    background: linear-gradient(135deg, rgba(124, 53, 173, 0.74), rgba(162, 77, 209, 0.62));
    box-shadow: 0 0.65rem 1.25rem rgba(8, 4, 14, 0.2);
    color: white;
}

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

.nav-item[b-djdc508vj6]  .nav-user-link {
    gap: 0.7rem;
    min-height: 3.75rem;
}

.nav-user-copy[b-djdc508vj6] {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 0.15rem;
}

.nav-user-copy strong[b-djdc508vj6],
.nav-user-copy small[b-djdc508vj6] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user-copy strong[b-djdc508vj6] {
    color: #fff;
    font-size: 0.84rem;
}

.nav-user-copy small[b-djdc508vj6] {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.7rem;
}

.nav-logout[b-djdc508vj6] {
    color: rgba(255, 255, 255, 0.6) !important;
}

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

    .nav-scrollable[b-djdc508vj6] {
        display: block;
        height: calc(100vh - 6.5rem);
        overflow-y: auto;
    }

    .nav-scrollable nav[b-djdc508vj6] {
        display: flex;
        flex-direction: column;
    }

    .nav-account[b-djdc508vj6] {
        margin-top: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yxoe87y6a7],
.components-reconnect-repeated-attempt-visible[b-yxoe87y6a7],
.components-reconnect-failed-visible[b-yxoe87y6a7],
.components-pause-visible[b-yxoe87y6a7],
.components-resume-failed-visible[b-yxoe87y6a7],
.components-rejoining-animation[b-yxoe87y6a7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yxoe87y6a7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yxoe87y6a7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yxoe87y6a7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yxoe87y6a7],
#components-reconnect-modal.components-reconnect-retrying[b-yxoe87y6a7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yxoe87y6a7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yxoe87y6a7],
#components-reconnect-modal.components-reconnect-failed[b-yxoe87y6a7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yxoe87y6a7] {
    display: block;
}


#components-reconnect-modal[b-yxoe87y6a7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-yxoe87y6a7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yxoe87y6a7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yxoe87y6a7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yxoe87y6a7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yxoe87y6a7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yxoe87y6a7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

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

@keyframes components-reconnect-modal-fadeInOpacity-b-yxoe87y6a7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yxoe87y6a7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yxoe87y6a7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yxoe87y6a7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yxoe87y6a7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yxoe87y6a7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yxoe87y6a7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yxoe87y6a7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yxoe87y6a7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yxoe87y6a7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yxoe87y6a7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yxoe87y6a7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/BankTransactions.razor.rz.scp.css */
.transactions-page[b-k1igaomstd] {
    width: 100%;
}

.transactions-heading[b-k1igaomstd] {
    margin-bottom: 1.5rem;
}

.transactions-heading h1[b-k1igaomstd] {
    margin: 0.15rem 0 0.35rem;
    color: #fff;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.transactions-heading > p:last-child[b-k1igaomstd] {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
}

.transactions-kicker[b-k1igaomstd] {
    margin: 0;
    color: #c384ec;
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.transaction-feedback[b-k1igaomstd] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.1rem;
    padding: 0.9rem 1rem;
    border: 1px solid;
    border-radius: 0.95rem;
    box-shadow: 0 0.8rem 2rem rgba(8, 4, 14, 0.12);
}

.transaction-feedback strong[b-k1igaomstd] {
    display: block;
    margin-bottom: 0.1rem;
    font-size: 0.84rem;
}

.transaction-feedback p[b-k1igaomstd] {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
}

.transaction-feedback-icon[b-k1igaomstd] {
    display: inline-grid;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 1.7rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
}

.transaction-feedback-success[b-k1igaomstd] {
    border-color: #bfe4cc;
    background: linear-gradient(135deg, #f4fcf7, #edf8f1);
    color: #1f6338;
}

.transaction-feedback-success .transaction-feedback-icon[b-k1igaomstd] {
    background: #2d8b50;
}

.transaction-feedback-error[b-k1igaomstd] {
    border-color: #efcbd3;
    background: linear-gradient(135deg, #fff8f9, #fff2f5);
    color: #8a2940;
}

.transaction-feedback-error .transaction-feedback-icon[b-k1igaomstd] {
    background: #bb3e5c;
}

.import-card[b-k1igaomstd] {
    margin-bottom: 1.4rem;
    background: linear-gradient(135deg, #fff, #fbf8fd);
    color: #2e2334;
}

.import-toggle[b-k1igaomstd] {
    display: grid;
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
}

.import-toggle:hover[b-k1igaomstd] {
    background: rgba(139, 62, 187, 0.035);
}

.import-toggle-icon[b-k1igaomstd] {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #7d34ad, #a64bd2);
    box-shadow: 0 0.45rem 1rem rgba(110, 42, 152, 0.22);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
}

.import-toggle-copy[b-k1igaomstd] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.import-toggle-copy strong[b-k1igaomstd] {
    font-size: 0.92rem;
}

.import-toggle-copy small[b-k1igaomstd] {
    margin-top: 0.15rem;
    color: #806f89;
    font-size: 0.72rem;
}

.import-toggle-action[b-k1igaomstd] {
    padding: 0.42rem 0.75rem;
    border: 1px solid #e0d0e8;
    border-radius: 999px;
    color: #762ba2;
    font-size: 0.72rem;
    font-weight: 750;
}

.import-toggle-chevron[b-k1igaomstd] {
    color: #8a4caf;
    font-weight: 800;
}

.import-body[b-k1igaomstd] {
    display: grid;
    grid-template-columns: minmax(16rem, 1fr) minmax(12rem, auto) auto;
    align-items: end;
    gap: 1rem;
    padding: 1.2rem 1.3rem 1.35rem;
    border-top: 1px solid #eee6f1;
    background: #faf7fc;
}

.import-file-field label[b-k1igaomstd],
.transactions-filters label[b-k1igaomstd] {
    display: block;
    margin-bottom: 0.3rem;
    color: #67596f;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.import-file-field small[b-k1igaomstd] {
    display: block;
    margin-top: 0.35rem;
    color: #84768b;
    font-size: 0.68rem;
}

.import-file-field .form-control[b-k1igaomstd],
.transactions-filters .form-control[b-k1igaomstd],
.transactions-filters .form-select[b-k1igaomstd] {
    min-height: 2.65rem;
    border-color: #d9d1de;
    border-radius: 0.7rem;
    font-size: 0.8rem;
}

.import-file-field .form-control:focus[b-k1igaomstd],
.transactions-filters .form-control:focus[b-k1igaomstd],
.transactions-filters .form-select:focus[b-k1igaomstd] {
    border-color: #9450c6;
    box-shadow: 0 0 0 0.2rem rgba(148, 80, 198, 0.13);
}

.import-selection[b-k1igaomstd] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding-bottom: 0.25rem;
    color: #796b80;
    font-size: 0.72rem;
}

.import-selection strong[b-k1igaomstd] {
    overflow: hidden;
    color: #392840;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.import-submit[b-k1igaomstd] {
    min-height: 2.65rem;
    padding: 0.55rem 1rem;
    border: 0;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #7d34ad, #a64bd2);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 750;
    white-space: nowrap;
}

.import-submit:disabled[b-k1igaomstd] {
    opacity: 0.55;
}

.import-history[b-k1igaomstd] {
    grid-column: 1 / -1;
    padding-top: 0.4rem;
}

.import-history h2[b-k1igaomstd] {
    margin: 0 0 0.6rem;
    color: #5b4864;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.import-history-list[b-k1igaomstd] {
    overflow: hidden;
    border: 1px solid #e5dce9;
    border-radius: 0.8rem;
    background: #fff;
}

.import-history-item[b-k1igaomstd] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0.9rem;
    border-bottom: 1px solid #eee8f1;
    font-size: 0.72rem;
}

.import-history-item:last-child[b-k1igaomstd] {
    border-bottom: 0;
}

.import-history-item > div:first-child[b-k1igaomstd] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.import-history-item strong[b-k1igaomstd] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.import-history-item small[b-k1igaomstd],
.import-history-item time[b-k1igaomstd] {
    color: #817488;
}

.import-history-counts[b-k1igaomstd] {
    display: flex;
    gap: 0.4rem;
}

.import-history-counts span[b-k1igaomstd] {
    padding: 0.25rem 0.45rem;
    border-radius: 999px;
    background: #f0e7f5;
    color: #6e2c94;
    white-space: nowrap;
}

.transactions-card[b-k1igaomstd] {
    min-height: 23rem;
    background: #fff;
    color: #2b2230;
}

.transactions-toolbar[b-k1igaomstd] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.35rem 1.5rem;
    border-bottom: 1px solid #ece5f0;
    background: linear-gradient(135deg, #fff, #fbf7fd);
}

.transactions-summary[b-k1igaomstd] {
    display: flex;
    min-width: 11rem;
    flex-direction: column;
    gap: 0.15rem;
}

.transactions-summary strong[b-k1igaomstd] {
    font-size: 1.05rem;
}

.transactions-summary span[b-k1igaomstd] {
    color: #786c7f;
    font-size: 0.77rem;
}

.transactions-filters[b-k1igaomstd] {
    display: grid;
    width: min(100%, 47rem);
    grid-template-columns: minmax(13rem, 1.5fr) minmax(8rem, 0.8fr) minmax(10rem, 1fr) 6.5rem;
    gap: 0.75rem;
}

.transactions-table-scroll[b-k1igaomstd] {
    overflow-x: auto;
    max-width: 100%;
}

.transactions-table[b-k1igaomstd] {
    width: 100%;
    min-width: 60rem;
    border-collapse: collapse;
    font-size: 0.78rem;
}

.transactions-table th[b-k1igaomstd] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #4e3759;
    background: #402b49;
    color: #fff;
    font-size: 0.67rem;
    font-weight: 750;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.transactions-table td[b-k1igaomstd] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee8f1;
    vertical-align: middle;
}

.transactions-table tbody tr:hover[b-k1igaomstd] {
    background: #fcf9fd;
}

.date-column[b-k1igaomstd] {
    width: 8.7rem;
    white-space: nowrap;
}

.date-column strong[b-k1igaomstd],
.date-column small[b-k1igaomstd] {
    display: block;
}

.date-column small[b-k1igaomstd] {
    margin-top: 0.15rem;
    color: #87798e;
    font-size: 0.65rem;
}

.transaction-description[b-k1igaomstd] {
    width: 42%;
    max-width: 31rem;
}

.transaction-description strong[b-k1igaomstd],
.transaction-description span[b-k1igaomstd],
.transaction-description small[b-k1igaomstd] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transaction-description strong[b-k1igaomstd] {
    color: #33243b;
}

.transaction-description span[b-k1igaomstd] {
    margin-top: 0.12rem;
    color: #685b70;
}

.transaction-description small[b-k1igaomstd] {
    margin-top: 0.18rem;
    color: #928599;
    font-size: 0.64rem;
}

.type-column[b-k1igaomstd] {
    width: 14rem;
    color: #6e6175;
    font-size: 0.7rem;
}

.number-column[b-k1igaomstd] {
    text-align: right;
    white-space: nowrap;
}

.amount-column[b-k1igaomstd] {
    font-weight: 800;
}

.amount-income[b-k1igaomstd] {
    color: #227443;
}

.amount-expense[b-k1igaomstd] {
    color: #a43a51;
}

.balance-column[b-k1igaomstd] {
    color: #6c6072;
}

.transactions-state[b-k1igaomstd] {
    display: flex;
    min-height: 17rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem;
    color: #796d80;
    text-align: center;
}

.transactions-state p[b-k1igaomstd] {
    margin: 0;
    font-size: 0.8rem;
}

.transactions-empty-icon[b-k1igaomstd] {
    color: #a24dd1;
    font-size: 2rem;
}

.transactions-loading[b-k1igaomstd] {
    width: 2rem;
    height: 2rem;
    border: 3px solid #eadff0;
    border-top-color: #8c3dbc;
    border-radius: 50%;
    animation: transactions-spin-b-k1igaomstd 700ms linear infinite;
}

@keyframes transactions-spin-b-k1igaomstd { to { transform: rotate(360deg); } }

.transactions-pagination[b-k1igaomstd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.5rem;
    border-top: 1px solid #eee8f1;
    color: #756a7c;
    font-size: 0.75rem;
}

.transactions-pagination div[b-k1igaomstd] {
    display: flex;
    gap: 0.5rem;
}

.transactions-pagination .btn[b-k1igaomstd] {
    border: 1px solid #d9cde0;
    border-radius: 0.6rem;
    background: #fff;
    color: #6f2d99;
    font-weight: 700;
}

@media (max-width: 1150px) {
    .transactions-toolbar[b-k1igaomstd] {
        align-items: stretch;
        flex-direction: column;
    }

    .transactions-filters[b-k1igaomstd] {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .import-body[b-k1igaomstd] {
        grid-template-columns: 1fr auto;
    }

    .import-file-field[b-k1igaomstd] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .import-toggle[b-k1igaomstd] {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .import-toggle-action[b-k1igaomstd] {
        display: none;
    }

    .import-body[b-k1igaomstd],
    .transactions-filters[b-k1igaomstd] {
        grid-template-columns: 1fr;
    }

    .import-file-field[b-k1igaomstd],
    .import-history[b-k1igaomstd] {
        grid-column: auto;
    }

    .import-submit[b-k1igaomstd] {
        width: 100%;
    }

    .import-history-item[b-k1igaomstd] {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .import-history-counts[b-k1igaomstd] {
        flex-wrap: wrap;
    }

    .transactions-toolbar[b-k1igaomstd] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .transactions-loading[b-k1igaomstd] {
        animation: none;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-hero[b-lcf4al1h14] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 92% 15%, rgba(193, 100, 255, 0.22), transparent 24rem),
        linear-gradient(145deg, rgba(45, 32, 67, 0.96), rgba(20, 15, 31, 0.96));
    box-shadow: 0 2rem 5rem rgba(7, 4, 14, 0.3);
}

.dashboard-copy[b-lcf4al1h14] {
    position: relative;
    z-index: 1;
    max-width: 38rem;
}

.dashboard-copy h1[b-lcf4al1h14] {
    max-width: 34rem;
    margin: 0.25rem 0 1rem;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 780;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.dashboard-copy > p:not(.dashboard-kicker)[b-lcf4al1h14] {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.67);
    font-size: 1.02rem;
    line-height: 1.7;
}

.dashboard-kicker[b-lcf4al1h14] {
    margin: 0;
    color: #d093f2;
    font-size: 0.76rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.dashboard-role[b-lcf4al1h14] {
    display: inline-flex;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(215, 158, 248, 0.24);
    border-radius: 999px;
    background: rgba(168, 76, 218, 0.18);
    color: #e8c4fb;
    font-size: 0.82rem;
    font-weight: 700;
}

.dashboard-hero img[b-lcf4al1h14] {
    position: relative;
    z-index: 1;
    width: min(37%, 25rem);
    min-width: 16rem;
    height: auto;
    opacity: 0.93;
    filter: drop-shadow(0 1.5rem 2rem rgba(0, 0, 0, 0.35));
}

.dashboard-grid[b-lcf4al1h14] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.dashboard-tile[b-lcf4al1h14] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    text-decoration: none;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.dashboard-tile:hover[b-lcf4al1h14] {
    border-color: rgba(207, 137, 246, 0.35);
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
    transform: translateY(-2px);
}

.dashboard-tile strong[b-lcf4al1h14],
.dashboard-tile small[b-lcf4al1h14] {
    display: block;
}

.dashboard-tile strong[b-lcf4al1h14] {
    margin-bottom: 0.2rem;
}

.dashboard-tile small[b-lcf4al1h14] {
    color: rgba(255, 255, 255, 0.58);
}

.tile-icon[b-lcf4al1h14] {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, #7832aa, #a34dd1);
    font-size: 1.35rem;
    font-weight: 700;
}

.tile-arrow[b-lcf4al1h14] {
    color: rgba(255, 255, 255, 0.48);
    font-size: 1.4rem;
}

@media (max-width: 820px) {
    .dashboard-hero[b-lcf4al1h14] {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 1.5rem;
    }

    .dashboard-hero img[b-lcf4al1h14] {
        width: min(100%, 20rem);
        min-width: 0;
    }
}
/* /Components/Pages/MembershipDues.razor.rz.scp.css */
.dues-page[b-lyc61v1atl] {
    width: min(calc(100vw - 270px - 6rem), 100rem);
    margin-left: 50%;
    transform: translateX(-50%);
}

.dues-heading[b-lyc61v1atl] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.dues-heading h1[b-lyc61v1atl] {
    margin: 0.15rem 0 0.35rem;
    color: #fff;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.dues-heading p[b-lyc61v1atl] {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
}

.dues-heading .dues-kicker[b-lyc61v1atl] {
    color: #c384ec;
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.year-switcher[b-lyc61v1atl] {
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0.8rem 2rem rgba(6, 3, 12, 0.18);
    color: #fff;
    backdrop-filter: blur(0.7rem);
}

.year-switcher strong[b-lyc61v1atl] {
    min-width: 5rem;
    padding: 0.65rem 0.8rem;
    text-align: center;
}

.year-switcher button[b-lyc61v1atl] {
    display: grid;
    width: 2.7rem;
    min-height: 2.7rem;
    place-items: center;
    border: 0;
    background: transparent;
    color: #e3c5f5;
    font-size: 1.55rem;
}

.year-switcher button:hover:not(:disabled)[b-lyc61v1atl] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.feedback-panel[b-lyc61v1atl] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.25rem;
    padding: 0.9rem 1rem;
    border: 1px solid;
    border-radius: 0.95rem;
    box-shadow: 0 0.8rem 2rem rgba(8, 4, 14, 0.12);
}

.feedback-panel strong[b-lyc61v1atl] {
    display: block;
    margin-bottom: 0.1rem;
    font-size: 0.84rem;
}

.feedback-panel p[b-lyc61v1atl] {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
}

.feedback-icon[b-lyc61v1atl] {
    display: inline-grid;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 1.7rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
}

.feedback-panel-success[b-lyc61v1atl] {
    border-color: #bfe4cc;
    background: linear-gradient(135deg, #f4fcf7, #edf8f1);
    color: #1f6338;
}

.feedback-panel-success .feedback-icon[b-lyc61v1atl] {
    background: #2d8b50;
}

.feedback-panel-error[b-lyc61v1atl] {
    border-color: #efcbd3;
    background: linear-gradient(135deg, #fff8f9, #fff2f5);
    color: #8a2940;
}

.feedback-panel-error .feedback-icon[b-lyc61v1atl] {
    background: #bb3e5c;
}

.dues-card[b-lyc61v1atl] {
    min-height: 22rem;
    background: #fff;
    color: #2b2230;
}

.dues-toolbar[b-lyc61v1atl] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.35rem 1.5rem;
    border-bottom: 1px solid #ece5f0;
    background: linear-gradient(135deg, #fff, #fbf7fd);
}

.dues-summary[b-lyc61v1atl] {
    display: flex;
    min-width: 12rem;
    flex-direction: column;
    gap: 0.15rem;
}

.dues-summary strong[b-lyc61v1atl] {
    font-size: 1.05rem;
}

.dues-summary span[b-lyc61v1atl] {
    color: #786c7f;
    font-size: 0.77rem;
}

.dues-filters[b-lyc61v1atl] {
    display: grid;
    width: min(100%, 50rem);
    grid-template-columns: minmax(12rem, 1.4fr) minmax(10rem, 1fr) minmax(10rem, 1fr) 6.5rem;
    gap: 0.75rem;
}

.dues-filters label[b-lyc61v1atl] {
    display: block;
    margin-bottom: 0.3rem;
    color: #66586e;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.dues-filters .form-control[b-lyc61v1atl],
.dues-filters .form-select[b-lyc61v1atl],
.dialog-field .form-control[b-lyc61v1atl] {
    min-height: 2.65rem;
    border-color: #d9d1de;
    border-radius: 0.7rem;
    font-size: 0.82rem;
}

.dues-filters .form-control:focus[b-lyc61v1atl],
.dues-filters .form-select:focus[b-lyc61v1atl],
.dialog-field .form-control:focus[b-lyc61v1atl] {
    border-color: #9450c6;
    box-shadow: 0 0 0 0.2rem rgba(148, 80, 198, 0.13);
}

.dues-legend[b-lyc61v1atl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #eee8f1;
    color: #706477;
    font-size: 0.7rem;
}

.dues-legend span[b-lyc61v1atl] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.dues-legend i[b-lyc61v1atl] {
    width: 0.7rem;
    height: 0.7rem;
    border: 1px solid;
    border-radius: 0.22rem;
}

.legend-paid[b-lyc61v1atl] { border-color: #83b994 !important; background: #dff2e5; }
.legend-late[b-lyc61v1atl] { border-color: #d3a846 !important; background: #fff0c8; }
.legend-overdue[b-lyc61v1atl] { border-color: #d27686 !important; background: #fde7eb; }
.legend-due[b-lyc61v1atl] { border-color: #cfc7d4 !important; background: #f8f6f9; }
.legend-na[b-lyc61v1atl] { border-color: #cbc7cd !important; background: #dedbe0; }

.dues-matrix-scroll[b-lyc61v1atl] {
    overflow: auto;
    max-width: 100%;
    scrollbar-color: #a98bb9 #f1ecf3;
}

.dues-matrix[b-lyc61v1atl] {
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.78rem;
}

.dues-matrix th[b-lyc61v1atl],
.dues-matrix td[b-lyc61v1atl] {
    border-right: 1px solid #eee9f1;
    border-bottom: 1px solid #eee9f1;
}

.dues-matrix thead th[b-lyc61v1atl] {
    position: sticky;
    z-index: 3;
    top: 0;
    min-width: 5.65rem;
    padding: 0.8rem 0.5rem;
    background: #46304f;
    color: #fff;
    font-size: 0.69rem;
    font-weight: 700;
    text-align: center;
}

.dues-matrix .member-column[b-lyc61v1atl] {
    position: sticky;
    z-index: 2;
    left: 0;
    width: 14rem;
    min-width: 14rem;
    max-width: 14rem;
    background: #fff;
    box-shadow: 0.4rem 0 0.8rem -0.75rem rgba(33, 20, 41, 0.55);
}

.dues-matrix thead .member-column[b-lyc61v1atl] {
    z-index: 4;
    padding-left: 1.25rem;
    background: #382540;
    text-align: left;
}

.member-identity[b-lyc61v1atl] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    text-align: left;
}

.member-initial[b-lyc61v1atl] {
    display: grid;
    width: 2.1rem;
    height: 2.1rem;
    flex: 0 0 2.1rem;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    box-shadow: 0 0.35rem 0.8rem rgba(73, 29, 103, 0.22);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
}

.member-identity > span:last-child[b-lyc61v1atl] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.member-identity strong[b-lyc61v1atl],
.member-identity small[b-lyc61v1atl] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.member-identity strong[b-lyc61v1atl] {
    color: #2f2335;
    font-size: 0.79rem;
}

.member-identity small[b-lyc61v1atl] {
    margin-top: 0.08rem;
    color: #87798e;
    font-size: 0.68rem;
    font-weight: 500;
}

.due-table-cell[b-lyc61v1atl] {
    height: 3.55rem;
    padding: 0.28rem;
    background: #fff;
}

.due-cell-button[b-lyc61v1atl] {
    display: flex;
    width: 100%;
    min-height: 2.95rem;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.35rem 0.4rem;
    border: 1px solid;
    border-radius: 0.62rem;
    transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}

.due-cell-button:not(:disabled):hover[b-lyc61v1atl] {
    z-index: 1;
    transform: translateY(-1px);
    box-shadow: 0 0.45rem 0.9rem rgba(42, 25, 51, 0.13);
    filter: saturate(1.1);
}

.due-cell-button:disabled[b-lyc61v1atl] {
    cursor: default;
    opacity: 1;
}

.cell-status-mark[b-lyc61v1atl] {
    display: grid;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    place-items: center;
    border: 1.5px solid currentColor;
    border-radius: 0.32rem;
    font-size: 0.72rem;
    font-weight: 850;
}

.status-due .cell-status-mark[b-lyc61v1atl] {
    background: #fff;
    color: #9e94a4;
}

.cell-copy[b-lyc61v1atl] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    text-align: left;
}

.cell-copy strong[b-lyc61v1atl] {
    font-size: 0.67rem;
    white-space: nowrap;
}

.cell-copy small[b-lyc61v1atl] {
    font-size: 0.6rem;
    white-space: nowrap;
}

.cell-copy small:empty[b-lyc61v1atl] {
    display: none;
}

.status-paid[b-lyc61v1atl] {
    border-color: #aed7ba;
    background: linear-gradient(135deg, #eef9f1, #dff2e5);
    color: #21643a;
}

.status-paid-late[b-lyc61v1atl] {
    border-color: #e5c46f;
    background: linear-gradient(135deg, #fff9e9, #fff0c8);
    color: #8b5b00;
}

.status-overdue[b-lyc61v1atl] {
    border-color: #e6a6b1;
    background: linear-gradient(135deg, #fff5f6, #fde7eb);
    color: #9a3046;
}

.status-due[b-lyc61v1atl] {
    border-color: #ddd6e1;
    background: linear-gradient(135deg, #fff, #f8f6f9);
    color: #6e6374;
}

.not-applicable-cell[b-lyc61v1atl] {
    height: 3.55rem;
    background: repeating-linear-gradient(135deg, #e5e2e6, #e5e2e6 0.35rem, #dedbe0 0.35rem, #dedbe0 0.7rem);
    color: #716d74;
    text-align: center;
}

.not-applicable[b-lyc61v1atl] {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.dues-loading[b-lyc61v1atl],
.dues-empty-state[b-lyc61v1atl] {
    display: flex;
    min-height: 17rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    padding: 2rem;
    color: #796d80;
    text-align: center;
}

.dues-empty-state > span[b-lyc61v1atl] {
    color: #a24dd1;
    font-size: 2rem;
}

.dues-empty-state p[b-lyc61v1atl] {
    max-width: 30rem;
    margin: 0;
    font-size: 0.8rem;
}

.loading-mark[b-lyc61v1atl] {
    width: 2rem;
    height: 2rem;
    border: 3px solid #eadff0;
    border-top-color: #8c3dbc;
    border-radius: 50%;
    animation: dues-spin-b-lyc61v1atl 700ms linear infinite;
}

@keyframes dues-spin-b-lyc61v1atl { to { transform: rotate(360deg); } }

.dues-pagination[b-lyc61v1atl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.5rem;
    border-top: 1px solid #eee8f1;
    color: #756a7c;
    font-size: 0.75rem;
}

.dues-pagination div[b-lyc61v1atl] {
    display: flex;
    gap: 0.5rem;
}

.dues-pagination .btn[b-lyc61v1atl] {
    border: 1px solid #d9cde0;
    border-radius: 0.6rem;
    background: #fff;
    color: #6f2d99;
    font-weight: 700;
}

.dues-dialog-backdrop[b-lyc61v1atl] {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    overflow-y: auto;
    place-items: center;
    padding: 1.25rem;
    background: rgba(12, 7, 18, 0.7);
    backdrop-filter: blur(0.45rem);
}

.dues-dialog[b-lyc61v1atl] {
    position: relative;
    width: min(100%, 27rem);
    padding: 1.6rem;
    border: 1px solid rgba(151, 94, 184, 0.2);
    border-radius: 1.25rem;
    background: linear-gradient(145deg, #fff, #faf6fc);
    box-shadow: 0 2rem 5rem rgba(5, 2, 9, 0.42);
    color: #2e2433;
}

.dialog-close[b-lyc61v1atl] {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #f0eaf3;
    color: #6d5c76;
    font-size: 1.2rem;
}

.dialog-icon[b-lyc61v1atl] {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 1rem;
    place-items: center;
    border: 1px solid;
    border-radius: 0.85rem;
    font-size: 1.1rem;
    font-weight: 850;
}

.dialog-kicker[b-lyc61v1atl] {
    margin: 0 0 0.15rem;
    color: #8a4bae;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dues-dialog h2[b-lyc61v1atl] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 750;
}

.dialog-due-details[b-lyc61v1atl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0 1.2rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid #e7ddec;
    border-radius: 0.75rem;
    background: #fff;
    color: #75667d;
    font-size: 0.77rem;
}

.dialog-due-details strong[b-lyc61v1atl] {
    color: #3b2945;
    white-space: nowrap;
}

.dialog-field label[b-lyc61v1atl] {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 750;
}

.dialog-field small[b-lyc61v1atl] {
    display: block;
    margin-top: 0.35rem;
    color: #84768b;
    font-size: 0.69rem;
}

.dialog-primary-action[b-lyc61v1atl],
.dialog-remove-action[b-lyc61v1atl] {
    width: 100%;
    min-height: 2.9rem;
    margin-top: 1.2rem;
    border-radius: 0.72rem;
    font-weight: 750;
}

.dialog-primary-action[b-lyc61v1atl] {
    border: 0;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    color: #fff;
}

.dialog-remove-action[b-lyc61v1atl] {
    border: 1px solid #e2a7b2;
    background: #fff5f6;
    color: #a13048;
}

.payment-recorded[b-lyc61v1atl] {
    display: flex;
    flex-direction: column;
    padding: 0.95rem 1rem;
    border: 1px solid #d8eadc;
    border-radius: 0.8rem;
    background: #f3faf5;
}

.payment-recorded span[b-lyc61v1atl] {
    color: #68786b;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.payment-recorded strong[b-lyc61v1atl] {
    margin: 0.15rem 0;
    color: #215e35;
    font-size: 1.05rem;
}

.payment-recorded small[b-lyc61v1atl],
.remove-hint[b-lyc61v1atl] {
    color: #786d7e;
    font-size: 0.68rem;
    line-height: 1.4;
}

.remove-hint[b-lyc61v1atl] {
    display: block;
    margin-top: 0.45rem;
    text-align: center;
}

.dialog-error[b-lyc61v1atl] {
    margin: 0.8rem 0 0;
    padding: 0.6rem 0.7rem;
    border-left: 3px solid #c94b65;
    border-radius: 0 0.5rem 0.5rem 0;
    background: #fff0f3;
    color: #912e45;
    font-size: 0.73rem;
}

@media (max-width: 1150px) {
    .dues-toolbar[b-lyc61v1atl] {
        align-items: stretch;
        flex-direction: column;
    }

    .dues-filters[b-lyc61v1atl] {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 641px) and (max-width: 1050px) {
    .dues-page[b-lyc61v1atl] {
        width: calc(100vw - 230px - 4rem);
    }
}

@media (max-width: 640px) {
    .dues-page[b-lyc61v1atl] {
        width: 100%;
        margin-left: 0;
        transform: none;
    }

    .dues-heading[b-lyc61v1atl] {
        align-items: stretch;
        flex-direction: column;
    }

    .year-switcher[b-lyc61v1atl] {
        align-self: flex-start;
    }

    .dues-toolbar[b-lyc61v1atl],
    .dues-legend[b-lyc61v1atl] {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .dues-filters[b-lyc61v1atl] {
        grid-template-columns: 1fr;
    }

    .dues-matrix .member-column[b-lyc61v1atl] {
        width: 12rem;
        min-width: 12rem;
        max-width: 12rem;
    }

    .dues-dialog-backdrop[b-lyc61v1atl] {
        align-items: end;
        padding: 0;
    }

    .dues-dialog[b-lyc61v1atl] {
        width: 100%;
        border-radius: 1.25rem 1.25rem 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .due-cell-button[b-lyc61v1atl],
    .loading-mark[b-lyc61v1atl] {
        animation: none;
        transition: none;
    }
}
/* /Components/Pages/MembershipTypes.razor.rz.scp.css */
.membership-heading[b-wadbgcdmmc] {
    margin-bottom: 1.75rem;
}

.membership-heading h1[b-wadbgcdmmc] {
    margin: 0.15rem 0 0.35rem;
    color: #fff;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.membership-heading p[b-wadbgcdmmc] {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
}

.membership-heading .membership-kicker[b-wadbgcdmmc] {
    color: #c384ec;
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.feedback-panel[b-wadbgcdmmc] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.25rem;
    padding: 0.9rem 1rem;
    border: 1px solid;
    border-radius: 0.95rem;
    box-shadow: 0 0.8rem 2rem rgba(8, 4, 14, 0.12);
}

.feedback-panel > div[b-wadbgcdmmc] {
    min-width: 0;
}

.feedback-panel strong[b-wadbgcdmmc] {
    display: block;
    margin-bottom: 0.1rem;
    font-size: 0.84rem;
}

.feedback-panel p[b-wadbgcdmmc],
.feedback-panel ul[b-wadbgcdmmc] {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
}

.feedback-panel ul[b-wadbgcdmmc] {
    padding-left: 1.1rem;
}

.feedback-icon[b-wadbgcdmmc] {
    display: inline-grid;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 1.7rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
}

.feedback-panel-success[b-wadbgcdmmc] {
    border-color: #bfe4cc;
    background: linear-gradient(135deg, #f4fcf7, #edf8f1);
    color: #1f6338;
}

.feedback-panel-success .feedback-icon[b-wadbgcdmmc] {
    background: #2d8b50;
    box-shadow: 0 0.3rem 0.8rem rgba(45, 139, 80, 0.24);
}

.feedback-panel-error[b-wadbgcdmmc] {
    border-color: #efcbd3;
    background: linear-gradient(135deg, #fff8f9, #fff2f5);
    color: #8a2940;
}

.feedback-panel-error .feedback-icon[b-wadbgcdmmc] {
    background: #bb3e5c;
    box-shadow: 0 0.3rem 0.8rem rgba(187, 62, 92, 0.24);
}

.form-control[b-wadbgcdmmc] {
    min-height: 3rem;
    border-color: #d5cedc;
    border-radius: 0.7rem;
}

.form-control:focus[b-wadbgcdmmc] {
    border-color: #9450c6;
    box-shadow: 0 0 0 0.2rem rgba(148, 80, 198, 0.14);
}

.form-control.invalid[b-wadbgcdmmc] {
    border-color: #d66a80;
    background-color: #fffafb;
    box-shadow: 0 0 0 0.16rem rgba(187, 62, 92, 0.08);
}

[b-wadbgcdmmc] .field-validation-message {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-top: 0.4rem;
    padding: 0.42rem 0.55rem;
    border-left: 2px solid #ce5870;
    border-radius: 0 0.5rem 0.5rem 0;
    background: #fff4f6;
    color: #912e45;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.35;
}

[b-wadbgcdmmc] .field-validation-message::before {
    display: inline-grid;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    place-items: center;
    border-radius: 50%;
    background: #ce5870;
    color: #fff;
    content: "!";
    font-size: 0.62rem;
    font-weight: 800;
}

.btn-primary[b-wadbgcdmmc] {
    border: 0;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    font-weight: 700;
}

.create-membership-card[b-wadbgcdmmc] {
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.section-toggle[b-wadbgcdmmc] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border: 0;
    background: linear-gradient(135deg, #fff 0%, #faf6fc 100%);
    color: #302438;
    text-align: left;
}

.section-toggle:hover[b-wadbgcdmmc] {
    background: linear-gradient(135deg, #fff 0%, #f5ebfa 100%);
}

.section-toggle:focus-visible[b-wadbgcdmmc] {
    outline: 3px solid rgba(148, 80, 198, 0.25);
    outline-offset: -3px;
}

.section-toggle-icon[b-wadbgcdmmc] {
    display: inline-grid;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    place-items: center;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    box-shadow: 0 0.45rem 1rem rgba(124, 53, 173, 0.22);
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
}

.section-toggle-copy[b-wadbgcdmmc] {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 0.1rem;
}

.section-toggle-copy strong[b-wadbgcdmmc] {
    font-size: 0.94rem;
}

.section-toggle-copy small[b-wadbgcdmmc] {
    overflow: hidden;
    color: #7b6e83;
    font-size: 0.74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-toggle-action[b-wadbgcdmmc] {
    padding: 0.38rem 0.7rem;
    border: 1px solid #dfd0e7;
    border-radius: 999px;
    background: #fff;
    color: #6e2d99;
    font-size: 0.72rem;
    font-weight: 750;
    white-space: nowrap;
}

.section-toggle-chevron[b-wadbgcdmmc] {
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    align-items: center;
    justify-content: center;
    color: #7a548f;
    transition: transform 160ms ease;
}

.section-toggle-chevron svg[b-wadbgcdmmc] {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.section-toggle-chevron.is-open[b-wadbgcdmmc] {
    transform: rotate(180deg);
}

.section-content[b-wadbgcdmmc] {
    border-top: 1px solid #eee5f2;
}

.section-body[b-wadbgcdmmc] {
    padding: 1.25rem 1.5rem 1.5rem;
}

.membership-form-grid[b-wadbgcdmmc] {
    display: grid;
    grid-template-columns: minmax(15rem, 2fr) repeat(3, minmax(10rem, 1fr));
    align-items: start;
    gap: 1rem;
}

.membership-form-grid .form-label[b-wadbgcdmmc] {
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.money-input[b-wadbgcdmmc] {
    position: relative;
}

.money-input .form-control[b-wadbgcdmmc] {
    padding-right: 2.8rem;
}

.money-input > span[b-wadbgcdmmc] {
    position: absolute;
    top: 50%;
    right: 1rem;
    color: #716679;
    font-size: 0.8rem;
    font-weight: 700;
    transform: translateY(-50%);
    pointer-events: none;
}

.field-hint[b-wadbgcdmmc] {
    display: block;
    margin-top: 0.35rem;
    color: #786c80;
    font-size: 0.72rem;
}

.form-submit[b-wadbgcdmmc] {
    min-height: 3rem;
    margin-top: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.membership-list-card[b-wadbgcdmmc] {
    overflow: hidden;
}

.membership-list-heading[b-wadbgcdmmc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.archived-toggle[b-wadbgcdmmc] {
    border: 1px solid #d9cce2;
    border-radius: 999px;
    background: #f8f3fb;
    color: #6e2d99;
    font-weight: 700;
}

.archived-toggle:hover[b-wadbgcdmmc] {
    border-color: #9450c6;
    background: #f0e3f8;
    color: #572278;
}

.membership-filters[b-wadbgcdmmc] {
    margin-bottom: 1.25rem;
    padding: 1rem;
    border: 1px solid #e8dfec;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #fbf9fc, #f7f1fa);
}

.membership-filters > div[b-wadbgcdmmc] {
    width: min(100%, 32rem);
}

.membership-filters label[b-wadbgcdmmc] {
    display: block;
    margin-bottom: 0.3rem;
    color: #665b6e;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.membership-filters .form-control[b-wadbgcdmmc] {
    min-height: 2.65rem;
    background: #fff;
    font-size: 0.82rem;
}

.empty-membership-state[b-wadbgcdmmc] {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.3rem;
    padding: 3rem 1rem;
    border: 1px dashed #dccfe3;
    border-radius: 0.9rem;
    background: #fbf9fc;
    color: #4e4256;
    text-align: center;
}

.empty-membership-state > span:last-child[b-wadbgcdmmc] {
    color: #817686;
    font-size: 0.8rem;
}

.empty-state-icon[b-wadbgcdmmc] {
    display: grid;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.25rem;
    place-items: center;
    border-radius: 0.75rem;
    background: #f0e4f7;
    color: #7c35ad;
    font-size: 1.35rem;
}

.membership-cards[b-wadbgcdmmc] {
    display: grid;
    gap: 1rem;
}

.membership-type-card[b-wadbgcdmmc] {
    overflow: hidden;
    border: 1px solid #e6dce9;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.5rem 1.4rem rgba(50, 29, 62, 0.06);
}

.membership-type-card.is-archived[b-wadbgcdmmc] {
    background: #faf8fb;
}

.membership-type-summary[b-wadbgcdmmc] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.1rem;
}

.membership-type-mark[b-wadbgcdmmc] {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    box-shadow: 0 0.5rem 1rem rgba(124, 53, 173, 0.2);
    color: #fff;
    font-weight: 800;
}

.is-archived .membership-type-mark[b-wadbgcdmmc] {
    background: #938b98;
    box-shadow: none;
}

.membership-type-title[b-wadbgcdmmc] {
    min-width: 0;
}

.membership-name-line[b-wadbgcdmmc] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.membership-name-line h3[b-wadbgcdmmc] {
    overflow: hidden;
    margin: 0;
    color: #302438;
    font-size: 1rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.membership-type-title p[b-wadbgcdmmc] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0.25rem 0 0;
    color: #7b7081;
    font-size: 0.76rem;
}

.membership-type-title p strong[b-wadbgcdmmc] {
    color: #5f267f;
    font-size: 0.84rem;
}

.summary-divider[b-wadbgcdmmc] {
    color: #b9acbf;
}

.membership-status[b-wadbgcdmmc] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.23rem 0.5rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
}

.membership-status[b-wadbgcdmmc]::before {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.status-active[b-wadbgcdmmc] {
    background: #e5f5ea;
    color: #237440;
}

.status-planned[b-wadbgcdmmc] {
    background: #eee7fb;
    color: #6540a0;
}

.status-ended[b-wadbgcdmmc],
.status-archived[b-wadbgcdmmc] {
    background: #f0edf1;
    color: #706976;
}

.membership-type-actions[b-wadbgcdmmc] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.4rem;
}

.membership-type-actions .btn[b-wadbgcdmmc],
.timeline-actions .btn[b-wadbgcdmmc] {
    border-radius: 0.55rem;
    font-weight: 650;
}

.archive-action[b-wadbgcdmmc] {
    border: 1px solid #d8cedd;
    background: #fff;
    color: #695d70;
}

.archive-action:hover[b-wadbgcdmmc] {
    border-color: #a899af;
    background: #f6f2f7;
}

.new-version-panel[b-wadbgcdmmc] {
    padding: 1.1rem;
    border-top: 1px solid #e9dced;
    border-left: 3px solid #9450c6;
    background: linear-gradient(135deg, #faf6fc, #f7f0fa);
}

.edit-version-panel[b-wadbgcdmmc] {
    margin: 0.25rem 0 0.75rem 1.3rem;
    padding: 1rem;
    border: 1px solid #dfd1e6;
    border-left: 3px solid #9450c6;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, #fbf8fc, #f7f0fa);
}

.new-version-heading[b-wadbgcdmmc] {
    margin-bottom: 1rem;
}

.new-version-heading > div[b-wadbgcdmmc] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.new-version-heading strong[b-wadbgcdmmc] {
    color: #3d3045;
    font-size: 0.9rem;
}

.new-version-heading span[b-wadbgcdmmc] {
    color: #766a7d;
    font-size: 0.76rem;
}

.compact-form-grid[b-wadbgcdmmc] {
    grid-template-columns: minmax(14rem, 2fr) repeat(3, minmax(9rem, 1fr));
}

.version-form-actions[b-wadbgcdmmc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.version-form-actions .btn-primary[b-wadbgcdmmc] {
    min-height: 2.65rem;
}

.version-form-actions .btn-link[b-wadbgcdmmc] {
    color: #6e2d99;
    text-decoration: none;
}

.version-timeline[b-wadbgcdmmc] {
    padding: 0 1.1rem 1rem;
    border-top: 1px solid #f0e9f2;
}

.timeline-heading[b-wadbgcdmmc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0 0.45rem;
    color: #615568;
}

.timeline-heading strong[b-wadbgcdmmc] {
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.timeline-heading span[b-wadbgcdmmc] {
    color: #8a7f90;
    font-size: 0.7rem;
}

.timeline-row[b-wadbgcdmmc] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.75rem;
    min-height: 3rem;
    padding: 0.5rem 0;
    border-top: 1px solid #f1ecf3;
}

.timeline-dot[b-wadbgcdmmc] {
    width: 0.55rem;
    height: 0.55rem;
    border: 2px solid #b9a7c4;
    border-radius: 50%;
    background: #fff;
}

.timeline-row.is-current .timeline-dot[b-wadbgcdmmc] {
    border-color: #7c35ad;
    background: #7c35ad;
    box-shadow: 0 0 0 0.22rem #eedff6;
}

.timeline-copy[b-wadbgcdmmc] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.08rem;
}

.timeline-copy strong[b-wadbgcdmmc] {
    overflow: hidden;
    color: #44374c;
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.timeline-copy span[b-wadbgcdmmc] {
    color: #817686;
    font-size: 0.7rem;
}

.timeline-fee[b-wadbgcdmmc] {
    color: #5f267f;
    font-size: 0.8rem;
    white-space: nowrap;
}

.timeline-actions[b-wadbgcdmmc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.timeline-actions .btn[b-wadbgcdmmc] {
    font-size: 0.7rem;
}

.edit-version-action[b-wadbgcdmmc] {
    border: 1px solid #d8c9df;
    background: #fff;
    color: #6e2d99;
}

.remove-version-action[b-wadbgcdmmc] {
    border: 1px solid #e7c3cc;
    background: #fff8f9;
    color: #a72f4b;
}

.history-lock[b-wadbgcdmmc] {
    display: inline-flex;
    align-items: center;
    padding: 0.27rem 0.48rem;
    border-radius: 999px;
    background: #f0edf1;
    color: #706976;
    font-size: 0.66rem;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .membership-form-grid[b-wadbgcdmmc],
    .compact-form-grid[b-wadbgcdmmc] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .section-toggle-action[b-wadbgcdmmc] {
        display: none;
    }

    .section-toggle-copy small[b-wadbgcdmmc] {
        white-space: normal;
    }

    .section-body[b-wadbgcdmmc] {
        padding: 1rem;
    }

    .membership-form-grid[b-wadbgcdmmc],
    .compact-form-grid[b-wadbgcdmmc] {
        grid-template-columns: 1fr;
    }

    .membership-list-heading[b-wadbgcdmmc],
    .membership-type-summary[b-wadbgcdmmc] {
        align-items: flex-start;
    }

    .membership-list-heading[b-wadbgcdmmc] {
        flex-direction: column;
    }

    .membership-type-summary[b-wadbgcdmmc] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .membership-type-actions[b-wadbgcdmmc] {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .timeline-row[b-wadbgcdmmc] {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .timeline-actions[b-wadbgcdmmc] {
        grid-column: 2 / -1;
        justify-self: start;
    }

    .edit-version-panel[b-wadbgcdmmc] {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .membership-list-card .card-body[b-wadbgcdmmc] {
        padding: 1rem !important;
    }

    .membership-type-summary[b-wadbgcdmmc],
    .new-version-panel[b-wadbgcdmmc],
    .version-timeline[b-wadbgcdmmc] {
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    .membership-type-mark[b-wadbgcdmmc] {
        width: 2.4rem;
        height: 2.4rem;
    }

    .timeline-row[b-wadbgcdmmc] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .timeline-fee[b-wadbgcdmmc],
    .timeline-actions[b-wadbgcdmmc] {
        grid-column: 2;
        justify-self: start;
    }
}
/* /Components/Pages/UserDetailsFields.razor.rz.scp.css */
.member-data-note[b-ni6sd2iiam] {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 1rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid #dfd2e7;
    border-radius: 0.8rem;
    background: #faf6fc;
}

.member-data-note.is-required[b-ni6sd2iiam] {
    border-color: #bfe4cc;
    background: #f1faf4;
}

.member-data-note-icon[b-ni6sd2iiam] {
    display: inline-grid;
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 1.45rem;
    place-items: center;
    border-radius: 50%;
    background: #eee1f5;
    color: #6e2d99;
    font-size: 0.7rem;
    font-weight: 800;
}

.member-data-note.is-required .member-data-note-icon[b-ni6sd2iiam] {
    background: #d9f0e1;
    color: #237440;
}

.member-data-note > div[b-ni6sd2iiam] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    color: #3a2e43;
}

.member-data-note span[b-ni6sd2iiam],
.field-hint[b-ni6sd2iiam] {
    color: #786c80;
    font-size: 0.75rem;
    font-weight: 400;
}

.user-details-grid[b-ni6sd2iiam] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem 1rem;
}

.address-field[b-ni6sd2iiam] {
    grid-column: 1 / -1;
}

.address-field textarea[b-ni6sd2iiam] {
    resize: vertical;
}

.field-hint[b-ni6sd2iiam] {
    display: block;
    margin-top: 0.3rem;
}

.form-control.invalid[b-ni6sd2iiam] {
    border-color: #d66a80;
    background-color: #fffafb;
    box-shadow: 0 0 0 0.16rem rgba(187, 62, 92, 0.08);
}

[b-ni6sd2iiam] .field-validation-message {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-top: 0.4rem;
    padding: 0.42rem 0.55rem;
    border-left: 2px solid #ce5870;
    border-radius: 0 0.5rem 0.5rem 0;
    background: #fff4f6;
    color: #912e45;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.35;
}

[b-ni6sd2iiam] .field-validation-message::before {
    display: inline-grid;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    place-items: center;
    border-radius: 50%;
    background: #ce5870;
    color: #fff;
    content: "!";
    font-size: 0.62rem;
    font-weight: 800;
}

@media (max-width: 1199px) {
    .user-details-grid[b-ni6sd2iiam] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 799px) {
    .user-details-grid[b-ni6sd2iiam] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/UserMembershipEditor.razor.rz.scp.css */
.user-membership-editor[b-ne6xvm73yw] {
    display: grid;
    gap: 1rem;
    margin: 1rem 1.25rem 1.25rem;
    padding: 1.2rem;
    border: 1px solid #dfd2e7;
    border-left: 3px solid #9450c6;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, #fbf8fc, #f7f0fa);
}

.membership-editor-heading[b-ne6xvm73yw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.membership-editor-heading > div[b-ne6xvm73yw] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.15rem;
}

.membership-editor-heading strong[b-ne6xvm73yw] {
    color: #302438;
    font-size: 0.95rem;
}

.membership-editor-heading small[b-ne6xvm73yw],
.membership-period-form-copy span[b-ne6xvm73yw] {
    color: #786c80;
    font-size: 0.74rem;
}

.membership-editor-kicker[b-ne6xvm73yw] {
    color: #8a3fba;
    font-size: 0.67rem;
    font-weight: 750;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.add-membership-toggle[b-ne6xvm73yw] {
    border: 1px solid #d8c6e1;
    border-radius: 999px;
    background: #fff;
    color: #6e2d99;
    font-weight: 700;
    white-space: nowrap;
}

.membership-feedback[b-ne6xvm73yw] {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid;
    border-radius: 0.75rem;
}

.membership-feedback > span[b-ne6xvm73yw] {
    display: inline-grid;
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 1.35rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.67rem;
    font-weight: 800;
}

.membership-feedback p[b-ne6xvm73yw] {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
}

.membership-feedback-success[b-ne6xvm73yw] {
    border-color: #bfe4cc;
    background: #f1faf4;
    color: #1f6338;
}

.membership-feedback-success > span[b-ne6xvm73yw] {
    background: #2d8b50;
}

.membership-feedback-error[b-ne6xvm73yw] {
    border-color: #efcbd3;
    background: #fff4f6;
    color: #8a2940;
}

.membership-feedback-error > span[b-ne6xvm73yw] {
    background: #bb3e5c;
}

.membership-empty-state[b-ne6xvm73yw] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
    padding: 1rem;
    border: 1px dashed #d9c9e1;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.7);
}

.membership-empty-state.compact[b-ne6xvm73yw] {
    align-items: center;
    text-align: center;
}

.membership-empty-state strong[b-ne6xvm73yw] {
    color: #44374c;
    font-size: 0.82rem;
}

.membership-empty-state span[b-ne6xvm73yw] {
    color: #817686;
    font-size: 0.74rem;
}

.membership-empty-state .btn[b-ne6xvm73yw] {
    margin-top: 0.4rem;
    border-radius: 0.55rem;
    font-weight: 650;
}

.membership-period-form[b-ne6xvm73yw] {
    padding: 1rem;
    border: 1px solid #e2d5e8;
    border-radius: 0.85rem;
    background: #fff;
}

.membership-period-form-copy[b-ne6xvm73yw] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-bottom: 0.8rem;
}

.membership-period-fields[b-ne6xvm73yw] {
    display: grid;
    grid-template-columns: minmax(15rem, 2fr) repeat(2, minmax(10rem, 1fr));
    align-items: start;
    gap: 0.8rem;
}

.membership-period-fields label[b-ne6xvm73yw],
.close-membership-form label[b-ne6xvm73yw] {
    display: block;
    margin-bottom: 0.3rem;
    color: #5d5065;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.membership-period-fields .form-control[b-ne6xvm73yw],
.membership-period-fields .form-select[b-ne6xvm73yw],
.close-membership-form .form-control[b-ne6xvm73yw] {
    min-height: 2.7rem;
    border-color: #d8cfdd;
    border-radius: 0.65rem;
    background-color: #fff;
    font-size: 0.8rem;
}

.membership-period-fields small[b-ne6xvm73yw] {
    display: block;
    margin-top: 0.28rem;
    color: #817686;
    font-size: 0.68rem;
}

.membership-period-actions[b-ne6xvm73yw] {
    display: flex;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.membership-period-actions .btn[b-ne6xvm73yw],
.close-membership-form .btn[b-ne6xvm73yw],
.correct-membership-form .btn[b-ne6xvm73yw] {
    border-radius: 0.55rem;
    font-weight: 650;
}

.membership-period-actions .btn-primary[b-ne6xvm73yw],
.close-membership-form .btn-primary[b-ne6xvm73yw],
.correct-membership-form .btn-primary[b-ne6xvm73yw] {
    border: 0;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
}

.user-membership-timeline[b-ne6xvm73yw] {
    display: grid;
    gap: 0.6rem;
}

.user-membership-period[b-ne6xvm73yw] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem;
    border: 1px solid #e5dce9;
    border-radius: 0.8rem;
    background: #fff;
}

.period-timeline-dot[b-ne6xvm73yw] {
    width: 0.65rem;
    height: 0.65rem;
    border: 2px solid #b8a9c0;
    border-radius: 50%;
    background: #fff;
}

.user-membership-period.is-current .period-timeline-dot[b-ne6xvm73yw] {
    border-color: #2d8b50;
    background: #2d8b50;
    box-shadow: 0 0 0 0.22rem #def2e5;
}

.user-membership-period.is-planned .period-timeline-dot[b-ne6xvm73yw] {
    border-color: #7c35ad;
    background: #7c35ad;
    box-shadow: 0 0 0 0.22rem #eee1f5;
}

.period-main[b-ne6xvm73yw] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.13rem;
}

.period-title-line[b-ne6xvm73yw] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.period-title-line > strong[b-ne6xvm73yw] {
    overflow: hidden;
    color: #382c40;
    font-size: 0.84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.period-main > span[b-ne6xvm73yw],
.period-main > small[b-ne6xvm73yw] {
    color: #7d7184;
    font-size: 0.7rem;
}

.period-status[b-ne6xvm73yw],
.archived-type-label[b-ne6xvm73yw] {
    padding: 0.18rem 0.4rem;
    border-radius: 999px;
    font-size: 0.64rem;
    font-weight: 750;
}

.is-current .period-status[b-ne6xvm73yw] {
    background: #e5f5ea;
    color: #237440;
}

.is-planned .period-status[b-ne6xvm73yw] {
    background: #eee7fb;
    color: #6540a0;
}

.is-ended .period-status[b-ne6xvm73yw],
.archived-type-label[b-ne6xvm73yw] {
    background: #f0edf1;
    color: #706976;
}

.period-actions[b-ne6xvm73yw] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem;
}

.period-actions .btn[b-ne6xvm73yw] {
    border-radius: 0.5rem;
    font-size: 0.7rem;
    font-weight: 650;
}

.close-membership-form[b-ne6xvm73yw],
.correct-membership-form[b-ne6xvm73yw] {
    display: flex;
    align-items: end;
    grid-column: 2 / -1;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.4rem;
    padding-top: 0.75rem;
    border-top: 1px solid #eee7f1;
}

.correct-membership-form[b-ne6xvm73yw] {
    display: grid;
    grid-template-columns: minmax(14rem, 1.5fr) repeat(2, minmax(10rem, 1fr));
    align-items: start;
}

.close-membership-form > div[b-ne6xvm73yw],
.correct-membership-field[b-ne6xvm73yw] {
    width: min(100%, 18rem);
}

.correct-membership-type-field[b-ne6xvm73yw] {
    width: 100%;
}

.correct-membership-actions[b-ne6xvm73yw] {
    display: flex;
    grid-column: 1 / -1;
    gap: 0.5rem;
}

.close-membership-form .btn[b-ne6xvm73yw],
.correct-membership-form .btn[b-ne6xvm73yw] {
    min-height: 2.7rem;
}

.correct-membership-form label[b-ne6xvm73yw],
.correct-membership-form small[b-ne6xvm73yw] {
    display: block;
}

.correct-membership-form label[b-ne6xvm73yw] {
    margin-bottom: 0.3rem;
    color: #64576b;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.correct-membership-form small[b-ne6xvm73yw] {
    margin-top: 0.3rem;
    color: #817686;
    font-size: 0.68rem;
}

.correct-membership-form .form-select[b-ne6xvm73yw] {
    min-height: 2.7rem;
    border-color: #d8cfdd;
    border-radius: 0.65rem;
    font-size: 0.8rem;
}

@media (max-width: 999px) {
    .membership-period-fields[b-ne6xvm73yw] {
        grid-template-columns: 1fr 1fr;
    }

    .membership-type-field[b-ne6xvm73yw] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .user-membership-editor[b-ne6xvm73yw] {
        margin: 0.8rem;
        padding: 0.9rem;
    }

    .membership-editor-heading[b-ne6xvm73yw] {
        align-items: flex-start;
        flex-direction: column;
    }

    .membership-period-fields[b-ne6xvm73yw],
    .user-membership-period[b-ne6xvm73yw] {
        grid-template-columns: 1fr;
    }

    .membership-type-field[b-ne6xvm73yw],
    .close-membership-form[b-ne6xvm73yw],
    .correct-membership-form[b-ne6xvm73yw] {
        grid-column: auto;
    }

    .correct-membership-form[b-ne6xvm73yw] {
        grid-template-columns: 1fr;
    }

    .correct-membership-field[b-ne6xvm73yw],
    .correct-membership-actions[b-ne6xvm73yw] {
        width: 100%;
        grid-column: auto;
    }

    .period-timeline-dot[b-ne6xvm73yw] {
        display: none;
    }

    .period-actions[b-ne6xvm73yw] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/Users.razor.rz.scp.css */
.users-heading[b-61rl2t9k2p] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.users-heading h1[b-61rl2t9k2p] {
    margin: 0.15rem 0 0.35rem;
    color: #fff;
    font-weight: 750;
    letter-spacing: -0.035em;
}

.users-heading p[b-61rl2t9k2p] {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
}

.users-heading .users-kicker[b-61rl2t9k2p] {
    color: #c384ec;
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.feedback-panel[b-61rl2t9k2p] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.25rem;
    padding: 0.9rem 1rem;
    border: 1px solid;
    border-radius: 0.95rem;
    box-shadow: 0 0.8rem 2rem rgba(8, 4, 14, 0.12);
}

.feedback-panel > div[b-61rl2t9k2p] {
    min-width: 0;
}

.feedback-panel strong[b-61rl2t9k2p] {
    display: block;
    margin-bottom: 0.1rem;
    font-size: 0.84rem;
}

.feedback-panel p[b-61rl2t9k2p],
.feedback-panel ul[b-61rl2t9k2p] {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
}

.feedback-panel ul[b-61rl2t9k2p] {
    padding-left: 1.1rem;
}

.feedback-icon[b-61rl2t9k2p] {
    display: inline-grid;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 1.7rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
}

.feedback-panel-success[b-61rl2t9k2p] {
    border-color: #bfe4cc;
    background: linear-gradient(135deg, #f4fcf7, #edf8f1);
    color: #1f6338;
}

.feedback-panel-success .feedback-icon[b-61rl2t9k2p] {
    background: #2d8b50;
    box-shadow: 0 0.3rem 0.8rem rgba(45, 139, 80, 0.24);
}

.feedback-panel-error[b-61rl2t9k2p] {
    border-color: #efcbd3;
    background: linear-gradient(135deg, #fff8f9, #fff2f5);
    color: #8a2940;
}

.feedback-panel-error .feedback-icon[b-61rl2t9k2p] {
    background: #bb3e5c;
    box-shadow: 0 0.3rem 0.8rem rgba(187, 62, 92, 0.24);
}

.form-control[b-61rl2t9k2p],
.form-select[b-61rl2t9k2p] {
    min-height: 3rem;
    border-color: #d5cedc;
    border-radius: 0.7rem;
}

.form-control:focus[b-61rl2t9k2p],
.form-select:focus[b-61rl2t9k2p] {
    border-color: #9450c6;
    box-shadow: 0 0 0 0.2rem rgba(148, 80, 198, 0.14);
}

.form-control.invalid[b-61rl2t9k2p],
.form-select.invalid[b-61rl2t9k2p] {
    border-color: #d66a80;
    background-color: #fffafb;
    box-shadow: 0 0 0 0.16rem rgba(187, 62, 92, 0.08);
}

[b-61rl2t9k2p] .field-validation-message {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-top: 0.4rem;
    padding: 0.42rem 0.55rem;
    border-left: 2px solid #ce5870;
    border-radius: 0 0.5rem 0.5rem 0;
    background: #fff4f6;
    color: #912e45;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.35;
}

[b-61rl2t9k2p] .field-validation-message::before {
    display: inline-grid;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    place-items: center;
    border-radius: 50%;
    background: #ce5870;
    color: #fff;
    content: "!";
    font-size: 0.62rem;
    font-weight: 800;
}

.btn-primary[b-61rl2t9k2p] {
    min-height: 3rem;
    border: 0;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    font-weight: 700;
}

.create-user-toggle[b-61rl2t9k2p] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border: 0;
    background: linear-gradient(135deg, #fff 0%, #faf6fc 100%);
    color: #302438;
    text-align: left;
}

.create-user-toggle:hover[b-61rl2t9k2p] {
    background: linear-gradient(135deg, #fff 0%, #f5ebfa 100%);
}

.create-user-toggle:focus-visible[b-61rl2t9k2p] {
    outline: 3px solid rgba(148, 80, 198, 0.25);
    outline-offset: -3px;
}

.create-user-toggle-icon[b-61rl2t9k2p] {
    display: inline-grid;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    place-items: center;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #7c35ad, #a24dd1);
    box-shadow: 0 0.45rem 1rem rgba(124, 53, 173, 0.22);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
}

.create-user-toggle-copy[b-61rl2t9k2p] {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 0.1rem;
}

.create-user-toggle-copy strong[b-61rl2t9k2p] {
    font-size: 0.94rem;
}

.create-user-toggle-copy small[b-61rl2t9k2p] {
    overflow: hidden;
    color: #7b6e83;
    font-size: 0.74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.create-user-toggle-action[b-61rl2t9k2p] {
    padding: 0.38rem 0.7rem;
    border: 1px solid #dfd0e7;
    border-radius: 999px;
    background: #fff;
    color: #6e2d99;
    font-size: 0.72rem;
    font-weight: 750;
    white-space: nowrap;
}

.create-user-toggle-chevron[b-61rl2t9k2p] {
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    align-items: center;
    justify-content: center;
    color: #7a548f;
    transition: transform 160ms ease;
}

.create-user-toggle-chevron svg[b-61rl2t9k2p] {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.create-user-toggle-chevron.is-open[b-61rl2t9k2p] {
    transform: rotate(180deg);
}

.create-user-content[b-61rl2t9k2p] {
    border-top: 1px solid #eee5f2;
}

.create-user-body[b-61rl2t9k2p] {
    padding: 1.25rem 1.5rem 1.5rem;
}

.credentials-grid[b-61rl2t9k2p] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee8f1;
}

.create-user-submit[b-61rl2t9k2p] {
    width: min(100%, 18rem);
    margin-top: 1.25rem;
}

.users-list-card[b-61rl2t9k2p] {
    min-height: 100%;
}

.users-list-heading[b-61rl2t9k2p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.users-filters[b-61rl2t9k2p] {
    display: grid;
    grid-template-columns: minmax(15rem, 2fr) repeat(3, minmax(9rem, 1fr)) minmax(7rem, 0.55fr) auto;
    align-items: end;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding: 1rem;
    border: 1px solid #e8dfec;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #fbf9fc, #f7f1fa);
}

.users-filters label[b-61rl2t9k2p] {
    display: block;
    margin-bottom: 0.3rem;
    color: #665b6e;
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.users-filters .form-control[b-61rl2t9k2p],
.users-filters .form-select[b-61rl2t9k2p] {
    min-height: 2.65rem;
    background-color: #fff;
    font-size: 0.82rem;
}

.users-sort-filter[b-61rl2t9k2p] {
    display: none;
}

.users-sort-filter > div[b-61rl2t9k2p] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2.65rem;
    gap: 0.4rem;
}

.sort-direction[b-61rl2t9k2p] {
    display: grid;
    min-height: 2.65rem;
    place-items: center;
    border: 1px solid #d5cedc;
    border-radius: 0.7rem;
    background: #fff;
    color: #6e2d99;
    font-size: 1rem;
    font-weight: 750;
}

.sort-direction:hover[b-61rl2t9k2p] {
    border-color: #9450c6;
    background: #f3e8f8;
}

.sort-direction:focus-visible[b-61rl2t9k2p] {
    outline: 3px solid rgba(148, 80, 198, 0.18);
    outline-offset: 1px;
}

.clear-filters[b-61rl2t9k2p] {
    min-height: 2.65rem;
    border: 1px solid #d9cce2;
    border-radius: 0.7rem;
    background: #fff;
    color: #6e2d99;
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

.clear-filters:hover[b-61rl2t9k2p] {
    border-color: #9450c6;
    background: #f3e8f8;
}

.empty-users-state[b-61rl2t9k2p] {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.25rem;
    padding: 2.5rem 1rem;
    border: 1px dashed #dccfe3;
    border-radius: 0.9rem;
    background: #fbf9fc;
    color: #4e4256;
    text-align: center;
}

.empty-users-state span[b-61rl2t9k2p] {
    color: #817686;
    font-size: 0.8rem;
}

.deleted-toggle[b-61rl2t9k2p] {
    border: 1px solid #d9cce2;
    border-radius: 999px;
    background: #f8f3fb;
    color: #6e2d99;
    font-weight: 700;
}

.deleted-toggle:hover[b-61rl2t9k2p] {
    border-color: #9450c6;
    background: #f0e3f8;
    color: #572278;
}

.users-table-wrapper[b-61rl2t9k2p] {
    margin: 0 -0.5rem;
}

.users-table[b-61rl2t9k2p] {
    min-width: 970px;
}

.users-table th[b-61rl2t9k2p] {
    border-bottom-color: #e9e1ee;
    color: #6b6074;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    white-space: nowrap;
}

.table-sort[b-61rl2t9k2p] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.table-sort span[b-61rl2t9k2p] {
    display: inline-grid;
    width: 1.1rem;
    height: 1.1rem;
    place-items: center;
    border-radius: 0.35rem;
    color: #9a8ea1;
    font-size: 0.78rem;
    line-height: 1;
}

.table-sort:hover[b-61rl2t9k2p],
.users-table th[aria-sort="ascending"] .table-sort[b-61rl2t9k2p],
.users-table th[aria-sort="descending"] .table-sort[b-61rl2t9k2p] {
    color: #6e2d99;
}

.users-table th[aria-sort="ascending"] .table-sort span[b-61rl2t9k2p],
.users-table th[aria-sort="descending"] .table-sort span[b-61rl2t9k2p] {
    background: #eee1f5;
    color: #6e2d99;
}

.table-sort:focus-visible[b-61rl2t9k2p] {
    border-radius: 0.3rem;
    outline: 3px solid rgba(148, 80, 198, 0.18);
    outline-offset: 2px;
}

.users-table td[b-61rl2t9k2p] {
    border-bottom-color: #eee8f1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: middle;
}

.user-cell[b-61rl2t9k2p] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-identity[b-61rl2t9k2p] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.12rem;
}

.identity-flags[b-61rl2t9k2p] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.identity-flags small[b-61rl2t9k2p] {
    display: inline-flex;
    padding: 0.16rem 0.4rem;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 700;
}

.member-label[b-61rl2t9k2p] {
    background: #e5f5ea;
    color: #237440;
}

.password-label[b-61rl2t9k2p] {
    background: #fff0d9;
    color: #8a5a24;
}

.role-badge[b-61rl2t9k2p] {
    display: inline-flex;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: #f1e8f7;
    color: #6e2d99;
    font-size: 0.78rem;
    font-weight: 700;
}

.never-logged-in[b-61rl2t9k2p] {
    color: #817686;
    font-size: 0.82rem;
    font-style: italic;
}

.account-status[b-61rl2t9k2p] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.34rem 0.62rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 750;
    white-space: nowrap;
}

.account-status[b-61rl2t9k2p]::before {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.account-status-active[b-61rl2t9k2p] {
    background: #e5f5ea;
    color: #237440;
}

.account-status-suspended[b-61rl2t9k2p] {
    background: #fff0d9;
    color: #9a5a00;
}

.account-status-deleted[b-61rl2t9k2p] {
    background: #f0edf1;
    color: #706976;
}

.user-actions[b-61rl2t9k2p] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.4rem;
}

.user-actions .btn[b-61rl2t9k2p] {
    border-radius: 0.55rem;
    font-weight: 650;
    white-space: nowrap;
}

.current-account-label[b-61rl2t9k2p] {
    align-self: center;
    color: #827889;
    font-size: 0.72rem;
    font-weight: 650;
    white-space: nowrap;
}

.deleted-user-row > td[b-61rl2t9k2p] {
    background: #faf8fb;
    color: #817987;
}

.expanded-row > td[b-61rl2t9k2p] {
    padding: 0 !important;
    background: #f8f4fa;
}

.expanded-panel[b-61rl2t9k2p] {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
    border-left: 3px solid #9450c6;
}

.expanded-heading[b-61rl2t9k2p] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.expanded-heading > div[b-61rl2t9k2p],
.password-reset-panel > div:first-child[b-61rl2t9k2p] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.expanded-panel span[b-61rl2t9k2p] {
    color: #716679;
    font-size: 0.82rem;
}

.avatar-editor[b-61rl2t9k2p] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1rem;
    border: 1px solid #e4d9e9;
    border-radius: 0.9rem;
    background: #fff;
}

.avatar-editor > div:last-child[b-61rl2t9k2p] {
    min-width: 0;
    flex: 1;
}

.avatar-editor .form-control[b-61rl2t9k2p] {
    min-height: auto;
}

.field-hint[b-61rl2t9k2p],
.avatar-state[b-61rl2t9k2p] {
    display: block;
    margin-top: 0.3rem;
    color: #786c80;
    font-size: 0.75rem;
}

.avatar-state[b-61rl2t9k2p] {
    color: #6e2d99 !important;
    font-weight: 700;
}

.remove-avatar[b-61rl2t9k2p] {
    margin-top: 0.35rem;
    padding-left: 0;
    color: #aa3154;
    text-decoration: none;
}

.edit-role-field[b-61rl2t9k2p] {
    width: min(100%, 22rem);
}

.account-login-field[b-61rl2t9k2p] {
    width: min(100%, 32rem);
}

.password-reset-fields[b-61rl2t9k2p] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.password-reset-fields .form-label[b-61rl2t9k2p] {
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    font-weight: 650;
}

.expanded-actions[b-61rl2t9k2p] {
    display: flex;
    gap: 0.5rem;
}

.expanded-actions .btn-primary[b-61rl2t9k2p] {
    min-height: auto;
}

.users-pagination[b-61rl2t9k2p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee8f1;
    color: #776c7e;
    font-size: 0.78rem;
}

.pagination-controls[b-61rl2t9k2p] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.pagination-controls .btn[b-61rl2t9k2p] {
    display: inline-grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border: 1px solid #d9cce2;
    border-radius: 0.65rem;
    background: #f8f3fb;
    color: #6e2d99;
    font-size: 1.2rem;
    line-height: 1;
}

.pagination-controls .btn:hover:not(:disabled)[b-61rl2t9k2p] {
    border-color: #9450c6;
    background: #efe1f6;
}

.pagination-controls strong[b-61rl2t9k2p] {
    color: #4b3d54;
    font-size: 0.76rem;
    white-space: nowrap;
}

@media (max-width: 1399px) {
    .credentials-grid[b-61rl2t9k2p] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .users-filters[b-61rl2t9k2p] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .users-search-filter[b-61rl2t9k2p] {
        grid-column: span 2;
    }

    .users-sort-filter[b-61rl2t9k2p] {
        display: block;
    }

    .users-table-wrapper[b-61rl2t9k2p] {
        overflow: visible;
        margin: 0;
    }

    .users-table[b-61rl2t9k2p] {
        display: block;
        min-width: 0;
    }

    .users-table thead[b-61rl2t9k2p] {
        display: none;
    }

    .users-table tbody[b-61rl2t9k2p],
    .users-table tr[b-61rl2t9k2p],
    .users-table td[b-61rl2t9k2p] {
        display: block;
        width: 100%;
    }

    .users-table tr[b-61rl2t9k2p] {
        margin-bottom: 0.9rem;
        padding: 0.65rem 0.8rem;
        border: 1px solid #e8dfec;
        border-radius: 0.9rem;
        background: #fff;
    }

    .users-table td[b-61rl2t9k2p] {
        display: grid;
        grid-template-columns: 8.5rem minmax(0, 1fr);
        align-items: center;
        gap: 0.75rem;
        padding: 0.55rem 0;
        border: 0;
    }

    .users-table td[b-61rl2t9k2p]::before {
        color: #6b6074;
        content: attr(data-label);
        font-size: 0.69rem;
        font-weight: 750;
        letter-spacing: 0.045em;
        text-transform: uppercase;
    }

    .user-actions[b-61rl2t9k2p] {
        justify-content: flex-start;
    }

    .users-table .expanded-row[b-61rl2t9k2p] {
        margin-top: -0.9rem;
        padding: 0;
        border-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: #f8f4fa;
    }

    .users-table .expanded-row td[b-61rl2t9k2p] {
        display: block;
        padding: 0;
    }

    .users-table .expanded-row td[b-61rl2t9k2p]::before {
        content: none;
    }
}

@media (max-width: 799px) {
    .users-list-heading[b-61rl2t9k2p],
    .expanded-heading[b-61rl2t9k2p] {
        align-items: flex-start;
        flex-direction: column;
    }

    .credentials-grid[b-61rl2t9k2p],
    .password-reset-fields[b-61rl2t9k2p] {
        grid-template-columns: 1fr;
    }

    .users-filters[b-61rl2t9k2p] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .users-search-filter[b-61rl2t9k2p] {
        grid-column: 1 / -1;
    }

    .avatar-editor[b-61rl2t9k2p] {
        align-items: flex-start;
        flex-direction: column;
    }

    .users-table td[b-61rl2t9k2p] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }
}

@media (max-width: 600px) {
    .create-user-toggle-action[b-61rl2t9k2p] {
        display: none;
    }

    .create-user-toggle-copy small[b-61rl2t9k2p] {
        white-space: normal;
    }

    .create-user-body[b-61rl2t9k2p] {
        padding: 1rem;
    }

    .create-user-submit[b-61rl2t9k2p] {
        width: 100%;
    }

    .users-filters[b-61rl2t9k2p] {
        grid-template-columns: 1fr;
    }

    .users-search-filter[b-61rl2t9k2p] {
        grid-column: auto;
    }

    .users-pagination[b-61rl2t9k2p] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Shared/OttDatePicker.razor.rz.scp.css */
.ott-date-picker[b-j3dqxln9c0] {
    position: relative;
    width: 100%;
}

.date-trigger.form-control[b-j3dqxln9c0] {
    display: flex;
    width: 100%;
    min-height: 2.7rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid #d8cfdd;
    border-radius: 0.7rem;
    background: #fff;
    color: #2d2631;
    text-align: left;
    transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.date-trigger.form-control:hover:not(:disabled)[b-j3dqxln9c0] {
    border-color: #b99fc8;
    background: #fdfbfe;
}

.date-trigger.form-control:focus[b-j3dqxln9c0],
.date-trigger.form-control:focus-visible[b-j3dqxln9c0] {
    border-color: #9450c6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(148, 80, 198, 0.14);
}

.date-trigger.form-control.invalid[b-j3dqxln9c0] {
    border-color: #d66a80;
    background: #fffafb;
    box-shadow: 0 0 0 0.16rem rgba(187, 62, 92, 0.08);
}

.date-trigger:disabled[b-j3dqxln9c0] {
    cursor: not-allowed;
    opacity: 0.68;
}

.date-value[b-j3dqxln9c0] {
    overflow: hidden;
    font-size: 0.86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date-value.is-placeholder[b-j3dqxln9c0] {
    color: #817687;
}

.date-icon[b-j3dqxln9c0] {
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 1.05rem;
    fill: none;
    stroke: #714989;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.date-popover[b-j3dqxln9c0] {
    position: fixed;
    z-index: 1400;
    top: 0.5rem;
    left: 0.5rem;
    width: min(20rem, calc(100vw - 1.5rem));
    max-height: calc(100dvh - 1rem);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid #dfd1e6;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 1.2rem 3.2rem rgba(28, 12, 38, 0.24), 0 0.25rem 0.8rem rgba(80, 39, 105, 0.12);
    color: #302438;
}

.date-popover[b-j3dqxln9c0]::backdrop {
    background: transparent;
}

.calendar-header[b-j3dqxln9c0] {
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr) 2.2rem;
    align-items: center;
    gap: 0.35rem;
    padding: 0.8rem;
    background: linear-gradient(135deg, #24152f, #49265d);
    color: #fff;
}

.calendar-period-selectors[b-j3dqxln9c0] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.3rem;
}

.calendar-period-selectors select[b-j3dqxln9c0] {
    min-width: 0;
    height: 2.2rem;
    padding: 0.25rem 1.55rem 0.25rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.6rem;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 750;
}

.calendar-period-selectors select:focus[b-j3dqxln9c0] {
    border-color: rgba(255, 255, 255, 0.5);
    outline: 3px solid rgba(184, 104, 231, 0.34);
}

.calendar-period-selectors option[b-j3dqxln9c0] {
    background: #fff;
    color: #302438;
}

.calendar-navigation[b-j3dqxln9c0] {
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.calendar-navigation:hover:not(:disabled)[b-j3dqxln9c0] {
    background: rgba(255, 255, 255, 0.18);
}

.calendar-navigation:focus-visible[b-j3dqxln9c0],
.calendar-day:focus-visible[b-j3dqxln9c0],
.calendar-footer button:focus-visible[b-j3dqxln9c0] {
    outline: 3px solid rgba(184, 104, 231, 0.34);
    outline-offset: 1px;
}

.calendar-navigation:disabled[b-j3dqxln9c0] {
    opacity: 0.35;
}

.calendar-navigation svg[b-j3dqxln9c0] {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.weekday-row[b-j3dqxln9c0],
.calendar-grid[b-j3dqxln9c0] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.weekday-row[b-j3dqxln9c0] {
    padding: 0.75rem 0.75rem 0.35rem;
    color: #817487;
    font-size: 0.62rem;
    font-weight: 750;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: uppercase;
}

.calendar-grid[b-j3dqxln9c0] {
    gap: 0.16rem;
    padding: 0 0.75rem 0.75rem;
}

.calendar-day[b-j3dqxln9c0] {
    position: relative;
    display: grid;
    aspect-ratio: 1;
    min-width: 0;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 0.62rem;
    background: transparent;
    color: #3d3144;
    font-size: 0.76rem;
    font-weight: 650;
}

.calendar-day:hover:not(:disabled)[b-j3dqxln9c0] {
    background: #f1e5f7;
    color: #67278e;
}

.calendar-day.is-adjacent[b-j3dqxln9c0] {
    color: #b4aab9;
}

.calendar-day.is-today[b-j3dqxln9c0]::after {
    position: absolute;
    right: 38%;
    bottom: 0.28rem;
    left: 38%;
    height: 0.15rem;
    border-radius: 999px;
    background: #9a48c7;
    content: "";
}

.calendar-day.is-selected[b-j3dqxln9c0] {
    background: linear-gradient(135deg, #7832a8, #a64fd4);
    box-shadow: 0 0.38rem 0.8rem rgba(124, 53, 173, 0.27);
    color: #fff;
}

.calendar-day.is-selected[b-j3dqxln9c0]::after {
    background: #fff;
}

.calendar-day:disabled[b-j3dqxln9c0] {
    color: #d5ced8;
    cursor: not-allowed;
}

.calendar-footer[b-j3dqxln9c0] {
    display: flex;
    min-height: 3.15rem;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    padding: 0.55rem 0.75rem;
    border-top: 1px solid #eee6f1;
    background: #fbf8fc;
}

.calendar-footer button[b-j3dqxln9c0] {
    min-height: 2rem;
    padding: 0.35rem 0.65rem;
    border-radius: 0.55rem;
    font-size: 0.7rem;
    font-weight: 750;
}

.calendar-text-action[b-j3dqxln9c0] {
    margin-right: auto;
    border: 0;
    background: transparent;
    color: #796c80;
}

.calendar-today-action[b-j3dqxln9c0] {
    border: 1px solid #dbcbe3;
    background: #f1e5f7;
    color: #6e2d99;
}

.calendar-footer button:hover:not(:disabled)[b-j3dqxln9c0] {
    border-color: #b993ca;
    background: #e9d6f3;
    color: #572278;
}

.calendar-footer button:disabled[b-j3dqxln9c0] {
    cursor: not-allowed;
    opacity: 0.42;
}
/* /Components/Shared/UserAvatar.razor.rz.scp.css */
.user-avatar[b-ytgnse5ut4] {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    background: linear-gradient(145deg, #8d42bd, #4d226e);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.035em;
    box-shadow: 0 0.4rem 1rem rgba(8, 4, 14, 0.22);
}

.user-avatar img[b-ytgnse5ut4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-avatar-small[b-ytgnse5ut4] {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.74rem;
}

.user-avatar-medium[b-ytgnse5ut4] {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 0.95rem;
}

.user-avatar-large[b-ytgnse5ut4] {
    width: 7rem;
    height: 7rem;
    border-color: rgba(124, 53, 173, 0.22);
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 1rem 2.4rem rgba(72, 28, 99, 0.2);
}
