/* /Components/Layout/MainLayout.razor.rz.scp.css */
.topbar[b-h93vkypc3r] {
    align-items: center;
    background: rgba(16, 25, 35, .94);
    border-bottom: 1px solid #263846;
    display: flex;
    height: 64px;
    justify-content: space-between;
    padding: 0 clamp(1rem, 4vw, 3.5rem);
    position: sticky;
    top: 0;
    z-index: 10;
}

.brand[b-h93vkypc3r] {
    align-items: center;
    color: #f6f7f8;
    display: flex;
    font-weight: 900;
    gap: .65rem;
    letter-spacing: .12em;
    text-decoration: none;
}

.brand small[b-h93vkypc3r] {
    color: #8d9aa5;
}

.mark[b-h93vkypc3r] {
    background: #ff665d;
    box-shadow: 0 0 0 5px rgba(255, 102, 93, .14);
    display: block;
    height: 13px;
    rotate: 45deg;
    width: 13px;
}

.account[b-h93vkypc3r] {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.account span[b-h93vkypc3r] {
    color: #bdc7ce;
    font-weight: 700;
}

.account button[b-h93vkypc3r] {
    background: transparent;
    border: 1px solid #40515f;
    border-radius: .65rem;
    color: #e7ecef;
    cursor: pointer;
    padding: .55rem .8rem;
}

main[b-h93vkypc3r] {
    margin: 0 auto;
    max-width: 1500px;
    padding: clamp(1rem, 3vw, 3rem);
}

@media (max-width: 600px) {
    .brand small[b-h93vkypc3r],
    .account span[b-h93vkypc3r] {
        display: none;
    }
}
/* /Components/Pages/Activate.razor.rz.scp.css */
.auth-shell[b-awzhwj0f9p] {
    align-items: center;
    display: grid;
    min-height: 100dvh;
    padding: 1rem;
}

.auth-card[b-awzhwj0f9p] {
    background: #16222d;
    border: 1px solid #30424f;
    border-left: 5px solid #c58cff;
    border-radius: 1rem;
    margin: auto;
    max-width: 560px;
    padding: clamp(1.5rem, 5vw, 3.5rem);
}

.eyebrow[b-awzhwj0f9p] {
    color: #d6acff;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .2em;
}

h1[b-awzhwj0f9p] {
    font-size: clamp(2.2rem, 8vw, 4rem);
    letter-spacing: -.05em;
    line-height: .95;
}

form[b-awzhwj0f9p],
label[b-awzhwj0f9p] {
    display: grid;
    gap: .5rem;
}

form[b-awzhwj0f9p] {
    gap: 1rem;
    margin-top: 2rem;
}

input[b-awzhwj0f9p] {
    background: #0f1922;
    border: 1px solid #3a4d5b;
    border-radius: .7rem;
    color: #fff;
    font: inherit;
    padding: .9rem;
}

button[b-awzhwj0f9p] {
    background: #c58cff;
    border: 0;
    border-radius: .7rem;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    padding: 1rem;
}

small[b-awzhwj0f9p],
p[b-awzhwj0f9p] {
    color: #aab6bf;
    line-height: 1.5;
}

.notice[b-awzhwj0f9p] {
    color: #ff8f89;
}
/* /Components/Pages/Error.razor.rz.scp.css */
.error-card[b-kla74bj24l] {
    background: #3b2025;
    border: 1px solid #6f3c45;
    border-left: 5px solid #ff6b6b;
    border-radius: 1rem;
    margin: 4rem auto;
    max-width: 900px;
    padding: clamp(1.5rem, 5vw, 3rem);
}

.error-card p[b-kla74bj24l] {
    color: #ff817a;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .18em;
}

.error-card h1[b-kla74bj24l] {
    font-size: clamp(2.3rem, 6vw, 5rem);
    letter-spacing: -.05em;
    line-height: .95;
}

.error-card span[b-kla74bj24l] {
    color: #d3aeb4;
    display: block;
}

.error-card a[b-kla74bj24l] {
    border: 1px solid #9c626b;
    border-radius: .6rem;
    color: white;
    display: inline-block;
    font-weight: 800;
    margin-top: 1.5rem;
    padding: .8rem 1rem;
    text-decoration: none;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-qov5ym62dt] {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.eyebrow[b-qov5ym62dt] {
    color: #ff766e;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .18em;
    margin: 0 0 .8rem;
    text-transform: uppercase;
}

.hero h1[b-qov5ym62dt] {
    font-size: clamp(2.8rem, 7vw, 6.5rem);
    letter-spacing: -.065em;
    line-height: .88;
    margin: 0 0 1rem;
}

.hero p:last-child[b-qov5ym62dt],
.booking-form-panel > div > p:last-child[b-qov5ym62dt] {
    color: #9eabb5;
    line-height: 1.5;
}

.primary-action[b-qov5ym62dt],
.calendar-heading > a[b-qov5ym62dt] {
    border: 1px solid #435562;
    border-radius: .75rem;
    color: #f7f8f9;
    font-weight: 900;
    padding: .85rem 1rem;
    text-decoration: none;
}

.primary-action[b-qov5ym62dt] {
    background: #ff665d;
    border-color: #ff665d;
    color: #111820;
    margin-bottom: .5rem;
}

.notice[b-qov5ym62dt] {
    border: 1px solid;
    border-radius: .7rem;
    font-weight: 800;
    padding: .85rem 1rem;
}

.notice.success[b-qov5ym62dt] {
    background: rgba(88, 199, 181, .12);
    border-color: #3b8c80;
    color: #80decf;
}

.notice.error[b-qov5ym62dt] {
    background: rgba(255, 102, 93, .12);
    border-color: #944742;
    color: #ff918b;
}

.resource-strip[b-qov5ym62dt] {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 1.5rem 0;
}

.resource-strip article[b-qov5ym62dt] {
    background: #15212b;
    border: 1px solid #2c3e4b;
    border-top: 3px solid var(--resource-color);
    border-radius: .8rem;
    display: grid;
    min-height: 105px;
    padding: 1rem;
}

.resource-icon[b-qov5ym62dt] {
    color: var(--resource-color);
    font-size: 1.7rem;
}

.resource-strip strong[b-qov5ym62dt] {
    align-self: end;
}

.resource-strip small[b-qov5ym62dt] {
    color: #8e9aa4;
}

.calendar-panel[b-qov5ym62dt],
.booking-form-panel[b-qov5ym62dt] {
    background: #131f29;
    border: 1px solid #2d3f4c;
    border-radius: 1rem;
    overflow: hidden;
}

.calendar-heading[b-qov5ym62dt] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.2rem;
    text-align: center;
}

.calendar-heading p[b-qov5ym62dt] {
    color: #7f8e99;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .16em;
    margin: 0;
}

.calendar-heading h2[b-qov5ym62dt] {
    margin: .25rem 0 0;
    text-transform: capitalize;
}

.calendar-heading > a[b-qov5ym62dt] {
    font-size: 1.2rem;
    padding: .6rem .85rem;
}

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

.weekdays[b-qov5ym62dt] {
    background: #0e1820;
    border-block: 1px solid #2d3f4c;
}

.weekdays span[b-qov5ym62dt] {
    color: #84929c;
    font-size: .7rem;
    font-weight: 900;
    padding: .65rem;
    text-align: center;
}

.calendar-grid > article[b-qov5ym62dt] {
    border-bottom: 1px solid #293a46;
    border-right: 1px solid #293a46;
    min-height: 130px;
    padding: .55rem;
}

.calendar-grid > article:nth-child(7n)[b-qov5ym62dt] {
    border-right: 0;
}

.calendar-grid time[b-qov5ym62dt] {
    align-items: center;
    color: #bec8cf;
    display: flex;
    font-size: .75rem;
    font-weight: 900;
    height: 1.7rem;
    justify-content: center;
    width: 1.7rem;
}

.calendar-grid .outside[b-qov5ym62dt] {
    background: rgba(5, 10, 14, .26);
    opacity: .4;
}

.calendar-grid .today time[b-qov5ym62dt] {
    background: #ff665d;
    border-radius: 50%;
    color: #101820;
}

.day-bookings[b-qov5ym62dt] {
    display: grid;
    gap: .35rem;
    margin-top: .35rem;
}

.booking-chip[b-qov5ym62dt] {
    background: color-mix(in srgb, var(--booking-color) 15%, #101a23);
    border-left: 3px solid var(--booking-color);
    border-radius: .35rem;
    display: grid;
    gap: .1rem;
    overflow: hidden;
    padding: .4rem .45rem;
    position: relative;
}

.booking-chip strong[b-qov5ym62dt] {
    color: var(--booking-color);
    font-size: .68rem;
}

.booking-chip span[b-qov5ym62dt],
.booking-chip small[b-qov5ym62dt] {
    font-size: .62rem;
}

.booking-chip small[b-qov5ym62dt] {
    color: #99a5ae;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-chip form[b-qov5ym62dt] {
    position: absolute;
    right: .15rem;
    top: .1rem;
}

.booking-chip button[b-qov5ym62dt] {
    background: transparent;
    border: 0;
    color: #aab5bd;
    cursor: pointer;
}

.booking-form-panel[b-qov5ym62dt] {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(220px, .65fr) 1fr;
    margin-top: 1.5rem;
    padding: clamp(1.2rem, 4vw, 2.5rem);
}

.booking-form-panel h2[b-qov5ym62dt] {
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    letter-spacing: -.05em;
    line-height: .9;
    margin: .5rem 0;
}

.booking-form-panel form[b-qov5ym62dt],
.booking-form-panel label[b-qov5ym62dt] {
    display: grid;
    gap: .45rem;
}

.booking-form-panel form[b-qov5ym62dt] {
    gap: 1rem;
}

.booking-form-panel label span[b-qov5ym62dt] {
    font-size: .75rem;
    font-weight: 900;
}

.booking-form-panel input[b-qov5ym62dt],
.booking-form-panel select[b-qov5ym62dt] {
    background: #0d171f;
    border: 1px solid #3b4d5a;
    border-radius: .65rem;
    color: #f5f7f8;
    font: inherit;
    padding: .8rem;
}

.time-fields[b-qov5ym62dt] {
    display: grid;
    gap: .8rem;
    grid-template-columns: 1fr 1fr;
}

.submit-booking[b-qov5ym62dt] {
    background: #ff665d;
    border: 0;
    border-radius: .7rem;
    color: #101820;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    padding: .95rem;
}

.loading[b-qov5ym62dt] {
    color: #9aa8b2;
}

@media (max-width: 800px) {
    .hero[b-qov5ym62dt] {
        align-items: start;
        flex-direction: column;
        gap: 1rem;
    }

    .calendar-panel[b-qov5ym62dt] {
        background: transparent;
        border: 0;
        overflow: visible;
    }

    .weekdays[b-qov5ym62dt] {
        display: none;
    }

    .calendar-grid[b-qov5ym62dt] {
        display: grid;
        gap: .6rem;
        grid-template-columns: 1fr;
    }

    .calendar-grid > article[b-qov5ym62dt] {
        background: #131f29;
        border: 1px solid #2d3f4c;
        border-radius: .65rem;
        display: grid;
        grid-template-columns: 2.2rem 1fr;
        min-height: 0;
    }

    .calendar-grid > article.outside:not(:has(.booking-chip))[b-qov5ym62dt] {
        display: none;
    }

    .day-bookings[b-qov5ym62dt] {
        margin: 0;
    }

    .booking-form-panel[b-qov5ym62dt] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .time-fields[b-qov5ym62dt] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.auth-shell[b-bimegyhy39] {
    align-items: center;
    display: grid;
    min-height: 100dvh;
    padding: 1rem;
}

.auth-card[b-bimegyhy39] {
    background: #16222d;
    border: 1px solid #30424f;
    border-left: 5px solid #ff665d;
    border-radius: 1rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
    margin: auto;
    max-width: 520px;
    padding: clamp(1.5rem, 5vw, 3.5rem);
    width: 100%;
}

.eyebrow[b-bimegyhy39] {
    color: #ff766e;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .2em;
}

h1[b-bimegyhy39] {
    font-size: clamp(2.2rem, 8vw, 4.2rem);
    letter-spacing: -.055em;
    line-height: .95;
    margin: 1rem 0;
}

.intro[b-bimegyhy39] {
    color: #aab6bf;
    line-height: 1.6;
}

form[b-bimegyhy39],
label[b-bimegyhy39] {
    display: grid;
    gap: .5rem;
}

form[b-bimegyhy39] {
    gap: 1.1rem;
    margin-top: 2rem;
}

label span[b-bimegyhy39] {
    font-size: .8rem;
    font-weight: 800;
}

input[b-bimegyhy39] {
    background: #0f1922;
    border: 1px solid #3a4d5b;
    border-radius: .7rem;
    color: #f6f7f8;
    font: inherit;
    padding: .9rem 1rem;
}

button[b-bimegyhy39] {
    background: #ff665d;
    border: 0;
    border-radius: .7rem;
    color: #111820;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    padding: 1rem;
}

.notice[b-bimegyhy39] {
    border-radius: .6rem;
    padding: .75rem;
}

.success[b-bimegyhy39] {
    background: rgba(88, 199, 181, .14);
    color: #80decf;
}

.error[b-bimegyhy39] {
    background: rgba(255, 102, 93, .14);
    color: #ff8f89;
}
