@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Components/Account/Pages/Manage/Bookings.razor.rz.scp.css */
:host[b-bqo4aw0c1r] {
  display: block;
}

.bookings-card[b-bqo4aw0c1r] {
  padding: 20px;
  border-radius: 18px;
}

.bookings-header[b-bqo4aw0c1r] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.bookings-title[b-bqo4aw0c1r] {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1f2a2f;
}

.bookings-subtitle[b-bqo4aw0c1r] {
  color: #4b5b63;
}

.bookings-status[b-bqo4aw0c1r] {
  margin-bottom: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(47, 125, 109, 0.08);
  border: 1px solid rgba(47, 125, 109, 0.24);
  color: #1f2a2f;
  font-weight: 600;
}

.bookings-empty[b-bqo4aw0c1r] {
  color: #4b5b63;
  font-weight: 600;
  padding: 12px 0;
}

.bookings-grid-scroll[b-bqo4aw0c1r] {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bookings-grid[b-bqo4aw0c1r] {
  width: 100%;
}

.bookings-actions[b-bqo4aw0c1r] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 720px) {
  .bookings-card[b-bqo4aw0c1r] {
    padding: 14px;
  }

  .bookings-grid[b-bqo4aw0c1r] {
    min-width: 640px;
  }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wi5ccb6jpw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wi5ccb6jpw] {
    flex: 1;
}

.sidebar[b-wi5ccb6jpw] {
    background-image: linear-gradient(180deg, #eef1f4 0%, #ffffff 78%);
    border-right: 1px solid #d7dce1;
}

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

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

    article[b-wi5ccb6jpw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

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

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

.navbar-toggler:checked[b-setawk8zi7] {
    background-color: rgba(223, 230, 237, 0.95);
}

.top-row[b-setawk8zi7] {
    min-height: 3.5rem;
    background-color: rgba(245, 247, 250, 0.95);
    border-bottom: 1px solid #d7dce1;
}

.navbar-brand[b-setawk8zi7] {
    font-size: 1.1rem;
    color: #2f3840;
    font-weight: 700;
}

.bi[b-setawk8zi7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    filter: invert(1) brightness(0.26);
}

.bi-house-door-fill-nav-menu[b-setawk8zi7] {
    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-setawk8zi7] {
    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-setawk8zi7] {
    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");
}

.bi-lock-nav-menu[b-setawk8zi7] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-setawk8zi7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-setawk8zi7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-setawk8zi7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-geo-alt-nav-menu[b-setawk8zi7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M12 6.5C12 9.018 8 14 8 14S4 9.018 4 6.5a4 4 0 1 1 8 0ZM8 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E");
}

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

.nav--full-height[b-setawk8zi7] {
    height: 100%;
}

.nav-item--logout[b-setawk8zi7] {
    margin-top: auto;
    border-top: 1px solid rgba(83, 100, 107, 0.15);
    padding-top: 0.25rem;
}

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

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

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

    .nav-item[b-setawk8zi7]  .nav-link {
        color: #2f3840;
        background: none;
        border: none;
        border-radius: 10px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-setawk8zi7]  a.active {
    background-color: #d9e0e8;
    color: #1f2730;
    font-weight: 600;
}

.nav-item[b-setawk8zi7]  .nav-link:hover {
    background-color: #e7edf3;
    color: #1f2730;
}

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

.navbar-toggler:checked ~ .nav-scrollable[b-setawk8zi7] {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.bi-calendar-nav-menu[b-setawk8zi7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}

.bi-info-circle-nav-menu[b-setawk8zi7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
}

.bi-tree-fill-nav-menu[b-setawk8zi7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7v-2a1 1 0 0 1 2 0v2h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777l-3-4.5z'/%3E%3C/svg%3E");
}

.bi-building-nav-menu[b-setawk8zi7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1ZM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1Z'/%3E%3Cpath d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V1Zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3V1Z'/%3E%3C/svg%3E");
}

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

    .nav-scrollable[b-setawk8zi7] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

/* ── Property nav groups ──────────────────────────────────────────────── */
.nav-group[b-setawk8zi7] {
    padding: 0.25rem 0.75rem 0.1rem;
}

.nav-group-label[b-setawk8zi7] {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 0.5rem 0.75rem 0.5rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: border-radius 0.2s;
}

.nav-group--open .nav-group-label[b-setawk8zi7] {
    border-radius: 8px 8px 0 0;
}

.nav-group--warm .nav-group-label[b-setawk8zi7] {
    color: #7a4e10;
    background: linear-gradient(135deg, #fdf3d0 0%, #f7e9bb 100%);
}

.nav-group--cool .nav-group-label[b-setawk8zi7] {
    color: #0e3f6a;
    background: linear-gradient(135deg, #d0eaff 0%, #b8d9f5 100%);
}

.nav-group-label-text[b-setawk8zi7] {
    flex: 1;
}

.nav-group-chevron[b-setawk8zi7] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.nav-group--warm .nav-group-chevron[b-setawk8zi7] {
    filter: invert(28%) sepia(60%) saturate(600%) hue-rotate(10deg);
}

.nav-group--cool .nav-group-chevron[b-setawk8zi7] {
    filter: invert(15%) sepia(60%) saturate(700%) hue-rotate(195deg);
}

.nav-group--open .nav-group-chevron[b-setawk8zi7] {
    transform: rotate(90deg);
}

/* Collapsed: hide children */
.nav-group-items[b-setawk8zi7] {
    display: flex;
    flex-direction: column;
    padding-left: 0.75rem;
    margin-left: 0.75rem;
    border-left: 2.5px solid transparent;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease, margin-bottom 0.25s ease;
    margin-bottom: 0;
}

/* Expanded: show children */
.nav-group--open .nav-group-items[b-setawk8zi7] {
    max-height: 200px;
    margin-bottom: 0.25rem;
}

.nav-group--warm .nav-group-items[b-setawk8zi7] {
    border-left-color: #f0c971;
}

.nav-group--cool .nav-group-items[b-setawk8zi7] {
    border-left-color: #7ab8e8;
}

.nav-item--child[b-setawk8zi7] {
    font-size: 0.9rem;
    padding-bottom: 0.15rem;
}

.nav-item--child:first-of-type[b-setawk8zi7] {
    padding-top: 0.15rem;
}

.nav-item--child:last-of-type[b-setawk8zi7] {
    padding-bottom: 0.25rem;
}

.nav-item--warm[b-setawk8zi7]  a.active {
    background-color: #fef3d0;
    color: #5a3c0a;
    font-weight: 600;
}

.nav-item--warm[b-setawk8zi7]  .nav-link:hover:not(.active) {
    background-color: #fdf3d0;
    color: #5a3c0a;
}

.nav-item--cool[b-setawk8zi7]  a.active {
    background-color: #d0eaff;
    color: #0a3060;
    font-weight: 600;
}

.nav-item--cool[b-setawk8zi7]  .nav-link:hover:not(.active) {
    background-color: #d0eaff;
    color: #0a3060;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-smbfodj7xc],
.components-reconnect-repeated-attempt-visible[b-smbfodj7xc],
.components-reconnect-failed-visible[b-smbfodj7xc],
.components-pause-visible[b-smbfodj7xc],
.components-resume-failed-visible[b-smbfodj7xc],
.components-rejoining-animation[b-smbfodj7xc] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
:host[b-s0b40ybj31] {
  display: block;
}

.admin-property-tabs[b-s0b40ybj31] {
  display: flex;
  gap: 0;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #d0d5db;
  width: fit-content;
}

.admin-property-tab[b-s0b40ybj31] {
  padding: 0.5rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 500;
  border: none;
  background: #fff;
  color: #555;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.admin-property-tab:not(:last-child)[b-s0b40ybj31] {
  border-right: 1.5px solid #d0d5db;
}

/* Warm (Hvassaland) */
.admin-property-tab-badge[b-s0b40ybj31] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  margin-left: 0.4rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  background: #e53935;
  color: #fff;
  vertical-align: middle;
  line-height: 1;
}

.admin-property-tab--warm.admin-property-tab--active[b-s0b40ybj31] {
  background: linear-gradient(135deg, #f7e1b5 0%, #f0c862 100%);
  color: #5a3c0a;
}

.admin-property-tab--warm:not(.admin-property-tab--active):hover[b-s0b40ybj31] {
  background: #fdf3d0;
  color: #5a3c0a;
}

/* Cool (Álalind) */
.admin-property-tab--cool.admin-property-tab--active[b-s0b40ybj31] {
  background: linear-gradient(135deg, #b8d9f5 0%, #5aaee0 100%);
  color: #0a2d50;
}

.admin-property-tab--cool:not(.admin-property-tab--active):hover[b-s0b40ybj31] {
  background: #d0eaff;
  color: #0a2d50;
}

.admin-page[b-s0b40ybj31] {
  padding: 32px 28px 48px;
}

.admin-brand[b-s0b40ybj31] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.admin-brand-text[b-s0b40ybj31] {
  display: flex;
  flex-direction: column;
}

.admin-brand-title[b-s0b40ybj31] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2a2f;
}

.admin-brand-subtitle[b-s0b40ybj31] {
  color: #4b5b63;
  font-weight: 600;
}

.admin-accordion[b-s0b40ybj31] {
  display: block;
}

.admin-accordion :deep(fluent-accordion-item.admin-accordion-item)[b-s0b40ybj31] {
  margin-bottom: 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(83, 100, 107, 0.22);
}

.admin-accordion :deep(fluent-accordion-item.admin-accordion-item::part(button))[b-s0b40ybj31] {
  padding: 14px 16px;
  font-weight: 700;
  background: linear-gradient(180deg, #eef1f4 0%, #e5e9ee 100%);
  color: #2c3842;
}

.admin-accordion :deep(fluent-accordion-item.admin-accordion-item::part(content))[b-s0b40ybj31] {
  padding: 0;
  border-top: 1px solid rgba(83, 100, 107, 0.14);
}

.admin-section[b-s0b40ybj31] {
  padding: 16px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 0 0 12px 12px;
}

.admin-section--overview[b-s0b40ybj31] {
  background: rgba(242, 244, 246, 0.88);
}

.admin-section--pending[b-s0b40ybj31] {
  background: rgba(242, 244, 246, 0.88);
}

.admin-section--create[b-s0b40ybj31] {
  background: rgba(242, 244, 246, 0.88);
}

.admin-section--bookings[b-s0b40ybj31] {
  background: rgba(242, 244, 246, 0.88);
}

.admin-section--export[b-s0b40ybj31] {
  background: rgba(242, 244, 246, 0.88);
}

.admin-section--pricing[b-s0b40ybj31] {
  background: rgba(242, 244, 246, 0.88);
}

.admin-section--email-template[b-s0b40ybj31] {
  background: rgba(242, 244, 246, 0.88);
}

.admin-section--users[b-s0b40ybj31] {
  background: rgba(242, 244, 246, 0.88);
}

.admin-approvals[b-s0b40ybj31] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.admin-approval-block[b-s0b40ybj31] {
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(83, 100, 107, 0.16);
}

.pricing-fields[b-s0b40ybj31] {
  display: grid;
  gap: 12px;
  margin: 12px 0;
}

.pricing-field[b-s0b40ybj31] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admin-booking-fields[b-s0b40ybj31] {
  display: grid;
  gap: 12px;
  margin: 12px 0;
}

.admin-booking-field[b-s0b40ybj31] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admin-edit-range[b-s0b40ybj31] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-section-header[b-s0b40ybj31] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.admin-section-title[b-s0b40ybj31] {
  font-weight: 700;
  color: #1f2a2f;
}

 .admin-header[b-s0b40ybj31] {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 16px;
   margin-bottom: 16px;
 }

 .admin-title[b-s0b40ybj31] {
   font-size: 1.4rem;
   font-weight: 700;
   color: #1f2a2f;
 }

 .admin-subtitle[b-s0b40ybj31] {
   color: #4b5b63;
 }

 .admin-status[b-s0b40ybj31] {
   padding: 8px 10px;
   border-radius: 10px;
   background: #e4f4ef;
   border: 1px solid #2f7d6d;
   color: #1f2a2f;
   font-weight: 600;
 }

 .admin-status--error[b-s0b40ybj31] {
   background: #fde8e8;
   border-color: #c53030;
   color: #7b1c1c;
 }

 .admin-empty[b-s0b40ybj31] {
   padding: 18px 0;
   color: #4b5b63;
   font-weight: 600;
 }

 .admin-table[b-s0b40ybj31] {
   display: flex;
   flex-direction: column;
   gap: 6px;
 }

 .admin-row[b-s0b40ybj31] {
   display: grid;
   grid-template-columns: 1.5fr 1.5fr 1fr 1.2fr;
   align-items: center;
   gap: 12px;
   padding: 10px 12px;
   border-radius: 12px;
   border: 1px solid rgba(83, 100, 107, 0.18);
   background: rgba(255, 255, 255, 0.92);
 }

 .admin-row--head[b-s0b40ybj31] {
   font-weight: 700;
   color: #1f2a2f;
   background: rgba(47, 125, 109, 0.08);
   border-color: rgba(47, 125, 109, 0.26);
 }

.admin-row--users[b-s0b40ybj31] {
   grid-template-columns: 1.2fr 1.5fr 1fr 1fr 1.2fr 0.9fr 1.8fr;
 }

.admin-row--pending[b-s0b40ybj31] {
  grid-template-columns: 1.8fr 1.3fr 1.4fr 1fr 1fr;
}

.admin-row--past[b-s0b40ybj31] {
  background: #fff5f5;
  border-color: rgba(220, 53, 69, 0.35);
}

.admin-past-label[b-s0b40ybj31] {
  color: #c53030;
  font-size: 0.85rem;
  font-weight: 600;
}

.admin-row--bookings[b-s0b40ybj31] {
  grid-template-columns: 1.3fr 1.4fr 1fr 1fr 1fr 1.6fr;
}

 .admin-muted[b-s0b40ybj31] {
   color: #5b6a72;
   font-family: ui-monospace, SFMono-Regular, SFMono-Regular, Menlo, monospace;
   font-size: 0.9rem;
 }

.admin-actions[b-s0b40ybj31] {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.admin-actions--bookings[b-s0b40ybj31] {
  align-items: flex-start;
}

.admin-actions--pending[b-s0b40ybj31] {
  justify-content: flex-start;
}

.admin-booking-submit[b-s0b40ybj31] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.admin-booking-groups[b-s0b40ybj31],
.admin-booking-month-groups[b-s0b40ybj31] {
  display: block;
}

.admin-action-stack[b-s0b40ybj31] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-password-reveal[b-s0b40ybj31] {
  flex-basis: 100%;
  color: #1f2a2f;
  font-weight: 600;
}

.payment-status[b-s0b40ybj31] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.payment-icon[b-s0b40ybj31] {
  font-size: 0.9rem;
  line-height: 1;
}

.payment-status.is-unpaid[b-s0b40ybj31] {
  color: #b42318;
}

.payment-status.is-paid[b-s0b40ybj31] {
  color: #1f7a3d;
}


.admin-email-template-help[b-s0b40ybj31] {
  color: #4b5b63;
  font-size: 0.95rem;
}

.admin-email-template-editor[b-s0b40ybj31] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.admin-email-template-textarea[b-s0b40ybj31] {
  min-height: 260px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.admin-email-template-preview[b-s0b40ybj31] {
  border: 1px solid rgba(83, 100, 107, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  padding: 12px;
}

.admin-email-template-preview-title[b-s0b40ybj31] {
  font-weight: 700;
  color: #1f2a2f;
  margin-bottom: 8px;
}

.admin-email-template-preview-body[b-s0b40ybj31] {
  color: #1f2a2f;
  line-height: 1.5;
}

.booking-spinner[b-s0b40ybj31] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  vertical-align: -2px;
  animation: booking-spin-b-s0b40ybj31 0.75s linear infinite;
}

.booking-submit-status[b-s0b40ybj31] {
  font-size: 0.82rem;
  color: #4b5b63;
  font-weight: 600;
}

.admin-booking-neutral-btn[b-s0b40ybj31] {
  background: #e9ecef;
  border: 1px solid #cfd4da;
  color: #2f3840;
}

.admin-booking-neutral-btn:hover[b-s0b40ybj31] {
  background: #dde2e6;
  border-color: #c2c8d0;
  color: #1f2730;
}

.admin-decline-btn[b-s0b40ybj31] {
  --neutral-fill-rest: #dc3545;
  --neutral-fill-hover: #c82333;
  --neutral-fill-active: #bd2130;
  --neutral-foreground-rest: #ffffff;
  color: #fff;
  background: #dc3545;
  border-color: #dc3545;
}

.admin-decline-btn:hover[b-s0b40ybj31] {
  background: #c82333;
  border-color: #bd2130;
}

.admin-sort-col[b-s0b40ybj31] {
  cursor: pointer;
  user-select: none;
}

.admin-sort-col:hover[b-s0b40ybj31] {
  color: #2f7d6d;
}

.admin-user-toolbar[b-s0b40ybj31] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.admin-user-search[b-s0b40ybj31] {
  flex: 1;
  max-width: 320px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #cfd4da;
  font-size: 0.95rem;
  background: #fff;
  color: #1f2a2f;
}

.admin-user-search:focus[b-s0b40ybj31] {
  outline: none;
  border-color: #2f7d6d;
  box-shadow: 0 0 0 2px rgba(47, 125, 109, 0.2);
}

.admin-user-count[b-s0b40ybj31] {
  color: #5b6a72;
  font-size: 0.88rem;
}

.admin-user-pagination[b-s0b40ybj31] {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-top: 8px;
}

.admin-page-btn[b-s0b40ybj31] {
  padding: 5px 14px;
  border-radius: 8px;
  border: 1px solid #cfd4da;
  background: #fff;
  color: #1f2a2f;
  cursor: pointer;
  font-size: 0.9rem;
}

.admin-page-btn:hover:not(:disabled)[b-s0b40ybj31] {
  background: #e4f4ef;
  border-color: #2f7d6d;
}

.admin-page-btn:disabled[b-s0b40ybj31] {
  opacity: 0.4;
  cursor: not-allowed;
}

.admin-page-info[b-s0b40ybj31] {
  color: #4b5b63;
  font-size: 0.9rem;
}

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

 @media (max-width: 860px) {
   .admin-row[b-s0b40ybj31] {
     grid-template-columns: 1fr 1fr;
     grid-auto-rows: auto;
   }

   .admin-row--bookings[b-s0b40ybj31] {
     grid-template-columns: 1fr;
   }

   .admin-row--users[b-s0b40ybj31] {
     grid-template-columns: 1fr;
   }

   .admin-actions[b-s0b40ybj31] {
     grid-column: span 2;
     justify-content: flex-start;
   }

   .admin-actions--bookings[b-s0b40ybj31] {
     grid-column: span 1;
   }

   .admin-row--users .admin-actions[b-s0b40ybj31] {
     grid-column: span 1;
   }
 }

@media (max-width: 720px) {
  .admin-page[b-s0b40ybj31] {
    padding: 20px 16px 32px;
  }
}

@media (max-width: 560px) {
  .admin-property-tabs[b-s0b40ybj31] {
    width: 100%;
  }

  .admin-property-tab[b-s0b40ybj31] {
    flex: 1;
    padding: 0.65rem 0.5rem;
    text-align: center;
  }
}
/* /Components/Pages/ApartmentInfo.razor.rz.scp.css */
.apartment-info-page[b-vh4enu2koi] {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.apartment-info-page h1[b-vh4enu2koi] {
  margin: 0;
  color: #1f2a2f;
}

.apartment-info-card[b-vh4enu2koi] {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(83, 100, 107, 0.2);
  border-radius: 14px;
  padding: 16px;
}

.apartment-info-card h2[b-vh4enu2koi] {
  margin: 0 0 10px;
  color: #1f2a2f;
  font-size: 1.15rem;
}

.apartment-info-muted[b-vh4enu2koi] {
  color: #4b5b63;
}

.apartment-info-card p + p[b-vh4enu2koi] {
  margin-top: 10px;
}

.apartment-info-list[b-vh4enu2koi] {
  margin: 8px 0 0;
  padding-left: 20px;
  color: #33414a;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.apartment-info-list li[b-vh4enu2koi] {
  line-height: 1.45;
}

.apartment-image-grid[b-vh4enu2koi] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.apartment-image[b-vh4enu2koi] {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(83, 100, 107, 0.2);
}

.apartment-image-grid--placeholder[b-vh4enu2koi] {
  margin-top: 8px;
}

.apartment-image-toggle[b-vh4enu2koi] {
  display: block;
  margin: 12px auto 0;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(83, 100, 107, 0.3);
  background: rgba(242, 244, 246, 0.9);
  color: #1f2a2f;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.apartment-image-toggle:hover[b-vh4enu2koi] {
  background: rgba(228, 232, 235, 0.95);
}

.apartment-image-placeholder[b-vh4enu2koi] {
  min-height: 150px;
  border-radius: 10px;
  border: 1px dashed rgba(83, 100, 107, 0.35);
  background: rgba(242, 244, 246, 0.9);
  color: #4b5b63;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.apartment-map-wrap[b-vh4enu2koi] {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(83, 100, 107, 0.2);
}

.apartment-map[b-vh4enu2koi] {
  width: 100%;
  height: 430px;
  border: 0;
}

@media (max-width: 900px) {
  .apartment-image-grid[b-vh4enu2koi] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .apartment-info-page[b-vh4enu2koi] {
    padding-top: 16px;
  }

  .apartment-image-grid[b-vh4enu2koi] {
    grid-template-columns: 1fr;
  }

  .apartment-map[b-vh4enu2koi] {
    height: 320px;
  }
}
/* /Components/Pages/CabinInfo.razor.rz.scp.css */
.cabin-info-page[b-tgsrr56jhf] {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cabin-info-page h1[b-tgsrr56jhf] {
  margin: 0;
  color: #1f2a2f;
}

.cabin-info-card[b-tgsrr56jhf] {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(83, 100, 107, 0.2);
  border-radius: 14px;
  padding: 16px;
}

.cabin-info-card h2[b-tgsrr56jhf] {
  margin: 0 0 10px;
  color: #1f2a2f;
  font-size: 1.15rem;
}

.cabin-info-muted[b-tgsrr56jhf] {
  color: #4b5b63;
}

.cabin-image-grid[b-tgsrr56jhf] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cabin-image[b-tgsrr56jhf] {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(83, 100, 107, 0.2);
}

.cabin-image-grid--placeholder[b-tgsrr56jhf] {
  margin-top: 8px;
}

.cabin-image-placeholder[b-tgsrr56jhf] {
  min-height: 150px;
  border-radius: 10px;
  border: 1px dashed rgba(83, 100, 107, 0.35);
  background: rgba(242, 244, 246, 0.9);
  color: #4b5b63;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.cabin-map-wrap[b-tgsrr56jhf] {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(83, 100, 107, 0.2);
}

.cabin-map[b-tgsrr56jhf] {
  width: 100%;
  height: 430px;
  border: 0;
}

@media (max-width: 900px) {
  .cabin-image-grid[b-tgsrr56jhf] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cabin-info-page[b-tgsrr56jhf] {
    padding-top: 16px;
  }

  .cabin-image-grid[b-tgsrr56jhf] {
    grid-template-columns: 1fr;
  }

  .cabin-map[b-tgsrr56jhf] {
    height: 320px;
  }
}
/* /Components/Pages/Home.razor.rz.scp.css */
:host[b-5vov6vrlau] {
  display: block;
}

/* ── Availability section ──────────────────────────────────────────────── */

.avail-section[b-5vov6vrlau] {
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.avail-heading-row[b-5vov6vrlau] {
  text-align: center;
}

.avail-heading[b-5vov6vrlau] {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2f3840;
  margin: 0 0 0.2rem;
}

.avail-subheading[b-5vov6vrlau] {
  color: #6b7a84;
  font-size: 0.92rem;
  margin: 0;
}

.avail-grid[b-5vov6vrlau] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* ── Column ─────────────────────────────────────────────────────────────── */

.avail-col[b-5vov6vrlau] {
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.avail-col--warm[b-5vov6vrlau] {
  border-color: #f0c971;
  background: #fffdf5;
}

.avail-col--cool[b-5vov6vrlau] {
  border-color: #7ab8e8;
  background: #f5faff;
}

/* ── Column header ───────────────────────────────────────────────────────── */

.avail-col-header[b-5vov6vrlau] {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1rem;
}

.avail-col-header--warm[b-5vov6vrlau] {
  background: linear-gradient(135deg, #fdf3d0 0%, #f7e9bb 100%);
  border-bottom: 1px solid #f0c971;
}

.avail-col-header--cool[b-5vov6vrlau] {
  background: linear-gradient(135deg, #d0eaff 0%, #b8d9f5 100%);
  border-bottom: 1px solid #7ab8e8;
}

.avail-col-icon[b-5vov6vrlau] {
  font-size: 1rem;
  line-height: 1;
}

.avail-col-name[b-5vov6vrlau] {
  font-weight: 700;
  font-size: 0.95rem;
  color: #1f2a2f;
  flex: 1;
}

.avail-col-location[b-5vov6vrlau] {
  font-size: 0.78rem;
  color: #6b7a84;
}

/* ── Empty state ─────────────────────────────────────────────────────────── */

.avail-empty[b-5vov6vrlau] {
  padding: 1rem;
  font-size: 0.88rem;
  color: #8a9aa4;
  font-style: italic;
}

/* ── Slot cards ──────────────────────────────────────────────────────────── */

.avail-slot[b-5vov6vrlau] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid transparent;
  transition: background 0.14s ease;
}

.avail-col--warm .avail-slot[b-5vov6vrlau] {
  border-top-color: rgba(240, 201, 113, 0.35);
}

.avail-col--cool .avail-slot[b-5vov6vrlau] {
  border-top-color: rgba(122, 184, 232, 0.35);
}

.avail-slot--warm:hover[b-5vov6vrlau] {
  background: #fef9ea;
}

.avail-slot--cool:hover[b-5vov6vrlau] {
  background: #eaf5ff;
}

.avail-slot-inner[b-5vov6vrlau] {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.avail-badge[b-5vov6vrlau] {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  margin-bottom: 0.1rem;
  width: fit-content;
}

.avail-badge--warm[b-5vov6vrlau] {
  background: #f7e1b5;
  color: #7a4e10;
}

.avail-badge--cool[b-5vov6vrlau] {
  background: #c0dff7;
  color: #0e3f6a;
}

.avail-dates[b-5vov6vrlau] {
  font-size: 1rem;
  font-weight: 700;
  color: #1f2a2f;
  white-space: nowrap;
}

.avail-meta[b-5vov6vrlau] {
  font-size: 0.78rem;
  color: #6b7a84;
}

.avail-cta[b-5vov6vrlau] {
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.avail-slot--warm .avail-cta[b-5vov6vrlau] {
  color: #b87c10;
}

.avail-slot--cool .avail-cta[b-5vov6vrlau] {
  color: #1565a8;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 600px) {
  .avail-grid[b-5vov6vrlau] {
    grid-template-columns: 1fr;
  }

  .avail-section[b-5vov6vrlau] {
    max-width: 100%;
  }
}
/* /Components/Pages/PropertyCalendar.razor.rz.scp.css */
:host[b-g970biofpo] {
  display: block;
}

.calendar-page[b-g970biofpo] {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 32px 28px 48px;
  background: radial-gradient(circle at top left, #fdf3d0 0%, #f5f2e8 35%, #e3eef2 100%);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.calendar-hero[b-g970biofpo] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.hero-copy h1[b-g970biofpo] {
  font-size: 2.2rem;
  margin: 8px 0 8px;
  letter-spacing: -0.02em;
}

.hero-copy p[b-g970biofpo] {
  margin: 0;
  max-width: 520px;
  color: #3d4a4f;
  line-height: 1.5;
}

.hero-label[b-g970biofpo] {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: #6a5a3c;
  font-weight: 600;
}

.hero-chip[b-g970biofpo] {
  background: #f7e1b5;
  border-radius: 16px;
  padding: 16px 20px;
  min-width: 180px;
  box-shadow: 0 10px 20px rgba(90, 70, 35, 0.12);
}

.chip-title[b-g970biofpo] {
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: #6a5a3c;
}

.chip-pricing[b-g970biofpo] {
  display: grid;
  gap: 6px;
  margin-top: 6px;
}

.chip-pricing-row[b-g970biofpo] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.85rem;
  color: #403420;
}

.chip-pricing-row span:last-child[b-g970biofpo] {
  font-weight: 600;
}

.chip-value[b-g970biofpo] {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 6px;
  color: #403420;
}

.calendar-card[b-g970biofpo] {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(6px);
  box-shadow: 0 24px 40px rgba(20, 30, 38, 0.12);
}

.calendar-header[b-g970biofpo] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.calendar-title[b-g970biofpo] {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1f2a2f;
}

.calendar-subtitle[b-g970biofpo] {
  font-size: 0.95rem;
  color: #4b5b63;
}

.calendar-actions[b-g970biofpo] {
  display: flex;
  gap: 8px;
}

.calendar-rule[b-g970biofpo] {
  margin-bottom: 16px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff2c9;
  border: 1px solid #f0c971;
  color: #6a4b0a;
  font-weight: 600;
}

.calendar-readonly-note[b-g970biofpo] {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #eef2f6;
  border: 1px solid #cfd9e2;
  color: #43505c;
  font-weight: 600;
}

/* Cleaning-staff read-only view: days are hoverable for tooltips but not interactive. */
.calendar-page--readonly .calendar-day:not(:disabled)[b-g970biofpo] {
  cursor: default;
}

.calendar-admin[b-g970biofpo] {
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(47, 125, 109, 0.25);
  background: rgba(47, 125, 109, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-header[b-g970biofpo] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-title[b-g970biofpo] {
  font-weight: 700;
  color: #1f2a2f;
}

.admin-year[b-g970biofpo] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-year-label[b-g970biofpo] {
  min-width: 64px;
  text-align: center;
  font-weight: 700;
  color: #1f2a2f;
}

.admin-months[b-g970biofpo] {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.admin-month[b-g970biofpo] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(83, 100, 107, 0.16);
  font-weight: 600;
  color: #2a3a40;
}

.admin-month input[type="checkbox"][b-g970biofpo] {
  width: 16px;
  height: 16px;
}

.admin-actions[b-g970biofpo] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.calendar-grid[b-g970biofpo] {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 0;
}

.calendar-panels[b-g970biofpo] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.calendar-panel[b-g970biofpo] {
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(83, 100, 107, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.calendar-panel--primary[b-g970biofpo] {
  background: linear-gradient(180deg, rgba(242, 244, 246, 0.96) 0%, rgba(242, 244, 246, 0.72) 100%);
  border-color: rgba(156, 166, 175, 0.42);
}

.calendar-panel--secondary[b-g970biofpo] {
  background: linear-gradient(180deg, rgba(242, 244, 246, 0.96) 0%, rgba(242, 244, 246, 0.72) 100%);
  border-color: rgba(156, 166, 175, 0.42);
}

.calendar-month-title[b-g970biofpo] {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2a2f;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(83, 100, 107, 0.2);
}

.calendar-weekday[b-g970biofpo] {
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #354349;
  padding: 8px 4px;
}

.calendar-day[b-g970biofpo] {
  background: #f9faf9;
  border-radius: 14px;
  min-height: 69px;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(83, 100, 107, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  text-align: left;
}

.calendar-day:hover[b-g970biofpo] {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(24, 38, 45, 0.12);
}

.calendar-day:disabled[b-g970biofpo] {
  cursor: default;
  transform: none;
  box-shadow: none;
}

.calendar-day.is-outside[b-g970biofpo] {
  opacity: 0.45;
  background: #f2f4f2;
}

.calendar-day.is-extension[b-g970biofpo] {
  opacity: 1;
}

.calendar-day.is-today[b-g970biofpo] {
  border: 2px solid #2f7d6d;
  background: #e4f4ef;
}

.day-number[b-g970biofpo] {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1f2a2f;
}

.day-notes[b-g970biofpo] {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.day-note[b-g970biofpo] {
  font-size: 0.66rem;
  line-height: 1.2;
  color: #2e3a3f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.92;
}

.calendar-day.is-free[b-g970biofpo] {
  background: #e3f3e6;
  border-color: #a8d7b2;
}

.calendar-day.is-pending[b-g970biofpo] {
  background: #fff2c9;
  border-color: #f0c971;
}

.calendar-day.is-occupied[b-g970biofpo] {
  background: #e3e6e8;
  border-color: #c2c7cb;
}

.calendar-day.is-checkout[b-g970biofpo] {
  background: linear-gradient(135deg, #e3e6e8 50%, #e3f3e6 50%);
  border-color: #a8d7b2;
}

.calendar-day.is-checkout-pending[b-g970biofpo] {
  background: linear-gradient(135deg, #fff2c9 50%, #e3f3e6 50%);
  border-color: #a8d7b2;
}

.calendar-day.is-split[b-g970biofpo] {
  background: repeating-linear-gradient(
    135deg,
    #e3e6e8 0px,
    #e3e6e8 5px,
    #c9e8d0 5px,
    #c9e8d0 10px
  );
  border-color: #a8d7b2;
}

.calendar-day.is-split-pending[b-g970biofpo] {
  background: repeating-linear-gradient(
    135deg,
    #fff2c9 0px,
    #fff2c9 5px,
    #c9e8d0 5px,
    #c9e8d0 10px
  );
  border-color: #f0c971;
}

.calendar-day.is-inactive[b-g970biofpo] {
  background: #f1f3f5;
  border-color: #cfd6db;
  color: #6b7780;
}

.calendar-day.is-selected[b-g970biofpo] {
  border-color: #2f7d6d;
  box-shadow: inset 0 0 0 2px rgba(47, 125, 109, 0.3);
}

.calendar-day.is-range-start[b-g970biofpo],
.calendar-day.is-range-end[b-g970biofpo] {
  border-color: #2f7d6d;
  box-shadow: inset 0 0 0 2px rgba(47, 125, 109, 0.6);
}

.calendar-legend[b-g970biofpo] {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  padding-top: 10px;
  border-top: 1px solid rgba(83, 100, 107, 0.12);
  color: #4b5b63;
  font-size: 1rem;
}

.legend-item[b-g970biofpo] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.legend-dot[b-g970biofpo] {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid rgba(31, 42, 47, 0.2);
  flex-shrink: 0;
}

.legend-dot.is-free[b-g970biofpo] {
  background: #6bbf7a;
}

.legend-dot.is-pending[b-g970biofpo] {
  background: #f1c75d;
}

.legend-dot.is-occupied[b-g970biofpo] {
  background: #9aa2a8;
}

.legend-dot.is-checkout[b-g970biofpo] {
  background: linear-gradient(135deg, #9aa2a8 50%, #6bbf7a 50%);
}

.legend-dot.is-split[b-g970biofpo] {
  background: repeating-linear-gradient(
    135deg,
    #9aa2a8 0px,
    #9aa2a8 3px,
    #6bbf7a 3px,
    #6bbf7a 6px
  );
}

.legend-dot.is-selected[b-g970biofpo] {
  background: #2f7d6d;
}

.legend-dot.is-inactive[b-g970biofpo] {
  background: #d7dde1;
}

.legend-item--selection[b-g970biofpo] {
  margin-left: auto;
  font-weight: 600;
}

.calendar-actions-footer[b-g970biofpo] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(83, 100, 107, 0.12);
}

.selection-info[b-g970biofpo] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.selection-text[b-g970biofpo] {
  color: #4b5b63;
}

.selection-price[b-g970biofpo] {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.selection-price-label[b-g970biofpo] {
  font-size: 0.8rem;
  color: #6b7a84;
  font-weight: 500;
}

.selection-price-amount[b-g970biofpo] {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f2a2f;
}

.theme-cool .selection-price-amount[b-g970biofpo] {
  color: #1565a8;
}

.booking-submit[b-g970biofpo] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.booking-spinner[b-g970biofpo] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  vertical-align: -2px;
  animation: booking-spin-b-g970biofpo 0.75s linear infinite;
}

.booking-submit-status[b-g970biofpo] {
  font-size: 0.82rem;
  color: #4b5b63;
  font-weight: 600;
}

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

@media (max-width: 900px) {
  .calendar-hero[b-g970biofpo] {
    flex-direction: column;
    align-items: flex-start;
  }

  .calendar-card[b-g970biofpo] {
    padding: 20px;
  }

  .calendar-panels[b-g970biofpo] {
    grid-template-columns: 1fr;
  }

  .calendar-panel--secondary[b-g970biofpo] {
    display: none;
  }
}

@media (max-width: 720px) {
  .calendar-page[b-g970biofpo] {
    padding: 20px 16px 32px;
  }

  .hero-copy h1[b-g970biofpo] {
    font-size: 1.7rem;
    margin-top: 0;
  }

  .hero-chip[b-g970biofpo] {
    width: 100%;
    box-sizing: border-box;
  }

  .calendar-header[b-g970biofpo] {
    flex-direction: column;
    align-items: flex-start;
  }

  .calendar-actions[b-g970biofpo] {
    flex-wrap: wrap;
  }

  .calendar-grid[b-g970biofpo] {
    gap: 6px;
  }

  .admin-months[b-g970biofpo] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .calendar-day[b-g970biofpo] {
    min-height: 62px;
    padding: 6px 10px;
  }

  .calendar-actions-footer[b-g970biofpo] {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-submit[b-g970biofpo] {
    align-items: flex-start;
  }

  .legend-item--selection[b-g970biofpo] {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .admin-months[b-g970biofpo] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .calendar-page[b-g970biofpo] {
    padding: 14px 10px 28px;
  }

  .calendar-card[b-g970biofpo] {
    padding: 14px 10px;
    border-radius: 16px;
  }

  .calendar-title[b-g970biofpo] {
    font-size: 1.15rem;
  }

  .calendar-actions[b-g970biofpo] {
    width: 100%;
  }

  .calendar-actions[b-g970biofpo]  fluent-button {
    flex: 1;
  }

  .calendar-grid[b-g970biofpo] {
    gap: 4px;
  }

  .calendar-weekday[b-g970biofpo] {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    padding: 4px 2px;
    text-align: center;
  }

  .calendar-day[b-g970biofpo] {
    min-height: 48px;
    padding: 4px 5px;
    border-radius: 9px;
  }

  .day-number[b-g970biofpo] {
    font-size: 0.95rem;
  }

  .day-notes[b-g970biofpo] {
    display: none;
  }

  .calendar-legend[b-g970biofpo] {
    gap: 8px 14px;
    font-size: 0.8rem;
  }

  .booking-submit[b-g970biofpo] {
    width: 100%;
    align-items: stretch;
  }

  .booking-submit[b-g970biofpo]  fluent-button {
    width: 100%;
  }
}

/* ── Álalind blue theme ─────────────────────────────────────────────────── */
.calendar-page.theme-cool[b-g970biofpo] {
  background: radial-gradient(circle at top left, #cce5ff 0%, #e8f4fb 38%, #eef2f8 100%);
}

.calendar-page.theme-cool .hero-label[b-g970biofpo] {
  color: #1e4a72;
}

.calendar-page.theme-cool .hero-chip[b-g970biofpo] {
  background: #b8d9f5;
  box-shadow: 0 10px 20px rgba(20, 60, 100, 0.13);
}

.calendar-page.theme-cool .chip-title[b-g970biofpo] {
  color: #1e4a72;
}

.calendar-page.theme-cool .chip-pricing-row[b-g970biofpo] {
  color: #102840;
}

.calendar-page.theme-cool .chip-value[b-g970biofpo] {
  color: #102840;
}

.calendar-page.theme-cool .calendar-rule[b-g970biofpo] {
  background: #d0eaff;
  border-color: #7ab8e8;
  color: #0a3060;
}

.calendar-page.theme-cool .calendar-day.is-today[b-g970biofpo] {
  border-color: #1d6fa4;
  background: #d0eaff;
}

.calendar-page.theme-cool .calendar-day.is-selected[b-g970biofpo] {
  border-color: #1d6fa4;
  box-shadow: inset 0 0 0 2px rgba(29, 111, 164, 0.3);
}

.calendar-page.theme-cool .calendar-day.is-range-start[b-g970biofpo],
.calendar-page.theme-cool .calendar-day.is-range-end[b-g970biofpo] {
  border-color: #1d6fa4;
  box-shadow: inset 0 0 0 2px rgba(29, 111, 164, 0.6);
}

.calendar-page.theme-cool .legend-dot.is-selected[b-g970biofpo] {
  background: #1d6fa4;
}
