/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-u01xxq3qsb] {
    min-height: 100vh;
    background: #f7f8f4;
}

.app-header[b-u01xxq3qsb] {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e2e5db;
    display: flex;
    justify-content: space-between;
    min-height: 4.5rem;
    padding: 0 3rem;
    position: sticky;
    top: 0;
    z-index: 20;
}

.brand[b-u01xxq3qsb] {
    align-items: center;
    display: flex;
    text-decoration: none;
}

.brand img[b-u01xxq3qsb] {
    height: 3rem;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

nav[b-u01xxq3qsb] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

nav[b-u01xxq3qsb]  a {
    border-radius: 0.65rem;
    color: #5b6057;
    font-weight: 650;
    padding: 0.65rem 1rem;
    text-decoration: none;
}

nav[b-u01xxq3qsb]  a:hover {
    background: #f0f3e9;
    color: #2c302a;
}

nav[b-u01xxq3qsb]  a.active {
    background: #e9f8d7;
    color: #32751c;
}

.app-content[b-u01xxq3qsb] {
    margin: 0 auto;
    max-width: 1600px;
    padding: 2rem 3rem 3rem;
}

@media (max-width: 700px) {
    .app-header[b-u01xxq3qsb] {
        padding: 0 1rem;
    }

    .brand img[b-u01xxq3qsb] {
        height: 2.4rem;
        max-width: 9.5rem;
    }

    nav[b-u01xxq3qsb]  a {
        padding: 0.55rem 0.65rem;
    }

    .app-content[b-u01xxq3qsb] {
        padding: 1.25rem 1rem 2rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hvjwnfpqgw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hvjwnfpqgw] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hvjwnfpqgw] {
    font-size: 1.1rem;
}

.bi[b-hvjwnfpqgw] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hvjwnfpqgw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hvjwnfpqgw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hvjwnfpqgw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hvjwnfpqgw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hvjwnfpqgw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hvjwnfpqgw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hvjwnfpqgw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hvjwnfpqgw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hvjwnfpqgw]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hvjwnfpqgw] {
        display: none;
    }

    .collapse[b-hvjwnfpqgw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-hvjwnfpqgw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AccountActivation.razor.rz.scp.css */
.activation-card[b-jmhx4bautm] {
    max-width: 34rem;
    margin: 3rem auto;
    padding: 2rem;
    border: 1px solid #d8dee4;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 8%);
}

.activation-card h1[b-jmhx4bautm] {
    margin-bottom: 0.75rem;
}

.field[b-jmhx4bautm] {
    margin-top: 1.25rem;
}

.field label[b-jmhx4bautm] {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.hint[b-jmhx4bautm] {
    margin: 0.4rem 0 0;
    color: #52606d;
    font-size: 0.9rem;
}

.activation-message[b-jmhx4bautm] {
    margin: 1.25rem 0;
    padding: 0.9rem 1rem;
    border-radius: 0.4rem;
}

.activation-message p[b-jmhx4bautm],
.activation-message ul[b-jmhx4bautm] {
    margin-bottom: 0;
}

.activation-message.error[b-jmhx4bautm] {
    border: 1px solid #b42318;
    background: #fff1f0;
    color: #7a271a;
}

.activation-message.success[b-jmhx4bautm] {
    border: 1px solid #27864a;
    background: #ecfdf3;
    color: #175c32;
}

.progress-message[b-jmhx4bautm] {
    display: inline-block;
    margin-left: 0.75rem;
}

.validation-message[b-jmhx4bautm] {
    color: #b42318;
}
/* /Pages/DeviceSessions.razor.rz.scp.css */
.sessions-page[b-28symggnc1] {
    max-width: 52rem;
    margin: 2rem auto;
}

.session-list[b-28symggnc1] {
    padding: 0;
    list-style: none;
}

.revoke-all[b-28symggnc1] {
    margin-top: 1rem;
}

.session-list li[b-28symggnc1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #d8dee4;
}

.session-list p[b-28symggnc1] {
    margin: 0.35rem 0 0;
    color: #52606d;
}

.current-label[b-28symggnc1] {
    margin-left: 0.5rem;
    padding: 0.15rem 0.45rem;
    border-radius: 1rem;
    background: #e8f1ff;
    color: #184b85;
    font-size: 0.8rem;
}

.sessions-error[b-28symggnc1] {
    margin: 1.25rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid #b42318;
    border-radius: 0.4rem;
    background: #fff1f0;
    color: #7a271a;
}

@media (max-width: 640px) {
    .session-list li[b-28symggnc1] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.planning-page[b-84suujgdyb] {
    color: #333830;
}

.planning-heading[b-84suujgdyb] {
    align-items: flex-end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}

.eyebrow[b-84suujgdyb] {
    color: #4f922e;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
}

h1[b-84suujgdyb] {
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 760;
    letter-spacing: -0.055em;
    line-height: 1;
    margin: 0;
}

.week-label[b-84suujgdyb] {
    color: #74796f;
    font-size: 1rem;
    margin: 0.55rem 0 0;
}

.planning-actions[b-84suujgdyb] {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

label[b-84suujgdyb] {
    display: grid;
    font-size: 0.75rem;
    font-weight: 750;
    gap: 0.25rem;
}

select[b-84suujgdyb],
button[b-84suujgdyb] {
    background: #fff;
    border: 1px solid #d8ddd1;
    border-radius: 0.65rem;
    color: #363b33;
    font: inherit;
    min-height: 2.7rem;
    padding: 0.55rem 0.85rem;
}

button[b-84suujgdyb] {
    cursor: pointer;
    font-weight: 700;
}

button:hover:not(:disabled)[b-84suujgdyb] {
    background: #eff6e8;
    border-color: #a7c88f;
}

button:disabled[b-84suujgdyb] {
    cursor: wait;
    opacity: 0.55;
}

.week-navigation[b-84suujgdyb] {
    display: flex;
    gap: 0.35rem;
}

.calendar-wrap[b-84suujgdyb] {
    background: #fff;
    border: 1px solid #e0e4da;
    border-radius: 1rem;
    box-shadow: 0 14px 40px rgba(52, 61, 43, 0.07);
    overflow-x: auto;
}

.calendar[b-84suujgdyb] {
    display: grid;
    grid-template-columns: repeat(7, minmax(145px, 1fr));
    min-height: 520px;
    min-width: 1015px;
}

.day-column[b-84suujgdyb] {
    border-right: 1px solid #e8ebe3;
    min-width: 0;
}

.day-column:last-child[b-84suujgdyb] {
    border-right: 0;
}

.day-column > header[b-84suujgdyb] {
    align-items: center;
    border-bottom: 1px solid #e8ebe3;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    min-height: 4.25rem;
    text-transform: capitalize;
}

.day-column > header span[b-84suujgdyb] {
    color: #858a80;
    font-size: 0.78rem;
    font-weight: 700;
}

.day-column > header strong[b-84suujgdyb] {
    align-items: center;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.day-column.today[b-84suujgdyb] {
    background: #fbfff7;
}

.day-column.today > header strong[b-84suujgdyb] {
    background: #78c850;
    border-radius: 50%;
    color: #17380d;
}

.day-content[b-84suujgdyb] {
    display: grid;
    gap: 0.65rem;
    padding: 0.75rem;
}

.empty-day[b-84suujgdyb] {
    color: #a0a49b;
    font-size: 0.78rem;
    margin: 1rem 0;
    text-align: center;
}

.booking-card[b-84suujgdyb] {
    background: color-mix(in srgb, var(--booking-color) 16%, white);
    border-left: 4px solid var(--booking-color);
    border-radius: 0.55rem;
    box-shadow: 0 3px 10px rgba(53, 61, 47, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    padding: 0.7rem;
}

.booking-card time[b-84suujgdyb] {
    color: #596153;
    font-size: 0.74rem;
    font-weight: 800;
}

.booking-card strong[b-84suujgdyb] {
    font-size: 0.88rem;
    line-height: 1.2;
}

.booking-card span[b-84suujgdyb] {
    color: #666d61;
    font-size: 0.74rem;
    line-height: 1.25;
}

.booking-card .rooms[b-84suujgdyb] {
    margin-top: 0.2rem;
}

.option-label[b-84suujgdyb] {
    align-self: flex-start;
    background: #fff5bc;
    border-radius: 999px;
    color: #665800 !important;
    font-weight: 800;
    margin-top: 0.35rem;
    padding: 0.18rem 0.45rem;
    text-transform: uppercase;
}

.planning-footer[b-84suujgdyb] {
    color: #74796f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.78rem;
    gap: 1.25rem;
    justify-content: flex-end;
    padding: 0.9rem 0.2rem 0;
}

.planning-footer span[b-84suujgdyb] {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
}

.legend[b-84suujgdyb] {
    background: #78c850;
    border-radius: 50%;
    display: inline-block;
    height: 0.65rem;
    width: 0.65rem;
}

.legend.option[b-84suujgdyb] {
    background: #f1d532;
}

.planning-state[b-84suujgdyb] {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e4da;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    min-height: 420px;
    padding: 2rem;
    text-align: center;
}

.planning-state span[b-84suujgdyb] {
    color: #74796f;
}

.error-state[b-84suujgdyb] {
    border-color: #ead3ce;
}

.loader[b-84suujgdyb] {
    animation: spin-b-84suujgdyb 0.8s linear infinite;
    border: 3px solid #e1e6dc;
    border-radius: 50%;
    border-top-color: #64b43e;
    height: 2rem;
    width: 2rem;
}

@keyframes spin-b-84suujgdyb {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 760px) {
    .planning-heading[b-84suujgdyb] {
        align-items: stretch;
        flex-direction: column;
    }

    .planning-actions[b-84suujgdyb] {
        align-items: stretch;
        justify-content: space-between;
    }

    label[b-84suujgdyb] {
        flex: 1;
    }

    .planning-footer[b-84suujgdyb] {
        justify-content: flex-start;
    }
}
/* /Pages/SignIn.razor.rz.scp.css */
.sign-in-card[b-8l56ogqv7n] {
    max-width: 34rem;
    margin: 3rem auto;
    padding: 2rem;
    border: 1px solid #d8dee4;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 8%);
}

.field[b-8l56ogqv7n] {
    margin-top: 1.25rem;
}

.field > label:not(.form-check-label)[b-8l56ogqv7n] {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.sign-in-error[b-8l56ogqv7n] {
    margin: 1.25rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid #b42318;
    border-radius: 0.4rem;
    background: #fff1f0;
    color: #7a271a;
}

.progress-message[b-8l56ogqv7n] {
    display: inline-block;
    margin-left: 0.75rem;
}

.validation-message[b-8l56ogqv7n] {
    color: #b42318;
}
