/* /Components/AvailabilityCalendar.razor.rz.scp.css */
.weekdays[b-izjyngalni],
.days-grid[b-izjyngalni] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.45rem;
}

.weekdays[b-izjyngalni] {
    margin-top: 1rem;
}

.weekdays span[b-izjyngalni] {
    text-align: center;
    font-size: 0.85rem;
    color: #3e6447;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.days-grid[b-izjyngalni] {
    margin-top: 0.6rem;
}

.calendar-legend[b-izjyngalni] {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.8rem;
}

.legend-item[b-izjyngalni] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #2f4f36;
    font-size: 0.78rem;
    font-weight: 600;
}

.legend-swatch[b-izjyngalni] {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #d8e6cf;
    flex-shrink: 0;
}

.legend-swatch.available[b-izjyngalni] {
    border-color: #b9ddaf;
    background: #efffe9;
}

.legend-swatch.unavailable[b-izjyngalni] {
    border-color: #e6c8c8;
    background: #fff1f1;
}

.legend-swatch.checkout-boundary[b-izjyngalni] {
    border-color: #d4c6b2;
    background: linear-gradient(135deg, #fff1f1 0 49.5%, #efffe9 50.5% 100%);
}

.legend-swatch.checkin-boundary[b-izjyngalni] {
    border-color: #d4c6b2;
    background: linear-gradient(135deg, #efffe9 0 49.5%, #fff1f1 50.5% 100%);
}

.empty-day[b-izjyngalni],
.day-tile[b-izjyngalni] {
    border-radius: 14px;
    min-height: 72px;
    min-width: 0;
}

.day-tile[b-izjyngalni] {
    border: 1px solid #d8e6cf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fafff8;
    padding: 0.4rem;
}

.day-tile.with-booking-info[b-izjyngalni] {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.25rem;
    min-height: 116px;
    padding: 0.35rem;
}

button.day-tile[b-izjyngalni] {
    cursor: pointer;
    font: inherit;
}

button.day-tile:hover[b-izjyngalni] {
    transform: translateY(-1px);
    box-shadow: 0 8px 12px rgba(21, 62, 33, 0.14);
}

.day-number[b-izjyngalni] {
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    font-weight: 700;
    line-height: 1.1;
}

.day-tile.available[b-izjyngalni] {
    border-color: #b9ddaf;
    background: #efffe9;
    color: #1f5b27;
}

.day-tile.unavailable[b-izjyngalni] {
    border-color: #e6c8c8;
    background: #fff1f1;
    color: #8d2f2f;
}

.day-tile.checkout-boundary[b-izjyngalni] {
    border-color: #d4c6b2;
    background: linear-gradient(135deg, #fff1f1 0 49.5%, #efffe9 50.5% 100%);
    color: #36503b;
}

.day-tile.checkin-boundary[b-izjyngalni] {
    border-color: #d4c6b2;
    background: linear-gradient(135deg, #efffe9 0 49.5%, #fff1f1 50.5% 100%);
    color: #4f3131;
}

.day-tile.checkout-boundary.checkin-boundary[b-izjyngalni] {
    border-color: #e6c8c8;
    background: #fff1f1;
    color: #8d2f2f;
}

.day-tile.selected[b-izjyngalni] {
    outline: 2px solid #2f7e48;
    outline-offset: -2px;
    box-shadow: 0 0 0 1px rgba(47, 126, 72, 0.25), 0 8px 14px rgba(21, 62, 33, 0.18);
}

.day-tile.preview[b-izjyngalni] {
    outline: 2px dashed rgba(47, 126, 72, 0.55);
    outline-offset: -2px;
    box-shadow: inset 0 0 0 999px rgba(47, 126, 72, 0.08);
}

.day-tile.preview-invalid[b-izjyngalni] {
    outline: 2px dashed rgba(158, 54, 54, 0.62);
    outline-offset: -2px;
    box-shadow: inset 0 0 0 999px rgba(158, 54, 54, 0.1);
}

.day-tile.booking-hover-related-primary[b-izjyngalni] {
    outline: 3px solid #ff7a00;
    outline-offset: -2px;
    box-shadow: inset 0 0 0 999px rgba(255, 122, 0, 0.08), 0 10px 16px rgba(120, 58, 0, 0.28);
}

.day-tile.booking-hover-related-secondary[b-izjyngalni] {
    outline: 3px solid #0057ff;
    outline-offset: -2px;
    box-shadow: inset 0 0 0 999px rgba(0, 87, 255, 0.09), 0 10px 16px rgba(0, 52, 154, 0.28);
}

.day-tile.booking-hover-related-both[b-izjyngalni] {
    outline: 3px solid transparent;
    outline-offset: -2px;
    box-shadow:
        inset 0 0 0 2px #ff7a00,
        inset 0 0 0 5px #0057ff,
        inset 0 0 0 999px rgba(255, 122, 0, 0.06),
        0 12px 18px rgba(0, 36, 118, 0.3);
}

button.day-tile.booking-hover-related-both:hover[b-izjyngalni] {
    box-shadow:
        inset 0 0 0 2px #ff7a00,
        inset 0 0 0 5px #0057ff,
        inset 0 0 0 999px rgba(255, 122, 0, 0.06),
        0 12px 18px rgba(0, 36, 118, 0.3);
}

button.day-tile.unavailable[b-izjyngalni] {
    opacity: 0.9;
}

button.day-tile.guest-date-disabled[b-izjyngalni] {
    cursor: not-allowed;
    opacity: 0.5;
    box-shadow: none;
}

button.day-tile.guest-date-disabled:hover[b-izjyngalni] {
    transform: none;
    box-shadow: none;
}

.booking-meta[b-izjyngalni] {
    display: grid;
    gap: 0.06rem;
    width: 100%;
    margin-top: 0.08rem;
}

.booking-meta-entry[b-izjyngalni] {
    display: grid;
    gap: 0.06rem;
    padding-top: 0.16rem;
    border-top: 1px dashed rgba(28, 53, 34, 0.18);
}

.booking-meta-entry:first-child[b-izjyngalni] {
    padding-top: 0;
    border-top: 0;
}

.booking-meta-line[b-izjyngalni] {
    font-size: 0.62rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booking-kind[b-izjyngalni] {
    margin-left: 0.24rem;
    font-size: 0.54rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #315c3a;
}

@media (max-width: 760px) {
    .weekdays[b-izjyngalni],
    .days-grid[b-izjyngalni] {
        gap: 0.3rem;
    }

    .weekdays span[b-izjyngalni] {
        font-size: 0.72rem;
        letter-spacing: 0.02em;
    }

    .day-tile[b-izjyngalni],
    .empty-day[b-izjyngalni] {
        min-height: 54px;
        border-radius: 10px;
    }

    .day-tile.with-booking-info[b-izjyngalni] {
        min-height: 74px;
        gap: 0.12rem;
        padding: 0.22rem;
    }

    .day-tile[b-izjyngalni] {
        padding: 0.28rem 0.18rem;
    }

    .calendar-legend[b-izjyngalni] {
        margin-top: 0.62rem;
        gap: 0.38rem 0.62rem;
    }

    .legend-item[b-izjyngalni] {
        font-size: 0.69rem;
        gap: 0.28rem;
    }

    .legend-swatch[b-izjyngalni] {
        width: 13px;
        height: 13px;
        border-radius: 4px;
    }

    .day-number[b-izjyngalni] {
        font-size: 0.9rem;
    }

    .booking-meta-line[b-izjyngalni] {
        font-size: 0.5rem;
    }

    .booking-kind[b-izjyngalni] {
        font-size: 0.45rem;
    }

}

@media (max-width: 420px) {
    .weekdays[b-izjyngalni],
    .days-grid[b-izjyngalni] {
        gap: 0.22rem;
    }

    .weekdays span[b-izjyngalni] {
        font-size: 0.66rem;
    }

    .day-tile[b-izjyngalni],
    .empty-day[b-izjyngalni] {
        min-height: 48px;
    }

    .day-tile.with-booking-info[b-izjyngalni] {
        min-height: 66px;
    }

    .day-number[b-izjyngalni] {
        font-size: 0.82rem;
    }

    .booking-meta-line[b-izjyngalni] {
        font-size: 0.45rem;
    }

    .booking-kind[b-izjyngalni] {
        font-size: 0.42rem;
    }

    .legend-item[b-izjyngalni] {
        font-size: 0.64rem;
    }

    .legend-swatch[b-izjyngalni] {
        width: 12px;
        height: 12px;
    }

}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-1lsk5ud8rh] {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow-x: clip;
}

main[b-1lsk5ud8rh] {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.global-leaf[b-1lsk5ud8rh] {
    position: absolute;
    z-index: 0;
    opacity: 0.13;
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(0 10px 24px rgba(3, 22, 11, 0.2));
}

.global-leaf-left[b-1lsk5ud8rh] {
    width: clamp(360px, 36vw, 580px);
    left: clamp(-64px, -3vw, -16px);
    top: 20%;
    transform: scaleX(-1) rotate(-14deg);
}

.global-leaf-right[b-1lsk5ud8rh] {
    width: clamp(340px, 34vw, 540px);
    right: clamp(-58px, -3vw, -14px);
    top: 0%;
    transform: rotate(15deg);
}

.site-shell.home-page .global-leaf-left[b-1lsk5ud8rh] {
    top: clamp(54rem, 115vh, 86rem);
}

.site-shell.home-page .global-leaf-right[b-1lsk5ud8rh] {
    top: clamp(46rem, 102vh, 76rem);
}

.top-menu[b-1lsk5ud8rh] {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    width: min(92vw, 980px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(205, 234, 214, 0.4);
    background: linear-gradient(120deg, rgba(17, 47, 34, 0.58), rgba(47, 94, 74, 0.4));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 36px rgba(7, 28, 20, 0.26);
}

.brand[b-1lsk5ud8rh] {
    color: #f6ffec;
    text-decoration: none;
    font-size: clamp(1rem, 2.3vw, 1.3rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.menu-links[b-1lsk5ud8rh] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.menu-links[b-1lsk5ud8rh]  a {
    color: #f4ffe0;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.menu-links[b-1lsk5ud8rh]  a:hover {
    color: #ffffff;
    background-color: rgba(188, 231, 192, 0.2);
}

@media (max-width: 760px) {
    .global-leaf[b-1lsk5ud8rh] {
        opacity: 0.09;
    }

    .global-leaf-left[b-1lsk5ud8rh] {
        width: 336px;
        left: -6.6rem;
        top: 20%;
    }

    .global-leaf-right[b-1lsk5ud8rh] {
        width: 320px;
        right: -6.1rem;
        top: 63%;
    }

    .site-shell.home-page .global-leaf-left[b-1lsk5ud8rh] {
        top: clamp(37rem, 103vh, 55rem);
    }

    .site-shell.home-page .global-leaf-right[b-1lsk5ud8rh] {
        top: clamp(33rem, 95vh, 51rem);
    }

    .top-menu[b-1lsk5ud8rh] {
        top: 0.7rem;
        left: 0.5rem;
        right: 0.5rem;
        width: auto;
        transform: none;
        border-radius: 20px;
        padding: 0.58rem 0.65rem;
        flex-direction: column;
        gap: 0.35rem;
    }

    .brand[b-1lsk5ud8rh] {
        font-size: 0.92rem;
        letter-spacing: 0.04em;
    }

    .menu-links[b-1lsk5ud8rh] {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.38rem;
    }

    .menu-links[b-1lsk5ud8rh]  a {
        padding: 0.3rem 0.62rem;
        font-size: 0.88rem;
    }
}

#blazor-error-ui[b-1lsk5ud8rh] {
    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-1lsk5ud8rh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cfsj4jmo9u],
.components-reconnect-repeated-attempt-visible[b-cfsj4jmo9u],
.components-reconnect-failed-visible[b-cfsj4jmo9u],
.components-pause-visible[b-cfsj4jmo9u],
.components-resume-failed-visible[b-cfsj4jmo9u],
.components-rejoining-animation[b-cfsj4jmo9u] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-cfsj4jmo9u {
    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/AdminAvailability.razor.rz.scp.css */
.availability-page[b-floj4vp495] {
    width: min(95vw, 980px);
    margin: 7rem auto 3rem;
    padding-inline: 0.5rem;
}

.availability-header h1[b-floj4vp495] {
    margin: 0;
    font-size: clamp(1.8rem, 4.8vw, 3rem);
    color: #12351f;
}

.availability-header p[b-floj4vp495] {
    margin: 0.5rem 0 0;
    color: #2d5b3d;
}

.logout-form[b-floj4vp495] {
    margin-top: 0.8rem;
}

.logout-form button[b-floj4vp495] {
    border: 1px solid #86ac84;
    border-radius: 999px;
    background: #edf9e8;
    color: #1c4528;
    font-weight: 700;
    padding: 0.35rem 0.8rem;
    cursor: pointer;
}

.logout-form button:hover[b-floj4vp495] {
    background: #dbefd3;
}

.calendar-shell[b-floj4vp495] {
    margin-top: 1.3rem;
    border-radius: 20px;
    border: 1px solid #c9ddbe;
    background: rgba(248, 255, 241, 0.84);
    backdrop-filter: blur(3px);
    box-shadow: 0 16px 30px rgba(39, 78, 47, 0.12);
    padding: 1rem;
}

.calendar-nav[b-floj4vp495] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.calendar-nav h2[b-floj4vp495] {
    margin: 0;
    font-size: clamp(1rem, 2.8vw, 1.4rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

.calendar-nav button[b-floj4vp495] {
    border: 1px solid #8db08a;
    border-radius: 999px;
    background: #f3ffe8;
    color: #20492f;
    padding: 0.4rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.calendar-nav button:hover[b-floj4vp495] {
    background: #daf4d2;
}

.calendar-nav button:disabled[b-floj4vp495] {
    border-color: #c8d8c2;
    background: #eef4eb;
    color: #7c8f7c;
    opacity: 1;
    cursor: not-allowed;
    box-shadow: none;
}

.status-message[b-floj4vp495] {
    margin: 0.8rem 0 0;
    padding: 0.65rem 0.8rem;
    border: 1px solid #b2d0a9;
    border-radius: 10px;
    background: #f0faea;
    color: #20462a;
    font-weight: 600;
}

.status-success[b-floj4vp495] {
    border-color: #b2d0a9;
    background: #f0faea;
    color: #20462a;
}

.status-error[b-floj4vp495] {
    border-color: #e1b5b5;
    background: #fff1f1;
    color: #862e2e;
}

.booked-days-card[b-floj4vp495] {
    margin-top: 1rem;
    border-radius: 20px;
    border: 1px solid #c9ddbe;
    background: rgba(248, 255, 241, 0.84);
    box-shadow: 0 16px 30px rgba(39, 78, 47, 0.12);
    padding: 1rem;
}

.booked-days-card h2[b-floj4vp495] {
    margin: 0;
    color: #133d24;
    font-size: clamp(1.1rem, 3vw, 1.5rem);
}

.booked-days-card p[b-floj4vp495] {
    margin: 0.45rem 0 0;
    color: #325943;
}

.empty-bookings[b-floj4vp495] {
    font-weight: 600;
}

.bookings-table-wrap[b-floj4vp495] {
    margin-top: 0.75rem;
    overflow-x: auto;
}

.bookings-table[b-floj4vp495] {
    width: 100%;
    min-width: 740px;
    border-collapse: collapse;
    font-size: 0.78rem;
}

.bookings-table th[b-floj4vp495],
.bookings-table td[b-floj4vp495] {
    border-bottom: 1px solid #cfe1c5;
    padding: 0.45rem 0.5rem;
    text-align: left;
    vertical-align: top;
}

.notes-cell[b-floj4vp495] {
    min-width: 14rem;
    max-width: 22rem;
    white-space: pre-wrap;
    word-break: break-word;
}

.notes-indicator-cell[b-floj4vp495] {
    text-align: center;
    width: 2.5rem;
    padding: 0.45rem 0.25rem;
}

.has-notes-badge[b-floj4vp495] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    cursor: default;
    opacity: 0.75;
    transition: opacity 0.15s;
}

.has-notes-badge:hover[b-floj4vp495] {
    opacity: 1;
}

.bookings-table th[b-floj4vp495] {
    color: #1f4e30;
    font-size: 0.83rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.admin-booking-form[b-floj4vp495] {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.75rem;
}

.form-grid[b-floj4vp495] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 0.8rem;
}

.form-group[b-floj4vp495] {
    display: grid;
    gap: 0.28rem;
}

.form-group label[b-floj4vp495] {
    font-size: 0.8rem;
    color: #204a31;
    font-weight: 700;
}

.form-group input[b-floj4vp495],
.form-group select[b-floj4vp495],
.form-group textarea[b-floj4vp495] {
    border: 1px solid #bcd5b2;
    border-radius: 9px;
    background: #fcfff9;
    color: #123b23;
    padding: 0.42rem 0.55rem;
    font: inherit;
}

.form-group textarea[b-floj4vp495] {
    min-height: 84px;
    resize: vertical;
}

.form-group-wide[b-floj4vp495] {
    grid-column: 1 / -1;
}

.checkbox-row[b-floj4vp495] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1f4d2f;
    font-weight: 600;
}

.booking-actions-row[b-floj4vp495] {
    display: flex;
    justify-content: flex-start;
}

.booking-actions-row button[b-floj4vp495] {
    border: 1px solid #86ac84;
    border-radius: 999px;
    background: #edf9e8;
    color: #1c4528;
    font-weight: 700;
    padding: 0.38rem 0.92rem;
    cursor: pointer;
}

.booking-actions-row button:hover[b-floj4vp495] {
    background: #dbefd3;
}

.booking-actions[b-floj4vp495] {
    display: flex;
    gap: 0.35rem;
}

.booking-actions button[b-floj4vp495] {
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.26rem 0.58rem;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.booking-actions button:disabled[b-floj4vp495] {
    opacity: 0.65;
    cursor: not-allowed;
}

.action-confirm[b-floj4vp495] {
    border-color: #5fa06f;
    background: #e3f7dd;
    color: #1f4a2f;
}

.action-confirm:hover[b-floj4vp495] {
    background: #d2efca;
}

.action-cancel[b-floj4vp495] {
    border-color: #d2a6a6;
    background: #fff0f0;
    color: #7e2f2f;
}

.action-cancel:hover[b-floj4vp495] {
    background: #fde3e3;
}

.action-delete[b-floj4vp495] {
    border-color: #a67575;
    background: #ffe0e0;
    color: #5c1f1f;
}

.action-delete:hover[b-floj4vp495] {
    background: #ffcccc;
}

.hovered-row-primary[b-floj4vp495] {
    background: rgba(255, 122, 0, 0.12);
    outline: 2px solid #ff7a00;
    outline-offset: -1px;
}

.hovered-row-secondary[b-floj4vp495] {
    background: rgba(0, 87, 255, 0.1);
    outline: 2px solid #0057ff;
    outline-offset: -1px;
}

@media (max-width: 760px) {
    .availability-page[b-floj4vp495] {
        margin-top: 8.4rem;
        width: min(100vw, 980px);
        padding-inline: 0.35rem;
    }

    .calendar-shell[b-floj4vp495] {
        padding: 0.75rem;
    }

    .calendar-nav[b-floj4vp495] {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 0.45rem;
        align-items: center;
    }

    .calendar-nav h2[b-floj4vp495] {
        font-size: 0.95rem;
        letter-spacing: 0.02em;
        min-width: 0;
    }

    .calendar-nav button[b-floj4vp495] {
        padding: 0.36rem 0.58rem;
        font-size: 0.82rem;
    }

    .form-grid[b-floj4vp495] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .availability-page[b-floj4vp495] {
        margin-top: 8.25rem;
    }

    .availability-header p[b-floj4vp495] {
        font-size: 0.95rem;
    }

    .calendar-shell[b-floj4vp495] {
        border-radius: 14px;
        padding: 0.55rem;
    }

    .calendar-nav h2[b-floj4vp495] {
        font-size: 0.84rem;
    }

    .calendar-nav button[b-floj4vp495] {
        font-size: 0.75rem;
        padding: 0.31rem 0.48rem;
    }
}

.clickable-row[b-floj4vp495] {
    cursor: pointer;
}

.clickable-row:hover[b-floj4vp495] {
    background: rgba(40, 110, 60, 0.05);
}

.create-booking-row[b-floj4vp495] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: flex-start;
}

.create-booking-row button[b-floj4vp495] {
    border: 1px solid #86ac84;
    border-radius: 999px;
    background: #edf9e8;
    color: #1c4528;
    font-weight: 700;
    padding: 0.38rem 0.92rem;
    cursor: pointer;
}

.create-booking-row button:hover[b-floj4vp495] {
    background: #dbefd3;
}

.create-booking-row button:disabled[b-floj4vp495] {
    opacity: 0.65;
    cursor: not-allowed;
}

.booking-modal-backdrop[b-floj4vp495] {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(4, 18, 8, 0.55);
    display: grid;
    place-items: center;
    padding: 1rem;
    overflow-y: auto;
}

.booking-modal[b-floj4vp495] {
    width: min(92vw, 700px);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    border-radius: 16px;
    border: 1px solid #bdd7b2;
    background: #f8fff3;
    box-shadow: 0 20px 36px rgba(19, 47, 28, 0.28);
    padding: 1.4rem;
    display: grid;
    gap: 0.85rem;
}

.modal-header[b-floj4vp495] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.modal-header h2[b-floj4vp495] {
    margin: 0;
    font-size: clamp(1rem, 3vw, 1.3rem);
    color: #133d24;
}

.modal-close[b-floj4vp495] {
    flex-shrink: 0;
    border: 1px solid #86ac84;
    border-radius: 50%;
    background: #edf9e8;
    color: #1c4528;
    font-size: 1rem;
    line-height: 1;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0;
}

.modal-close:hover[b-floj4vp495] {
    background: #dbefd3;
}

.modal-close:disabled[b-floj4vp495] {
    opacity: 0.55;
    cursor: not-allowed;
}

.modal-footer[b-floj4vp495] {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
    padding-top: 0.4rem;
}

.modal-footer button[b-floj4vp495] {
    border: 1px solid #86ac84;
    border-radius: 999px;
    background: #edf9e8;
    color: #1c4528;
    font-weight: 700;
    padding: 0.38rem 0.92rem;
    cursor: pointer;
}

.modal-footer button:hover[b-floj4vp495] {
    background: #dbefd3;
}

.modal-footer button.secondary[b-floj4vp495] {
    border-color: #9ab79b;
    background: #f4f9f1;
    color: #2d5b3d;
}

.modal-footer button.secondary:hover[b-floj4vp495] {
    background: #e8f3e4;
}

.modal-footer button:disabled[b-floj4vp495] {
    opacity: 0.65;
    cursor: not-allowed;
}
/* /Components/Pages/AdminLogin.razor.rz.scp.css */
.login-shell[b-6zwtucl21j] {
    min-height: 72vh;
    display: grid;
    place-items: center;
    padding: 7rem 1rem 2rem;
}

.login-card[b-6zwtucl21j] {
    width: min(92vw, 440px);
    border: 1px solid #c5daba;
    border-radius: 18px;
    background: rgba(249, 255, 245, 0.9);
    box-shadow: 0 18px 30px rgba(36, 72, 45, 0.14);
    padding: 1.4rem;
}

.login-card h1[b-6zwtucl21j] {
    margin: 0;
    color: #133b22;
}

.login-card p[b-6zwtucl21j] {
    margin: 0.5rem 0 0;
    color: #315f43;
}

.login-error[b-6zwtucl21j] {
    margin-top: 0.9rem;
    border: 1px solid #e3b9b9;
    background: #fff0f0;
    color: #8f2d2d;
    border-radius: 10px;
    padding: 0.55rem 0.7rem;
    font-weight: 600;
}

.login-form[b-6zwtucl21j] {
    margin-top: 1rem;
    display: grid;
    gap: 0.55rem;
}

.login-form label[b-6zwtucl21j] {
    font-weight: 600;
    color: #20452d;
}

.login-form input[b-6zwtucl21j] {
    border: 1px solid #aac7a6;
    border-radius: 10px;
    padding: 0.55rem 0.65rem;
    font: inherit;
    background: #fcfff9;
}

.login-form button[b-6zwtucl21j] {
    margin-top: 0.35rem;
    border: 1px solid #6a9c6f;
    border-radius: 999px;
    background: #dff4d6;
    color: #16351f;
    padding: 0.5rem 0.9rem;
    font-weight: 700;
    cursor: pointer;
}

.login-form button:hover[b-6zwtucl21j] {
    background: #caeabf;
}
/* /Components/Pages/Availability.razor.rz.scp.css */
.availability-page[b-b1t08j46sz] {
    width: min(95vw, 980px);
    margin: 7rem auto 3rem;
    padding-inline: 0.5rem;
}

.availability-page.summary-visible[b-b1t08j46sz] {
    padding-bottom: 8.2rem;
}

.availability-header h1[b-b1t08j46sz] {
    margin: 0;
    font-size: clamp(1.8rem, 4.8vw, 3rem);
    color: #12351f;
}

.availability-header p[b-b1t08j46sz] {
    margin: 0.5rem 0 0;
    color: #2d5b3d;
}

.status-message[b-b1t08j46sz] {
    margin: 0.8rem 0 0;
    padding: 0.65rem 0.8rem;
    border: 1px solid #b2d0a9;
    border-radius: 10px;
    background: #f0faea;
    color: #20462a;
    font-weight: 600;
}

.status-success[b-b1t08j46sz] {
    border-color: #b2d0a9;
    background: #f0faea;
    color: #20462a;
}

.status-error[b-b1t08j46sz] {
    border-color: #e1b5b5;
    background: #fff1f1;
    color: #862e2e;
}

.calendar-shell[b-b1t08j46sz] {
    margin-top: 1.3rem;
    border-radius: 20px;
    border: 1px solid #c9ddbe;
    background: rgba(248, 255, 241, 0.84);
    backdrop-filter: blur(3px);
    box-shadow: 0 16px 30px rgba(39, 78, 47, 0.12);
    padding: 1rem;
}

.calendar-nav[b-b1t08j46sz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.calendar-nav h2[b-b1t08j46sz] {
    margin: 0;
    font-size: clamp(1rem, 2.8vw, 1.4rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
}

.calendar-nav button[b-b1t08j46sz] {
    border: 1px solid #8db08a;
    border-radius: 999px;
    background: #f3ffe8;
    color: #20492f;
    padding: 0.4rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.calendar-nav button:hover[b-b1t08j46sz] {
    background: #daf4d2;
}

.calendar-nav button:disabled[b-b1t08j46sz] {
    border-color: #c8d8c2;
    background: #eef4eb;
    color: #7c8f7c;
    opacity: 1;
    cursor: not-allowed;
    box-shadow: none;
}

.calendar-months[b-b1t08j46sz] {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.calendar-month-panel[b-b1t08j46sz] {
    min-width: 0;
}

.calendar-month-title[b-b1t08j46sz] {
    margin: 0;
    color: #1f4f30;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.shared-calendar-legend[b-b1t08j46sz] {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.8rem;
}

.shared-calendar-legend .legend-item[b-b1t08j46sz] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #2f4f36;
    font-size: 0.78rem;
    font-weight: 600;
}

.shared-calendar-legend .legend-swatch[b-b1t08j46sz] {
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #d8e6cf;
    flex-shrink: 0;
}

.shared-calendar-legend .legend-swatch.available[b-b1t08j46sz] {
    border-color: #b9ddaf;
    background: #efffe9;
}

.shared-calendar-legend .legend-swatch.unavailable[b-b1t08j46sz] {
    border-color: #e6c8c8;
    background: #fff1f1;
}

.shared-calendar-legend .legend-swatch.checkout-boundary[b-b1t08j46sz] {
    border-color: #d4c6b2;
    background: linear-gradient(135deg, #fff1f1 0 49.5%, #efffe9 50.5% 100%);
}

.shared-calendar-legend .legend-swatch.checkin-boundary[b-b1t08j46sz] {
    border-color: #d4c6b2;
    background: linear-gradient(135deg, #efffe9 0 49.5%, #fff1f1 50.5% 100%);
}

.selection-summary[b-b1t08j46sz] {
    position: fixed;
    left: 50%;
    bottom: 0.75rem;
    z-index: 55;
    transform: translateX(-50%);
    width: min(calc(95vw - 1rem), 960px);
    margin-top: 0;
    border: 1px solid #bdd7b2;
    border-radius: 12px;
    background: #f6fff1;
    box-shadow: 0 14px 30px rgba(16, 46, 24, 0.28);
    padding: 0.85rem;
    animation: selection-summary-enter-b-b1t08j46sz 420ms cubic-bezier(0.22, 0.9, 0.28, 1);
}

.selection-summary[b-b1t08j46sz]::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 16px;
    border: 3px solid rgba(47, 140, 78, 0.55);
    opacity: 0;
    pointer-events: none;
    animation: selection-summary-flash-b-b1t08j46sz 680ms ease-out;
}

.selection-title[b-b1t08j46sz] {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2f5c3d;
}

.selection-range[b-b1t08j46sz] {
    margin: 0.35rem 0 0;
    color: #12351f;
}

.selection-price[b-b1t08j46sz] {
    margin: 0.25rem 0 0;
    color: #21492f;
}

.selection-actions[b-b1t08j46sz] {
    margin-top: 0.7rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.selection-actions button[b-b1t08j46sz] {
    border: 1px solid #7aa877;
    border-radius: 999px;
    background: #eafbe5;
    color: #1b4329;
    font-weight: 700;
    padding: 0.44rem 0.78rem;
    cursor: pointer;
}

.selection-actions button:hover[b-b1t08j46sz] {
    background: #d7f1d1;
}

.selection-actions .secondary[b-b1t08j46sz] {
    border-color: #9ab79b;
    background: #f4f9f1;
    color: #30523a;
}

.selection-actions button:not(.secondary)[b-b1t08j46sz] {
    border-color: #236f3b;
    background: linear-gradient(180deg, #2b8a49, #206e3a);
    color: #f4fee8;
}

.selection-actions button:not(.secondary):hover[b-b1t08j46sz] {
    background: linear-gradient(180deg, #2f9750, #257842);
}

@media (min-width: 1600px) {
    .selection-summary[b-b1t08j46sz] {
        width: min(76vw, 1220px);
        bottom: 1.1rem;
        border-width: 2px;
        border-color: #8ebd8f;
        border-radius: 16px;
        background: linear-gradient(135deg, #f9fff3, #ecfbe6);
        box-shadow: 0 22px 48px rgba(16, 46, 24, 0.34);
        padding: 1.1rem 1.1rem 1rem 1.25rem;
        animation:
            selection-summary-enter-b-b1t08j46sz 420ms cubic-bezier(0.22, 0.9, 0.28, 1),
            desktop-summary-pulse-b-b1t08j46sz 3.8s ease-in-out 520ms infinite;
    }

    .selection-title[b-b1t08j46sz] {
        font-size: 0.92rem;
    }

    .selection-range[b-b1t08j46sz],
    .selection-price[b-b1t08j46sz] {
        font-size: 1.06rem;
    }

    .selection-actions button[b-b1t08j46sz] {
        padding: 0.56rem 0.98rem;
        font-size: 0.97rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .selection-summary[b-b1t08j46sz] {
        animation: selection-summary-reduced-b-b1t08j46sz 180ms ease-out;
    }

    .selection-summary[b-b1t08j46sz]::after {
        animation: none;
        opacity: 0;
    }
}

@keyframes desktop-summary-pulse-b-b1t08j46sz {
    0%,
    100% {
        box-shadow: 0 22px 48px rgba(16, 46, 24, 0.34);
    }

    50% {
        box-shadow: 0 26px 56px rgba(23, 70, 35, 0.42);
    }
}

@keyframes selection-summary-enter-b-b1t08j46sz {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(14px) scale(0.98);
        box-shadow: 0 0 0 rgba(47, 140, 78, 0);
    }

    55% {
        opacity: 1;
        transform: translateX(-50%) translateY(-1px) scale(1.01);
        box-shadow: 0 0 0 10px rgba(47, 140, 78, 0.14), 0 20px 40px rgba(16, 46, 24, 0.3);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

@keyframes selection-summary-flash-b-b1t08j46sz {
    0% {
        opacity: 0;
        transform: scale(0.97);
    }

    32% {
        opacity: 0.45;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.03);
    }
}

@keyframes selection-summary-reduced-b-b1t08j46sz {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.booking-modal-backdrop[b-b1t08j46sz] {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(4, 16, 8, 0.45);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.booking-modal[b-b1t08j46sz] {
    width: min(92vw, 480px);
    border-radius: 16px;
    border: 1px solid #bdd7b2;
    background: #f8fff3;
    box-shadow: 0 20px 32px rgba(19, 47, 28, 0.26);
    padding: 1rem;
}

.booking-modal h2[b-b1t08j46sz] {
    margin: 0;
    color: #12351f;
}

.booking-modal p[b-b1t08j46sz] {
    margin: 0.6rem 0 0;
    color: #2c5a3c;
}

.modal-status-message[b-b1t08j46sz] {
    margin-top: 0.7rem;
}

.discount-summary[b-b1t08j46sz] {
    margin-top: 0.55rem;
    color: #1f5a32;
    font-size: 0.94rem;
}

.booking-form[b-b1t08j46sz] {
    margin-top: 0.9rem;
    display: grid;
    gap: 0.65rem;
}

.form-group[b-b1t08j46sz] {
    display: grid;
    gap: 0.3rem;
}

.form-group label[b-b1t08j46sz] {
    font-weight: 600;
    color: #20462c;
}

.form-group[b-b1t08j46sz]  input,
.form-group[b-b1t08j46sz]  textarea {
    width: 100%;
    border: 1px solid #accda4;
    border-radius: 10px;
    padding: 0.5rem 0.6rem;
    font: inherit;
    background: #fcfff9;
}

.form-group[b-b1t08j46sz]  textarea {
    min-height: 96px;
    resize: vertical;
}

.checkbox-group[b-b1t08j46sz] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.checkbox-group label[b-b1t08j46sz] {
    margin: 0;
}

.checkbox-group[b-b1t08j46sz]  input[type="checkbox"] {
    width: 1.05rem;
    height: 1.05rem;
}

.form-group[b-b1t08j46sz]  .validation-message {
    margin: 0;
    color: #882f2f;
    font-size: 0.85rem;
}

.discount-code-row[b-b1t08j46sz] {
    display: flex;
    gap: 0.45rem;
    align-items: center;
}

.discount-code-row[b-b1t08j46sz]  input {
    flex: 1;
}

.apply-discount-button[b-b1t08j46sz] {
    border: 1px solid #7aa877;
    border-radius: 999px;
    background: #eafbe5;
    color: #1b4329;
    font-weight: 700;
    padding: 0.46rem 0.82rem;
    cursor: pointer;
    white-space: nowrap;
}

.apply-discount-button:hover[b-b1t08j46sz] {
    background: #d7f1d1;
}

.apply-discount-button:disabled[b-b1t08j46sz] {
    opacity: 0.65;
    cursor: wait;
}

.discount-hint[b-b1t08j46sz] {
    margin: 0;
    color: #3d6247;
    font-size: 0.8rem;
}

.modal-progress[b-b1t08j46sz] {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1f4b2f;
    font-weight: 600;
}

.spinner[b-b1t08j46sz] {
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    border: 2px solid #b9d9b1;
    border-top-color: #2f6a44;
    animation: spin-b-b1t08j46sz 0.8s linear infinite;
}

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

.modal-actions[b-b1t08j46sz] {
    margin-top: 0.25rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.modal-actions button[b-b1t08j46sz] {
    border: 1px solid #7aa877;
    border-radius: 999px;
    background: #eafbe5;
    color: #1b4329;
    font-weight: 700;
    padding: 0.46rem 0.82rem;
    cursor: pointer;
}

.modal-actions button:hover[b-b1t08j46sz] {
    background: #d7f1d1;
}

.modal-actions button:disabled[b-b1t08j46sz] {
    opacity: 0.65;
    cursor: wait;
}

.modal-actions .secondary[b-b1t08j46sz] {
    border-color: #9ab79b;
    background: #f4f9f1;
    color: #30523a;
}

@media (max-width: 760px) {
    .availability-page[b-b1t08j46sz] {
        margin-top: 8.4rem;
        width: min(100vw, 980px);
        padding-inline: 0.35rem;
    }

    .calendar-shell[b-b1t08j46sz] {
        padding: 0.75rem;
    }

    .calendar-months[b-b1t08j46sz] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .calendar-month-title[b-b1t08j46sz] {
        font-size: 0.88rem;
    }

    .shared-calendar-legend[b-b1t08j46sz] {
        margin-top: 0.62rem;
        gap: 0.38rem 0.62rem;
    }

    .shared-calendar-legend .legend-item[b-b1t08j46sz] {
        font-size: 0.69rem;
        gap: 0.28rem;
    }

    .shared-calendar-legend .legend-swatch[b-b1t08j46sz] {
        width: 13px;
        height: 13px;
        border-radius: 4px;
    }

    .booking-modal[b-b1t08j46sz] {
        padding: 0.8rem;
    }

    .selection-actions[b-b1t08j46sz] {
        justify-content: stretch;
    }

    .selection-actions button[b-b1t08j46sz] {
        flex: 1;
    }

    .selection-summary[b-b1t08j46sz] {
        left: 0.55rem;
        right: 0.55rem;
        width: auto;
        bottom: 0.55rem;
        transform: none;
        animation: none;
    }

    .selection-summary[b-b1t08j46sz]::after {
        animation: none;
        opacity: 0;
    }

    .calendar-nav[b-b1t08j46sz] {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 0.45rem;
        align-items: center;
    }

    .calendar-nav h2[b-b1t08j46sz] {
        font-size: 0.95rem;
        letter-spacing: 0.02em;
        min-width: 0;
    }

    .calendar-nav button[b-b1t08j46sz] {
        padding: 0.36rem 0.58rem;
        font-size: 0.82rem;
    }
}

@media (max-width: 420px) {
    .availability-page[b-b1t08j46sz] {
        margin-top: 8.25rem;
    }

    .availability-header p[b-b1t08j46sz] {
        font-size: 0.95rem;
    }

    .calendar-shell[b-b1t08j46sz] {
        border-radius: 14px;
        padding: 0.55rem;
    }

    .calendar-months[b-b1t08j46sz] {
        gap: 0.62rem;
    }

    .shared-calendar-legend .legend-item[b-b1t08j46sz] {
        font-size: 0.64rem;
    }

    .shared-calendar-legend .legend-swatch[b-b1t08j46sz] {
        width: 12px;
        height: 12px;
    }

    .calendar-nav h2[b-b1t08j46sz] {
        font-size: 0.84rem;
    }

    .calendar-nav button[b-b1t08j46sz] {
        font-size: 0.75rem;
        padding: 0.31rem 0.48rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-5g6j56m637] {
    position: relative;
    min-height: 88vh;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 8rem 1rem 4rem;
    background-image: linear-gradient(rgba(10, 40, 25, 0.48), rgba(16, 30, 18, 0.58)), url('/images/landing-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay[b-5g6j56m637] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(139, 201, 146, 0.2), transparent 35%),
        radial-gradient(circle at 85% 80%, rgba(87, 153, 104, 0.2), transparent 38%);
}

.home-sections[b-5g6j56m637] {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.hero-content[b-5g6j56m637] {
    position: relative;
    z-index: 1;
    width: min(92vw, 820px);
    color: #f4fee8;
}

.eyebrow[b-5g6j56m637] {
    margin: 0;
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d8f5bf;
}

h1[b-5g6j56m637] {
    margin: 0.4rem 0 0;
    font-size: clamp(2rem, 6vw, 4.6rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.subtitle[b-5g6j56m637] {
    margin: 1rem auto 0;
    max-width: 42ch;
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    color: #edfcdc;
}

.content-card[b-5g6j56m637] {
    position: relative;
    z-index: 1;
    width: min(90vw, 900px);
    margin: 1.1rem auto;
    padding: 1.5rem;
    border: 1px solid #cadec6;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(252, 255, 246, 0.95), rgba(236, 248, 231, 0.95));
    color: #1f3426;
    box-shadow: 0 18px 26px rgba(48, 88, 58, 0.12);
}

.content-card h2[b-5g6j56m637] {
    margin: 0 0 0.7rem;
    font-size: clamp(1.25rem, 3vw, 1.8rem);
}

.content-card p[b-5g6j56m637] {
    margin: 0;
    line-height: 1.7;
}

.highlights ul[b-5g6j56m637] {
    margin: 0;
    padding-left: 1.2rem;
    line-height: 1.8;
}

.gallery-section p[b-5g6j56m637],
.contact-section p[b-5g6j56m637] {
    margin-bottom: 1rem;
}

.gallery-section a[b-5g6j56m637],
.contact-section a[b-5g6j56m637] {
    color: #1b5f31;
    font-weight: 700;
}

.media-grid[b-5g6j56m637] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.media-tile[b-5g6j56m637] {
    position: relative;
    min-height: 148px;
    border-radius: 14px;
    border: 1px solid #b8d7b3;
    display: grid;
    place-items: center;
    text-align: center;
    font-weight: 700;
    color: #275237;
    overflow: hidden;
}

.media-tile span[b-5g6j56m637] {
    position: relative;
    z-index: 1;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(245, 255, 239, 0.88);
    border: 1px solid rgba(133, 172, 126, 0.35);
    font-size: 0.85rem;
}

.media-image[b-5g6j56m637] {
    background:
        radial-gradient(circle at 15% 20%, rgba(164, 209, 158, 0.42), transparent 42%),
        linear-gradient(145deg, #f7fff2, #e4f5df);
}

.media-video[b-5g6j56m637] {
    background:
        radial-gradient(circle at 85% 18%, rgba(161, 211, 170, 0.44), transparent 46%),
        linear-gradient(145deg, #e9f8e4, #d8edd1);
}

.map-wrap[b-5g6j56m637] {
    border: 1px solid #bdd7b9;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(37, 75, 45, 0.12);
}

.map-wrap iframe[b-5g6j56m637] {
    display: block;
    width: 100%;
    min-height: 320px;
    border: 0;
}

.book-cta[b-5g6j56m637] {
    text-align: center;
}

.book-cta p[b-5g6j56m637] {
    margin-bottom: 1.2rem;
}

.cta-button[b-5g6j56m637] {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: #1f6b35;
    color: #f4fee8;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.18s, transform 0.15s;
}

.cta-button:hover[b-5g6j56m637] {
    background: #165228;
    transform: translateY(-2px);
}

.cta-sub[b-5g6j56m637] {
    margin-top: 1rem !important;
    font-size: 0.9rem;
    color: #3e6447;
}

@media (max-width: 760px) {
    .hero[b-5g6j56m637] {
        min-height: 78vh;
        padding-top: 10rem;
    }

    .content-card[b-5g6j56m637] {
        padding: 1.2rem;
    }

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

    .map-wrap iframe[b-5g6j56m637] {
        min-height: 260px;
    }
}

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

    .media-tile[b-5g6j56m637] {
        min-height: 132px;
    }

    .map-wrap iframe[b-5g6j56m637] {
        min-height: 220px;
    }
}
