/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-znkb9m8921] {
    min-height: 100vh;
}

.top-bar[b-znkb9m8921] {
    min-height: 76px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 32px;
    background: #4A2A3B;
    box-shadow: 0 12px 28px rgba(71, 30, 53, 0.18);
}

.brand[b-znkb9m8921] {
    min-width: 176px;
    display: inline-flex;
    align-items: center;
}

.brand img[b-znkb9m8921] {
    width: 168px;
    max-height: 48px;
    object-fit: contain;
}

.top-menu[b-znkb9m8921] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    overflow-x: auto;
}

.top-menu a[b-znkb9m8921] {
    min-height: 44px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

    .top-menu a:hover[b-znkb9m8921],
    .top-menu a.is-active[b-znkb9m8921] {
        color: #4A2A3B;
        background: #6ac1c6;
    }

.menu-wrap[b-znkb9m8921] {
    position: relative;
    margin-left: auto;
}

.burger-button[b-znkb9m8921] {
    width: 46px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}

.burger-button span[b-znkb9m8921] {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #ffffff;
}

.account-menu[b-znkb9m8921] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 20;
    width: 260px;
    padding: 8px;
    display: grid;
    gap: 4px;
    border: 1px solid rgba(71, 30, 69, 0.12);
    border-radius: 6px;
    background: var(--portal-panel);
    box-shadow: 0 18px 44px rgba(71, 30, 69, 0.18);
}

.account-menu a[b-znkb9m8921],
.account-menu button[b-znkb9m8921] {
    min-height: 44px;
    width: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 4px;
    color: var(--portal-ink);
    background: transparent;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
}

.account-menu a:hover[b-znkb9m8921],
.account-menu button:hover[b-znkb9m8921] {
    background: var(--portal-secondary-soft);
}

.menu-theme-toggle[b-znkb9m8921] {
    border: 0;
}

.logout-button[b-znkb9m8921] {
    margin-top: 6px;
    border-top: 1px solid var(--portal-line) !important;
    color: var(--portal-danger) !important;
}

.theme-toggle[b-znkb9m8921] {
    min-height: 32px;
    padding: 4px 6px 4px 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: var(--portal-ink);
    background: var(--portal-subtle-panel);
    font-weight: 800;
}

.theme-toggle__track[b-znkb9m8921] {
    width: 42px;
    height: 24px;
    padding: 3px;
    display: flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(71, 30, 69, 0.16);
}

.theme-toggle__thumb[b-znkb9m8921] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #6ac1c6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    transition: transform 160ms ease, background-color 160ms ease;
}

:global([data-theme="dark"]) .theme-toggle__thumb[b-znkb9m8921] {
    transform: translateX(18px);
    background: #99c972;
}

.content-shell[b-znkb9m8921] {
    min-height: calc(100vh - 76px);
    padding: 32px;
}

.app-footer[b-znkb9m8921] {
    min-height: 46px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    color: rgba(255, 255, 255, 0.78);
    background: #471e45;
    font-size: 0.88rem;
    font-weight: 700;
}

.health-pill[b-znkb9m8921] {
    min-height: 26px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.health-pill span[b-znkb9m8921] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ff8a80;
}

.health-pill.is-healthy span[b-znkb9m8921] {
    background: #99c972;
}

#blazor-error-ui[b-znkb9m8921] {
    color-scheme: light only;
    background: #fff4bf;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(71, 30, 69, 0.18);
    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-znkb9m8921] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 760px) {
    .top-bar[b-znkb9m8921] {
        padding: 16px;
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .top-menu[b-znkb9m8921] {
        width: 100%;
    }

    .menu-wrap[b-znkb9m8921] {
        margin-left: 0;
    }

    .account-menu[b-znkb9m8921] {
        left: 0;
        right: auto;
    }

    .content-shell[b-znkb9m8921] {
        min-height: calc(100vh - 132px);
        padding: 18px;
    }

    .app-footer[b-znkb9m8921] {
        padding: 12px 16px;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gmihnrkp79],
.components-reconnect-repeated-attempt-visible[b-gmihnrkp79],
.components-reconnect-failed-visible[b-gmihnrkp79],
.components-pause-visible[b-gmihnrkp79],
.components-resume-failed-visible[b-gmihnrkp79],
.components-rejoining-animation[b-gmihnrkp79] {
    display: none;
}

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


#components-reconnect-modal[b-gmihnrkp79] {
    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-gmihnrkp79 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-gmihnrkp79 {
    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/AppointmentDetails.razor.rz.scp.css */
.details-page[b-6t5gpmnllj] {
    padding: 1rem;
    width: 75%;
    margin: 0 auto;
}

.nav-bar[b-6t5gpmnllj] {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.nav-btn[b-6t5gpmnllj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--portal-panel);
    border: none;
    cursor: pointer;
    color: var(--portal-ink);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.nav-btn svg[b-6t5gpmnllj] {
    width: 1.2rem;
    height: 1.2rem;
}

.nav-title[b-6t5gpmnllj] {
    flex: 1;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--portal-ink);
}

.nav-spacer[b-6t5gpmnllj] {
    width: 2rem;
}

.detail-card[b-6t5gpmnllj] {
    background: var(--portal-panel);
    border-radius: 1rem;
    box-shadow: var(--portal-shadow);
    overflow: hidden;
}

.detail-row[b-6t5gpmnllj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid var(--portal-line);
}

.detail-row.notes-row[b-6t5gpmnllj] {
    display: block;
    min-height: 5rem;
    align-items: flex-start;
}

.detail-row.last-row[b-6t5gpmnllj] {
    border-bottom: none;
}

.row-label[b-6t5gpmnllj] {
    font-size: 0.95rem;
    color: var(--portal-ink);
    font-weight: 500;
}

.row-chips[b-6t5gpmnllj] {
    display: flex;
    gap: 0.4rem;
}

.chip[b-6t5gpmnllj] {
    background: var(--portal-page);
    color: var(--portal-ink);
    border-radius: 2rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid var(--portal-line);
}

.notes-text[b-6t5gpmnllj] {
    font-size: 0.9rem;
    color: var(--portal-ink);
    margin: 0;
    white-space: pre-wrap;
}

.notes-placeholder[b-6t5gpmnllj] {
    font-size: 0.9rem;
    color: var(--portal-muted);
    margin: 0;
}

.toggle[b-6t5gpmnllj] {
    width: 2.75rem;
    height: 1.5rem;
    border-radius: 2rem;
    background: var(--portal-line);
    position: relative;
    flex-shrink: 0;
    transition: background 200ms ease;
}

.toggle.toggle-on[b-6t5gpmnllj] {
    background: var(--portal-success);
}

.toggle-thumb[b-6t5gpmnllj] {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transition: transform 200ms ease;
}

.toggle.toggle-on .toggle-thumb[b-6t5gpmnllj] {
    transform: translateX(1.25rem);
}

.loading[b-6t5gpmnllj] {
    padding: 1rem;
    color: var(--portal-muted);
}

.label-chips[b-6t5gpmnllj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.label-chip[b-6t5gpmnllj] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.65rem;
    background: var(--portal-secondary-soft, rgba(0,0,0,0.06));
    border: 1px solid var(--portal-line);
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--portal-ink);
}

.label-chip-remove[b-6t5gpmnllj] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    color: var(--portal-muted);
    padding: 0;
}

.label-chip-remove:hover[b-6t5gpmnllj] {
    color: var(--portal-danger, #e53e3e);
}

.label-picker[b-6t5gpmnllj] {
    padding: 0.4rem 0.65rem;
    background: var(--portal-input);
    border: 1px solid var(--portal-line);
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: var(--portal-ink);
}

.edit-input[b-6t5gpmnllj] {
    background: var(--portal-page);
    border: 1px solid var(--portal-line);
    border-radius: 0.5rem;
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
    color: var(--portal-ink);
    min-width: 0;
}

.edit-input--narrow[b-6t5gpmnllj] {
    width: 6rem;
}

.edit-textarea[b-6t5gpmnllj] {
    width: 100%;
    min-height: 5rem;
    background: var(--portal-page);
    border: 1px solid var(--portal-line);
    border-radius: 0.5rem;
    padding: 0.5rem 0.6rem;
    font-size: 0.9rem;
    color: var(--portal-ink);
    resize: vertical;
    box-sizing: border-box;
}

.edit-error[b-6t5gpmnllj] {
    padding: 0.5rem 1.1rem;
    font-size: 0.85rem;
    color: var(--portal-danger, #e53e3e);
}

.edit-actions[b-6t5gpmnllj] {
    display: flex;
    gap: 0.75rem;
    padding: 0.9rem 1.1rem;
    border-top: 1px solid var(--portal-line);
}

.edit-btn[b-6t5gpmnllj] {
    flex: 1;
    padding: 0.55rem 1rem;
    border-radius: 0.5rem;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.edit-btn--cancel[b-6t5gpmnllj] {
    background: var(--portal-page);
    color: var(--portal-ink);
    border: 1px solid var(--portal-line);
}

.edit-btn--save[b-6t5gpmnllj] {
    background: var(--portal-primary);
    color: #ffffff;
}

.edit-btn:disabled[b-6t5gpmnllj] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Components/Pages/ClientAppointmentDetails.razor.rz.scp.css */
.details-page[b-f23dkb7gsr] {
    padding: 1rem;
    width: 75%;
    margin: 0 auto;
}

.nav-bar[b-f23dkb7gsr] {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.nav-btn[b-f23dkb7gsr] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--portal-panel);
    border: none;
    cursor: pointer;
    color: var(--portal-ink);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.nav-btn svg[b-f23dkb7gsr] {
    width: 1.2rem;
    height: 1.2rem;
}

.nav-title[b-f23dkb7gsr] {
    flex: 1;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--portal-ink);
}

.nav-spacer[b-f23dkb7gsr] {
    width: 2rem;
}

.detail-card[b-f23dkb7gsr] {
    background: var(--portal-panel);
    border-radius: 1rem;
    box-shadow: var(--portal-shadow);
    overflow: hidden;
}

.detail-row[b-f23dkb7gsr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.1rem;
    border-bottom: 1px solid var(--portal-line);
}

.detail-row.notes-row[b-f23dkb7gsr] {
    display: block;
    min-height: 5rem;
}

.detail-row.last-row[b-f23dkb7gsr] {
    border-bottom: none;
}

.row-label[b-f23dkb7gsr] {
    font-size: 0.95rem;
    color: var(--portal-ink);
    font-weight: 500;
}

.row-value[b-f23dkb7gsr] {
    font-size: 0.95rem;
    color: var(--portal-muted);
    font-weight: 500;
}

.row-chips[b-f23dkb7gsr] {
    display: flex;
    gap: 0.4rem;
}

.chip[b-f23dkb7gsr] {
    background: var(--portal-page);
    color: var(--portal-ink);
    border-radius: 2rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid var(--portal-line);
}

.notes-text[b-f23dkb7gsr] {
    font-size: 0.9rem;
    color: var(--portal-ink);
    margin: 0;
    white-space: pre-wrap;
}

.notes-placeholder[b-f23dkb7gsr] {
    font-size: 0.9rem;
    color: var(--portal-muted);
    margin: 0;
}

.toggle[b-f23dkb7gsr] {
    width: 2.75rem;
    height: 1.5rem;
    border-radius: 2rem;
    background: var(--portal-line);
    position: relative;
    flex-shrink: 0;
}

.toggle.toggle-on[b-f23dkb7gsr] {
    background: var(--portal-success);
}

.toggle-thumb[b-f23dkb7gsr] {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transition: transform 200ms ease;
}

.toggle.toggle-on .toggle-thumb[b-f23dkb7gsr] {
    transform: translateX(1.25rem);
}

.label-chips[b-f23dkb7gsr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.label-chip[b-f23dkb7gsr] {
    padding: 0.25rem 0.65rem;
    background: color-mix(in srgb, var(--portal-secondary) 18%, transparent);
    border: 1px solid color-mix(in srgb, var(--portal-secondary) 35%, transparent);
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--portal-secondary);
}

.loading[b-f23dkb7gsr] {
    padding: 1rem;
    color: var(--portal-muted);
}
/* /Components/Pages/ClientDetails.razor.rz.scp.css */
.client-page[b-a9bfs0gxvh] {
    padding: 1rem;
    width: 100%;
}

.client-header[b-a9bfs0gxvh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}

h1[b-a9bfs0gxvh] {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--portal-primary, #e9c227);
    margin: 0;
}

.client-actions[b-a9bfs0gxvh] {
    display: flex;
    gap: 0.75rem;
}

.action-link[b-a9bfs0gxvh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--portal-primary, #e9c227);
    color: #000;
    text-decoration: none;
}

.action-link svg[b-a9bfs0gxvh] {
    width: 1.1rem;
    height: 1.1rem;
    fill: currentColor;
}

.client-address[b-a9bfs0gxvh] {
    font-size: 1rem;
    color: var(--portal-primary, #e9c227);
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.lessons-heading[b-a9bfs0gxvh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.lessons-section h2[b-a9bfs0gxvh] {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--portal-primary, #e9c227);
    margin-bottom: 0;
}

.add-appointment-btn[b-a9bfs0gxvh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--portal-secondary);
    color: #ffffff;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.add-appointment-btn:hover[b-a9bfs0gxvh] {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(106, 193, 198, 0.38);
}

.add-appointment-btn svg[b-a9bfs0gxvh] {
    width: 1.2rem;
    height: 1.2rem;
}

.section-label[b-a9bfs0gxvh] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--portal-primary, #e9c227);
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 1rem 0 0.25rem;
}

.past-label[b-a9bfs0gxvh] {
    margin-top: 1.5rem;
}

.lesson-row[b-a9bfs0gxvh] {
    display: block;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    cursor: pointer;
}

.lesson-row.past[b-a9bfs0gxvh] {
    opacity: 0.6;
}

.lesson-top[b-a9bfs0gxvh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lesson-date[b-a9bfs0gxvh] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--portal-primary, #e9c227);
}

.lesson-paid[b-a9bfs0gxvh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
}

.paid-label[b-a9bfs0gxvh] {
    font-size: 0.7rem;
    color: var(--portal-muted, #888);
}

.paid-icon[b-a9bfs0gxvh] {
    width: 1.4rem;
    height: 1.4rem;
}

.paid-icon.paid[b-a9bfs0gxvh] {
    fill: #22c55e;
}

.paid-icon.unpaid[b-a9bfs0gxvh] {
    fill: #ef4444;
}

.lesson-meta[b-a9bfs0gxvh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.15rem 0 0;
}

.lesson-duration[b-a9bfs0gxvh] {
    font-size: 0.85rem;
    color: var(--portal-muted, #888);
}

.lesson-notes[b-a9bfs0gxvh] {
    font-size: 0.8rem;
    color: var(--portal-muted, #888);
    padding-left: 0.75rem;
    border-left: 1px solid var(--portal-line, #ddd);
}

.lesson-labels[b-a9bfs0gxvh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.35rem;
}

.lesson-label-chip[b-a9bfs0gxvh] {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    background: var(--portal-secondary-soft, rgba(0,0,0,0.06));
    border: 1px solid var(--portal-line, #ddd);
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--portal-ink);
}

.no-lessons[b-a9bfs0gxvh] {
    font-style: italic;
    color: var(--portal-muted, #888);
    margin-top: 0.5rem;
}

.loading[b-a9bfs0gxvh] {
    padding: 1rem;
    color: var(--portal-muted, #888);
}
/* /Components/Pages/ClientHome.razor.rz.scp.css */
.app-download-banner[b-n9m094exml] {
    margin-bottom: 20px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background: color-mix(in srgb, var(--portal-secondary) 10%, var(--portal-panel));
    border: 1px solid color-mix(in srgb, var(--portal-secondary) 40%, transparent);
    border-left: 4px solid var(--portal-secondary);
    box-shadow: var(--portal-shadow);
}

.app-download-banner-text[b-n9m094exml] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.app-download-banner-text strong[b-n9m094exml] {
    color: var(--portal-primary);
    font-size: 1rem;
    font-weight: 900;
}

.app-download-banner-text span[b-n9m094exml] {
    color: var(--portal-muted);
    font-size: 0.875rem;
}

.app-download-banner-actions[b-n9m094exml] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.appointment-list[b-n9m094exml] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.appointment-item[b-n9m094exml] {
    display: block;
    padding: 0.875rem 1rem;
    border: 1px solid var(--portal-line);
    border-radius: 10px;
    background: var(--portal-panel);
    text-decoration: none;
    cursor: pointer;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.appointment-item:hover[b-n9m094exml] {
    border-color: var(--portal-secondary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.appointment-main[b-n9m094exml] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.appointment-info[b-n9m094exml] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    flex-wrap: wrap;
    min-width: 0;
}

.appointment-time[b-n9m094exml] {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--portal-ink);
}

.appointment-duration[b-n9m094exml] {
    font-size: 0.78rem;
    color: var(--portal-muted);
    font-weight: 700;
}

.appointment-notes[b-n9m094exml] {
    font-size: 0.78rem;
    color: var(--portal-muted);
    padding-left: 0.5rem;
    border-left: 1px solid var(--portal-line);
}

.appointment-paid-wrapper[b-n9m094exml] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    margin-left: auto;
}

.appointment-paid-label[b-n9m094exml] {
    font-size: 0.68rem;
    font-weight: 900;
    color: var(--portal-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.appointment-paid[b-n9m094exml] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.appointment-paid svg[b-n9m094exml] {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.appointment-paid.paid[b-n9m094exml] {
    background: color-mix(in srgb, var(--portal-success) 14%, transparent);
    color: var(--portal-success);
}

.appointment-paid.unpaid[b-n9m094exml] {
    background: color-mix(in srgb, var(--portal-danger) 14%, transparent);
    color: var(--portal-danger);
}

.appointment-labels[b-n9m094exml] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.5rem;
}

.appointment-label-chip[b-n9m094exml] {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--portal-secondary) 18%, transparent);
    color: var(--portal-secondary);
    border: 1px solid color-mix(in srgb, var(--portal-secondary) 35%, transparent);
    letter-spacing: 0.02em;
}
/* /Components/Pages/ClientList.razor.rz.scp.css */
.clients-page[b-axaaldz7id] {
    padding: 0 1rem 2rem;
}

/* ── Page heading ── */

.clients-page .page-heading h2[b-axaaldz7id] {
    margin-bottom: 0;
    color: var(--portal-primary);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    line-height: 1;
}

.add-client-btn[b-axaaldz7id] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--portal-secondary);
    color: #ffffff;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.add-client-btn:hover[b-axaaldz7id] {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(106, 193, 198, 0.38);
}

.add-client-btn svg[b-axaaldz7id] {
    width: 1.2rem;
    height: 1.2rem;
}

/* ── Client list ── */

.client-list-panel[b-axaaldz7id] {
    padding: 0;
    overflow: hidden;
}

.client-row[b-axaaldz7id] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-bottom: 1px solid var(--portal-line);
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: background 150ms ease;
}

.client-row:last-child[b-axaaldz7id] {
    border-bottom: none;
}

.client-row:hover[b-axaaldz7id] {
    background: var(--portal-subtle-panel);
}

.client-color-dot[b-axaaldz7id] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--portal-appointment-default);
}

.client-name[b-axaaldz7id] {
    flex: 1;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--portal-ink);
}

.client-chevron[b-axaaldz7id] {
    width: 1.1rem;
    height: 1.1rem;
    color: var(--portal-muted);
    flex-shrink: 0;
}

/* ── States ── */

.client-loading[b-axaaldz7id] {
    padding: 2rem;
    color: var(--portal-muted);
    font-weight: 700;
}

.client-empty[b-axaaldz7id] {
    color: var(--portal-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}
/* /Components/Pages/ClientRegister.razor.rz.scp.css */
.app-download-actions[b-6nzjyjgbip] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
/* /Components/Pages/CreateAppointment.razor.rz.scp.css */
.form-grid input[type="checkbox"][b-l8azyofsmn] {
    width: auto;
    min-height: auto;
    justify-self: start;
}

.label-section[b-l8azyofsmn] {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.label-section-title[b-l8azyofsmn] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--portal-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.label-chips[b-l8azyofsmn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.label-chip[b-l8azyofsmn] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.65rem;
    background: var(--portal-secondary-soft, rgba(0,0,0,0.06));
    border: 1px solid var(--portal-line);
    border-radius: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--portal-ink);
}

.label-chip-remove[b-l8azyofsmn] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    color: var(--portal-muted);
    padding: 0;
    margin-left: 0.1rem;
}

.label-chip-remove:hover[b-l8azyofsmn] {
    color: var(--portal-danger, #e53e3e);
}

.label-picker[b-l8azyofsmn] {
    padding: 0.4rem 0.65rem;
    background: var(--portal-input);
    border: 1px solid var(--portal-line);
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: var(--portal-ink);
    align-self: flex-start;
}
/* /Components/Pages/CreateClient.razor.rz.scp.css */
.create-client-page[b-xradjq23il] {
    padding: 0 1rem 2rem;
}

.create-client-page .page-heading h2[b-xradjq23il] {
    margin-bottom: 0;
    color: var(--portal-primary);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    line-height: 1;
}

.create-client-panel[b-xradjq23il] {
    max-width: 640px;
}

.color-preview[b-xradjq23il] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 12px 14px;
    border-radius: 4px;
    background: var(--portal-subtle-panel);
    border: 1px solid var(--portal-line);
}

.color-dot[b-xradjq23il] {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.color-label[b-xradjq23il] {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--portal-muted);
}
/* /Components/Pages/EditAccountUser.razor.rz.scp.css */
.back-btn[b-59f8hxhvkd] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--portal-page);
    border: 1px solid var(--portal-line);
    cursor: pointer;
    color: var(--portal-ink);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.back-btn svg[b-59f8hxhvkd] {
    width: 1.2rem;
    height: 1.2rem;
}
/* /Components/Pages/EditClientDetails.razor.rz.scp.css */
.create-client-page[b-6uxllh5rk8] {
    padding: 0 1rem 2rem;
}

.create-client-page .page-heading h2[b-6uxllh5rk8] {
    margin-bottom: 0;
    color: var(--portal-primary);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    line-height: 1;
}

.create-client-panel[b-6uxllh5rk8] {
    max-width: 640px;
}

.color-preview[b-6uxllh5rk8] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 12px 14px;
    border-radius: 4px;
    background: var(--portal-subtle-panel);
    border: 1px solid var(--portal-line);
}

.color-dot[b-6uxllh5rk8] {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.color-label[b-6uxllh5rk8] {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--portal-muted);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-srha0941in] {
    padding: 0 1rem 2rem;
}

/* ── Page heading ── */

.home-page .page-heading[b-srha0941in] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-page .page-heading h2[b-srha0941in] {
    margin-bottom: 0;
    color: var(--portal-primary);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    line-height: 1;
}

.calendar-nav-group[b-srha0941in] {
    display: flex;
    gap: 8px;
}

.calendar-nav[b-srha0941in] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 1px solid var(--portal-line);
    background: var(--portal-panel);
    color: var(--portal-primary);
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease;
}

.calendar-nav:hover[b-srha0941in] {
    background: var(--portal-secondary-soft);
    border-color: var(--portal-secondary);
}

.calendar-nav svg[b-srha0941in] {
    width: 1.1rem;
    height: 1.1rem;
}

/* ── Calendar panel ── */

.calendar-panel[b-srha0941in] {
    padding: 20px;
}

.calendar-grid[b-srha0941in] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.calendar-day-header[b-srha0941in] {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 900;
    color: var(--portal-muted);
    padding: 0.4rem 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.calendar-cell[b-srha0941in] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.4rem 0.15rem;
    min-height: 3.6rem;
    border-radius: 6px;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease;
}

.calendar-cell:hover[b-srha0941in] {
    background: var(--portal-subtle-panel);
    border-color: var(--portal-line);
}

.calendar-cell.other-month .calendar-day-number[b-srha0941in] {
    opacity: 0.25;
}

.calendar-cell.today .calendar-day-number[b-srha0941in] {
    background: var(--portal-primary);
    color: #ffffff;
    border-radius: 50%;
    font-weight: 900;
}

:global([data-theme="dark"]) .calendar-cell.today .calendar-day-number[b-srha0941in] {
    background: var(--portal-secondary);
    color: var(--portal-primary);
}

.calendar-cell.selected[b-srha0941in] {
    background: color-mix(in srgb, var(--portal-secondary) 14%, transparent);
    border-color: var(--portal-secondary);
}

.calendar-day-number[b-srha0941in] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--portal-ink);
    width: 1.7rem;
    height: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.calendar-dots[b-srha0941in] {
    display: flex;
    gap: 0.18rem;
    justify-content: center;
}

.calendar-dot[b-srha0941in] {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── Day detail ── */

.calendar-day-detail[b-srha0941in] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--portal-line);
}

.detail-heading[b-srha0941in] {
    margin-bottom: 14px;
}

.detail-heading h3[b-srha0941in] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 900;
    color: var(--portal-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

:global([data-theme="dark"]) .detail-heading h3[b-srha0941in] {
    color: var(--portal-secondary);
}

.appointment-list[b-srha0941in] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.appointment-item[b-srha0941in] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--portal-subtle-panel);
    border: 1px solid var(--portal-line);
    text-decoration: none;
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease;
}

.appointment-item:hover[b-srha0941in] {
    background: var(--portal-secondary-soft);
    border-color: var(--portal-secondary);
}

.appointment-main[b-srha0941in] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.appointment-pupil-color[b-srha0941in] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.pupil-color[b-srha0941in] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.appointment-pupil-name[b-srha0941in] {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--portal-ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appointment-info[b-srha0941in] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.appointment-time[b-srha0941in] {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--portal-ink);
}

.appointment-duration[b-srha0941in] {
    font-size: 0.78rem;
    color: var(--portal-muted);
    font-weight: 700;
}

.appointment-paid-wrapper[b-srha0941in] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.appointment-paid-label[b-srha0941in] {
    font-size: 0.68rem;
    font-weight: 900;
    color: var(--portal-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.appointment-paid[b-srha0941in] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.appointment-paid svg[b-srha0941in] {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.appointment-paid.paid[b-srha0941in] {
    background: color-mix(in srgb, var(--portal-success) 14%, transparent);
    color: var(--portal-success);
}

.appointment-paid.unpaid[b-srha0941in] {
    background: color-mix(in srgb, var(--portal-danger) 14%, transparent);
    color: var(--portal-danger);
}

.appointment-notes[b-srha0941in] {
    font-size: 0.78rem;
    color: var(--portal-muted);
    padding-left: 0.5rem;
    border-left: 1px solid var(--portal-line);
}

.appointment-labels[b-srha0941in] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.appointment-label-chip[b-srha0941in] {
    display: inline-block;
    padding: 0.15rem 0.55rem;
    background: var(--portal-secondary-soft, rgba(0,0,0,0.06));
    border: 1px solid var(--portal-line);
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--portal-ink);
}

.no-appointments[b-srha0941in] {
    color: var(--portal-muted);
    font-size: 0.88rem;
    font-weight: 700;
}
/* /Components/Pages/NewCalenderView.razor.rz.scp.css */
/* ── Wrapper ── */

.calendar-wrapper[b-shrdi75tlm] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Nav bar ── */

.calendar-nav[b-shrdi75tlm] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 18px;
}

.calendar-nav button[b-shrdi75tlm] {
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid var(--portal-line);
    border-radius: 4px;
    background: var(--portal-panel);
    color: var(--portal-primary);
    font-weight: 800;
    font-size: 0.88rem;
    box-shadow: var(--portal-shadow);
    transition: background 150ms ease, border-color 150ms ease;
}

.calendar-nav button:hover[b-shrdi75tlm] {
    background: var(--portal-secondary-soft);
    border-color: var(--portal-secondary);
}

.weekRange[b-shrdi75tlm] {
    flex: 1;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
    color: var(--portal-primary);
    letter-spacing: 0.01em;
}

:global([data-theme="dark"]) .weekRange[b-shrdi75tlm] {
    color: var(--portal-secondary);
}

/* ── Outer grid shell ── */

.calendar-grid[b-shrdi75tlm] {
    display: flex;
    flex-direction: column;
    background: var(--portal-panel);
    border: 1px solid var(--portal-line);
    box-shadow: var(--portal-shadow);
    overflow: hidden;
    border-radius: 4px;
}

/* ── Header row: corner + 7 day headers ── */

.cal-header[b-shrdi75tlm] {
    display: flex;
    flex-shrink: 0;
    border-bottom: 2px solid var(--portal-line);
    background: var(--portal-panel);
    position: sticky;
    top: 0;
    z-index: 3;
}

.time-gutter[b-shrdi75tlm] {
    width: 64px;
    flex-shrink: 0;
    border-right: 1px solid var(--portal-line);
}

.day-header[b-shrdi75tlm] {
    flex: 1;
    min-width: 0;
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-right: 1px solid var(--portal-line);
}

.day-header:last-child[b-shrdi75tlm] {
    border-right: 0;
}

.day-name[b-shrdi75tlm] {
    font-size: 0.7rem;
    font-weight: 900;
    color: var(--portal-muted);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.day-number[b-shrdi75tlm] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--portal-ink);
}

.day-header.today .day-number[b-shrdi75tlm] {
    background: var(--portal-primary);
    color: #ffffff;
}

:global([data-theme="dark"]) .day-header.today .day-number[b-shrdi75tlm] {
    background: var(--portal-secondary);
    color: var(--portal-primary);
}

/* ── Scrollable body ── */

.cal-body[b-shrdi75tlm] {
    display: flex;
    align-items: flex-start;
    max-height: calc(100vh - 310px);
    overflow-y: auto;
    min-height: 360px;
}

/* ── Time column ── */

.time-col[b-shrdi75tlm] {
    width: 64px;
    flex-shrink: 0;
    border-right: 1px solid var(--portal-line);
    background: var(--portal-panel);
    position: sticky;
    left: 0;
    z-index: 2;
}

.time-col .hour-row[b-shrdi75tlm] {
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 5px 8px 0 0;
    border-bottom: 1px solid var(--portal-line);
}

.hour-label[b-shrdi75tlm] {
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--portal-muted);
    white-space: nowrap;
    letter-spacing: 0.02em;
}

/* ── Day columns area ── */

.days-area[b-shrdi75tlm] {
    flex: 1;
    display: flex;
    min-width: 0;
}

.day-col[b-shrdi75tlm] {
    flex: 1;
    min-width: 0;
    position: relative;
    border-right: 1px solid var(--portal-line);
}

.day-col:last-child[b-shrdi75tlm] {
    border-right: 0;
}

.day-col .hour-row[b-shrdi75tlm] {
    height: 60px;
    border-bottom: 1px solid var(--portal-line);
}

/* Subtle today column tint */
.cal-header .day-header.today ~ .day-header[b-shrdi75tlm] {
    /* adjacent sibling — not needed here but kept for structure */
}

/* ── Appointments ── */

.appointment[b-shrdi75tlm] {
    position: absolute;
    left: 3px;
    right: 3px;
    padding: 5px 7px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    transition: filter 120ms ease, box-shadow 120ms ease;
}

.appointment:hover[b-shrdi75tlm] {
    filter: brightness(0.88);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.appt-name[b-shrdi75tlm] {
    font-size: 0.78rem;
    font-weight: 900;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appt-time[b-shrdi75tlm] {
    font-size: 0.68rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.appt-labels[b-shrdi75tlm] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 4px;
}

.label[b-shrdi75tlm] {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 0.62rem;
    font-weight: 900;
    color: #ffffff;
    white-space: nowrap;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* ── Responsive ── */

@media (max-width: 760px) {
    .cal-body[b-shrdi75tlm] {
        height: calc(100vh - 250px);
    }

    .time-gutter[b-shrdi75tlm],
    .time-col[b-shrdi75tlm] {
        width: 44px;
    }

    .hour-label[b-shrdi75tlm] {
        font-size: 0.6rem;
    }

    .day-name[b-shrdi75tlm] {
        display: none;
    }

    .day-number[b-shrdi75tlm] {
        width: 26px;
        height: 26px;
        font-size: 0.8rem;
    }

    .appt-time[b-shrdi75tlm] {
        display: none;
    }
}
/* /Components/Pages/ProfileDetails.razor.rz.scp.css */
.profile-page[b-0d170wuqqz] {
    padding: 0 1rem 2rem;
}

.profile-hero[b-0d170wuqqz] {
    margin-bottom: 24px;
    padding: clamp(24px, 4vw, 40px) clamp(20px, 4vw, 36px);
    display: flex;
    align-items: center;
    gap: 28px;
    background: var(--portal-panel);
    border: 1px solid var(--portal-line);
    box-shadow: var(--portal-shadow);
}

.profile-avatar[b-0d170wuqqz] {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    background: var(--portal-primary);
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.profile-hero-text h1[b-0d170wuqqz] {
    margin-bottom: 4px;
    color: var(--portal-primary);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1;
    font-weight: 900;
}

.profile-hero-text .lead[b-0d170wuqqz] {
    font-size: 0.95rem;
}

.profile-body[b-0d170wuqqz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 20px;
    align-items: start;
}

.profile-details-panel[b-0d170wuqqz],
.profile-id-panel[b-0d170wuqqz] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.unpaid-count[b-0d170wuqqz] {
    margin: 20px 0;
    padding: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    border-radius: 4px;
    background: var(--portal-secondary-soft);
}

.unpaid-count.has-unpaid[b-0d170wuqqz] {
    background: rgba(180, 35, 24, 0.08);
}

.unpaid-number[b-0d170wuqqz] {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    color: var(--portal-primary);
}

.unpaid-count.has-unpaid .unpaid-number[b-0d170wuqqz] {
    color: var(--portal-danger);
}

.unpaid-label[b-0d170wuqqz] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--portal-muted);
}

.profile-status[b-0d170wuqqz] {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--portal-line);
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-dot[b-0d170wuqqz] {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--portal-secondary);
}

.status-dot.is-success[b-0d170wuqqz] {
    background: var(--portal-success);
}

.status-dot.is-error[b-0d170wuqqz] {
    background: var(--portal-danger);
}

.status-label[b-0d170wuqqz] {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--portal-muted);
}

.labels-panel[b-0d170wuqqz] {
    margin-top: 20px;
    grid-column: 1 / -1;
}

.label-list[b-0d170wuqqz] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.label-item[b-0d170wuqqz] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--portal-line);
}

.label-item .label-duration[b-0d170wuqqz] {
    margin-right: auto;
}

.label-item:last-child[b-0d170wuqqz] {
    border-bottom: none;
}

.label-name[b-0d170wuqqz] {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--portal-ink);
}

.label-duration[b-0d170wuqqz] {
    font-size: 0.88rem;
    color: var(--portal-muted);
    font-weight: 500;
}

.label-form[b-0d170wuqqz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: flex-start;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--portal-line);
}

.label-form-input[b-0d170wuqqz] {
    flex: 1;
    min-width: 120px;
    padding: 0.4rem 0.65rem;
    background: var(--portal-input);
    border: 1px solid var(--portal-line);
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: var(--portal-ink);
}

.label-form-input--narrow[b-0d170wuqqz] {
    flex: 0 0 110px;
}

.label-form-error[b-0d170wuqqz] {
    width: 100%;
    margin: 0;
    font-size: 0.85rem;
    color: var(--portal-danger, #e53e3e);
}

.label-form-actions[b-0d170wuqqz] {
    display: flex;
    gap: 0.5rem;
}

.label-form-btn[b-0d170wuqqz] {
    padding: 0.4rem 0.9rem;
    border-radius: 0.5rem;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.label-form-btn--cancel[b-0d170wuqqz] {
    background: var(--portal-page);
    color: var(--portal-ink);
    border: 1px solid var(--portal-line);
}

.label-form-btn--save[b-0d170wuqqz] {
    background: var(--portal-primary);
    color: #ffffff;
}

.label-form-btn:disabled[b-0d170wuqqz] {
    opacity: 0.6;
    cursor: not-allowed;
}

.label-delete-btn[b-0d170wuqqz] {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--portal-muted);
    flex-shrink: 0;
    transition: color 150ms ease, background 150ms ease;
}

.label-delete-btn:hover[b-0d170wuqqz] {
    color: var(--portal-danger, #e53e3e);
    background: rgba(229, 62, 62, 0.08);
}

.label-delete-btn svg[b-0d170wuqqz] {
    width: 1.1rem;
    height: 1.1rem;
}

.label-confirm[b-0d170wuqqz] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: var(--portal-danger, #e53e3e);
    font-weight: 600;
    flex-shrink: 0;
}

.label-confirm-btn[b-0d170wuqqz] {
    padding: 0.2rem 0.6rem;
    border-radius: 0.4rem;
    border: none;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
}

.label-confirm-btn--yes[b-0d170wuqqz] {
    background: var(--portal-danger, #e53e3e);
    color: #ffffff;
}

.label-confirm-btn--no[b-0d170wuqqz] {
    background: var(--portal-page);
    color: var(--portal-ink);
    border: 1px solid var(--portal-line);
}

.label-confirm-btn:disabled[b-0d170wuqqz] {
    opacity: 0.6;
    cursor: not-allowed;
}

.no-labels[b-0d170wuqqz] {
    font-size: 0.9rem;
    color: var(--portal-muted);
    margin: 0;
}

.edit-btn[b-0d170wuqqz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--portal-page);
    border: 1px solid var(--portal-line);
    cursor: pointer;
    color: var(--portal-ink);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.edit-btn:first-of-type[b-0d170wuqqz] {
    margin-left: auto;
}

.edit-btn svg[b-0d170wuqqz] {
    width: 1.1rem;
    height: 1.1rem;
}

.edit-btn i[b-0d170wuqqz] {
    font-size: 1rem;
}

.edit-btn--danger[b-0d170wuqqz] {
    color: var(--portal-danger, #e53e3e);
}

.edit-btn--danger:hover[b-0d170wuqqz] {
    background: rgba(229, 62, 62, 0.08);
}

.loading[b-0d170wuqqz] {
    padding: 2rem;
    color: var(--portal-muted);
}

.modal-backdrop[b-0d170wuqqz] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.46);
}

.confirm-dialog[b-0d170wuqqz] {
    width: min(100%, 430px);
    padding: 1.35rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    background: var(--portal-panel);
    color: var(--portal-ink);
    border: 1px solid var(--portal-line);
    border-radius: 0.75rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.confirm-dialog__icon[b-0d170wuqqz] {
    width: 2.6rem;
    height: 2.6rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(229, 62, 62, 0.1);
    color: var(--portal-danger, #e53e3e);
}

.confirm-dialog__content h2[b-0d170wuqqz] {
    margin: 0 0 0.45rem;
    font-size: 1.25rem;
    color: var(--portal-primary);
}

.confirm-dialog__content p[b-0d170wuqqz] {
    margin: 0;
    color: var(--portal-muted);
    line-height: 1.45;
}

.confirm-dialog__actions[b-0d170wuqqz] {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
}

.confirm-dialog__button[b-0d170wuqqz] {
    padding: 0.65rem 0.95rem;
    border-radius: 0.45rem;
    border: 1px solid transparent;
    font-weight: 800;
    cursor: pointer;
}

.confirm-dialog__button--secondary[b-0d170wuqqz] {
    background: var(--portal-page);
    color: var(--portal-ink);
    border-color: var(--portal-line);
}

.confirm-dialog__button--danger[b-0d170wuqqz] {
    background: var(--portal-danger, #e53e3e);
    color: #ffffff;
}

@media (max-width: 860px) {
    .profile-body[b-0d170wuqqz] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .profile-hero[b-0d170wuqqz] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .profile-avatar[b-0d170wuqqz] {
        width: 64px;
        height: 64px;
        font-size: 1.4rem;
    }
}
/* /Components/Pages/UnpaidLesson.razor.rz.scp.css */
.unpaid-page[b-riz7l1q6yc] {
    padding: 0 1rem 2rem;
}

.unpaid-page .page-heading h2[b-riz7l1q6yc] {
    margin-bottom: 0;
    color: var(--portal-primary);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    line-height: 1;
}

.unpaid-list[b-riz7l1q6yc] {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: var(--portal-panel);
    border: 1px solid var(--portal-line);
    box-shadow: var(--portal-shadow);
}

.unpaid-row[b-riz7l1q6yc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--portal-line);
    transition: background 150ms ease;
}

.unpaid-row:last-child[b-riz7l1q6yc] {
    border-bottom: none;
}

.unpaid-row:hover[b-riz7l1q6yc] {
    background: var(--portal-subtle-panel);
}

.unpaid-row-left[b-riz7l1q6yc] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.unpaid-client-name[b-riz7l1q6yc] {
    color: var(--portal-primary);
    font-size: 1rem;
    font-weight: 900;
}

.unpaid-meta[b-riz7l1q6yc] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    color: var(--portal-muted);
    font-size: 0.85rem;
    font-weight: 700;
}

.unpaid-sep[b-riz7l1q6yc] {
    opacity: 0.4;
}

.unpaid-notes[b-riz7l1q6yc] {
    margin: 4px 0 0;
    color: var(--portal-muted);
    font-size: 0.82rem;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40ch;
}

.unpaid-badge[b-riz7l1q6yc] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(180, 35, 24, 0.1);
    color: var(--portal-danger);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.all-paid-panel[b-riz7l1q6yc] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.all-paid-icon[b-riz7l1q6yc] {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    background: var(--portal-secondary-soft);
    color: var(--portal-success);
    border-radius: 50%;
}

.all-paid-panel h2[b-riz7l1q6yc] {
    margin-bottom: 4px;
}

.loading[b-riz7l1q6yc] {
    padding: 2rem;
    color: var(--portal-muted);
}

@media (max-width: 560px) {
    .unpaid-row[b-riz7l1q6yc] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
