@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Frontend/Account/Pages/Login.razor.rz.scp.css */
.sfda-login-page[b-f6cejq2b4b] {
    position: relative;
    isolation: isolate;
    min-height: calc(100svh - 92px);
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: clamp(3rem, 6vw, 6rem) 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 225, 0, 0.14), transparent 24rem),
        radial-gradient(circle at 88% 76%, rgba(73, 183, 255, 0.28), transparent 30rem),
        linear-gradient(135deg, #031b37 0%, #064b82 48%, #0076c6 100%);
}

.sfda-login-page[b-f6cejq2b4b]::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: -35%;
    background: conic-gradient(
        from 110deg at 50% 50%,
        transparent 0deg,
        rgba(255, 255, 255, 0.09) 58deg,
        transparent 118deg,
        rgba(31, 151, 225, 0.2) 205deg,
        transparent 268deg
    );
    animation: sfda-login-flow-b-f6cejq2b4b 28s ease-in-out infinite alternate;
}

.sfda-login-ribbon[b-f6cejq2b4b] {
    position: absolute;
    z-index: -1;
    width: min(88rem, 115vw);
    height: clamp(9rem, 18vw, 17rem);
    border: 2px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    transform: rotate(-10deg);
    animation: sfda-login-ribbon-drift-b-f6cejq2b4b 18s ease-in-out infinite alternate;
}

.sfda-login-ribbon-one[b-f6cejq2b4b] {
    top: 3%;
    left: -35%;
    background: linear-gradient(90deg, transparent, rgba(68, 178, 241, 0.12), transparent);
}

.sfda-login-ribbon-two[b-f6cejq2b4b] {
    right: -42%;
    bottom: 5%;
    border-color: rgba(255, 225, 0, 0.16);
    animation-delay: -7s;
    animation-duration: 24s;
}

.sfda-login-ribbon-three[b-f6cejq2b4b] {
    top: 42%;
    left: -48%;
    width: min(68rem, 105vw);
    height: clamp(5rem, 10vw, 9rem);
    opacity: 0.62;
    animation-delay: -12s;
    animation-duration: 21s;
}

.sfda-login-container[b-f6cejq2b4b] {
    position: relative;
    z-index: 1;
}

.sfda-login-card[b-f6cejq2b4b] {
    max-width: 1120px;
    min-height: 620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(1, 18, 38, 0.34);
}

.sfda-login-intro[b-f6cejq2b4b] {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4.25rem);
    color: #fff;
    background:
        radial-gradient(circle at 72% 16%, rgba(255, 225, 0, 0.2), transparent 13rem),
        linear-gradient(155deg, #042a55, #005faa);
}

.sfda-login-intro[b-f6cejq2b4b]::before {
    content: "";
    position: absolute;
    top: -7rem;
    right: -8rem;
    width: 24rem;
    height: 24rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    box-shadow:
        0 0 0 4rem rgba(255, 255, 255, 0.025),
        0 0 0 8rem rgba(255, 255, 255, 0.018);
}

.sfda-login-intro-content[b-f6cejq2b4b] {
    position: relative;
    z-index: 1;
}

.sfda-login-badge[b-f6cejq2b4b] {
    width: clamp(80px, 9vw, 118px);
    margin-bottom: 2.5rem;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.22));
}

.sfda-login-eyebrow[b-f6cejq2b4b] {
    margin: 0 0 0.8rem;
    color: #ffe100;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sfda-login-intro h2[b-f6cejq2b4b] {
    max-width: 470px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 0.98;
    text-wrap: balance;
}

.sfda-login-intro-copy[b-f6cejq2b4b] {
    max-width: 470px;
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.72;
}

.sfda-login-assurance[b-f6cejq2b4b] {
    margin-top: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 800;
}

.sfda-login-assurance i[b-f6cejq2b4b] {
    color: #ffe100;
    font-size: 1.2rem;
}

.sfda-login-form-panel[b-f6cejq2b4b] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.2rem, 6vw, 5rem);
}

.sfda-login-back[b-f6cejq2b4b] {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: clamp(2rem, 5vw, 4rem);
    color: #65758b;
    font-weight: 800;
    text-decoration: none;
}

.sfda-login-back:hover[b-f6cejq2b4b] {
    color: #005faa;
}

.sfda-login-heading .sfda-login-eyebrow[b-f6cejq2b4b] {
    color: #005faa;
}

.sfda-login-heading h1[b-f6cejq2b4b] {
    margin: 0;
    color: #061a31;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1;
}

.sfda-login-heading > p:last-child[b-f6cejq2b4b] {
    margin: 1rem 0 0;
    color: #65758b;
    font-size: 1.05rem;
}

.sfda-login-form[b-f6cejq2b4b] {
    margin-top: 2.25rem;
}

.sfda-login-field + .sfda-login-field[b-f6cejq2b4b] {
    margin-top: 1.3rem;
}

.sfda-login-field label[b-f6cejq2b4b] {
    margin-bottom: 0.55rem;
    color: #061a31;
    font-weight: 850;
}

.sfda-login-input-wrap[b-f6cejq2b4b] {
    position: relative;
}

.sfda-login-input-wrap > i[b-f6cejq2b4b] {
    display: none;
}

.sfda-login-input-wrap[b-f6cejq2b4b]  .form-control {
    min-height: 56px;
    padding: 0.8rem 3rem 0.8rem 1rem;
    border: 1px solid rgba(6, 26, 49, 0.16);
    border-radius: 14px;
    color: #061a31;
    background: #f8fbfe;
    box-shadow: none;
}

.sfda-login-input-wrap[b-f6cejq2b4b]  .form-control:focus {
    border-color: #005faa;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 95, 170, 0.12);
}

.sfda-password-toggle[b-f6cejq2b4b] {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0.75rem;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #445269;
    border: 0;
    border-radius: 50%;
    background: transparent;
    transform: translateY(-50%);
}

.sfda-password-toggle:hover[b-f6cejq2b4b] {
    color: #005faa;
    background: rgba(0, 95, 170, 0.08);
}

.sfda-password-toggle:focus-visible[b-f6cejq2b4b] {
    color: #005faa;
    outline: 3px solid rgba(0, 95, 170, 0.24);
    outline-offset: 1px;
}

.sfda-login-field[b-f6cejq2b4b]  .validation-message {
    margin-top: 0.4rem;
    font-size: 0.88rem;
    font-weight: 700;
}

.sfda-login-options[b-f6cejq2b4b] {
    margin: 1.3rem 0 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sfda-login-remember[b-f6cejq2b4b] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #445269;
    font-weight: 700;
    cursor: pointer;
}

.sfda-login-remember .form-check-input[b-f6cejq2b4b] {
    margin: 0;
    border-color: rgba(6, 26, 49, 0.32);
}

.sfda-login-remember .form-check-input:checked[b-f6cejq2b4b] {
    border-color: #005faa;
    background-color: #005faa;
}

.sfda-login-options a[b-f6cejq2b4b] {
    color: #005faa;
    font-weight: 850;
    text-decoration: none;
}

.sfda-login-options a:hover[b-f6cejq2b4b] {
    text-decoration: underline;
}

.sfda-login-submit[b-f6cejq2b4b] {
    width: 100%;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 0;
    border-radius: 999px;
    color: #061a31;
    background: #ffe100;
    font-weight: 950;
    box-shadow: 0 14px 30px rgba(255, 225, 0, 0.24);
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sfda-login-submit:hover[b-f6cejq2b4b] {
    background: #f4d800;
    box-shadow: 0 17px 34px rgba(255, 225, 0, 0.3);
    transform: translateY(-2px);
}

.sfda-login-submit:focus-visible[b-f6cejq2b4b] {
    outline: 3px solid #005faa;
    outline-offset: 3px;
}

.sfda-login-help[b-f6cejq2b4b] {
    margin: 1.6rem 0 0;
    color: #7a8799;
    font-size: 0.9rem;
    text-align: center;
}

@keyframes sfda-login-flow-b-f6cejq2b4b {
    from {
        transform: translate3d(-2%, -1%, 0) rotate(-4deg) scale(1);
    }
    to {
        transform: translate3d(3%, 2%, 0) rotate(5deg) scale(1.07);
    }
}

@keyframes sfda-login-ribbon-drift-b-f6cejq2b4b {
    from {
        transform: translate3d(-2%, -10px, 0) rotate(-10deg);
    }
    to {
        transform: translate3d(5%, 24px, 0) rotate(-6deg);
    }
}

@media (max-width: 991px) {
    .sfda-login-card[b-f6cejq2b4b] {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .sfda-login-intro[b-f6cejq2b4b] {
        min-height: 380px;
        align-items: center;
    }

    .sfda-login-badge[b-f6cejq2b4b] {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767px) {
    .sfda-login-page[b-f6cejq2b4b] {
        min-height: calc(100svh - 78px);
        padding: 1.5rem 0;
    }

    .sfda-login-card[b-f6cejq2b4b] {
        min-height: 0;
        border-radius: 24px;
    }

    .sfda-login-intro[b-f6cejq2b4b] {
        min-height: 310px;
        padding: 2rem;
    }

    .sfda-login-intro-copy[b-f6cejq2b4b] {
        font-size: 0.98rem;
    }

    .sfda-login-form-panel[b-f6cejq2b4b] {
        padding: 2.2rem 1.5rem 2.5rem;
    }

    .sfda-login-back[b-f6cejq2b4b] {
        margin-bottom: 2rem;
    }

    .sfda-login-options[b-f6cejq2b4b] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sfda-login-page[b-f6cejq2b4b]::before,
    .sfda-login-ribbon[b-f6cejq2b4b] {
        animation: none;
    }

    .sfda-login-submit[b-f6cejq2b4b] {
        transition: none;
    }
}
/* /Frontend/Components/AvailabilityBlockDialog.razor.rz.scp.css */
.availability-dialog-backdrop[b-40kx4k29r0] { position: fixed; z-index: 2100; inset: 0; display: grid; place-items: center; padding: 1rem; background: rgba(1, 15, 30, .68); backdrop-filter: blur(5px); }
.availability-dialog[b-40kx4k29r0] { width: min(760px, 100%); max-height: calc(100vh - 2rem); overflow-y: auto; border: 1px solid var(--bs-border-color); border-radius: 22px; background: var(--bs-body-bg); box-shadow: 0 28px 80px rgba(0,0,0,.36); }
.availability-dialog > header[b-40kx4k29r0] { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--bs-border-color); background: var(--bs-body-bg); }
.availability-dialog header p[b-40kx4k29r0] { margin: 0 0 .2rem; color: #0072bc; font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.availability-dialog h2[b-40kx4k29r0] { margin: 0; }
.availability-close[b-40kx4k29r0] { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--bs-tertiary-bg); }
.availability-dialog fieldset[b-40kx4k29r0] { margin: 0; padding: 1.4rem; border: 0; }
.availability-form-grid[b-40kx4k29r0], .availability-details dl[b-40kx4k29r0] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.availability-form-grid label[b-40kx4k29r0] { display: grid; gap: .4rem; color: var(--bs-secondary-color); font-size: .78rem; font-weight: 750; }
.availability-form-grid label > span[b-40kx4k29r0] { font-weight: 500; }
.availability-form-grid input[b-40kx4k29r0], .availability-form-grid select[b-40kx4k29r0], .availability-form-grid textarea[b-40kx4k29r0] { width: 100%; min-height: 44px; padding: .6rem .75rem; color: var(--bs-body-color); border: 1px solid var(--bs-border-color); border-radius: 10px; background: var(--bs-body-bg); }
.availability-form-grid textarea[b-40kx4k29r0] { min-height: 110px; }
.availability-form-grid .wide[b-40kx4k29r0], .availability-details .wide[b-40kx4k29r0] { grid-column: 1 / -1; }
.availability-form-grid .availability-checkbox[b-40kx4k29r0] { display: flex; align-items: center; align-self: end; min-height: 44px; flex-direction: row; }
.availability-form-grid .availability-checkbox[b-40kx4k29r0]  input { width: 1rem; min-height: 1rem; }
.availability-summary[b-40kx4k29r0] { margin: 1rem 0 0; padding: .8rem; border-radius: 10px; background: var(--bs-tertiary-bg); font-weight: 750; }
.availability-actions[b-40kx4k29r0] { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.availability-actions button[b-40kx4k29r0] { min-height: 42px; padding: .6rem 1rem; border: 0; border-radius: 10px; font-weight: 800; }
.availability-actions button.primary[b-40kx4k29r0] { color: #061a31; background: #ffe100; }
.availability-actions button.danger[b-40kx4k29r0] { color: #fff; background: #b62f2f; }
.availability-actions button.danger-outline[b-40kx4k29r0] { margin-right: auto; color: #a32121; border: 1px solid #b62f2f; background: transparent; }
.availability-message[b-40kx4k29r0], .availability-conflicts[b-40kx4k29r0] { margin-top: 1rem; padding: .85rem; color: #842525; border-radius: 10px; background: #f9dddd; }
.availability-conflicts h3[b-40kx4k29r0], .availability-conflicts p[b-40kx4k29r0] { margin: 0 0 .5rem; }
.availability-conflicts div[b-40kx4k29r0] { display: grid; gap: .15rem; padding: .55rem 0; border-top: 1px solid rgba(132,37,37,.2); }
.availability-details[b-40kx4k29r0] { padding: 1.4rem; }
.availability-details dl[b-40kx4k29r0] { margin: 0; }
.availability-details dl > div[b-40kx4k29r0] { padding: .85rem; border: 1px solid var(--bs-border-color); border-radius: 12px; background: var(--bs-tertiary-bg); }
.availability-details dt[b-40kx4k29r0] { color: var(--bs-secondary-color); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.availability-details dd[b-40kx4k29r0] { margin: .3rem 0 0; overflow-wrap: anywhere; font-weight: 750; }
@media (max-width: 767px) { .availability-dialog-backdrop[b-40kx4k29r0] { padding: 0; } .availability-dialog[b-40kx4k29r0] { width: 100%; height: 100%; max-height: none; border: 0; border-radius: 0; } .availability-form-grid[b-40kx4k29r0], .availability-details dl[b-40kx4k29r0] { grid-template-columns: 1fr; } .availability-form-grid .wide[b-40kx4k29r0], .availability-details .wide[b-40kx4k29r0] { grid-column: auto; } }
/* /Frontend/Components/BookingCalendar.razor.rz.scp.css */
.booking-calendar[b-02busy47ls] {
    padding: clamp(1rem, 3vw, 1.5rem);
    border: 1px solid var(--sfda-line);
    border-radius: 22px;
    background: var(--sfda-soft-bg);
}

.booking-calendar-header[b-02busy47ls] {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;
}

.booking-calendar-header strong[b-02busy47ls] {
    color: var(--sfda-blue-dark);
    font-size: 1.15rem;
    text-align: center;
}

.booking-calendar-header button[b-02busy47ls] {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: var(--sfda-blue);
}

.booking-calendar-header button:hover[b-02busy47ls] {
    background: var(--sfda-blue-deep);
}

.booking-calendar-weekdays[b-02busy47ls],
.booking-calendar-grid[b-02busy47ls] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.35rem;
}

.booking-calendar-weekdays[b-02busy47ls] {
    margin-bottom: 0.4rem;
}

.booking-calendar-weekdays span[b-02busy47ls] {
    padding: 0.35rem 0;
    color: var(--sfda-muted);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}

.booking-calendar-day[b-02busy47ls] {
    aspect-ratio: 1;
    min-width: 0;
    color: var(--sfda-blue-dark);
    border: 1px solid transparent;
    border-radius: 12px;
    background: #fff;
    font-weight: 850;
    transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.booking-calendar-day:not(:disabled):hover[b-02busy47ls] {
    border-color: var(--sfda-blue);
    transform: translateY(-1px);
}

.booking-calendar-day.today[b-02busy47ls] {
    border-color: var(--sfda-yellow);
    box-shadow: inset 0 0 0 2px var(--sfda-yellow);
}

.booking-calendar-day.selected[b-02busy47ls] {
    color: #fff;
    border-color: var(--sfda-blue);
    background: var(--sfda-blue);
    box-shadow: 0 8px 18px rgba(0, 95, 170, 0.2);
}

.booking-calendar-day.unavailable[b-02busy47ls] {
    color: #a72828;
    border-color: rgba(185, 44, 44, 0.16);
    background: #fbe5e5;
    cursor: not-allowed;
    opacity: 1;
}

.booking-calendar-day.historical[b-02busy47ls] {
    color: var(--sfda-muted);
    border-color: var(--sfda-line);
    background: var(--sfda-soft-bg);
}

.booking-calendar-day.outside-month[b-02busy47ls] {
    visibility: hidden;
}

.booking-calendar-legend[b-02busy47ls] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-top: 1rem;
    color: var(--sfda-muted);
    font-size: 0.75rem;
}

.booking-calendar-legend span[b-02busy47ls] {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
}

.booking-calendar-legend i[b-02busy47ls] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid var(--sfda-line);
}

.booking-calendar-legend i.selected[b-02busy47ls] {
    border-color: var(--sfda-blue);
    background: var(--sfda-blue);
}

.booking-calendar-legend i.unavailable[b-02busy47ls] {
    border-color: rgba(185, 44, 44, 0.25);
    background: #fbe5e5;
}

.booking-calendar-legend i.historical[b-02busy47ls] {
    border-color: var(--sfda-line);
    background: var(--sfda-soft-bg);
}

@media (max-width: 480px) {
    .booking-calendar[b-02busy47ls] {
        padding: 0.75rem;
    }

    .booking-calendar-weekdays[b-02busy47ls],
    .booking-calendar-grid[b-02busy47ls] {
        gap: 0.2rem;
    }

    .booking-calendar-day[b-02busy47ls] {
        border-radius: 9px;
        font-size: 0.82rem;
    }
}
/* /Frontend/Components/BookingSchedulePicker.razor.rz.scp.css */
.schedule-picker-error[b-qbcutnwwxl] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    color: #842525;
    border: 1px solid rgba(185, 44, 44, 0.3);
    border-radius: 12px;
    background: #f9dddd;
    font-weight: 750;
}

.schedule-picker-grid[b-qbcutnwwxl] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 1.5rem;
    align-items: stretch;
}

.schedule-time-panel[b-qbcutnwwxl] {
    padding: 1.5rem;
    color: #fff;
    border-radius: 22px;
    background: radial-gradient(circle at top right, rgba(255, 225, 0, 0.22), transparent 15rem), #061a31;
}

.schedule-time-panel h3[b-qbcutnwwxl] {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1.35rem;
}

.schedule-placeholder[b-qbcutnwwxl] {
    display: grid;
    min-height: 290px;
    place-content: center;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.schedule-placeholder.compact[b-qbcutnwwxl] {
    min-height: 220px;
}

.schedule-placeholder i[b-qbcutnwwxl] {
    color: #ffe100;
    font-size: 2.5rem;
}

.schedule-placeholder p[b-qbcutnwwxl] {
    max-width: 240px;
    margin: 0.8rem auto 0;
}

.schedule-selected-date[b-qbcutnwwxl] {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
}

.schedule-time-options[b-qbcutnwwxl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.schedule-time-options button[b-qbcutnwwxl] {
    min-height: 44px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    font-weight: 850;
}

.schedule-time-options button:not(:disabled):hover[b-qbcutnwwxl],
.schedule-time-options button.selected[b-qbcutnwwxl] {
    color: #061a31;
    border-color: #ffe100;
    background: #ffe100;
}

.course-options[b-qbcutnwwxl] { grid-template-columns: 1fr; }
.course-options button[b-qbcutnwwxl] { display: grid; gap: 0.2rem; padding: 0.75rem; text-align: left; }
.course-options button span[b-qbcutnwwxl] { color: rgba(255, 255, 255, 0.7); font-size: 0.8rem; font-weight: 650; }
.course-options button:not(:disabled):hover span[b-qbcutnwwxl] { color: #061a31; }
.course-options button:disabled[b-qbcutnwwxl] { opacity: 0.55; }

.weekend-schedule[b-qbcutnwwxl] {
    display: grid;
    gap: 0.75rem;
}

.weekend-schedule > div[b-qbcutnwwxl] {
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
}

.weekend-schedule strong[b-qbcutnwwxl] { color: #fff; }
.weekend-schedule span[b-qbcutnwwxl],
.schedule-note[b-qbcutnwwxl] { color: rgba(255, 255, 255, 0.72); }
.schedule-note[b-qbcutnwwxl] { margin: 1rem 0 0; font-size: 0.86rem; }

.off-hours-options[b-qbcutnwwxl] { margin-top: 1rem; padding-top: .85rem; border-top: 1px solid rgba(255, 255, 255, .2); }
.off-hours-options summary[b-qbcutnwwxl] { color: #ffe100; cursor: pointer; font-weight: 850; }
.off-hours-options p[b-qbcutnwwxl] { margin: .65rem 0; color: rgba(255, 255, 255, .72); font-size: .85rem; }

@media (max-width: 991px) {
    .schedule-picker-grid[b-qbcutnwwxl] { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .schedule-time-options[b-qbcutnwwxl] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
    .schedule-time-options[b-qbcutnwwxl] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
/* /Frontend/Components/DriverEdDriveSessionPicker.razor.rz.scp.css */
.drive-session-picker[b-iwuvlty776] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, .7fr);
    gap: 1rem;
}

.drive-time-panel[b-iwuvlty776] {
    padding: 1.25rem;
    color: #fff;
    border-radius: 20px;
    background: #061a31;
}

.drive-time-panel h4[b-iwuvlty776] { margin: 0 0 1rem; color: #fff; }
.drive-time-panel p[b-iwuvlty776] { color: rgba(255, 255, 255, .72); }
.drive-time-options[b-iwuvlty776] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
.drive-time-options button[b-iwuvlty776] { min-height: 42px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: rgba(255,255,255,.08); font-weight: 800; }
.drive-time-options button:not(:disabled):hover[b-iwuvlty776],
.drive-time-options button.selected[b-iwuvlty776] { color: #061a31; border-color: #ffe100; background: #ffe100; }
.drive-off-hours[b-iwuvlty776] { margin-top: .9rem; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.2); }
.drive-off-hours summary[b-iwuvlty776] { color: #ffe100; cursor: pointer; font-weight: 850; }
.drive-off-hours p[b-iwuvlty776] { font-size: .84rem; }
.drive-time-message[b-iwuvlty776] { margin-bottom: 0; color: #ffe100 !important; font-weight: 700; }

@media (max-width: 800px) {
    .drive-session-picker[b-iwuvlty776] { grid-template-columns: 1fr; }
}
/* /Frontend/Layout/AdminLayout.razor.rz.scp.css */


.sticky-nav[b-oijaaqs2gg] {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}


.OutletContainer[b-oijaaqs2gg] {
    overflow-y: auto;

    margin-top: 0;
    margin-left: 260px; /* Should match the width of the side panel */
    padding-left:10px;
    padding-right:10px;
}

.sfda-admin-top-row[b-oijaaqs2gg] {
    justify-content: space-between;
    gap: 1.5rem;
}

.sfda-admin-header-title[b-oijaaqs2gg] {
    min-width: 0;
    overflow: hidden;
    color: var(--bs-body-color);
    font-size: 1.15rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sfda-admin-header-actions[b-oijaaqs2gg] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}


.not-authorized[b-oijaaqs2gg] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    color: #721c24;
    margin: 2rem auto;
    max-width: 40rem;
    padding: 1rem;
    text-align: center;
}

    .not-authorized h2[b-oijaaqs2gg] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .not-authorized p[b-oijaaqs2gg] {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 0.5rem;
    }

@media (max-width: 640.98px) {
    .sfda-admin-header-title[b-oijaaqs2gg] {
        display: none;
    }

    .sfda-admin-top-row[b-oijaaqs2gg] {
        justify-content: flex-end;
    }

    .top-row:not(.auth)[b-oijaaqs2gg] {
        display: none;
    }

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

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

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

    .sidebar[b-oijaaqs2gg] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oijaaqs2gg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-oijaaqs2gg], article[b-oijaaqs2gg] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Frontend/Layout/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-09cno37xxl] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-09cno37xxl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Frontend/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-wknhtnqa0b] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-wknhtnqa0b] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Frontend/Layout/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-q3di38lykq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q3di38lykq] {
    height: 3.5rem;
    background: linear-gradient(to right, #a5a5a5,white);
    border-bottom: 1px solid grey;
}



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


.side-panel[b-q3di38lykq] {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px; 
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid grey;
    z-index: 1000; /* Ensure it's above other content */
    /* Add more styling as needed */
}

.main-content[b-q3di38lykq] {
    margin-left: 250px; /* Should match the width of the side panel */
    /* Rest of your styling */
}


.account-card[b-q3di38lykq]{
    position:fixed;
    bottom:20px
}


@keyframes outline-b-q3di38lykq {
    0% {
        outline-color: #495057;
    }

    50% {
        outline-color: #343a40;
    }

    100% {
        outline-color: #212529;
    }
}




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

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

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

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

        /*        .nav-item ::deep a.active {
            background-color: #87878750;
            color: white;
        }*/

        .nav-item[b-q3di38lykq]  a:hover {
            background-color: #87878750;
            color: white;
        }


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

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

    .nav-scrollable[b-q3di38lykq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Frontend/Pages/Bookings/BookingCalendarPage.razor.rz.scp.css */
.booking-calendar-page[b-777t03ct7b] {
    min-height: calc(100vh - 3.5rem);
    padding: clamp(1rem, 2.5vw, 2rem);
    color: var(--bs-body-color);
    background: var(--bs-tertiary-bg);
}

.calendar-page-header[b-777t03ct7b],
.calendar-toolbar[b-777t03ct7b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.calendar-page-header[b-777t03ct7b] {
    margin-bottom: 1.25rem;
}

.header-actions[b-777t03ct7b] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.calendar-primary-button.course-button[b-777t03ct7b] {
    color: #fff;
    background: #005faa;
}

.calendar-primary-button.availability-button[b-777t03ct7b] {
    color: #fff;
    background: #526b7c;
}

.calendar-page-header h1[b-777t03ct7b] {
    margin: 0;
    color: var(--bs-emphasis-color);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1;
}

.calendar-page-header p:last-child[b-777t03ct7b] {
    margin: 0.6rem 0 0;
    color: var(--bs-secondary-color);
}

.calendar-eyebrow[b-777t03ct7b] {
    margin: 0 0 0.35rem;
    color: #0072bc;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

button[b-777t03ct7b],
select[b-777t03ct7b],
input[b-777t03ct7b],
textarea[b-777t03ct7b] {
    font: inherit;
}

.calendar-primary-button[b-777t03ct7b],
.calendar-filter-button[b-777t03ct7b],
.booking-dialog button.primary[b-777t03ct7b] {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    color: #061a31;
    border: 0;
    border-radius: 999px;
    background: #ffe100;
    font-weight: 850;
}

.schedule-confirm-backdrop[b-777t03ct7b] {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(6, 26, 49, .72);
}

.schedule-confirm-dialog[b-777t03ct7b] {
    width: min(620px, 100%);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: clamp(1.25rem, 4vw, 2rem);
    border-radius: 20px;
    background: var(--bs-body-bg);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.schedule-confirm-dialog h2[b-777t03ct7b] { margin: 0 0 .75rem; }
.schedule-confirm-dialog ul[b-777t03ct7b],
.schedule-issue-list ul[b-777t03ct7b] { display: grid; gap: .65rem; margin: 1rem 0; padding-left: 1.25rem; }
.schedule-issue-list.hard[b-777t03ct7b] { margin-top: 1rem; padding: 1rem; color: #7c1f1f; border: 1px solid #c55; border-radius: 12px; background: #fff0f0; }

.calendar-toolbar[b-777t03ct7b] {
    margin-bottom: 1rem;
    padding: 0.9rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 18px;
    background: var(--bs-body-bg);
}

.assignee-color-legend[b-777t03ct7b] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .85rem 1.1rem;
    margin: -.25rem 0 1rem;
    padding: .7rem .9rem;
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 14px;
    background: var(--bs-body-bg);
    font-size: .78rem;
}

.assignee-color-legend > strong[b-777t03ct7b] { flex: 0 0 auto; }
.assignee-color-legend ul[b-777t03ct7b] { display: flex; flex-wrap: wrap; gap: .45rem 1rem; margin: 0; padding: 0; list-style: none; }
.assignee-color-legend li[b-777t03ct7b] { display: inline-flex; align-items: center; gap: .4rem; }

.assignee-color-swatch[b-777t03ct7b] {
    width: .9rem;
    height: .9rem;
    flex: 0 0 auto;
    border: 1px solid color-mix(in srgb, var(--assignee-color) 70%, #000);
    border-radius: 50%;
    background: var(--assignee-color);
}

.assignee-color-swatch.fallback[b-777t03ct7b] {
    border-color: var(--bs-secondary-color);
    background: repeating-linear-gradient(135deg, var(--bs-secondary-color) 0 2px, transparent 2px 4px);
}

.calendar-navigation[b-777t03ct7b],
.calendar-filters[b-777t03ct7b] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.calendar-navigation button[b-777t03ct7b],
.calendar-filters select[b-777t03ct7b],
.calendar-filter-button[b-777t03ct7b] {
    min-height: 40px;
    padding: 0.55rem 0.8rem;
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 11px;
    background: var(--bs-body-bg);
}

.calendar-navigation .next-new-booking-button[b-777t03ct7b] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #061a31;
    border-color: #ffe100;
    background: #ffe100;
    font-weight: 850;
    white-space: nowrap;
}

.calendar-navigation .next-new-booking-button:disabled[b-777t03ct7b] {
    cursor: wait;
    opacity: .65;
}

.calendar-filter-button[b-777t03ct7b] {
    color: #061a31;
    border-color: #ffe100;
    background: #ffe100;
}

.show-cancelled-filter[b-777t03ct7b] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.availability-load-error[b-777t03ct7b] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin: 0 0 1rem;
    padding: .85rem 1rem;
    color: #7c1f1f;
    border: 1px solid rgba(163, 33, 33, .4);
    border-radius: 12px;
    background: #fff0f0;
}

.availability-load-error div[b-777t03ct7b] { display: grid; gap: .15rem; }
.availability-load-error span[b-777t03ct7b] { font-size: .9rem; }

.weekly-calendar-shell[b-777t03ct7b] {
    overflow: visible;
    border: 1px solid var(--bs-border-color);
    border-radius: 20px;
    background: var(--bs-body-bg);
    box-shadow: 0 18px 42px rgba(4, 42, 85, 0.08);
}

.weekly-calendar[b-777t03ct7b] {
    --time-width: 68px;
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: var(--time-width) repeat(7, minmax(0, 1fr));
    grid-template-rows: 68px minmax(72px, auto) var(--calendar-grid-height);
}

.calendar-corner[b-777t03ct7b],
.calendar-day-heading[b-777t03ct7b] {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.calendar-corner[b-777t03ct7b] {
    color: var(--bs-secondary-color);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.calendar-day-heading[b-777t03ct7b] {
    flex-direction: column;
    border-left: 1px solid var(--bs-border-color);
}

.calendar-day-heading span[b-777t03ct7b] {
    color: var(--bs-secondary-color);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.calendar-day-heading strong[b-777t03ct7b] {
    font-size: 1.5rem;
}

.calendar-day-heading.today[b-777t03ct7b] {
    color: #005faa;
    background: rgba(255, 225, 0, 0.14);
}

.calendar-all-day-label[b-777t03ct7b],
.calendar-all-day-cell[b-777t03ct7b] {
    min-height: 72px;
    padding: .35rem;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.calendar-all-day-label[b-777t03ct7b] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: .65rem;
    color: var(--bs-secondary-color);
    font-size: .65rem;
    font-weight: 800;
    text-transform: uppercase;
}

.calendar-all-day-cell[b-777t03ct7b] {
    max-height: 112px;
    overflow-y: auto;
    display: grid;
    align-content: start;
    gap: .25rem;
    border-left: 1px solid var(--bs-border-color);
}

.calendar-all-day-cell.today[b-777t03ct7b] {
    background-color: rgba(255, 225, 0, .035);
}

.availability-all-day-chip[b-777t03ct7b],
.availability-calendar-card[b-777t03ct7b],
.availability-agenda-card[b-777t03ct7b] {
    color: #19364b;
    border: 1px solid rgba(65, 92, 111, .48);
    border-left: 4px solid #526b7c;
    background-color: #dce7ed;
    background-image: repeating-linear-gradient(135deg, rgba(74, 104, 124, .08) 0, rgba(74, 104, 124, .08) 6px, transparent 6px, transparent 12px);
    text-align: left;
}

.availability-all-day-chip[b-777t03ct7b] {
    min-width: 0;
    display: grid;
    gap: .05rem;
    padding: .28rem .4rem;
    border-radius: 7px;
}

.availability-all-day-chip strong[b-777t03ct7b],
.availability-all-day-chip span[b-777t03ct7b] {
    overflow: hidden;
    font-size: .65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.availability-calendar-card[b-777t03ct7b] {
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 30px;
    padding: .35rem .45rem;
    border-radius: 9px;
    box-shadow: -3px 4px 0 rgba(37, 61, 77, .12), 0 6px 14px rgba(4, 42, 85, .12);
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.availability-calendar-card:hover[b-777t03ct7b],
.availability-calendar-card:focus-visible[b-777t03ct7b] {
    z-index: 45 !important;
    transform: translate(-2px, -2px);
    box-shadow: 0 10px 22px rgba(4, 42, 85, .22);
}

.availability-calendar-card span[b-777t03ct7b] { font-size: .65rem; font-weight: 850; }
.availability-calendar-card strong[b-777t03ct7b] { max-width: 100%; overflow: hidden; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }

.availability-all-day-chip.availability-cancelled[b-777t03ct7b],
.availability-calendar-card.availability-cancelled[b-777t03ct7b],
.availability-agenda-card.availability-cancelled[b-777t03ct7b] {
    color: #555f67;
    border-left-color: #8a8f98;
    background-color: #eceff2;
    background-image: none;
    opacity: .72;
    text-decoration: line-through;
}

.calendar-time-axis[b-777t03ct7b],
.calendar-day-column[b-777t03ct7b] {
    position: relative;
    height: var(--calendar-grid-height);
    background-image: repeating-linear-gradient(to bottom,
        transparent 0,
        transparent 51px,
        var(--bs-border-color) 51px,
        var(--bs-border-color) 52px);
}

.calendar-time-axis span[b-777t03ct7b] {
    position: absolute;
    right: 0.65rem;
    color: var(--bs-secondary-color);
    font-size: 0.7rem;
    transform: translateY(-50%);
}

.calendar-day-column[b-777t03ct7b] {
    border-left: 1px solid var(--bs-border-color);
}

.calendar-day-column.today[b-777t03ct7b] {
    background-color: rgba(255, 225, 0, 0.035);
}

.calendar-empty-slot[b-777t03ct7b] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 52px;
    border: 0;
    background: transparent;
}

.calendar-empty-slot:not(:disabled):hover[b-777t03ct7b] {
    background: rgba(0, 95, 170, 0.06);
}

.calendar-empty-slot:not(:disabled):hover[b-777t03ct7b]::after {
    content: "+";
    color: #005faa;
    font-size: 1.15rem;
    font-weight: 900;
}

.booking-calendar-card[b-777t03ct7b] {
    position: absolute;
    z-index: 2;
    right: 4px;
    left: 4px;
    min-height: 46px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.45rem 0.55rem;
    color: #061a31;
    border: 1px solid rgba(0, 95, 170, 0.22);
    border-left: 5px solid #005faa;
    border-radius: 10px;
    background: #e7f4ff;
    text-align: left;
    box-shadow: 0 6px 16px rgba(4, 42, 85, 0.12);
    transition: transform 140ms ease, box-shadow 140ms ease;
}

[data-calendar-target][b-777t03ct7b] {
    scroll-margin-block: 7rem;
}

.booking-calendar-card.new-booking-target[b-777t03ct7b],
.agenda-card.new-booking-target[b-777t03ct7b] {
    z-index: 40 !important;
    outline: 4px solid #ffe100;
    outline-offset: 3px;
    box-shadow: 0 0 0 7px rgba(0, 95, 170, .5), 0 14px 30px rgba(4, 42, 85, .3);
}

.new-booking-badge[b-777t03ct7b] {
    position: absolute;
    top: 0.3rem;
    right: 0.35rem;
    z-index: 2;
    max-width: calc(100% - 0.7rem);
    padding: 0.08rem 0.35rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #9b1c31;
    font-size: 0.61rem !important;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
}

.agenda-card[b-777t03ct7b] { position: relative; }

.booking-calendar-card:has(.new-booking-badge) > strong[b-777t03ct7b],
.booking-calendar-card:has(.new-booking-badge) > .booking-card-time[b-777t03ct7b],
.agenda-card:has(.new-booking-badge) > strong[b-777t03ct7b],
.agenda-card:has(.new-booking-badge) > .agenda-card-time[b-777t03ct7b] {
    max-width: calc(100% - 3.2rem);
}

.agenda-card-time[b-777t03ct7b] {
    display: block;
    padding-right: 0;
}

.agenda-card:has(.new-booking-badge) > .agenda-card-time[b-777t03ct7b] {
    padding-right: 7.5rem;
}

[data-bs-theme="dark"] .new-booking-badge[b-777t03ct7b] {
    color: #fff;
    border-color: #fff;
    background: #b52b43;
}

@media (forced-colors: active) {
    .new-booking-badge[b-777t03ct7b] {
        color: HighlightText;
        border-color: HighlightText;
        background: Highlight;
        forced-color-adjust: none;
    }
}

.booking-calendar-card:hover[b-777t03ct7b],
.booking-calendar-card:focus-visible[b-777t03ct7b] {
    z-index: 30 !important;
    transform: translate(-3px, -2px) scale(1.015);
    box-shadow: 0 10px 22px rgba(4, 42, 85, 0.2);
}

.booking-calendar-card:focus-visible[b-777t03ct7b],
.agenda-card:focus-visible[b-777t03ct7b] {
    outline: 3px solid var(--bs-emphasis-color);
    outline-offset: 2px;
}

.booking-calendar-card.stacked[b-777t03ct7b] {
    box-shadow: -3px 4px 0 rgba(4, 42, 85, 0.08), 0 6px 16px rgba(4, 42, 85, 0.12);
}

.booking-calendar-card strong[b-777t03ct7b] {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-calendar-card > span[b-777t03ct7b],
.booking-calendar-card small[b-777t03ct7b] {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.67rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-card-time[b-777t03ct7b] {
    font-weight: 850;
}

.booking-calendar-card.compact[b-777t03ct7b] {
    justify-content: center;
    gap: 0.1rem;
    padding: 0.2rem 0.45rem;
}

.booking-calendar-card.compact .booking-card-time[b-777t03ct7b] {
    font-size: 0.62rem;
    line-height: 1;
}

.booking-calendar-card.compact strong[b-777t03ct7b] {
    font-size: 0.74rem;
    line-height: 1.05;
}

.booking-calendar-card.service-private-lessons[b-777t03ct7b],
.agenda-card.service-private-lessons[b-777t03ct7b] {
    border-left-color: #6750a4;
    background: #f0eaff;
}

.booking-calendar-card.service-prep-test[b-777t03ct7b],
.agenda-card.service-prep-test[b-777t03ct7b] {
    border-left-color: #d56b00;
    background: #fff1df;
}

.booking-calendar-card.service-driver-education[b-777t03ct7b],
.agenda-card.service-driver-education[b-777t03ct7b] {
    border-left-color: #d0a900;
    background: #fff8cc;
}

.booking-calendar-card.service-driver-ed-drive[b-777t03ct7b],
.agenda-card.service-driver-ed-drive[b-777t03ct7b] {
    border-left-color: #00846b;
    background: #dff6ef;
}

.booking-calendar-card.past[b-777t03ct7b],
.agenda-card.past[b-777t03ct7b] {
    filter: saturate(0.45);
    opacity: 0.68;
}

.booking-calendar-card.active[b-777t03ct7b],
.agenda-card.active[b-777t03ct7b] {
    outline: 3px solid rgba(255, 225, 0, 0.75);
}

.booking-calendar-card.status-completed[b-777t03ct7b],
.agenda-card.status-completed[b-777t03ct7b] {
    border-left-color: #278847;
    background: #e5f7eb;
}

.booking-calendar-card.status-cancelled[b-777t03ct7b],
.agenda-card.status-cancelled[b-777t03ct7b] {
    border-left-color: #8a8f98;
    background: #eceff2;
    text-decoration: line-through;
}

.booking-calendar-card.status-noshow[b-777t03ct7b],
.agenda-card.status-noshow[b-777t03ct7b],
.booking-calendar-card.unassigned[b-777t03ct7b],
.agenda-card.unassigned[b-777t03ct7b] {
    border-left-color: #bd2f2f;
}

.booking-calendar-card.scheduler-assignee-color[b-777t03ct7b],
.agenda-card.scheduler-assignee-color[b-777t03ct7b] {
    border-left-color: color-mix(in srgb, var(--assignee-color) 65%, #000 35%);
    background-color: color-mix(in srgb, var(--assignee-color) 18%, #fff);
}

.booking-calendar-card.scheduler-assignee-color.status-completed[b-777t03ct7b],
.agenda-card.scheduler-assignee-color.status-completed[b-777t03ct7b] {
    box-shadow: inset 0 -4px 0 #278847, 0 6px 16px rgba(4, 42, 85, .12);
}

.booking-calendar-card.scheduler-assignee-color.status-cancelled[b-777t03ct7b],
.agenda-card.scheduler-assignee-color.status-cancelled[b-777t03ct7b] {
    background-image: repeating-linear-gradient(135deg, transparent 0 7px, rgba(70, 70, 70, .13) 7px 11px);
    opacity: .7;
}

.booking-calendar-card.scheduler-assignee-color.status-noshow[b-777t03ct7b],
.agenda-card.scheduler-assignee-color.status-noshow[b-777t03ct7b] {
    box-shadow: inset 0 0 0 2px #bd2f2f, 0 6px 16px rgba(4, 42, 85, .12);
}

.booking-card-assignee[b-777t03ct7b] { font-weight: 800; }

[data-bs-theme="dark"] .booking-calendar-card.scheduler-assignee-color[b-777t03ct7b],
[data-bs-theme="dark"] .agenda-card.scheduler-assignee-color[b-777t03ct7b] {
    color: var(--bs-emphasis-color);
    border-left-color: color-mix(in srgb, var(--assignee-color) 65%, #fff 35%);
    background-color: color-mix(in srgb, var(--assignee-color) 24%, var(--bs-body-bg));
}

.booking-calendar-card.booking-calendar-card:focus-visible[b-777t03ct7b],
.agenda-card.agenda-card:focus-visible[b-777t03ct7b] {
    outline: 3px solid var(--bs-emphasis-color);
    outline-offset: 2px;
}

.calendar-agenda[b-777t03ct7b] {
    display: none;
}

.calendar-state[b-777t03ct7b] {
    min-height: 280px;
    display: grid;
    place-content: center;
    color: var(--bs-secondary-color);
    text-align: center;
}

.calendar-state.error[b-777t03ct7b] {
    color: #a32121;
}

.booking-dialog-backdrop[b-777t03ct7b] {
    position: fixed;
    z-index: 2000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(1, 15, 30, 0.68);
    backdrop-filter: blur(5px);
}

.booking-dialog[b-777t03ct7b] {
    width: min(1160px, 100%);
    max-height: calc(100vh - 2rem);
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--bs-border-color);
    border-radius: 24px;
    background: var(--bs-body-bg);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.booking-dialog > header[b-777t03ct7b] {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.booking-dialog-scroll[b-777t03ct7b] {
    min-height: 0;
    overflow-y: auto;
    flex: 1 1 auto;
    margin: 0 .3rem .3rem 0;
    padding-right: .2rem;
    scrollbar-color: color-mix(in srgb, var(--bs-secondary-color) 55%, transparent) transparent;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.booking-dialog-scroll[b-777t03ct7b]::-webkit-scrollbar { width: 10px; }
.booking-dialog-scroll[b-777t03ct7b]::-webkit-scrollbar-track { background: transparent; }
.booking-dialog-scroll[b-777t03ct7b]::-webkit-scrollbar-thumb {
    border: 2px solid var(--bs-body-bg);
    border-radius: 999px;
    background: color-mix(in srgb, var(--bs-secondary-color) 55%, transparent);
}

.dialog-heading[b-777t03ct7b] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.dialog-heading > div[b-777t03ct7b] { min-width: 0; }

.dialog-back[b-777t03ct7b] {
    display: inline-flex;
    min-height: 40px;
    flex: 0 0 auto;
    align-items: center;
    gap: .45rem;
    padding: .55rem .85rem;
    color: #005faa;
    border: 1px solid rgba(0, 95, 170, .4);
    border-radius: 999px;
    background: color-mix(in srgb, var(--bs-body-bg) 94%, #e7f4ff);
    font-size: .8rem;
    font-weight: 850;
    transition: transform 140ms ease, color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.dialog-back:not(:disabled):hover[b-777t03ct7b] {
    color: #fff;
    background: #005faa;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 95, 170, .18);
}

.dialog-back:focus-visible[b-777t03ct7b],
.dialog-close:focus-visible[b-777t03ct7b] {
    outline: 3px solid rgba(0, 95, 170, .42);
    outline-offset: 2px;
}

.dialog-back:disabled[b-777t03ct7b] { cursor: not-allowed; opacity: .62; }

.booking-dialog h2[b-777t03ct7b] {
    margin: 0;
    font-size: 1.6rem;
}

.dialog-close[b-777t03ct7b] {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--bs-tertiary-bg);
}

.booking-editor-shell[b-777t03ct7b],
.booking-details-panel[b-777t03ct7b],
.class-summary[b-777t03ct7b],
.registration-list[b-777t03ct7b] {
    padding: 1.5rem;
}

.dialog-tabs[b-777t03ct7b] {
    position: sticky;
    z-index: 4;
    top: 0;
    display: flex;
    gap: .5rem;
    padding: .65rem 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.dialog-tabs button[b-777t03ct7b] {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: .45rem;
    padding: .6rem 1rem;
    color: var(--bs-secondary-color);
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    font-weight: 850;
    transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.dialog-tabs button:not(.active):hover[b-777t03ct7b] {
    color: #005faa;
    border-color: rgba(0, 95, 170, .2);
    background: color-mix(in srgb, var(--bs-body-bg) 94%, #e7f4ff);
}

.dialog-tabs button.active[b-777t03ct7b],
.dialog-tabs button[aria-selected="true"][b-777t03ct7b] {
    color: #061a31;
    border-color: #ffe100;
    background: #ffe100;
    box-shadow: 0 7px 16px rgba(255, 225, 0, .24);
}

.dialog-tabs button:focus-visible[b-777t03ct7b] {
    outline: 3px solid rgba(0, 95, 170, .35);
    outline-offset: -3px;
}

.class-number-editor[b-777t03ct7b] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(0, 95, 170, .25);
    border-left: 4px solid #005faa;
    border-radius: 12px;
    background: color-mix(in srgb, var(--bs-body-bg) 94%, #e7f4ff);
}

.class-number-editor h3[b-777t03ct7b],
.class-number-editor p[b-777t03ct7b] { margin: 0; }
.class-number-editor p[b-777t03ct7b] { margin-top: .25rem; color: var(--bs-secondary-color); font-size: .82rem; }
.class-number-editor .inline-editor[b-777t03ct7b] { min-width: min(100%, 320px); margin-top: 0; }

.document-panel[b-777t03ct7b] {
    padding: clamp(1rem, 2.5vw, 1.5rem);
}

.document-panel > header[b-777t03ct7b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .4rem;
}

.document-panel > header h3[b-777t03ct7b] { margin: 0; font-size: 1.35rem; }
.document-panel > header > i[b-777t03ct7b] { color: #005faa; font-size: 1.6rem; }
.document-privacy[b-777t03ct7b] { margin: 0; color: var(--bs-emphasis-color); font-weight: 750; }
.document-note[b-777t03ct7b] { margin: .25rem 0 0; color: var(--bs-secondary-color); font-size: .84rem; }
.document-prompt[b-777t03ct7b] { display: flex; align-items: center; gap: .5rem; margin: .75rem 0; padding: .75rem; color: #6f5600; border-radius: 9px; background: #fff8cc; }
.document-state[b-777t03ct7b] { display: flex; align-items: center; gap: .6rem; margin-top: 1rem; padding: 1rem; color: var(--bs-secondary-color); border: 1px solid var(--bs-border-color); border-radius: 10px; }
.document-state.error[b-777t03ct7b] { color: #842525; border-color: rgba(182, 47, 47, .3); background: #f9dddd; }
.document-list[b-777t03ct7b] { display: grid; margin-top: 1rem; border-top: 1px solid var(--bs-border-color); }

.document-row[b-777t03ct7b] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1rem .25rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.document-row > i[b-777t03ct7b] { color: #b62f2f; font-size: 1.65rem; }
.document-row.official > i[b-777t03ct7b] { color: #005faa; }
.document-row h4[b-777t03ct7b], .document-row p[b-777t03ct7b] { margin: 0; }
.document-row h4[b-777t03ct7b] { font-size: 1rem; }
.document-row p[b-777t03ct7b] { margin-top: .2rem; color: var(--bs-secondary-color); font-size: .83rem; }
.document-status[b-777t03ct7b] { display: inline-block; margin-top: .35rem; color: #247343; font-size: .75rem; font-weight: 800; }
.document-row.unavailable[b-777t03ct7b] { opacity: .72; }
.document-row.unavailable .document-status[b-777t03ct7b] { color: #842525; }
.document-row > form button[b-777t03ct7b], .document-disabled[b-777t03ct7b] { min-width: 132px; min-height: 42px; padding: .6rem 1rem; border-radius: 999px; font-size: .8rem; font-weight: 850; text-align: center; }
.document-row > form[b-777t03ct7b] { margin: 0; }
.document-row > form button[b-777t03ct7b] { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; color: #061a31; border: 0; background: #ffe100; box-shadow: 0 8px 18px rgba(255, 225, 0, .2); }
.document-disabled[b-777t03ct7b] { color: var(--bs-secondary-color); border: 1px solid var(--bs-border-color); background: var(--bs-tertiary-bg); }
.official-mark[b-777t03ct7b] { margin-left: .35rem; padding: .18rem .38rem; color: #005faa; border: 1px solid rgba(0, 95, 170, .3); border-radius: 4px; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; vertical-align: middle; }

.booking-editor-shell[b-777t03ct7b] {
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.course-preview[b-777t03ct7b],
.readonly-context[b-777t03ct7b] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    background: var(--bs-tertiary-bg);
}

.readonly-context[b-777t03ct7b] {
    margin-bottom: 1rem;
    flex-direction: column;
}

.drive-package-editor[b-777t03ct7b],
.drive-details-list[b-777t03ct7b],
.course-management[b-777t03ct7b] {
    display: grid;
    gap: 1rem;
}

.drive-session-editor[b-777t03ct7b],
.drive-detail-card[b-777t03ct7b] {
    display: grid;
    gap: .9rem;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 16px;
}

.drive-session-editor > label[b-777t03ct7b] {
    display: grid;
    gap: .4rem;
    color: var(--bs-secondary-color);
    font-size: .78rem;
    font-weight: 750;
}

.drive-session-editor select[b-777t03ct7b],
.drive-detail-card select[b-777t03ct7b],
.drive-detail-card input[b-777t03ct7b] {
    min-height: 44px;
    padding: .6rem .75rem;
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    background: var(--bs-body-bg);
}

.drive-detail-card > header[b-777t03ct7b] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.drive-detail-card > header div[b-777t03ct7b] {
    display: grid;
    gap: .25rem;
}

.drive-detail-card > header span[b-777t03ct7b],
.eligibility-state[b-777t03ct7b] {
    color: var(--bs-secondary-color);
    font-size: .75rem;
}

.participant-row[b-777t03ct7b] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: .75rem;
    align-items: center;
    padding: .65rem 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.participant-row > button:first-child[b-777t03ct7b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--bs-body-color);
    border: 0;
    background: transparent;
    text-align: left;
}

.participant-row > button:first-child span[b-777t03ct7b] { display: grid; }

.registration-payment-badge[b-777t03ct7b] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 4.6rem;
    margin-left: auto;
    padding: .3rem .65rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.registration-payment-badge.paid[b-777t03ct7b] {
    color: #075a34;
    border-color: #8bc9a7;
    background: #dff5e7;
}

.registration-payment-badge.not-paid[b-777t03ct7b] {
    color: #8a1c22;
    border-color: #e5a5aa;
    background: #fde8e9;
}

.booking-create-fields[b-777t03ct7b] {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.editor-grid[b-777t03ct7b],
.booking-detail-grid[b-777t03ct7b] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.editor-grid label[b-777t03ct7b],
.inline-editor label[b-777t03ct7b],
.danger-zone label[b-777t03ct7b] {
    display: grid;
    gap: 0.4rem;
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    font-weight: 750;
}

.middle-name-field[b-777t03ct7b] {
    display: grid;
    gap: 0.4rem;
}

.field-label-row[b-777t03ct7b] {
    min-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.field-label-row > label[b-777t03ct7b] {
    display: inline-flex !important;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    font-weight: 750;
}

.middle-name-toggle[b-777t03ct7b] {
    white-space: nowrap;
    cursor: pointer;
}

.middle-name-toggle[b-777t03ct7b]  input {
    width: 1rem;
    min-height: 1rem;
    margin: 0;
}

.editor-grid input[b-777t03ct7b],
.editor-grid select[b-777t03ct7b],
.editor-grid textarea[b-777t03ct7b],
.inline-editor input[b-777t03ct7b],
.inline-editor select[b-777t03ct7b],
.danger-zone textarea[b-777t03ct7b] {
    width: 100%;
    min-height: 44px;
    padding: 0.6rem 0.75rem;
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    background: var(--bs-body-bg);
}

.editor-grid textarea[b-777t03ct7b],
.danger-zone textarea[b-777t03ct7b] {
    min-height: 90px;
}

.editor-grid .wide[b-777t03ct7b],
.booking-detail-grid .wide[b-777t03ct7b],
.schedule-editor-wide[b-777t03ct7b] {
    grid-column: 1 / -1;
}

.schedule-editor-wide[b-777t03ct7b] {
    margin: 0.5rem 0;
}

.checkbox-label[b-777t03ct7b] {
    display: flex !important;
    align-items: center;
    align-self: end;
    min-height: 44px;
}

.checkbox-label input[b-777t03ct7b] {
    width: auto;
    min-height: auto;
}

.editor-actions[b-777t03ct7b],
.inline-editor[b-777t03ct7b] {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1rem;
}

.inline-editor.wrap[b-777t03ct7b] {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.editor-actions button[b-777t03ct7b],
.booking-dialog button.primary[b-777t03ct7b],
.booking-dialog button.danger[b-777t03ct7b],
.booking-dialog button.secondary-action[b-777t03ct7b],
.booking-dialog button.danger-outline[b-777t03ct7b],
.booking-dialog button.refund-link[b-777t03ct7b],
.booking-dialog .generated-payment-link a[b-777t03ct7b] {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    font-weight: 850;
    line-height: 1.1;
    text-align: center;
    transition: transform 140ms ease, color 140ms ease, border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.editor-actions > button:first-child[b-777t03ct7b] {
    color: var(--bs-body-color);
    background: var(--bs-tertiary-bg);
}

.booking-dialog button.danger[b-777t03ct7b] {
    color: #fff;
    border: 1px solid #b62f2f;
    background: #b62f2f;
}

.booking-dialog button.primary[b-777t03ct7b] {
    color: #061a31;
    border: 1px solid #ffe100;
    background: #ffe100;
    box-shadow: 0 8px 18px rgba(255, 225, 0, 0.18);
}

.booking-dialog button.secondary-action[b-777t03ct7b],
.booking-dialog button.refund-link[b-777t03ct7b],
.booking-dialog .generated-payment-link a[b-777t03ct7b] {
    color: #005faa;
    border: 1px solid rgba(0, 95, 170, .45);
    background: color-mix(in srgb, var(--bs-body-bg) 94%, #e7f4ff);
}

.booking-dialog button.danger-outline[b-777t03ct7b] {
    color: #a32121;
    border: 1px solid rgba(182, 47, 47, .55);
    background: color-mix(in srgb, var(--bs-body-bg) 94%, #fff0f0);
}

.booking-dialog button.primary:not(:disabled):hover[b-777t03ct7b] {
    background: #f4d800;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(255, 225, 0, 0.24);
}

.booking-dialog button.secondary-action:not(:disabled):hover[b-777t03ct7b],
.booking-dialog button.refund-link:not(:disabled):hover[b-777t03ct7b],
.booking-dialog .generated-payment-link a:hover[b-777t03ct7b] {
    color: #fff;
    border-color: #005faa;
    background: #005faa;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 95, 170, .18);
}

.booking-dialog button.danger:not(:disabled):hover[b-777t03ct7b],
.booking-dialog button.danger-outline:not(:disabled):hover[b-777t03ct7b] {
    color: #fff;
    border-color: #962323;
    background: #962323;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(182, 47, 47, .18);
}

.booking-dialog button.primary:focus-visible[b-777t03ct7b],
.booking-dialog button.secondary-action:focus-visible[b-777t03ct7b],
.booking-dialog button.danger:focus-visible[b-777t03ct7b],
.booking-dialog button.danger-outline:focus-visible[b-777t03ct7b],
.booking-dialog button.refund-link:focus-visible[b-777t03ct7b],
.booking-dialog .generated-payment-link a:focus-visible[b-777t03ct7b],
.document-row > form button:focus-visible[b-777t03ct7b] {
    outline: 3px solid rgba(0, 95, 170, 0.42);
    outline-offset: 2px;
}

.booking-dialog button.primary:disabled[b-777t03ct7b],
.booking-dialog button.secondary-action:disabled[b-777t03ct7b],
.booking-dialog button.danger:disabled[b-777t03ct7b],
.booking-dialog button.danger-outline:disabled[b-777t03ct7b],
.booking-dialog button.refund-link:disabled[b-777t03ct7b],
.document-row > form button:disabled[b-777t03ct7b] {
    cursor: not-allowed;
    opacity: 0.62;
    transform: none;
    box-shadow: none;
}

.booking-dialog .compact-action[b-777t03ct7b] { min-height: 38px; padding: .5rem .85rem; font-size: .8rem; text-decoration: none; }

.booking-detail-grid > div[b-777t03ct7b],
.class-summary dl > div[b-777t03ct7b] {
    display: grid;
    gap: 0.3rem;
    padding: 0.85rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
    background: var(--bs-tertiary-bg);
}

.booking-detail-grid span[b-777t03ct7b],
.class-summary dt[b-777t03ct7b] {
    color: var(--bs-secondary-color);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.booking-detail-grid strong[b-777t03ct7b],
.class-summary dd[b-777t03ct7b] {
    margin: 0;
    overflow-wrap: anywhere;
}

.class-summary dl[b-777t03ct7b] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
}

.class-summary dl + .course-management[b-777t03ct7b] {
    margin-top: 1.25rem;
}

.registration-list[b-777t03ct7b] {
    padding-top: 0;
}

.registration-list h3[b-777t03ct7b] {
    margin-bottom: 0.75rem;
}

.registration-list > button[b-777t03ct7b] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem;
    color: var(--bs-body-color);
    border: 0;
    border-bottom: 1px solid var(--bs-border-color);
    background: transparent;
    text-align: left;
}

.registration-list > button span:first-child[b-777t03ct7b] {
    display: grid;
}

.registration-list small[b-777t03ct7b] {
    color: var(--bs-secondary-color);
}

.manager-editor-sections[b-777t03ct7b] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.staff-payment-section[b-777t03ct7b] {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: clamp(1rem, 2vw, 1.4rem);
    border: 1px solid rgba(0, 95, 170, .25);
    border-radius: 16px;
    background: color-mix(in srgb, var(--bs-body-bg) 94%, #e7f4ff);
}

.staff-payment-section > header[b-777t03ct7b] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.staff-payment-section h3[b-777t03ct7b] { margin: 0; }
.staff-payment-status[b-777t03ct7b] { padding: .4rem .7rem; color: #075a34; border-radius: 99px; background: #dff5e7; font-size: .78rem; }
.staff-payment-totals[b-777t03ct7b] { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .65rem; margin: 0; }
.staff-payment-totals div[b-777t03ct7b] { display: grid; gap: .2rem; padding: .75rem; border: 1px solid var(--bs-border-color); border-radius: 10px; background: var(--bs-body-bg); }
.staff-payment-totals dt[b-777t03ct7b] { color: var(--bs-secondary-color); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.staff-payment-totals dd[b-777t03ct7b] { margin: 0; font-weight: 850; }
.staff-payment-totals .due[b-777t03ct7b] { border-color: #d0b600; background: #fffbe0; }
.empty-ledger[b-777t03ct7b] { margin: 0; color: var(--bs-secondary-color); }
.staff-payment-history[b-777t03ct7b] { display: grid; gap: .6rem; }
.staff-payment-history article[b-777t03ct7b] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem; border: 1px solid var(--bs-border-color); border-radius: 10px; background: var(--bs-body-bg); }
.payment-history-main[b-777t03ct7b] { display: grid; gap: .15rem; }
.payment-history-main span[b-777t03ct7b], .payment-history-main small[b-777t03ct7b] { color: var(--bs-secondary-color); font-size: .72rem; }
.payment-history-main a[b-777t03ct7b] { color: #005faa; font-size: .78rem; font-weight: 750; }
.refund-ledger[b-777t03ct7b] { display: grid; gap: .2rem; padding-left: 1rem; border-left: 2px solid #e5ae48; font-size: .75rem; }
.refund-ledger em[b-777t03ct7b] { font-style: normal; }
.refund-link[b-777t03ct7b], .secondary-action[b-777t03ct7b] { min-height: 42px; padding: .6rem 1rem; color: #005faa; border: 1px solid rgba(0, 95, 170, .45); border-radius: 999px; background: transparent; font-weight: 850; }
.payment-action-panel[b-777t03ct7b] { padding: .85rem; border: 1px solid var(--bs-border-color); border-radius: 12px; background: var(--bs-body-bg); }
.payment-action-panel summary[b-777t03ct7b] { font-weight: 850; cursor: pointer; }
.payment-action-panel[open] summary[b-777t03ct7b] { margin-bottom: .8rem; }
.payment-action-panel > p[b-777t03ct7b] { color: var(--bs-secondary-color); font-size: .83rem; }
.payment-action-grid[b-777t03ct7b] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin-bottom: .75rem; }
.payment-action-grid label[b-777t03ct7b] { display: grid; gap: .35rem; color: var(--bs-secondary-color); font-size: .75rem; font-weight: 750; }
.payment-action-grid .wide[b-777t03ct7b] { grid-column: 1 / -1; }
.payment-action-grid input[b-777t03ct7b], .payment-action-grid select[b-777t03ct7b], .payment-action-grid textarea[b-777t03ct7b], .generated-payment-link input[b-777t03ct7b] { width: 100%; min-height: 42px; padding: .55rem .7rem; color: var(--bs-body-color); border: 1px solid var(--bs-border-color); border-radius: 9px; background: var(--bs-body-bg); }
.payment-action-grid textarea[b-777t03ct7b] { min-height: 72px; }
.payment-link-actions[b-777t03ct7b] { display: flex; flex-wrap: wrap; gap: .6rem; }
.generated-payment-link[b-777t03ct7b] { display: flex; gap: .5rem; margin-top: .8rem; }
.generated-payment-link a[b-777t03ct7b] { padding: .5rem .85rem; }
.refund-panel[b-777t03ct7b] { padding: 1rem; border: 1px solid rgba(182, 47, 47, .35); border-radius: 12px; background: rgba(182, 47, 47, .04); }
.refund-panel h4[b-777t03ct7b] { margin: 0; }
.refund-panel > p[b-777t03ct7b] { color: var(--bs-secondary-color); font-size: .83rem; }
.cancellation-payment-warning[b-777t03ct7b] { display: flex; gap: .7rem; margin-bottom: 1rem; padding: .85rem; color: #772222; border-radius: 10px; background: #fff0d8; }
.cancellation-payment-warning div[b-777t03ct7b] { display: grid; gap: .2rem; }
.cancellation-payment-warning span[b-777t03ct7b] { font-size: .8rem; }

.manager-editor-sections details[b-777t03ct7b] {
    padding: 0.9rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 12px;
}

.manager-editor-sections summary[b-777t03ct7b] {
    color: var(--bs-emphasis-color);
    font-weight: 850;
    cursor: pointer;
}

.manager-editor-sections details[open] summary[b-777t03ct7b] {
    margin-bottom: 1rem;
}

.danger-zone[b-777t03ct7b] {
    border-color: rgba(182, 47, 47, 0.35) !important;
}

.dialog-message[b-777t03ct7b] {
    margin: 0 1.5rem 1.5rem;
    padding: 0.8rem 1rem;
    border-radius: 10px;
}

.dialog-message.success[b-777t03ct7b] {
    color: #155c2d;
    background: #dff5e6;
}

.dialog-message.error[b-777t03ct7b] {
    color: #842525;
    background: #f9dddd;
}

@media (max-width: 1100px) {
    .calendar-toolbar[b-777t03ct7b],
    .calendar-page-header[b-777t03ct7b] {
        align-items: flex-start;
        flex-direction: column;
    }

    .calendar-filters[b-777t03ct7b] {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 1199px) {
    .weekly-calendar-shell[b-777t03ct7b] {
        display: none;
    }

    .calendar-agenda[b-777t03ct7b] {
        display: grid;
        gap: 1rem;
    }

    .agenda-day[b-777t03ct7b] {
        overflow: hidden;
        border: 1px solid var(--bs-border-color);
        border-radius: 16px;
        background: var(--bs-body-bg);
    }

    .agenda-day h2[b-777t03ct7b] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 0.8rem 1rem;
        border-bottom: 1px solid var(--bs-border-color);
        font-size: 1rem;
    }

    .agenda-card[b-777t03ct7b] {
        width: calc(100% - 1rem);
        display: grid;
        gap: 0.2rem;
        margin: 0.5rem;
        padding: 0.75rem;
        color: #061a31;
        border: 0;
        border-left: 5px solid #005faa;
        border-radius: 10px;
        background: #e7f4ff;
        text-align: left;
    }

    .agenda-card.scheduler-assignee-color[b-777t03ct7b] {
        border-left-color: color-mix(in srgb, var(--assignee-color) 65%, #000 35%);
        background-color: color-mix(in srgb, var(--assignee-color) 18%, #fff);
    }

    [data-bs-theme="dark"] .agenda-card.scheduler-assignee-color[b-777t03ct7b] {
        color: var(--bs-emphasis-color);
        border-left-color: color-mix(in srgb, var(--assignee-color) 65%, #fff 35%);
        background-color: color-mix(in srgb, var(--assignee-color) 24%, var(--bs-body-bg));
    }

    .agenda-card.availability-agenda-card[b-777t03ct7b] {
        border: 1px solid rgba(65, 92, 111, .48);
        border-left: 5px solid #526b7c;
        background-color: #dce7ed;
        background-image: repeating-linear-gradient(135deg, rgba(74, 104, 124, .08) 0, rgba(74, 104, 124, .08) 6px, transparent 6px, transparent 12px);
    }

    .agenda-add[b-777t03ct7b] {
        width: calc(100% - 1rem);
        min-height: 42px;
        margin: 0.5rem;
        color: #005faa;
        border: 1px dashed rgba(0, 95, 170, 0.45);
        border-radius: 10px;
        background: rgba(0, 95, 170, 0.05);
        font-weight: 800;
    }

    .agenda-empty[b-777t03ct7b] {
        margin: 0;
        padding: 1rem;
        color: var(--bs-secondary-color);
    }
}

@media (forced-colors: active) {
    .assignee-color-swatch[b-777t03ct7b],
    .assignee-color-swatch.fallback[b-777t03ct7b] {
        border: 2px solid CanvasText;
        background: Canvas;
        forced-color-adjust: auto;
    }

    .booking-calendar-card.scheduler-assignee-color[b-777t03ct7b],
    .agenda-card.scheduler-assignee-color[b-777t03ct7b] {
        color: ButtonText;
        border-color: ButtonText;
        background: ButtonFace;
        forced-color-adjust: auto;
    }

    .booking-calendar-card.status-cancelled[b-777t03ct7b],
    .agenda-card.status-cancelled[b-777t03ct7b] { border-style: dashed; }
    .booking-calendar-card.status-completed[b-777t03ct7b],
    .agenda-card.status-completed[b-777t03ct7b] { border-bottom: 3px solid ButtonText; }
    .booking-calendar-card.status-noshow[b-777t03ct7b],
    .agenda-card.status-noshow[b-777t03ct7b] { border-right: 3px solid Mark; }
    .booking-calendar-card.new-booking-target[b-777t03ct7b],
    .agenda-card.new-booking-target[b-777t03ct7b] {
        outline: 4px solid Highlight;
        box-shadow: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .booking-calendar-card[b-777t03ct7b],
    .availability-calendar-card[b-777t03ct7b],
    .agenda-card[b-777t03ct7b] { transition: none; }

    .booking-calendar-card:hover[b-777t03ct7b],
    .booking-calendar-card:focus-visible[b-777t03ct7b],
    .availability-calendar-card:hover[b-777t03ct7b],
    .availability-calendar-card:focus-visible[b-777t03ct7b] { transform: none; }
}

@media (max-width: 767px) {
    .booking-calendar-page[b-777t03ct7b] {
        padding: 0.85rem;
    }

    .booking-dialog-backdrop[b-777t03ct7b] {
        padding: 0;
    }

    .booking-dialog[b-777t03ct7b] {
        width: 100%;
        height: 100%;
        max-height: none;
        border: 0;
        border-radius: 0;
    }

    .booking-editor-shell[b-777t03ct7b] {
        padding: 1rem;
    }

    .field-label-row[b-777t03ct7b] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .editor-grid[b-777t03ct7b],
    .booking-detail-grid[b-777t03ct7b],
    .class-summary dl[b-777t03ct7b] {
        grid-template-columns: 1fr;
    }

    .editor-grid .wide[b-777t03ct7b],
    .booking-detail-grid .wide[b-777t03ct7b] {
        grid-column: auto;
    }

    .inline-editor[b-777t03ct7b] {
        align-items: stretch;
        flex-direction: column;
    }

    .editor-actions[b-777t03ct7b],
    .payment-link-actions[b-777t03ct7b] {
        align-items: stretch;
        flex-direction: column;
    }

    .editor-actions > button[b-777t03ct7b],
    .inline-editor > button[b-777t03ct7b],
    .payment-link-actions > button[b-777t03ct7b] {
        width: 100%;
    }

    .staff-payment-totals[b-777t03ct7b], .payment-action-grid[b-777t03ct7b] { grid-template-columns: 1fr 1fr; }
    .staff-payment-history article[b-777t03ct7b] { align-items: stretch; flex-direction: column; }
    .generated-payment-link[b-777t03ct7b] { flex-direction: column; }

    .participant-row[b-777t03ct7b] { grid-template-columns: 1fr; }
    .registration-payment-badge[b-777t03ct7b] { margin-left: .5rem; }

    .dialog-tabs[b-777t03ct7b] { top: 0; overflow-x: auto; padding-right: 1rem; padding-left: 1rem; }
    .dialog-tabs button[b-777t03ct7b] { white-space: nowrap; }
    .dialog-heading[b-777t03ct7b] { align-items: flex-start; flex-direction: column; gap: .6rem; }
    .dialog-back span[b-777t03ct7b] { display: none; }
    .dialog-back[b-777t03ct7b] { width: 40px; padding: 0; justify-content: center; }
    .class-number-editor[b-777t03ct7b] { align-items: stretch; flex-direction: column; }
    .class-number-editor .inline-editor[b-777t03ct7b] { min-width: 0; }
    .document-row[b-777t03ct7b] { grid-template-columns: auto minmax(0, 1fr); }
    .document-row > form[b-777t03ct7b], .document-row > .document-disabled[b-777t03ct7b] { grid-column: 2; width: 100%; }
    .document-row > form button[b-777t03ct7b] { width: 100%; }

    .calendar-filters > *[b-777t03ct7b] {
        flex: 1 1 140px;
    }

    .availability-load-error[b-777t03ct7b] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .staff-payment-totals[b-777t03ct7b], .payment-action-grid[b-777t03ct7b] { grid-template-columns: 1fr; }
    .payment-action-grid .wide[b-777t03ct7b] { grid-column: auto; }
}
/* /Frontend/Pages/Bookings/BookingSearchPage.razor.rz.scp.css */
.booking-search-page[b-lubl83vc12] { min-height: calc(100vh - 3.5rem); padding: clamp(1rem, 4vw, 3rem); color: var(--bs-body-color); background: linear-gradient(145deg, var(--bs-tertiary-bg), var(--bs-body-bg)); }
.booking-search-page > header[b-lubl83vc12], .search-controls[b-lubl83vc12], .search-results[b-lubl83vc12] { width: min(980px, 100%); margin-inline: auto; }
.booking-search-page h1[b-lubl83vc12] { margin: 0; color: var(--bs-emphasis-color); font-size: clamp(2.2rem, 6vw, 4.5rem); letter-spacing: -.045em; }
.booking-search-page > header > p:last-child[b-lubl83vc12] { max-width: 650px; color: var(--bs-secondary-color); }
.search-eyebrow[b-lubl83vc12] { margin: 0; color: #0072bc; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.search-controls[b-lubl83vc12] { margin-top: 2rem; padding: clamp(1rem, 3vw, 1.75rem); border: 1px solid var(--bs-border-color); border-radius: 20px; background: var(--bs-body-bg); box-shadow: 0 15px 40px rgba(6, 26, 49, .08); }
.search-controls > label[b-lubl83vc12] { display: block; margin-bottom: .5rem; font-weight: 800; }
.search-input-wrap[b-lubl83vc12] { position: relative; display: flex; align-items: center; }
.search-input-wrap > i[b-lubl83vc12] { position: absolute; left: 1rem; color: #0072bc; font-size: 1.2rem; }
.search-input-wrap input[b-lubl83vc12] { width: 100%; min-height: 58px; padding: .8rem 3.2rem; border: 2px solid var(--bs-border-color); border-radius: 14px; background: var(--bs-body-bg); color: var(--bs-body-color); font-size: 1.08rem; }
.search-input-wrap input:focus[b-lubl83vc12] { outline: 3px solid rgba(0,114,188,.2); border-color: #0072bc; }
.clear-search[b-lubl83vc12] { position: absolute; right: .6rem; width: 40px; height: 40px; border: 0; border-radius: 50%; background: transparent; color: var(--bs-secondary-color); }
.clear-search:focus-visible[b-lubl83vc12] { outline: 3px solid #0072bc; outline-offset: 2px; }
.search-options[b-lubl83vc12] { display: flex; justify-content: space-between; gap: 1rem; margin-top: .8rem; color: var(--bs-secondary-color); font-size: .9rem; }
.search-options label[b-lubl83vc12] { display: flex; gap: .5rem; align-items: center; color: var(--bs-body-color); font-weight: 650; }
.search-results[b-lubl83vc12] { margin-top: 1.5rem; }
.search-state[b-lubl83vc12] { display: grid; min-height: 210px; place-content: center; justify-items: center; gap: .55rem; color: var(--bs-secondary-color); text-align: center; }
.search-state > i[b-lubl83vc12] { color: #0072bc; font-size: 2rem; }.search-state.error[b-lubl83vc12] { color: var(--bs-danger); }
.result-count[b-lubl83vc12] { color: var(--bs-secondary-color); font-size: .9rem; }
.result-limit[b-lubl83vc12] { padding: .75rem 1rem; border-left: 4px solid #b76e00; background: color-mix(in srgb, #b76e00 10%, transparent); color: var(--bs-emphasis-color); }
.student-groups[b-lubl83vc12], .student-groups ul[b-lubl83vc12] { padding: 0; list-style: none; }
.student-groups > li[b-lubl83vc12] { margin-bottom: 1.2rem; overflow: hidden; border: 1px solid var(--bs-border-color); border-radius: 18px; background: var(--bs-body-bg); }
.student-groups h2[b-lubl83vc12] { margin: 0; padding: 1rem 1.25rem; border-bottom: 1px solid var(--bs-border-color); font-size: 1.15rem; }
.student-groups li li + li[b-lubl83vc12] { border-top: 1px solid var(--bs-border-color); }
.booking-result[b-lubl83vc12] { display: block; width: 100%; padding: 1rem 1.25rem; border: 0; background: transparent; color: var(--bs-body-color); text-align: left; }
.booking-result:hover[b-lubl83vc12] { background: color-mix(in srgb, #0072bc 8%, transparent); }
.booking-result:focus-visible[b-lubl83vc12] { position: relative; z-index: 1; outline: 3px solid #0072bc; outline-offset: -3px; background: color-mix(in srgb, #0072bc 8%, transparent); }
.result-heading[b-lubl83vc12] { display: flex; justify-content: space-between; gap: 1rem; }.result-reference[b-lubl83vc12] { display: block; margin: .25rem 0 .75rem; color: #0072bc; font-family: monospace; }
.status[b-lubl83vc12] { padding: .2rem .55rem; border-radius: 999px; background: var(--bs-secondary-bg); font-size: .72rem; }.status-confirmed[b-lubl83vc12] { background: #d9f5e5; color: #126338; }.status-pending[b-lubl83vc12] { background: #fff2c7; color: #745900; }
.result-schedule-status[b-lubl83vc12] { display: block; margin-bottom: .5rem; color: var(--bs-secondary-color); font-size: .82rem; font-weight: 700; }
.result-grid[b-lubl83vc12] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem 1.5rem; color: var(--bs-secondary-color); font-size: .9rem; }
.result-grid > span[b-lubl83vc12] { display: flex; gap: .5rem; align-items: baseline; overflow-wrap: anywhere; }.result-grid i[b-lubl83vc12] { color: #0072bc; }
@media (max-width: 650px) { .search-options[b-lubl83vc12] { align-items: flex-start; flex-direction: column; }.result-grid[b-lubl83vc12] { grid-template-columns: 1fr; }.booking-search-page[b-lubl83vc12] { padding-inline: .75rem; } }
/* /Frontend/Pages/Dashboard.razor.rz.scp.css */
.analytics-page[b-lvlpqakwo4] {
    position: relative;
    isolation: isolate;
    min-height: calc(100vh - 3.5rem);
    overflow: hidden;
    padding: clamp(1rem, 3vw, 2.5rem);
    color: #10243a;
    background: linear-gradient(145deg, #edf6fc 0%, #f8fbfe 45%, #eef5fa 100%);
    font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif;
}

.analytics-ribbon[b-lvlpqakwo4],
.analytics-glow[b-lvlpqakwo4] {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.analytics-ribbon[b-lvlpqakwo4] {
    top: -11rem;
    right: -20rem;
    width: 72rem;
    height: 28rem;
    border: 2px solid rgba(0, 95, 170, 0.09);
    border-radius: 50%;
    background: linear-gradient(90deg, transparent, rgba(0, 117, 201, 0.06), transparent);
    transform: rotate(-9deg);
    animation: dashboard-ribbon-b-lvlpqakwo4 26s ease-in-out infinite alternate;
}

.analytics-glow[b-lvlpqakwo4] {
    left: 8%;
    bottom: 5%;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 225, 0, 0.16), transparent 67%);
    animation: dashboard-glow-b-lvlpqakwo4 18s ease-in-out infinite alternate;
}

.analytics-hero[b-lvlpqakwo4] {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    color: #fff;
    border-radius: 28px;
    background: radial-gradient(circle at 84% 20%, rgba(255, 225, 0, 0.23), transparent 20rem), linear-gradient(135deg, #031d3a, #0067ad);
    box-shadow: 0 22px 52px rgba(4, 42, 85, 0.2);
}

.analytics-hero[b-lvlpqakwo4]::after {
    content: "";
    position: absolute;
    right: -5rem;
    bottom: -9rem;
    width: 24rem;
    height: 16rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    transform: rotate(-13deg);
}

.analytics-eyebrow[b-lvlpqakwo4] {
    margin: 0 0 0.45rem;
    color: #0071bb;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.analytics-hero .analytics-eyebrow[b-lvlpqakwo4] { color: #ffe100; }
.analytics-hero h1[b-lvlpqakwo4] { margin: 0; color: #fff; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 0.96; }
.analytics-hero p:last-child[b-lvlpqakwo4] { margin: 0.9rem 0 0; color: rgba(255,255,255,0.75); }

.analytics-asof[b-lvlpqakwo4] {
    position: relative;
    z-index: 1;
    min-width: 160px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.1rem 0.6rem;
    align-items: center;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
}

.analytics-asof i[b-lvlpqakwo4] { grid-row: 1 / 3; color: #ffe100; font-size: 1.5rem; }
.analytics-asof span[b-lvlpqakwo4] { color: rgba(255,255,255,0.62); font-size: 0.7rem; text-transform: uppercase; }

.analytics-filters[b-lvlpqakwo4] {
    display: flex;
    align-items: end;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
    padding: 1rem;
    border: 1px solid rgba(4,42,85,0.1);
    border-radius: 18px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 12px 30px rgba(4,42,85,0.07);
}

.analytics-filters label[b-lvlpqakwo4] { min-width: 220px; display: grid; gap: 0.35rem; }
.analytics-filters label span[b-lvlpqakwo4] { color: #52667b; font-size: 0.72rem; font-weight: 850; text-transform: uppercase; }
.analytics-filters select[b-lvlpqakwo4] { min-height: 44px; padding: 0.6rem 0.75rem; color: #10243a; border: 1px solid #d6e0e8; border-radius: 11px; background: #fff; }
.analytics-filter-actions[b-lvlpqakwo4] { display: flex; gap: 0.5rem; margin-left: auto; }
.analytics-filter-actions button[b-lvlpqakwo4] { min-height: 44px; padding: 0.6rem 1rem; border: 0; border-radius: 999px; font-weight: 850; }
.analytics-filter-actions .primary[b-lvlpqakwo4] { color: #061a31; background: #ffe100; }
.analytics-filter-actions .secondary[b-lvlpqakwo4] { color: #005faa; background: #e5f2fa; }

.analytics-kpis[b-lvlpqakwo4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.analytics-card[b-lvlpqakwo4] {
    border: 1px solid rgba(4,42,85,0.1);
    background: rgba(255,255,255,0.94);
    box-shadow: 0 14px 36px rgba(4,42,85,0.09);
    animation: dashboard-card-in-b-lvlpqakwo4 420ms both;
}

.analytics-card:nth-child(2)[b-lvlpqakwo4] { animation-delay: 45ms; }
.analytics-card:nth-child(3)[b-lvlpqakwo4] { animation-delay: 90ms; }
.analytics-card:nth-child(4)[b-lvlpqakwo4] { animation-delay: 135ms; }

.analytics-kpi[b-lvlpqakwo4] {
    min-height: 150px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 20px;
}

.analytics-kpi p[b-lvlpqakwo4] { margin: 0; color: #53687d; font-size: 0.8rem; font-weight: 850; text-transform: uppercase; }
.analytics-kpi strong[b-lvlpqakwo4] { display: block; margin: 0.2rem 0; color: #061a31; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1; }
.analytics-kpi small[b-lvlpqakwo4] { color: #7a8998; }
.kpi-icon[b-lvlpqakwo4] { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-content: center; border-radius: 15px; font-size: 1.25rem; }
.kpi-icon.past[b-lvlpqakwo4] { color: #516b82; background: #e4edf4; }
.kpi-icon.future[b-lvlpqakwo4] { color: #006fbd; background: #dff1fc; }
.kpi-icon.earned[b-lvlpqakwo4] { color: #247b44; background: #e0f4e6; }
.kpi-icon.refunded[b-lvlpqakwo4] { color: #a13943; background: #fae5e7; }
.kpi-icon.net[b-lvlpqakwo4] { color: #005f9f; background: #dff1fc; }
.kpi-icon.projected[b-lvlpqakwo4] { color: #765f00; background: #fff5b8; }

.analytics-charts[b-lvlpqakwo4] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.analytics-chart-card[b-lvlpqakwo4] { min-width: 0; padding: 1.25rem; border-radius: 22px; }
.analytics-chart-card.earnings-chart[b-lvlpqakwo4] { grid-column: 1 / -1; }
.analytics-chart-card > header[b-lvlpqakwo4] { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-bottom: 0.75rem; }
.analytics-chart-card h2[b-lvlpqakwo4] { margin: 0; color: #10243a; font-size: 1.25rem; }
.analytics-chart-card header > span[b-lvlpqakwo4] { color: #65798c; font-weight: 800; }
.chart-canvas[b-lvlpqakwo4] { position: relative; height: 310px; min-width: 0; }

.chart-empty[b-lvlpqakwo4] {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    color: #718398;
    background: rgba(255, 255, 255, 0.82);
    font-weight: 800;
    text-align: center;
}

.analytics-table-card[b-lvlpqakwo4] { margin-top: 1rem; padding: 1rem; border-radius: 18px; }
.analytics-table-card summary[b-lvlpqakwo4] { color: #005faa; font-weight: 850; cursor: pointer; }
.analytics-tables[b-lvlpqakwo4] { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; margin-top: 1rem; overflow-x: auto; }
.analytics-tables table[b-lvlpqakwo4] { width: 100%; border-collapse: collapse; }
.analytics-tables caption[b-lvlpqakwo4] { padding: 0.5rem; color: #10243a; font-weight: 850; text-align: left; }
.analytics-tables th[b-lvlpqakwo4], .analytics-tables td[b-lvlpqakwo4] { padding: 0.55rem; border-bottom: 1px solid #e1e9ef; text-align: right; }
.analytics-tables th:first-child[b-lvlpqakwo4], .analytics-tables td:first-child[b-lvlpqakwo4] { text-align: left; }

.analytics-loading[b-lvlpqakwo4] { min-height: 360px; display: grid; place-content: center; color: #65798c; text-align: center; }
.analytics-error[b-lvlpqakwo4] { display: flex; gap: 0.6rem; margin-bottom: 1rem; padding: 0.8rem 1rem; color: #842525; border-radius: 12px; background: #f9dddd; }

@keyframes dashboard-ribbon-b-lvlpqakwo4 {
    from { transform: translate3d(-2%, -8px, 0) rotate(-9deg); }
    to { transform: translate3d(6%, 22px, 0) rotate(-5deg); }
}

@keyframes dashboard-glow-b-lvlpqakwo4 {
    from { transform: translate3d(-8px, 0, 0) scale(0.94); opacity: 0.65; }
    to { transform: translate3d(28px, -22px, 0) scale(1.08); opacity: 1; }
}

@keyframes dashboard-card-in-b-lvlpqakwo4 {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
    .analytics-kpis[b-lvlpqakwo4] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .analytics-charts[b-lvlpqakwo4] { grid-template-columns: 1fr; }
    .analytics-chart-card.earnings-chart[b-lvlpqakwo4] { grid-column: auto; }
    .analytics-filters[b-lvlpqakwo4] { align-items: stretch; flex-wrap: wrap; }
    .analytics-filter-actions[b-lvlpqakwo4] { margin-left: 0; }
}

@media (max-width: 700px) {
    .analytics-page[b-lvlpqakwo4] { padding: 0.8rem; }
    .analytics-hero[b-lvlpqakwo4] { align-items: flex-start; flex-direction: column; border-radius: 20px; }
    .analytics-asof[b-lvlpqakwo4] { width: 100%; }
    .analytics-kpis[b-lvlpqakwo4] { grid-template-columns: 1fr; }
    .analytics-filters[b-lvlpqakwo4] { flex-direction: column; }
    .analytics-filters label[b-lvlpqakwo4] { width: 100%; min-width: 0; }
    .analytics-filter-actions[b-lvlpqakwo4] { width: 100%; }
    .analytics-filter-actions button[b-lvlpqakwo4] { flex: 1; }
    .analytics-tables[b-lvlpqakwo4] { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .analytics-ribbon[b-lvlpqakwo4],
    .analytics-glow[b-lvlpqakwo4],
    .analytics-card[b-lvlpqakwo4] { animation: none !important; }
    .analytics-card[b-lvlpqakwo4] { transition: none !important; }
}
/* /Frontend/Pages/Home2.razor.rz.scp.css */
.home2[b-h6p86tihbv] {
    --home2-black: #1d1d1f;
    --home2-blue: #3f6fe4;
    --home2-yellow: #ffd400;
    --home2-paper: #ededed;
    color: var(--home2-black);
    background: var(--home2-paper);
    font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.home2 h2[b-h6p86tihbv],
.home2 h3[b-h6p86tihbv],
.home2 p[b-h6p86tihbv] {
    margin-top: 0;
}

.home2-hero[b-h6p86tihbv] {
    min-height: 760px;
    overflow: hidden;
    background: var(--home2-paper);
}

.home2-hero-inner[b-h6p86tihbv],
.home2-intro-grid[b-h6p86tihbv],
.home2-story-inner[b-h6p86tihbv],
.home2-programs-inner[b-h6p86tihbv],
.home2-team-inner[b-h6p86tihbv],
.home2-contact-inner[b-h6p86tihbv] {
    width: min(100%, 1440px);
    margin: 0 auto;
}

.home2-hero-inner[b-h6p86tihbv] {
    position: relative;
    min-height: 760px;
    padding: 4.5rem clamp(1.25rem, 5vw, 5rem) 3rem;
}

.home2-hero-images[b-h6p86tihbv] {
    position: absolute;
    inset: 6rem auto auto clamp(1.25rem, 5vw, 5rem);
    width: 57%;
    height: 450px;
}

.home2-tire[b-h6p86tihbv],
.home2-driving[b-h6p86tihbv] {
    position: absolute;
    display: block;
    object-fit: cover;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.19);
}

.home2-tire[b-h6p86tihbv] {
    inset: 0 auto auto 0;
    width: 43%;
    height: 100%;
}

.home2-driving[b-h6p86tihbv] {
    right: 0;
    bottom: -4rem;
    width: 58%;
    height: 68%;
}

.home2-hero-title[b-h6p86tihbv] {
    position: absolute;
    z-index: 2;
    top: 2.4rem;
    right: clamp(1rem, 4vw, 4rem);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: "SFDA Display", Impact, sans-serif;
    font-size: clamp(6.5rem, 13vw, 13rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.79;
    text-transform: uppercase;
}

.home2-hero-title strong[b-h6p86tihbv] {
    position: absolute;
    top: 1.67em;
    right: 0;
    color: var(--home2-blue);
    font: inherit;
    white-space: nowrap;
}

.home2-hero-action[b-h6p86tihbv] {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 3.25rem;
    width: min(390px, 45%);
    text-align: center;
    transform: translateX(-16%);
}

.home2-hero-action p[b-h6p86tihbv] {
    font-size: 0.86rem;
    line-height: 1.25;
}

.home2-hero-action a[b-h6p86tihbv],
.home2-program-row a[b-h6p86tihbv],
.home2-team-link[b-h6p86tihbv],
.home2-contact button[b-h6p86tihbv] {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    color: var(--home2-black);
    background: var(--home2-yellow);
    border: 0;
    border-radius: 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}

.home2-hero-action a[b-h6p86tihbv] {
    width: 250px;
}

.home2-intro[b-h6p86tihbv],
.home2-story[b-h6p86tihbv],
.home2-contact[b-h6p86tihbv] {
    color: #fff;
    background: var(--home2-black);
}

.home2-intro-grid[b-h6p86tihbv] {
    display: grid;
    grid-template-columns: 1fr 1fr 0.48fr;
    gap: clamp(2rem, 6vw, 7rem);
    padding: 5rem clamp(1.25rem, 5vw, 5rem) 2rem;
}

.home2-intro h2[b-h6p86tihbv] {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}

.home2-intro p[b-h6p86tihbv] {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    line-height: 1.8;
}

.home2-locations[b-h6p86tihbv] {
    text-align: right;
}

.home2-locations p[b-h6p86tihbv] {
    margin-bottom: 0.1rem;
    text-transform: lowercase;
}

.home2-story-inner[b-h6p86tihbv] {
    position: relative;
    min-height: 700px;
    padding: 4rem clamp(1.25rem, 5vw, 5rem);
    overflow: hidden;
}

.home2-story img[b-h6p86tihbv] {
    position: absolute;
    top: 7rem;
    left: clamp(1.25rem, 5vw, 5rem);
    width: min(31vw, 390px);
    filter: drop-shadow(0 26px 25px rgba(0, 0, 0, 0.3));
}

.home2-story h2[b-h6p86tihbv],
.home2-team h2[b-h6p86tihbv],
.home2-contact h2[b-h6p86tihbv] {
    margin: 0;
    font-family: "SFDA Display", Impact, sans-serif;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.78;
    text-transform: uppercase;
}

.home2-story h2[b-h6p86tihbv] {
    position: absolute;
    right: 1rem;
    bottom: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    font-size: clamp(8rem, 20vw, 17rem);
}

.home2-story h2 span[b-h6p86tihbv] {
    position: relative;
    z-index: 1;
}

.home2-story h2 span[b-h6p86tihbv]::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 54%;
    right: -2rem;
    width: min(58vw, 800px);
    height: 12px;
    background: var(--home2-blue);
}

.home2-programs[b-h6p86tihbv] {
    color: var(--home2-black);
    background: var(--home2-yellow);
}

.home2-programs-inner[b-h6p86tihbv] {
    padding: 4.5rem clamp(1.25rem, 4vw, 4rem) 5rem;
}

.home2-programs h2[b-h6p86tihbv] {
    margin-bottom: 2.6rem;
    color: #fff;
    font-family: "SFDA Display", Impact, sans-serif;
    font-size: clamp(4rem, 9vw, 7rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.home2-program-row[b-h6p86tihbv] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
    gap: 3rem;
    align-items: center;
    margin: 1.6rem 0;
}

.home2-program-left[b-h6p86tihbv] {
    grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
}

.home2-program-row h3[b-h6p86tihbv] {
    margin: 0;
    color: var(--home2-black);
    font-family: "SFDA Display", Impact, sans-serif;
    font-size: clamp(3.3rem, 7vw, 6rem);
    line-height: 0.9;
    text-transform: uppercase;
}

.home2-program-left h3[b-h6p86tihbv] {
    text-align: right;
}

.home2-program-row a[b-h6p86tihbv] {
    width: 100%;
    color: #fff;
    background: var(--home2-black);
}

.home2-team[b-h6p86tihbv] {
    background: #fff;
}

.home2-team-inner[b-h6p86tihbv] {
    position: relative;
    min-height: 900px;
    padding: 3rem clamp(1.25rem, 4vw, 4rem);
    overflow: hidden;
}

.home2-team-tabs[b-h6p86tihbv] {
    display: flex;
    width: 230px;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home2-team-tabs span[b-h6p86tihbv] {
    position: relative;
    min-width: 90px;
    text-align: center;
}

.home2-team-tabs .active[b-h6p86tihbv]::before {
    content: "";
    position: absolute;
    top: -0.55rem;
    right: 0;
    left: 0;
    height: 7px;
    background: var(--home2-blue);
}

.home2-team-copy[b-h6p86tihbv] {
    display: grid;
    grid-template-columns: minmax(0, 650px) 190px;
    gap: clamp(2rem, 8vw, 8rem);
    justify-content: space-between;
}

.home2-team-copy > p[b-h6p86tihbv] {
    max-width: 650px;
    font-size: clamp(1.25rem, 2.6vw, 2rem);
    line-height: 1.05;
}

.home2-team dl[b-h6p86tihbv] {
    margin: 0;
    text-align: right;
}

.home2-team dt[b-h6p86tihbv] {
    margin-bottom: 0.35rem;
    font-weight: 900;
}

.home2-team dd[b-h6p86tihbv] {
    margin: 0 0 0.3rem;
    font-size: 0.78rem;
}

.home2-team-link[b-h6p86tihbv] {
    position: absolute;
    top: 18rem;
    right: clamp(1.25rem, 4vw, 4rem);
    width: 330px;
}

.home2-team h2[b-h6p86tihbv] {
    position: absolute;
    right: 0;
    bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--home2-black);
    font-size: clamp(8rem, 19vw, 16rem);
}

.home2-team h2 span[b-h6p86tihbv] {
    position: relative;
    z-index: 1;
}

.home2-team h2 span[b-h6p86tihbv]::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 51%;
    right: -1rem;
    width: min(68vw, 850px);
    height: 11px;
    background: var(--home2-blue);
}

.home2-contact-inner[b-h6p86tihbv] {
    padding: 5rem clamp(1.25rem, 4vw, 4rem) 6rem;
}

.home2-contact h2[b-h6p86tihbv] {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    color: #fff;
    font-size: clamp(6rem, 15vw, 12rem);
}

.home2-contact form[b-h6p86tihbv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
    max-width: 1080px;
}

.home2-contact label[b-h6p86tihbv] {
    display: grid;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
}

.home2-contact input[b-h6p86tihbv],
.home2-contact textarea[b-h6p86tihbv] {
    width: 100%;
    padding: 0.6rem 0;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    outline: 0;
}

.home2-contact input:focus[b-h6p86tihbv],
.home2-contact textarea:focus[b-h6p86tihbv] {
    border-color: var(--home2-yellow);
}

.home2-message[b-h6p86tihbv] {
    grid-column: 1 / -1;
}

.home2-contact textarea[b-h6p86tihbv] {
    resize: vertical;
}

.home2-contact button[b-h6p86tihbv] {
    width: 190px;
}

@media (max-width: 991px) {
    .home2-hero[b-h6p86tihbv],
    .home2-hero-inner[b-h6p86tihbv] {
        min-height: 770px;
    }

    .home2-hero-images[b-h6p86tihbv] {
        top: 10rem;
        width: 76%;
        height: 390px;
    }

    .home2-hero-title[b-h6p86tihbv] {
        font-size: clamp(5.3rem, 16vw, 9rem);
    }

    .home2-hero-action[b-h6p86tihbv] {
        left: auto;
        right: 8%;
        width: 310px;
        transform: none;
    }

    .home2-intro-grid[b-h6p86tihbv] {
        grid-template-columns: 1fr 1fr;
    }

    .home2-locations[b-h6p86tihbv] {
        grid-column: 1 / -1;
        text-align: left;
    }

    .home2-locations p[b-h6p86tihbv] {
        display: inline;
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .home2-hero[b-h6p86tihbv],
    .home2-hero-inner[b-h6p86tihbv] {
        min-height: 820px;
    }

    .home2-hero-inner[b-h6p86tihbv] {
        padding-top: 2rem;
    }

    .home2-hero-images[b-h6p86tihbv] {
        top: 8.5rem;
        left: 1.25rem;
        width: calc(100% - 2.5rem);
        height: 350px;
    }

    .home2-tire[b-h6p86tihbv] {
        width: 42%;
        height: 88%;
    }

    .home2-driving[b-h6p86tihbv] {
        right: 0;
        bottom: -2.5rem;
        width: 66%;
        height: 61%;
    }

    .home2-hero-title[b-h6p86tihbv] {
        top: 1.4rem;
        right: 0.4rem;
        font-size: clamp(4.8rem, 25vw, 7rem);
    }

    .home2-hero-title strong[b-h6p86tihbv] {
        top: 2.22em;
        right: -0.02em;
        font-size: 0.72em;
    }

    .home2-hero-action[b-h6p86tihbv] {
        right: 50%;
        bottom: 2.2rem;
        width: min(300px, calc(100% - 2.5rem));
        transform: translateX(50%);
    }

    .home2-hero-action p[b-h6p86tihbv] {
        font-size: 0.72rem;
    }

    .home2-intro-grid[b-h6p86tihbv] {
        grid-template-columns: 1fr 1fr;
        gap: 2.2rem 1.25rem;
        padding-top: 3.5rem;
    }

    .home2-intro h2[b-h6p86tihbv] {
        font-size: 0.9rem;
    }

    .home2-intro p[b-h6p86tihbv] {
        font-size: 0.65rem;
        line-height: 1.65;
    }

    .home2-locations[b-h6p86tihbv] {
        grid-column: auto;
        text-align: right;
    }

    .home2-locations p[b-h6p86tihbv] {
        display: block;
        margin-right: 0;
    }

    .home2-story-inner[b-h6p86tihbv] {
        min-height: 580px;
    }

    .home2-story img[b-h6p86tihbv] {
        top: 4rem;
        width: min(44vw, 220px);
    }

    .home2-story h2[b-h6p86tihbv] {
        bottom: 3rem;
        font-size: clamp(6.5rem, 34vw, 10rem);
    }

    .home2-story h2 span[b-h6p86tihbv]::after,
    .home2-team h2 span[b-h6p86tihbv]::before {
        height: 7px;
    }

    .home2-programs-inner[b-h6p86tihbv] {
        padding: 3rem 0.2rem 3.5rem;
    }

    .home2-programs h2[b-h6p86tihbv] {
        margin-bottom: 2rem;
        font-size: clamp(3.6rem, 17vw, 5.5rem);
    }

    .home2-program-row[b-h6p86tihbv],
    .home2-program-left[b-h6p86tihbv] {
        grid-template-columns: minmax(0, 1fr) minmax(140px, 0.55fr);
        gap: 1rem;
        margin: 1.8rem 0;
    }

    .home2-program-left[b-h6p86tihbv] {
        grid-template-columns: minmax(140px, 0.55fr) minmax(0, 1fr);
    }

    .home2-program-row h3[b-h6p86tihbv] {
        font-size: clamp(2.6rem, 12vw, 4rem);
    }

    .home2-program-row a[b-h6p86tihbv] {
        min-height: 38px;
        font-size: 0.62rem;
    }

    .home2-team-inner[b-h6p86tihbv] {
        min-height: 720px;
        padding: 2.5rem 0.25rem;
    }

    .home2-team-copy[b-h6p86tihbv] {
        grid-template-columns: minmax(0, 1fr) 105px;
        gap: 1rem;
    }

    .home2-team-copy > p[b-h6p86tihbv] {
        font-size: 1.12rem;
    }

    .home2-team dl[b-h6p86tihbv] {
        font-size: 0.75rem;
    }

    .home2-team dd[b-h6p86tihbv] {
        font-size: 0.56rem;
    }

    .home2-team-link[b-h6p86tihbv] {
        top: 15rem;
        right: 0.5rem;
        width: 155px;
        min-height: 38px;
        font-size: 0.62rem;
    }

    .home2-team h2[b-h6p86tihbv] {
        bottom: 3rem;
        font-size: clamp(6rem, 31vw, 9rem);
    }

    .home2-contact-inner[b-h6p86tihbv] {
        padding: 3rem 0.4rem 4rem;
    }

    .home2-contact h2[b-h6p86tihbv] {
        margin-bottom: 3rem;
        font-size: clamp(5rem, 25vw, 7rem);
    }

    .home2-contact form[b-h6p86tihbv] {
        gap: 2.5rem 0.75rem;
    }

    .home2-contact button[b-h6p86tihbv] {
        width: 120px;
        min-height: 38px;
        font-size: 0.62rem;
    }
}
/* /Frontend/Pages/Notifications/NotificationSettings.razor.rz.scp.css */
.notification-settings[b-d4qnmflcaj] { max-width: 820px; margin: 0 auto; padding: 2.5rem 1.5rem 4rem; }
.notification-settings header[b-d4qnmflcaj] { margin-bottom: 1.5rem; }
.notification-settings h1[b-d4qnmflcaj] { font-weight: 750; margin: .15rem 0 .5rem; }
.eyebrow[b-d4qnmflcaj] { color: #d99a00; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.setup-card[b-d4qnmflcaj], .privacy-card[b-d4qnmflcaj] { display: flex; gap: 1rem; padding: 1.35rem; margin: 1rem 0; border: 1px solid var(--bs-border-color); border-radius: 1rem; background: var(--bs-body-bg); box-shadow: 0 12px 32px rgba(17, 49, 82, .08); }
.setup-card h2[b-d4qnmflcaj], .privacy-card h2[b-d4qnmflcaj] { font-size: 1.15rem; margin: 0 0 .35rem; }
.setup-card p[b-d4qnmflcaj], .privacy-card p[b-d4qnmflcaj] { margin: 0 0 .85rem; color: var(--bs-secondary-color); }
.step[b-d4qnmflcaj] { display: grid; place-items: center; flex: 0 0 2rem; height: 2rem; border-radius: 50%; background: #123b66; color: white; font-weight: 800; }
.privacy-card i[b-d4qnmflcaj] { color: #123b66; font-size: 1.6rem; }
button[b-d4qnmflcaj] { border-radius: .6rem; border: 0; padding: .7rem 1rem; font-weight: 750; }
button.primary[b-d4qnmflcaj] { background: #f3b719; color: #172332; }
button.secondary[b-d4qnmflcaj] { background: #e9eef4; color: #172332; }
button:disabled[b-d4qnmflcaj] { opacity: .65; }
.notice[b-d4qnmflcaj] { padding: .9rem 1rem; border-radius: .65rem; background: var(--bs-tertiary-bg); margin: 1rem 0; }
.notice.warning[b-d4qnmflcaj] { border-left: 4px solid #d99a00; }
.notice.success[b-d4qnmflcaj] { border-left: 4px solid #218838; }
.notice.error[b-d4qnmflcaj], p.error[b-d4qnmflcaj] { border-left: 4px solid #b02a37; color: #b02a37; }
@media (max-width: 575px) { .notification-settings[b-d4qnmflcaj] { padding: 1.5rem 1rem 3rem; } }
/* /Frontend/Pages/PaymentPage.razor.rz.scp.css */
.payment-page[b-8vtty1ghh8] { padding: clamp(2rem, 6vw, 5rem) 1rem; color: #09213b; background: linear-gradient(145deg, #f5f9fc 0%, #fff 48%, #fff9cc 100%); }
.payment-shell[b-8vtty1ghh8] { width: min(1080px, 100%); margin: 0 auto; }
.payment-heading[b-8vtty1ghh8] { max-width: 720px; margin-bottom: 2rem; }
.payment-heading h1[b-8vtty1ghh8] { margin: .2rem 0 .7rem; color: #042a55; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; }
.payment-heading > p:last-child[b-8vtty1ghh8] { color: #526477; }
.payment-grid[b-8vtty1ghh8] { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 1.5rem; align-items: start; }
.payment-summary-card[b-8vtty1ghh8], .checkout-card[b-8vtty1ghh8], .payment-state[b-8vtty1ghh8] { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid #d9e2e9; border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(4, 42, 85, .1); }
.payment-reference[b-8vtty1ghh8] { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #e2e8ed; color: #607286; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.payment-reference strong[b-8vtty1ghh8] { color: #005faa; }
.payment-summary-card h2[b-8vtty1ghh8] { margin: 1.2rem 0 .35rem; }
.payment-summary-card > p[b-8vtty1ghh8] { color: #526477; }
.payment-totals[b-8vtty1ghh8] { display: grid; gap: .65rem; margin: 1.5rem 0; }
.payment-totals div[b-8vtty1ghh8] { display: flex; justify-content: space-between; gap: 1rem; }
.payment-totals dd[b-8vtty1ghh8] { margin: 0; font-weight: 800; }
.payment-totals .due[b-8vtty1ghh8] { margin-top: .35rem; padding-top: .9rem; border-top: 2px solid #09213b; font-size: 1.15rem; }
.payment-status[b-8vtty1ghh8] { display: inline-flex; padding: .4rem .7rem; color: #00552e; border-radius: 99px; background: #daf4e5; font-size: .78rem; font-weight: 850; }
.payment-history[b-8vtty1ghh8] { margin-top: 2rem; }
.payment-history h3[b-8vtty1ghh8] { font-size: 1rem; }
.history-item[b-8vtty1ghh8] { display: grid; gap: .15rem; padding: .8rem 0; border-top: 1px solid #e2e8ed; }
.history-item span[b-8vtty1ghh8], .history-item small[b-8vtty1ghh8] { color: #68798a; font-size: .75rem; }
.history-item a[b-8vtty1ghh8] { width: fit-content; color: #005faa; font-size: .8rem; font-weight: 750; }
.checkout-card h2[b-8vtty1ghh8] { margin-top: 0; color: #042a55; }
.balance-preset[b-8vtty1ghh8] { width: 100%; padding: .85rem 1rem; color: #06213d; border: 2px solid #ffe100; border-radius: 12px; background: #fffbe2; font-weight: 850; }
.amount-field[b-8vtty1ghh8] { display: grid; gap: .45rem; margin: 1.25rem 0 .65rem; font-size: .8rem; font-weight: 800; }
.amount-field div[b-8vtty1ghh8] { display: flex; align-items: center; border: 1px solid #aebdca; border-radius: 12px; background: #fff; }
.amount-field b[b-8vtty1ghh8] { padding-left: 1rem; font-size: 1.2rem; }
.amount-field input[b-8vtty1ghh8] { width: 100%; min-height: 52px; padding: .7rem; border: 0; border-radius: 12px; background: transparent; font-size: 1.2rem; font-weight: 800; outline: none; }
.amount-field div:focus-within[b-8vtty1ghh8] { border-color: #005faa; box-shadow: 0 0 0 3px rgba(0, 95, 170, .14); }
.remaining-note[b-8vtty1ghh8], .card-loading[b-8vtty1ghh8] { color: #617386; font-size: .85rem; }
.square-card-container[b-8vtty1ghh8] { min-height: 92px; margin-top: 1.35rem; }
.pay-button[b-8vtty1ghh8] { width: 100%; min-height: 52px; margin-top: .5rem; color: #06213d; border: 0; border-radius: 99px; background: #ffe100; font-weight: 900; }
.pay-button:disabled[b-8vtty1ghh8], .balance-preset:disabled[b-8vtty1ghh8] { opacity: .58; }
.checkout-message[b-8vtty1ghh8], .checkout-unavailable[b-8vtty1ghh8] { margin-top: 1rem; padding: 1rem; border-radius: 12px; }
.checkout-message.error[b-8vtty1ghh8], .checkout-unavailable[b-8vtty1ghh8] { color: #7b2929; background: #fff0f0; }
.checkout-message.success[b-8vtty1ghh8] { color: #155c2d; background: #e1f6e8; }
.checkout-unavailable[b-8vtty1ghh8] { display: flex; gap: .8rem; margin: 0; }
.checkout-unavailable h2[b-8vtty1ghh8] { margin: 0 0 .4rem; font-size: 1.2rem; }
.checkout-unavailable p[b-8vtty1ghh8] { margin: 0; }
.payment-state[b-8vtty1ghh8] { min-height: 280px; display: grid; place-items: center; align-content: center; text-align: center; }
.payment-state i[b-8vtty1ghh8] { color: #005faa; font-size: 2.5rem; }
.payment-state h2[b-8vtty1ghh8] { margin: .7rem 0 .3rem; }
.payment-state p[b-8vtty1ghh8] { max-width: 560px; color: #617386; }
@media (max-width: 800px) { .payment-grid[b-8vtty1ghh8] { grid-template-columns: 1fr; } .checkout-card[b-8vtty1ghh8] { grid-row: 1; } }
@media (max-width: 480px) { .payment-page[b-8vtty1ghh8] { padding: 1.5rem .75rem; } .payment-reference[b-8vtty1ghh8] { display: grid; } .payment-summary-card[b-8vtty1ghh8], .checkout-card[b-8vtty1ghh8] { border-radius: 16px; } }
/* /Frontend/Pages/Roles/AddUpdateRole.razor.rz.scp.css */
/* /Frontend/Pages/Roles/Roles.razor.rz.scp.css */
/* /Frontend/Pages/ServiceApplication.razor.rz.scp.css */
.service-application-hero[b-oufs01j65w] {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(7rem, 11vw, 10rem);
    color: #fff;
    background:
        radial-gradient(circle at 88% 20%, rgba(255, 225, 0, 0.3), transparent 25rem),
        linear-gradient(135deg, var(--sfda-blue-dark), var(--sfda-blue));
}

.service-application-hero[b-oufs01j65w]::after {
    content: "";
    position: absolute;
    right: -9rem;
    bottom: -13rem;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    background: var(--sfda-yellow);
    opacity: 0.18;
}

.service-application-hero .container[b-oufs01j65w] {
    position: relative;
    z-index: 1;
}

.service-application-hero h1[b-oufs01j65w] {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: 0.95;
}

.service-application-hero p:not(.sfda-eyebrow)[b-oufs01j65w] {
    max-width: 720px;
    margin: 1.25rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
    line-height: 1.7;
}

.service-application-page[b-oufs01j65w] {
    padding: 0 0 clamp(4rem, 8vw, 7rem);
    background: var(--sfda-soft-bg);
}

.application-card[b-oufs01j65w] {
    position: relative;
    z-index: 2;
    max-width: 1160px;
    margin: 0 auto;
    padding: clamp(1.25rem, 4vw, 3.5rem);
    border: 1px solid var(--sfda-line);
    border-radius: 34px;
    background: #fff;
    box-shadow: var(--sfda-shadow);
    transform: translateY(-5rem);
}

.service-selectors[b-oufs01j65w] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: clamp(2rem, 4vw, 3rem);
    border-bottom: 1px solid var(--sfda-line);
}

.service-selectors label[b-oufs01j65w],
.client-fields label[b-oufs01j65w] {
    display: grid;
    gap: 0.5rem;
}

.service-selectors label > span[b-oufs01j65w],
.client-fields label > span[b-oufs01j65w],
.payment-fieldset legend[b-oufs01j65w] {
    color: var(--sfda-blue-dark);
    font-size: 0.77rem;
    font-weight: 950;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.service-selectors select[b-oufs01j65w],
.client-fields input[b-oufs01j65w] {
    width: 100%;
    min-height: 52px;
    padding: 0.75rem 1rem;
    color: var(--sfda-ink);
    border: 1px solid var(--sfda-line);
    border-radius: 14px;
    background: var(--sfda-soft-bg);
    font: inherit;
}

.service-selectors select[b-oufs01j65w] {
    padding-right: 2.75rem;
    font-weight: 800;
}

.service-selectors select:focus[b-oufs01j65w],
.client-fields input:focus[b-oufs01j65w] {
    outline: 3px solid rgba(255, 225, 0, 0.45);
    border-color: var(--sfda-blue);
}

.service-detail-header[b-oufs01j65w] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: end;
    padding: clamp(2rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
}

.service-detail-kicker[b-oufs01j65w] {
    margin: 0 0 0.7rem;
    color: var(--sfda-blue);
    font-weight: 900;
}

.service-detail-header h2[b-oufs01j65w] {
    margin: 0;
    color: var(--sfda-ink);
    font-size: clamp(2.3rem, 5vw, 4.5rem);
    line-height: 0.98;
}

.service-summary[b-oufs01j65w] {
    display: grid;
    grid-template-columns: auto auto auto;
    border: 1px solid var(--sfda-line);
    border-radius: 15px;
    overflow: hidden;
}

.service-summary > *[b-oufs01j65w] {
    display: flex;
    min-height: 54px;
    align-items: center;
    padding: 0.75rem 1rem;
    color: var(--sfda-blue-dark);
    border-right: 1px solid var(--sfda-line);
    white-space: nowrap;
}

.service-summary > :first-child[b-oufs01j65w] {
    background: rgba(255, 225, 0, 0.24);
    font-weight: 900;
}

.service-summary > :last-child[b-oufs01j65w] {
    border-right: 0;
}

.service-summary strong[b-oufs01j65w] {
    color: var(--sfda-blue);
    font-size: 1.15rem;
}

.service-overview[b-oufs01j65w] {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(2rem, 5vw, 4rem);
    padding-bottom: clamp(2rem, 5vw, 4rem);
}

.service-overview h3[b-oufs01j65w],
.time-picker h3[b-oufs01j65w],
.client-fields > h3[b-oufs01j65w],
.policy-section h3[b-oufs01j65w] {
    margin: 0 0 1rem;
    color: var(--sfda-ink);
    font-size: 1.35rem;
}

.service-overview p[b-oufs01j65w],
.policy-section p[b-oufs01j65w] {
    margin: 0 0 1rem;
    color: var(--sfda-muted);
    line-height: 1.75;
}

.service-overview aside[b-oufs01j65w] {
    align-self: start;
    padding: 1.5rem;
    border-radius: 22px;
    background: var(--sfda-soft-bg);
}

.service-location[b-oufs01j65w] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--sfda-line);
}

.service-location address[b-oufs01j65w] {
    display: grid;
    gap: 0.3rem;
    color: var(--sfda-muted);
    font-style: normal;
    line-height: 1.5;
}

.service-location address strong[b-oufs01j65w] {
    color: var(--sfda-blue-dark);
}

.service-location address a[b-oufs01j65w] {
    width: fit-content;
    margin-top: 0.25rem;
    color: var(--sfda-blue);
    font-weight: 850;
    text-decoration: none;
}

.selection-prompt[b-oufs01j65w] {
    margin: 0 !important;
    padding-left: 0.8rem;
    border-left: 5px solid var(--sfda-yellow);
}

.application-section[b-oufs01j65w] {
    padding: clamp(2.5rem, 6vw, 5rem) 0;
    border-top: 1px solid var(--sfda-line);
}

.booking-form-fields[b-oufs01j65w] {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.application-section-heading[b-oufs01j65w] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    max-width: 800px;
    margin-bottom: 2rem;
}

.section-number[b-oufs01j65w] {
    display: inline-flex;
    min-width: 48px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--sfda-blue-dark);
    border-radius: 999px;
    background: var(--sfda-yellow);
    font-size: 0.75rem;
    font-weight: 950;
}

.application-section-heading h2[b-oufs01j65w] {
    margin: 0 0 0.45rem;
    color: var(--sfda-ink);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
}

.application-section-heading p:not(.section-number)[b-oufs01j65w] {
    margin: 0;
    color: var(--sfda-muted);
    line-height: 1.65;
}

.booking-layout[b-oufs01j65w] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.4fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.client-fields[b-oufs01j65w] {
    display: grid;
    gap: 1.15rem;
    min-width: 0;
}

.form-grid[b-oufs01j65w] {
    display: grid;
    gap: 1rem;
    width: 100%;
    min-width: 0;
}

.form-grid > *[b-oufs01j65w],
.student-contact-field[b-oufs01j65w] {
    min-width: 0;
}

.student-contact-field[b-oufs01j65w] {
    display: grid;
    gap: 0.5rem;
}

.two-columns[b-oufs01j65w] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.name-grid[b-oufs01j65w] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.name-field[b-oufs01j65w] {
    display: grid;
    gap: 0.5rem;
}

.no-middle-name-option[b-oufs01j65w],
.not-applicable-option[b-oufs01j65w] {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    width: fit-content;
    color: var(--sfda-muted);
    font-size: 0.82rem;
    font-weight: 750;
    cursor: pointer;
}

.no-middle-name-option > span[b-oufs01j65w],
.not-applicable-option > span[b-oufs01j65w] {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.client-fields .no-middle-name-option input[b-oufs01j65w],
.client-fields .not-applicable-option input[b-oufs01j65w] {
    width: 1rem;
    min-height: 1rem;
    margin: 0;
    padding: 0;
    accent-color: var(--sfda-blue);
}

.client-fields input:disabled[b-oufs01j65w] {
    color: var(--sfda-muted);
    background: #e8edf3;
    cursor: not-allowed;
}

.address-grid[b-oufs01j65w] {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.6fr) minmax(0, 0.5fr);
}

.address-grid input[b-oufs01j65w] {
    max-width: 100%;
    min-width: 0;
}

.client-fields label b[b-oufs01j65w],
.payment-fieldset legend b[b-oufs01j65w] {
    color: #b92525;
}

.validation-message[b-oufs01j65w] {
    color: #b92525;
    font-size: 0.78rem;
    font-weight: 750;
}

.payment-fieldset[b-oufs01j65w] {
    margin: 1rem 0 0;
    padding: 0;
    border: 0;
}

.payment-fieldset legend[b-oufs01j65w] {
    margin-bottom: 0.75rem;
}

.payment-options[b-oufs01j65w] {
    display: grid;
    gap: 0.75rem;
}

.payment-option[b-oufs01j65w] {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid var(--sfda-line);
    border-radius: 16px;
    background: var(--sfda-soft-bg);
    cursor: pointer;
}

.payment-option:has(input:checked)[b-oufs01j65w] {
    border-color: var(--sfda-blue);
    background: rgba(0, 95, 170, 0.08);
    box-shadow: inset 0 0 0 1px var(--sfda-blue);
}

.payment-option input[b-oufs01j65w] {
    min-height: auto;
    accent-color: var(--sfda-blue);
}

.payment-option > span[b-oufs01j65w] {
    display: grid;
    gap: 0.15rem;
    color: var(--sfda-blue-dark);
}

.payment-option small[b-oufs01j65w] {
    color: var(--sfda-muted);
}

.payment-option > b[b-oufs01j65w] {
    color: var(--sfda-blue);
}

.booking-summary-card[b-oufs01j65w] {
    position: sticky;
    top: 118px;
    padding: 1.5rem;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 225, 0, 0.24), transparent 13rem),
        var(--sfda-blue-dark);
    box-shadow: 0 18px 42px rgba(4, 42, 85, 0.22);
}

.summary-eyebrow[b-oufs01j65w] {
    margin: 0 0 0.55rem;
    color: var(--sfda-yellow);
    font-size: 0.7rem;
    font-weight: 950;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.booking-summary-card h3[b-oufs01j65w] {
    margin: 0 0 1.5rem;
    color: #fff;
    font-size: 1.45rem;
}

.booking-summary-card dl[b-oufs01j65w] {
    margin: 0;
}

.booking-summary-card dl > div[b-oufs01j65w] {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.booking-summary-card dt[b-oufs01j65w] {
    color: rgba(255, 255, 255, 0.62);
}

.booking-summary-card dd[b-oufs01j65w] {
    margin: 0;
    font-weight: 800;
    text-align: right;
}

.booking-total[b-oufs01j65w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.75rem;
    padding: 1.1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    font-weight: 900;
}

.booking-total strong[b-oufs01j65w] {
    color: var(--sfda-yellow);
    font-size: 1.5rem;
}

.booking-terms[b-oufs01j65w] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.72rem;
    line-height: 1.5;
}

.booking-summary-card .sfda-btn[b-oufs01j65w] {
    width: 100%;
    color: var(--sfda-blue-dark);
    background: var(--sfda-yellow);
}

.booking-summary-card .sfda-btn:disabled[b-oufs01j65w] {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.submission-message[b-oufs01j65w] {
    margin-top: 1rem;
    padding: 0.85rem;
    border-radius: 12px;
    font-size: 0.8rem;
    line-height: 1.45;
}

.submission-message.success[b-oufs01j65w] {
    color: #d9ffe5;
    background: rgba(38, 176, 80, 0.2);
}

.submission-message.error[b-oufs01j65w] {
    color: #ffe0e0;
    background: rgba(201, 49, 49, 0.22);
}

.policy-section[b-oufs01j65w] {
    padding-bottom: 0;
}

.policy-section p[b-oufs01j65w] {
    max-width: 800px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .service-detail-header[b-oufs01j65w],
    .service-overview[b-oufs01j65w],
    .booking-layout[b-oufs01j65w] {
        grid-template-columns: 1fr;
    }

    .service-summary[b-oufs01j65w] {
        width: fit-content;
    }

    .booking-summary-card[b-oufs01j65w] {
        position: static;
    }

    .address-grid[b-oufs01j65w] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .service-application-hero[b-oufs01j65w] {
        padding-bottom: 7rem;
    }

    .application-card[b-oufs01j65w] {
        margin-right: -0.25rem;
        margin-left: -0.25rem;
        padding: 1.25rem;
        border-radius: 24px;
        transform: translateY(-3.5rem);
    }

    .service-selectors[b-oufs01j65w],
    .two-columns[b-oufs01j65w],
    .name-grid[b-oufs01j65w],
    .address-grid[b-oufs01j65w] {
        grid-template-columns: 1fr;
    }

    .service-detail-header[b-oufs01j65w] {
        gap: 1.5rem;
    }

    .service-summary[b-oufs01j65w] {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .service-summary > *[b-oufs01j65w] {
        min-height: 46px;
        border-right: 0;
        border-bottom: 1px solid var(--sfda-line);
        white-space: normal;
    }

    .service-summary > :last-child[b-oufs01j65w] {
        border-bottom: 0;
    }

    .application-section-heading[b-oufs01j65w] {
        grid-template-columns: 1fr;
    }

    .payment-option[b-oufs01j65w] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .payment-option > b[b-oufs01j65w] {
        grid-column: 2;
    }
}
