/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.page[b-dymt97hadb] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
    color: #1e293b;
    min-height: 100vh;
    overflow: hidden;
}

main[b-dymt97hadb] {
    --embed-zoom: 0.8;
    flex: 1;
    zoom: var(--embed-zoom);
}

.content[b-dymt97hadb] {
    padding: 2rem !important;
    max-width: 1400px;
    margin: 0 auto;
}

/* Dark mode theme for page background */
.page:has(.theme-darkmode)[b-dymt97hadb] {
    background: #0a0f1e;
    color: #e5e7eb;
}

/* Wooden theme for page background */
.page:has(.theme-wooden)[b-dymt97hadb] {
    background: linear-gradient(180deg, #fefce8 0%, #fef3c7 100%);
    color: #6d4c3d;
}

/* Nature theme for page background */
.page:has(.theme-nature)[b-dymt97hadb] {
    background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
    color: #065f46;
}

#blazor-error-ui[b-dymt97hadb] {
    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-dymt97hadb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 800px) {
    main[b-dymt97hadb] {
        --embed-zoom: 0.7;
    }
}

@media (max-width: 450px) {
    main[b-dymt97hadb] {
        --embed-zoom: 0.65;
    }

    .content[b-dymt97hadb] {
        padding: 1rem !important;
    }
}
/* /Components/Layout/LanguageSelector.razor.rz.scp.css */
.language-select-wrapper[b-pp67w8h3yi] {
    align-items: center;
    background: var(--bc-panel);
    border: 1px solid var(--bc-panel-border);
    border-radius: 999px;
    color: var(--bc-text);
    display: inline-flex;
    gap: 0.4rem;
    padding: 0.35rem 0.5rem 0.35rem 0.35rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease;
}

.language-select-wrapper:hover[b-pp67w8h3yi] {
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.language-select__icon[b-pp67w8h3yi] {
    align-items: center;
    background: radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.18), transparent 60%), var(--bc-panel);
    border-radius: 999px;
    display: inline-flex;
    font-size: 1.05rem;
    height: 1.95rem;
    justify-content: center;
    width: 1.95rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 6px 14px rgba(0, 0, 0, 0.18);
    flex-shrink: 0;
}

.language-select[b-pp67w8h3yi] {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    color: var(--bc-text);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    padding: 0 0.2rem;
}

.language-select option[b-pp67w8h3yi] {
    background: var(--bc-panel);
    color: var(--bc-text);
}

:root[data-theme="light"] .language-select-wrapper[b-pp67w8h3yi] {
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

:root[data-theme="light"] .language-select-wrapper:hover[b-pp67w8h3yi] {
    border-color: rgba(37, 99, 235, 0.25);
}

:root[data-theme="light"] .language-select__icon[b-pp67w8h3yi] {
    background: radial-gradient(circle at 40% 30%, rgba(37, 99, 235, 0.18), transparent 60%), var(--bc-panel);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 6px 12px rgba(15, 23, 42, 0.12);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iht61en0zv] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--bc-shell-gradient);
    color: var(--bc-text);
}

@media (min-width: 641px) {
    main.layout-main[b-iht61en0zv] {
        width: calc(100% - 250px);
    }
}

main.layout-main[b-iht61en0zv] {
    flex: 1;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .sidebar[b-iht61en0zv] {
        background: var(--bc-shell-sidebar);
        box-shadow: inset -1px 0 0 var(--bc-sidebar-border);
    }

    .top-row[b-iht61en0zv] {
        background: var(--bc-top-row-bg);
        border-bottom: 1px solid var(--bc-top-row-border);
        justify-content: space-between;
        height: 64px;
        display: flex;
        align-items: center;
        align-self: stretch;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .brand-pill[b-iht61en0zv] {
        background: linear-gradient(120deg, #7dd3fc, #60a5fa);
        color: #0b1221;
        padding: 0.25rem 0.75rem;
        border-radius: 999px;
        font-weight: 700;
        font-size: 0.9rem;
        letter-spacing: 0.02em;
        box-shadow: 0 10px 30px rgba(0, 172, 255, 0.25);
    }

    .top-row__meta[b-iht61en0zv] {
        flex: 1;
        min-width: 180px;
        color: var(--bc-muted);
    }

    .top-row__actions[b-iht61en0zv] {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .sidebar-footer[b-iht61en0zv] {
        padding: 0.75rem 1rem;
        text-align: center;
        border-top: 1px solid var(--bc-sidebar-border);
    }

    .version-label[b-iht61en0zv] {
        font-size: 0.7rem;
        color: var(--bc-muted);
        opacity: 0.45;
        font-family: monospace;
    }

    @media (max-width: 640.98px) {
        .top-row[b-iht61en0zv] {
            justify-content: space-between;
        }

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

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

        .sidebar[b-iht61en0zv] {
            width: 250px;
            min-width: 250px;
            height: 100vh;
            position: sticky;
            top: 0;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
        }

        .top-row[b-iht61en0zv] {
            position: sticky;
            top: 0;
            z-index: 1;
            backdrop-filter: blur(8px);
        }

            .top-row.auth[b-iht61en0zv]  a:first-child {
                flex: 1;
                text-align: right;
                width: 0;
            }

        .top-row[b-iht61en0zv], article[b-iht61en0zv] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }
    }

    .content-surface[b-iht61en0zv] {
        max-width: 1100px;
        width: calc(100% - 3rem);
        margin: 1.5rem 0 2.5rem;
        background: var(--bc-surface);
        border: 1px solid var(--bc-panel-border);
        border-radius: 16px;
        padding: 1rem !important;
        box-shadow: var(--bc-surface-shadow);
        box-sizing: border-box;
    }

    #blazor-error-ui[b-iht61en0zv] {
        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-iht61en0zv] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vir85dk1ev] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vir85dk1ev] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vir85dk1ev] {
    height: 64px;
    background: var(--bc-top-row-bg);
    border-bottom: 1px solid var(--bc-top-row-border);
    padding: 0 15px;
}

.navbar-brand[b-vir85dk1ev] {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: var(--bc-text);
    vertical-align: top;
    line-height: 64px;
    padding-left: 3px;
}

#navbar-brand-icon[b-vir85dk1ev] {
    width: 64px;
    height: 64px;
}

.bi[b-vir85dk1ev] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-vir85dk1ev] {
    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-vir85dk1ev] {
    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-vir85dk1ev] {
    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-calendar-event-nav-menu[b-vir85dk1ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-event' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.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-1z'/%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-box-arrow-right-nav-menu[b-vir85dk1ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-vir85dk1ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-lock' 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-2z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-vir85dk1ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
}

.nav-guesthouse-group[b-vir85dk1ev] {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-guesthouse-select[b-vir85dk1ev] {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--bc-text);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 0.45rem 0.6rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: auto;
    margin-bottom: 0.25rem;
}

.nav-guesthouse-select:hover[b-vir85dk1ev] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.nav-guesthouse-select:focus[b-vir85dk1ev] {
    outline: none;
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.15);
}

.nav-guesthouse-select option[b-vir85dk1ev] {
    background: #1e293b;
    color: #e2e8f0;
}

.nav-sub-item[b-vir85dk1ev] {
    padding-left: 0.75rem;
    padding-bottom: 0;
    font-size: 0.85rem;
}

.nav-sub-item[b-vir85dk1ev]  .nav-link {
    height: 2.5rem;
    line-height: 2.5rem;
}

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

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

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

    .nav-item[b-vir85dk1ev]  .nav-link {
        color: var(--bc-nav-link-color);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        gap: 0.35rem;
        padding-left: 15px;
        box-sizing: border-box;
    }

.nav-item[b-vir85dk1ev]  a.active {
    background-color: var(--bc-nav-link-active-bg);
    color: var(--bc-nav-link-active-color);
    font-weight: 700;
}

.nav-item[b-vir85dk1ev]  .nav-link:hover {
    background-color: var(--bc-nav-link-hover-bg);
    color: var(--bc-nav-link-hover-color);
}

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

.navbar-toggler:checked ~ .nav-scrollable[b-vir85dk1ev] {
    display: block;
}

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

    .nav-scrollable[b-vir85dk1ev] {
        display: block;
        flex: 1;
        overflow-y: auto;
    }
}

/* Light theme dark icons */
:root[data-theme="light"] .bi-house-door-fill-nav-menu[b-vir85dk1ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231e293b' 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");
}

:root[data-theme="light"] .bi-calendar-event-nav-menu[b-vir85dk1ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231e293b' class='bi bi-calendar-event' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.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-1z'/%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");
}

:root[data-theme="light"] .bi-box-arrow-right-nav-menu[b-vir85dk1ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231e293b' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

:root[data-theme="light"] .bi-gear-nav-menu[b-vir85dk1ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231e293b' class='bi bi-gear' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
}

:root[data-theme="light"] .nav-guesthouse-select[b-vir85dk1ev] {
    background: rgba(15, 23, 42, 0.04);
    color: #1e293b;
    border-color: rgba(15, 23, 42, 0.15);
}

:root[data-theme="light"] .nav-guesthouse-select:hover[b-vir85dk1ev] {
    background: rgba(15, 23, 42, 0.08);
    border-color: rgba(15, 23, 42, 0.25);
}

:root[data-theme="light"] .nav-guesthouse-select option[b-vir85dk1ev] {
    background: #ffffff;
    color: #1e293b;
}

:root[data-theme="light"] .nav-guesthouse-group[b-vir85dk1ev] {
    border-top-color: rgba(30, 41, 59, 0.1);
}

:root[data-theme="light"] .bi-lock-nav-menu[b-vir85dk1ev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231e293b' class='bi bi-lock' 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-2z'/%3E%3C/svg%3E");
}

/* Utility classes used in the NavMenu markup */
.px-3[b-vir85dk1ev] {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mb-3[b-vir85dk1ev] {
    margin-bottom: 1rem;
}
/* /Components/Layout/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-02x2l3q7pc] {
    align-items: center;
    background: var(--bc-panel);
    border: 1px solid var(--bc-panel-border);
    border-radius: 999px;
    color: var(--bc-text);
    display: inline-flex;
    gap: 0.55rem;
    padding: 0.35rem 0.85rem 0.35rem 0.35rem;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease;
}

.theme-toggle:hover[b-02x2l3q7pc] {
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    color: var(--bc-text);
    text-decoration: none;
}

.theme-toggle:active[b-02x2l3q7pc] {
    transform: translateY(1px);
}

.theme-toggle__icon[b-02x2l3q7pc] {
    align-items: center;
    background: radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.18), transparent 60%), var(--bc-panel);
    border-radius: 999px;
    display: inline-flex;
    font-size: 1.05rem;
    height: 1.95rem;
    justify-content: center;
    width: 1.95rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 6px 14px rgba(0, 0, 0, 0.18);
}

.theme-toggle__label[b-02x2l3q7pc] {
    font-size: 0.95rem;
}

:root[data-theme="light"] .theme-toggle[b-02x2l3q7pc] {
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

:root[data-theme="light"] .theme-toggle:hover[b-02x2l3q7pc] {
    border-color: rgba(37, 99, 235, 0.25);
}

:root[data-theme="light"] .theme-toggle__icon[b-02x2l3q7pc] {
    background: radial-gradient(circle at 40% 30%, rgba(37, 99, 235, 0.18), transparent 60%), var(--bc-panel);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 6px 12px rgba(15, 23, 42, 0.12);
}
/* /Components/Pages/ClientGuestHouseBookings.razor.rz.scp.css */
/* ===== Scroll offset for sticky header ===== */
#bookings-panel[b-m3l9j0i3le] {
    scroll-margin-top: 80px;
}

/* ===== Right-aligned stat tile ===== */
.stat-tile-end[b-m3l9j0i3le] {
    grid-column: 2;
}

/* ===== Wide stat tiles for dates ===== */
.stat-tile-wide[b-m3l9j0i3le] {
    grid-column: span 2;
}

/* ===== Next guest detail block ===== */
.stat-tile-detail[b-m3l9j0i3le] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.82rem;
}

.stat-detail-guest[b-m3l9j0i3le] {
    color: var(--bc-text);
    font-weight: 600;
}

.stat-detail-duration[b-m3l9j0i3le] {
    color: var(--bc-muted);
}

.stat-detail-notes[b-m3l9j0i3le] {
    color: var(--bc-muted);
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
}

:root[data-theme="light"] .stat-tile-detail[b-m3l9j0i3le] {
    border-top-color: rgba(15, 23, 42, 0.1);
}

/* ===== Stat tiles as buttons (open booking) ===== */
button.stat-tile-button[b-m3l9j0i3le] {
    font: inherit;
    color: inherit;
    text-align: inherit;
    width: 100%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

button.stat-tile-button:focus-visible[b-m3l9j0i3le] {
    outline: 2px solid var(--bc-accent, #60a5fa);
    outline-offset: 2px;
}

.stat-detail-total[b-m3l9j0i3le] {
    color: var(--bc-text);
    font-weight: 600;
}

/* ===== Clickable stat tile link ===== */
.stat-tile-link[b-m3l9j0i3le] {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.stat-tile-link:hover[b-m3l9j0i3le] {
    background: rgba(96, 165, 250, 0.12);
    border-color: rgba(96, 165, 250, 0.3);
    transform: translateY(-1px);
}

:root[data-theme="light"] .stat-tile-link:hover[b-m3l9j0i3le] {
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.25);
}

/* ===== Bookings panel header with add button ===== */
.panel-head-actions[b-m3l9j0i3le] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.btn-add-booking[b-m3l9j0i3le] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(34, 197, 94, 0.2);
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, 0.4);
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-add-booking:hover[b-m3l9j0i3le] {
    background: rgba(34, 197, 94, 0.3);
    border-color: rgba(34, 197, 94, 0.6);
    transform: translateY(-1px);
}

/* ===== Collapsible panels ===== */
.collapsible-panel .panel-head-toggle[b-m3l9j0i3le] {
    cursor: pointer;
    user-select: none;
}

.collapsible-panel .panel-head-toggle:hover[b-m3l9j0i3le] {
    opacity: 0.9;
}

.collapse-icon[b-m3l9j0i3le] {
    font-size: 1.2rem;
    color: var(--bc-muted);
    transition: transform 0.25s ease;
    display: inline-block;
    margin-left: 0.25rem;
}

.collapse-icon.open[b-m3l9j0i3le] {
    transform: rotate(0deg);
}

.collapse-icon:not(.open)[b-m3l9j0i3le] {
    transform: rotate(-90deg);
}

/* ===== Show/hide expired toggle ===== */
.show-expired-toggle[b-m3l9j0i3le] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.75rem;
}

/* ===== Clickable booking rows ===== */
.booking-row[b-m3l9j0i3le] {
    cursor: pointer;
    transition: background 0.15s ease;
}

.booking-row:hover[b-m3l9j0i3le] {
    background: rgba(96, 165, 250, 0.08) !important;
}

.booking-row.expired[b-m3l9j0i3le] {
    opacity: 0.55;
}

/* ===== Calendar grid ===== */
.select-calendar-grid[b-m3l9j0i3le] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.calendar-select-hint[b-m3l9j0i3le] {
    text-align: center;
    padding: 0.75rem;
    color: var(--bc-muted);
    font-size: 0.9rem;
    border: 1px dashed var(--bc-panel-border);
    border-radius: 10px;
    margin-bottom: 1rem;
}

.calendar-select-hint strong[b-m3l9j0i3le] {
    color: var(--bc-accent);
}

.calendar-nav[b-m3l9j0i3le] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.calendar-nav button[b-m3l9j0i3le] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: var(--bc-text);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.2s ease;
}

.calendar-nav button:hover:not(:disabled)[b-m3l9j0i3le] {
    background: rgba(255, 255, 255, 0.1);
    color: #f8fafc;
}

.calendar-nav button:disabled[b-m3l9j0i3le] {
    opacity: 0.3;
    cursor: not-allowed;
}

/* ===== Year separator ===== */
.year-separator-row[b-m3l9j0i3le] {
    cursor: default;
}

.year-separator-row:hover[b-m3l9j0i3le] {
    background: transparent !important;
}

.year-separator[b-m3l9j0i3le] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.25rem 0;
}

.year-separator[b-m3l9j0i3le]::before,
.year-separator[b-m3l9j0i3le]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--bc-panel-border);
}

.year-separator-label[b-m3l9j0i3le] {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--bc-muted);
    letter-spacing: 0.05em;
    white-space: nowrap;
}

/* ===== Light theme overrides ===== */
:root[data-theme="light"] .btn-add-booking[b-m3l9j0i3le] {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
    border-color: rgba(34, 197, 94, 0.35);
}

:root[data-theme="light"] .btn-add-booking:hover[b-m3l9j0i3le] {
    background: rgba(34, 197, 94, 0.2);
}

:root[data-theme="light"] .calendar-nav button[b-m3l9j0i3le] {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.15);
    color: #1e293b;
}

:root[data-theme="light"] .booking-row:hover[b-m3l9j0i3le] {
    background: rgba(59, 130, 246, 0.06) !important;
}

/* ===== Responsive ===== */
@media (max-width: 800px) {
    .select-calendar-grid[b-m3l9j0i3le] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .select-calendar-grid[b-m3l9j0i3le] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ClientGuestHouseSettings.razor.rz.scp.css */
/* ===== Settings widget grid — flex 3-column layout ===== */
.settings-widget-grid[b-vwmgktta4s] {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.settings-widget-card[b-vwmgktta4s] {
    flex: 1 1 calc(33.333% - 1.25rem);
    min-width: 280px;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.settings-fields[b-vwmgktta4s] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

/* ===== Widget action buttons ===== */
.widget-btn[b-vwmgktta4s] {
    color: #dbeafe;
    background: rgba(96, 165, 250, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 10px;
    padding: 0.55rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.widget-btn:hover:not(:disabled)[b-vwmgktta4s] {
    color: #f0f9ff;
    background: rgba(96, 165, 250, 0.22);
    border-color: rgba(96, 165, 250, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.2);
}

.widget-btn:disabled[b-vwmgktta4s] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Embed code preview */
.embed-preview[b-vwmgktta4s] {
    position: relative;
}

.embed-preview-text[b-vwmgktta4s] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    color: var(--bc-muted);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--bc-panel-border);
    border-radius: 10px;
    padding: 0.65rem 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
}

/* ===== Light theme overrides ===== */
:root[data-theme="light"] .embed-preview-text[b-vwmgktta4s] {
    color: #64748b;
    background: #f8f9fa;
    border-color: rgba(15, 23, 42, 0.12);
}

:root[data-theme="light"] .widget-btn[b-vwmgktta4s] {
    color: #1e40af;
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.25);
}

:root[data-theme="light"] .widget-btn:hover:not(:disabled)[b-vwmgktta4s] {
    color: #1e3a8a;
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

/* ===== Responsive ===== */
@media (max-width: 800px) {
    .settings-widget-card[b-vwmgktta4s] {
        flex-basis: 100%;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-center[b-wy27h2cqbj] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 1rem;
    min-height: calc(100vh - 200px);
}

.card[b-wy27h2cqbj] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid var(--bc-panel-border);
    border-radius: 20px;
    box-shadow: var(--bc-surface-shadow);
    overflow: hidden;
    width: 440px;
    max-width: 100%;
    margin: 0;
}

.card-header[b-wy27h2cqbj] {
    background: radial-gradient(circle at 30% 20%, rgba(96, 165, 250, 0.2), transparent 60%),
                linear-gradient(135deg, rgba(96, 165, 250, 0.12), rgba(125, 211, 252, 0.08));
    border-bottom: 1px solid var(--bc-panel-border);
    padding: 2rem 2rem 1.75rem;
    text-align: center;
    position: relative;
}

.card-header[b-wy27h2cqbj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--bc-accent), transparent);
    border-radius: 0 0 4px 4px;
}

.card-header h3[b-wy27h2cqbj] {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--bc-text);
    margin: 0;
    background: linear-gradient(135deg, var(--bc-accent), var(--bc-accent-strong));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-body[b-wy27h2cqbj] {
    padding: 2rem 2rem 2.25rem;
}

.alert-danger[b-wy27h2cqbj] {
    background: linear-gradient(135deg, rgba(248, 113, 113, 0.15), rgba(239, 68, 68, 0.1));
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #fecdd3;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-danger[b-wy27h2cqbj]::before {
    content: '⚠';
    font-size: 1.25rem;
    flex-shrink: 0;
}

.mb-3[b-wy27h2cqbj] {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-label[b-wy27h2cqbj] {
    color: var(--bc-text);
    font-weight: 700;
    margin-bottom: 0.65rem;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-label[b-wy27h2cqbj]::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bc-accent), var(--bc-accent-strong));
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.15);
}

/* Use ::deep to pierce through component CSS isolation */
.mb-3[b-wy27h2cqbj]  .form-control,
.mb-3[b-wy27h2cqbj]  input.form-control {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid var(--bc-panel-border);
    border-radius: 12px;
    color: var(--bc-text);
    padding: 1rem 1.25rem;
    font-size: 1rem;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mb-3[b-wy27h2cqbj]  .form-control::placeholder,
.mb-3[b-wy27h2cqbj]  input.form-control::placeholder {
    color: var(--bc-muted);
    opacity: 0.6;
    font-weight: 400;
}

.mb-3[b-wy27h2cqbj]  .form-control:hover,
.mb-3[b-wy27h2cqbj]  input.form-control:hover {
    border-color: rgba(96, 165, 250, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.mb-3[b-wy27h2cqbj]  .form-control:focus,
.mb-3[b-wy27h2cqbj]  input.form-control:focus {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(96, 165, 250, 0.6);
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.12),
                0 8px 24px rgba(96, 165, 250, 0.15);
    outline: none;
    transform: translateY(-1px);
}

.btn-primary[b-wy27h2cqbj] {
    color: #0b1221;
    background: linear-gradient(135deg, #7dd3fc 0%, #60a5fa 50%, #3b82f6 100%);
    border: none;
    border-radius: 12px;
    padding: 1rem 1.75rem;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 12px 35px rgba(96, 165, 250, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-primary[b-wy27h2cqbj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary:hover:not(:disabled)[b-wy27h2cqbj]::before {
    left: 100%;
}

.btn-primary:hover:not(:disabled)[b-wy27h2cqbj] {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%);
    box-shadow: 0 16px 45px rgba(96, 165, 250, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.btn-primary:active:not(:disabled)[b-wy27h2cqbj] {
    transform: translateY(0);
    box-shadow: 0 8px 25px rgba(96, 165, 250, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-primary:disabled[b-wy27h2cqbj] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.w-100[b-wy27h2cqbj] {
    width: 100%;
    margin-top: 0.5rem;
}

.spinner-border[b-wy27h2cqbj] {
    vertical-align: middle;
}

.spinner-border-sm[b-wy27h2cqbj] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15rem;
}

.me-2[b-wy27h2cqbj] {
    margin-right: 0.5rem;
}

hr[b-wy27h2cqbj] {
    border: none;
    border-top: 1px solid var(--bc-panel-border);
    margin: 2rem 0 1.75rem;
    position: relative;
}

hr[b-wy27h2cqbj]::before {
    content: 'OR';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--bc-muted);
    border: 1px solid var(--bc-panel-border);
    border-radius: 8px;
}

.text-muted[b-wy27h2cqbj] {
    color: var(--bc-muted) !important;
}

.small[b-wy27h2cqbj] {
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--bc-panel-border);
    border-radius: 12px;
    padding: 1.25rem;
}

.text-muted strong[b-wy27h2cqbj] {
    color: var(--bc-accent);
    font-weight: 700;
    display: block;
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.text-muted p[b-wy27h2cqbj] {
    margin-bottom: 0.65rem;
    line-height: 1.7;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
    color: var(--bc-text);
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 6px;
    border-left: 3px solid rgba(96, 165, 250, 0.3);
}

.text-muted p:last-child[b-wy27h2cqbj] {
    margin-bottom: 0;
}

.text-danger[b-wy27h2cqbj] {
    color: #fca5a5 !important;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    font-weight: 600;
}

.validation-message[b-wy27h2cqbj] {
    color: #fca5a5;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    font-weight: 600;
}

/* Light theme adjustments */
:root[data-theme="light"] .card[b-wy27h2cqbj] {
    background: linear-gradient(135deg, #ffffff, #fafbfc);
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.1);
}

:root[data-theme="light"] .card-header[b-wy27h2cqbj] {
    background: radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.15), transparent 60%),
                linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(96, 165, 250, 0.06));
}

:root[data-theme="light"] .card-header h3[b-wy27h2cqbj] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

:root[data-theme="light"] .mb-3[b-wy27h2cqbj]  .form-control,
:root[data-theme="light"] .mb-3[b-wy27h2cqbj]  input.form-control {
    background: #ffffff;
    border: 2px solid rgba(15, 23, 42, 0.12);
    color: #1e293b;
}

:root[data-theme="light"] .mb-3[b-wy27h2cqbj]  .form-control::placeholder,
:root[data-theme="light"] .mb-3[b-wy27h2cqbj]  input.form-control::placeholder {
    color: #64748b;
}

:root[data-theme="light"] .mb-3[b-wy27h2cqbj]  .form-control:hover,
:root[data-theme="light"] .mb-3[b-wy27h2cqbj]  input.form-control:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background: #fafbfc;
}

:root[data-theme="light"] .mb-3[b-wy27h2cqbj]  .form-control:focus,
:root[data-theme="light"] .mb-3[b-wy27h2cqbj]  input.form-control:focus {
    background: #ffffff;
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08),
                0 8px 24px rgba(59, 130, 246, 0.12);
}

:root[data-theme="light"] .form-label[b-wy27h2cqbj] {
    color: #1e293b;
}

:root[data-theme="light"] .form-label[b-wy27h2cqbj]::before {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

:root[data-theme="light"] .text-muted strong[b-wy27h2cqbj] {
    color: #3b82f6;
}

:root[data-theme="light"] .text-muted p[b-wy27h2cqbj] {
    color: #1e293b;
    background: rgba(59, 130, 246, 0.03);
    border-left: 3px solid rgba(59, 130, 246, 0.3);
}

:root[data-theme="light"] .small[b-wy27h2cqbj] {
    background: rgba(59, 130, 246, 0.02);
    border: 1px solid rgba(15, 23, 42, 0.1);
}

:root[data-theme="light"] hr[b-wy27h2cqbj]::before {
    background: #ffffff;
    color: #64748b;
    border: 1px solid rgba(15, 23, 42, 0.12);
}

:root[data-theme="light"] .alert-danger[b-wy27h2cqbj] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.08), rgba(220, 38, 38, 0.06));
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #991b1b;
}

:root[data-theme="light"] .text-danger[b-wy27h2cqbj] {
    color: #dc2626 !important;
}

:root[data-theme="light"] .validation-message[b-wy27h2cqbj] {
    color: #dc2626;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card[b-wy27h2cqbj] {
        max-width: 100%;
        margin: 0;
    }

    .card-header[b-wy27h2cqbj] {
        padding: 1.5rem 1.5rem 1.25rem;
    }

    .card-header h3[b-wy27h2cqbj] {
        font-size: 1.75rem;
    }

    .card-body[b-wy27h2cqbj] {
        padding: 1.5rem;
    }

    .login-center[b-wy27h2cqbj] {
        padding: 1rem 0.5rem;
    }

    .btn-primary[b-wy27h2cqbj] {
        font-size: 1rem;
    }

    .small[b-wy27h2cqbj] {
        padding: 1rem;
    }
}
/* /Components/Public/CalendarEmbed.razor.rz.scp.css */
/* Public calendar embed - fixed light theme, no theme switching */
.calendar-hero[b-pysbamlpjc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.calendar-hero h1[b-pysbamlpjc] {
    color: #1e293b;
    margin: 0;
}

.calendar-hero p[b-pysbamlpjc] {
    color: #64748b;
    margin: 0.5rem 0;
}

.calendar-hero .badge[b-pysbamlpjc] {
    font-size: 0.85rem;
}

.legend-container[b-pysbamlpjc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-shrink: 0;
}

.legend[b-pysbamlpjc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.legend-swatch[b-pysbamlpjc] {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
}

.legend .small[b-pysbamlpjc] {
    color: #64748b;
    font-weight: 500;
}

/* Available swatch - green */
.legend-swatch.available-swatch[b-pysbamlpjc] {
    background: #22c55e;
    border-color: #16a34a;
}

/* Half-day swatch - diagonal split */
.legend-swatch.half-day-swatch.layout-greenred[b-pysbamlpjc] {
    background: linear-gradient(135deg, #22c55e 50%, #ef4444 50%);
    border-color: #16a34a;
}

.legend-swatch.half-day-swatch.layout-bluestripes[b-pysbamlpjc] {
    background: linear-gradient(135deg, #ffffff 50%, #4ca3dd 50%);
    border-color: #4ca3dd;
}

.legend-swatch.half-day-swatch.layout-darkmode[b-pysbamlpjc] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 50%, #334155 50%);
    border-color: #7c3aed;
}

.legend-swatch.half-day-swatch.layout-woodenpattern[b-pysbamlpjc] {
    background: linear-gradient(135deg, #fefce8 50%, #8b5a3c 50%);
    border-color: #6d4c3d;
}

.legend-swatch.half-day-swatch.layout-naturegreen[b-pysbamlpjc] {
    background: linear-gradient(135deg, #ecfdf5 50%, #059669 50%);
    border-color: #047857;
}

/* Layout 1: GreenRed - Solid red */
.legend-swatch.layout-greenred[b-pysbamlpjc] {
    background: #ef4444;
    border-color: #dc2626;
}

/* Layout 2: BlueStripes - Blue diagonal stripes */
.legend-swatch.layout-bluestripes[b-pysbamlpjc] {
    background: repeating-linear-gradient(
        135deg,
        #4ca3dd,
        #4ca3dd 8px,
        #e3f0ff 8px,
        #e3f0ff 16px
    );
    border-color: #4ca3dd;
}

/* Layout 3: DarkMode - Dark gradient with purple */
.legend-swatch.layout-darkmode[b-pysbamlpjc] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-color: #7c3aed;
    box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.3);
}

/* Layout 4: WoodenPattern - Wood grain pattern */
.legend-swatch.layout-woodenpattern[b-pysbamlpjc] {
    background: repeating-linear-gradient(
        90deg,
        #8b5a3c,
        #8b5a3c 4px,
        #a0684d 4px,
        #a0684d 8px,
        #6d4c3d 8px,
        #6d4c3d 12px
    );
    border-color: #6d4c3d;
}

/* Layout 5: NatureGreen - Leaves pattern */
.legend-swatch.layout-naturegreen[b-pysbamlpjc] {
    background: repeating-linear-gradient(
        -45deg,
        #059669,
        #059669 6px,
        #10b981 6px,
        #10b981 12px,
        #047857 12px,
        #047857 18px
    );
    border-color: #047857;
}

.calendar-container[b-pysbamlpjc] {
    position: relative;
}

.month-grid[b-pysbamlpjc] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Navigation arrows */
.nav-arrow[b-pysbamlpjc] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.nav-arrow:hover[b-pysbamlpjc] {
    background: #f8fafc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.05);
}

.nav-arrow:active[b-pysbamlpjc] {
    transform: translateY(-50%) scale(0.95);
}

.nav-arrow-left[b-pysbamlpjc] {
    left: -24px;
}

.nav-arrow-right[b-pysbamlpjc] {
    right: -24px;
}

.arrow-icon[b-pysbamlpjc] {
    font-size: 1.75rem;
    font-weight: 300;
    color: #64748b;
    line-height: 1;
}

.nav-arrow:hover .arrow-icon[b-pysbamlpjc] {
    color: #3b82f6;
}

/* Dark theme navigation arrows */
.nav-arrow.nav-arrow-dark[b-pysbamlpjc] {
    background: #1e293b;
    border-color: rgba(124, 58, 237, 0.3);
}

.nav-arrow.nav-arrow-dark:hover[b-pysbamlpjc] {
    background: #334155;
    border-color: #7c3aed;
}

.nav-arrow.nav-arrow-dark .arrow-icon[b-pysbamlpjc] {
    color: #9ca3af;
}

.nav-arrow.nav-arrow-dark:hover .arrow-icon[b-pysbamlpjc] {
    color: #7c3aed;
}

/* Wooden theme navigation arrows */
.nav-arrow.nav-arrow-wooden[b-pysbamlpjc] {
    background: #fef3c7;
    border-color: #a0684d;
}

.nav-arrow.nav-arrow-wooden:hover[b-pysbamlpjc] {
    background: #fefce8;
}

.nav-arrow.nav-arrow-wooden .arrow-icon[b-pysbamlpjc] {
    color: #8b5a3c;
}

.nav-arrow.nav-arrow-wooden:hover .arrow-icon[b-pysbamlpjc] {
    color: #6d4c3d;
}

/* Nature theme navigation arrows */
.nav-arrow.nav-arrow-nature[b-pysbamlpjc] {
    background: #f0fdf4;
    border-color: #10b981;
}

.nav-arrow.nav-arrow-nature:hover[b-pysbamlpjc] {
    background: #ecfdf5;
}

.nav-arrow.nav-arrow-nature .arrow-icon[b-pysbamlpjc] {
    color: #059669;
}

.nav-arrow.nav-arrow-nature:hover .arrow-icon[b-pysbamlpjc] {
    color: #047857;
}

/* Theme-specific hero backgrounds */
.calendar-hero.theme-darkmode[b-pysbamlpjc] {
    background: #0f172a;
    border: 1px solid rgba(124, 58, 237, 0.3);
}

.calendar-hero.theme-darkmode h1[b-pysbamlpjc] {
    color: #e5e7eb;
}

.calendar-hero.theme-darkmode p[b-pysbamlpjc],
.calendar-hero.theme-darkmode .small[b-pysbamlpjc] {
    color: #9ca3af;
}

.calendar-hero.theme-wooden[b-pysbamlpjc] {
    background: linear-gradient(135deg, #fef3c7 0%, #fefce8 100%);
    border: 1px solid #a0684d;
}

.calendar-hero.theme-wooden h1[b-pysbamlpjc] {
    color: #6d4c3d;
}

.calendar-hero.theme-wooden p[b-pysbamlpjc],
.calendar-hero.theme-wooden .small[b-pysbamlpjc] {
    color: #8b5a3c;
}

.calendar-hero.theme-nature[b-pysbamlpjc] {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border: 1px solid #10b981;
}

.calendar-hero.theme-nature h1[b-pysbamlpjc] {
    color: #065f46;
}

.calendar-hero.theme-nature p[b-pysbamlpjc],
.calendar-hero.theme-nature .small[b-pysbamlpjc] {
    color: #059669;
}

@media (max-width: 800px) {
    .month-grid[b-pysbamlpjc] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .calendar-hero[b-pysbamlpjc] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .legend-container[b-pysbamlpjc] {
        margin-top: 1rem;
    }
    
    .calendar-container[b-pysbamlpjc] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    
    .month-grid[b-pysbamlpjc] {
        grid-template-columns: 1fr;
        order: 2;
    }
    
    .nav-arrow[b-pysbamlpjc] {
        position: static;
        transform: none;
        width: 100%;
        height: 44px;
        border-radius: 10px;
    }
    
    .nav-arrow:hover[b-pysbamlpjc] {
        transform: none;
    }
    
    .nav-arrow:active[b-pysbamlpjc] {
        transform: scale(0.98);
    }
    
    .nav-arrow-left[b-pysbamlpjc] {
        left: auto;
        order: 1;
        margin-bottom: 1rem;
    }
    
    .nav-arrow-right[b-pysbamlpjc] {
        right: auto;
        order: 3;
    }
    
    .arrow-icon[b-pysbamlpjc] {
        font-size: 1.5rem;
    }
}
/* /Components/Public/CalendarMonth.razor.rz.scp.css */
/* Calendar month component - fixed light theme */
.calendar-month[b-9ma7ww8shh] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.month-header[b-9ma7ww8shh] {
    margin-bottom: 0.75rem;
    color: #1e293b;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}

.weekday-row[b-9ma7ww8shh] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 0.5rem;
    gap: 2px;
}

.weekday[b-9ma7ww8shh] {
    padding: 0.4rem 0;
    color: #64748b;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.days-grid[b-9ma7ww8shh] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
}

.day-cell[b-9ma7ww8shh] {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.day-cell.placeholder[b-9ma7ww8shh] {
    background: transparent;
    border: none;
}

/* ===== PAST DAYS - White/Neutral ===== */
.day-cell.past[b-9ma7ww8shh] {
    background: #ffffff;
    border-color: #e2e8f0;
    color: #94a3b8;
}

/* ===== TODAY - Highlighted ===== */
.day-cell.today[b-9ma7ww8shh] {
    border-color: #3b82f6;
    border-width: 2px;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

/* ===== AVAILABLE DAYS - Green for GreenRed layout ===== */
.day-cell.available.layout-greenred[b-9ma7ww8shh] {
    background: #22c55e;
    border-color: #16a34a;
    color: #ffffff;
    font-weight: 600;
}

/* ===== BOOKED DAYS ===== */

/* Layout 1: GreenRed - Solid red for booked */
.day-cell.booked.layout-greenred[b-9ma7ww8shh] {
    background: #ef4444;
    border-color: #dc2626;
    color: #ffffff;
    font-weight: 600;
}

/* Layout 2: BlueStripes - Blue diagonal stripes for booked */
.day-cell.booked.layout-bluestripes[b-9ma7ww8shh] {
    background: repeating-linear-gradient(
        135deg,
        #4ca3dd,
        #4ca3dd 8px,
        #e3f0ff 8px,
        #e3f0ff 16px
    );
    border-color: #4ca3dd;
    color: #1e293b;
    font-weight: 600;
}

/* Layout 3: DarkMode - Dark theme with purple accent */
.day-cell.booked.layout-darkmode[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-color: #7c3aed;
    color: #e0e7ff;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.3);
}

/* Layout 4: WoodenPattern - Natural wood/brown pattern */
.day-cell.booked.layout-woodenpattern[b-9ma7ww8shh] {
    background: repeating-linear-gradient(
        90deg,
        #8b5a3c,
        #8b5a3c 4px,
        #a0684d 4px,
        #a0684d 8px,
        #6d4c3d 8px,
        #6d4c3d 12px
    );
    border-color: #6d4c3d;
    color: #fef3c7;
    font-weight: 600;
}

/* Layout 5: NatureGreen - Plants/leaves green theme */
.day-cell.booked.layout-naturegreen[b-9ma7ww8shh] {
    background: repeating-linear-gradient(
        -45deg,
        #059669,
        #059669 6px,
        #10b981 6px,
        #10b981 12px,
        #047857 12px,
        #047857 18px
    );
    border-color: #047857;
    color: #ecfdf5;
    font-weight: 600;
}

/* ===== HALF-DAY ARRIVAL (Diagonal split: green top-left, red bottom-right) ===== */

/* GreenRed layout - half arrival */
.day-cell.half-arrival.layout-greenred[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #22c55e 50%, #ef4444 50%);
    border-color: #16a34a;
    color: #ffffff;
    font-weight: 600;
}

/* GreenRed layout - half departure (red top-left, green bottom-right) */
.day-cell.half-departure.layout-greenred[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #ef4444 50%, #22c55e 50%);
    border-color: #dc2626;
    color: #ffffff;
    font-weight: 600;
}

/* BlueStripes layout - half arrival */
.day-cell.half-arrival.layout-bluestripes[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #ffffff 50%, #4ca3dd 50%);
    border-color: #4ca3dd;
    color: #1e293b;
    font-weight: 600;
}

/* BlueStripes layout - half departure */
.day-cell.half-departure.layout-bluestripes[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #4ca3dd 50%, #ffffff 50%);
    border-color: #4ca3dd;
    color: #1e293b;
    font-weight: 600;
}

/* DarkMode layout - half arrival */
.day-cell.half-arrival.layout-darkmode[b-9ma7ww8shh] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 50%, #334155 50%);
    border-color: #7c3aed;
    color: #e0e7ff;
    font-weight: 600;
}

/* DarkMode layout - half departure */
.day-cell.half-departure.layout-darkmode[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #334155 50%, rgba(255, 255, 255, 0.1) 50%);
    border-color: #7c3aed;
    color: #e0e7ff;
    font-weight: 600;
}

/* WoodenPattern layout - half arrival */
.day-cell.half-arrival.layout-woodenpattern[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #fefce8 50%, #8b5a3c 50%);
    border-color: #6d4c3d;
    color: #6d4c3d;
    font-weight: 600;
}

/* WoodenPattern layout - half departure */
.day-cell.half-departure.layout-woodenpattern[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #8b5a3c 50%, #fefce8 50%);
    border-color: #6d4c3d;
    color: #fef3c7;
    font-weight: 600;
}

/* NatureGreen layout - half arrival */
.day-cell.half-arrival.layout-naturegreen[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #ecfdf5 50%, #059669 50%);
    border-color: #047857;
    color: #065f46;
    font-weight: 600;
}

/* NatureGreen layout - half departure */
.day-cell.half-departure.layout-naturegreen[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #059669 50%, #ecfdf5 50%);
    border-color: #047857;
    color: #ecfdf5;
    font-weight: 600;
}

/* ===== TRANSITION DAY (departure + arrival on same day) ===== */
.day-cell.half-transition.layout-greenred[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #ef4444 calc(50% - 2px), #22c55e calc(50% - 2px), #22c55e calc(50% + 2px), #ef4444 calc(50% + 2px));
    border-color: #dc2626;
    color: #ffffff;
    font-weight: 600;
}

.day-cell.half-transition.layout-bluestripes[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #4ca3dd calc(50% - 2px), #ffffff calc(50% - 2px), #ffffff calc(50% + 2px), #4ca3dd calc(50% + 2px));
    border-color: #4ca3dd;
    color: #1e293b;
    font-weight: 600;
}

.day-cell.half-transition.layout-darkmode[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #334155 calc(50% - 2px), rgba(255,255,255,0.15) calc(50% - 2px), rgba(255,255,255,0.15) calc(50% + 2px), #334155 calc(50% + 2px));
    border-color: #7c3aed;
    color: #e0e7ff;
    font-weight: 600;
}

.day-cell.half-transition.layout-woodenpattern[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #8b5a3c calc(50% - 2px), #fefce8 calc(50% - 2px), #fefce8 calc(50% + 2px), #8b5a3c calc(50% + 2px));
    border-color: #6d4c3d;
    color: #fef3c7;
    font-weight: 600;
}

.day-cell.half-transition.layout-naturegreen[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #059669 calc(50% - 2px), #ecfdf5 calc(50% - 2px), #ecfdf5 calc(50% + 2px), #059669 calc(50% + 2px));
    border-color: #047857;
    color: #ecfdf5;
    font-weight: 600;
}

/* ===== HALF-DAY FOR PAST DAYS ===== */
.day-cell.past.half-transition.layout-greenred[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #ef4444 calc(50% - 2px), #ffffff calc(50% - 2px), #ffffff calc(50% + 2px), #ef4444 calc(50% + 2px));
    border-color: #e2e8f0;
    color: #94a3b8;
}

.day-cell.past.half-arrival.layout-greenred[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #ffffff 50%, #ef4444 50%);
    border-color: #e2e8f0;
    color: #94a3b8;
}

.day-cell.past.half-departure.layout-greenred[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #ef4444 50%, #ffffff 50%);
    border-color: #e2e8f0;
    color: #94a3b8;
}

.day-cell span[b-9ma7ww8shh] {
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Text shadow for better readability on diagonal backgrounds */
.day-cell.half-arrival span[b-9ma7ww8shh],
.day-cell.half-departure span[b-9ma7ww8shh],
.day-cell.half-transition span[b-9ma7ww8shh] {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 8px rgba(255, 255, 255, 0.3);
}

/* Hover effects */
.day-cell:not(.placeholder):not(.booked):not(.half-arrival):not(.half-departure):not(.half-transition):not(.past):hover[b-9ma7ww8shh] {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* ===== DARK MODE THEME ===== */
.calendar-month.theme-darkmode[b-9ma7ww8shh] {
    background: #0f172a;
    border-color: rgba(255, 255, 255, 0.1);
}

.calendar-month.theme-darkmode .month-header[b-9ma7ww8shh] {
    color: #e5e7eb;
}

.calendar-month.theme-darkmode .weekday[b-9ma7ww8shh] {
    color: #9ca3af;
}

.calendar-month.theme-darkmode .day-cell.past[b-9ma7ww8shh] {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.1);
    color: #6b7280;
}

.calendar-month.theme-darkmode .day-cell.available[b-9ma7ww8shh] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #e5e7eb;
}

.calendar-month.theme-darkmode .day-cell.today[b-9ma7ww8shh] {
    border-color: #7c3aed;
    box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.3);
}

.calendar-month.theme-darkmode .day-cell:not(.placeholder):not(.booked):not(.half-arrival):not(.half-departure):not(.half-transition):not(.past):hover[b-9ma7ww8shh] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(124, 58, 237, 0.5);
}

/* ===== WOODEN THEME ===== */
.calendar-month.theme-wooden[b-9ma7ww8shh] {
    background: #fef3c7;
    border-color: #a0684d;
}

.calendar-month.theme-wooden .month-header[b-9ma7ww8shh] {
    color: #6d4c3d;
}

.calendar-month.theme-wooden .weekday[b-9ma7ww8shh] {
    color: #8b5a3c;
}

.calendar-month.theme-wooden .day-cell.past[b-9ma7ww8shh] {
    background: #fefce8;
    border-color: #d4a574;
    color: #a0684d;
}

.calendar-month.theme-wooden .day-cell.available[b-9ma7ww8shh] {
    background: #fefce8;
    border-color: #d4a574;
    color: #6d4c3d;
}

.calendar-month.theme-wooden .day-cell.today[b-9ma7ww8shh] {
    border-color: #8b5a3c;
    box-shadow: 0 0 0 2px rgba(139, 90, 60, 0.3);
}

/* ===== NATURE GREEN THEME ===== */
.calendar-month.theme-nature[b-9ma7ww8shh] {
    background: #f0fdf4;
    border-color: #10b981;
}

.calendar-month.theme-nature .month-header[b-9ma7ww8shh] {
    color: #065f46;
}

.calendar-month.theme-nature .weekday[b-9ma7ww8shh] {
    color: #059669;
}

.calendar-month.theme-nature .day-cell.past[b-9ma7ww8shh] {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #047857;
}

.calendar-month.theme-nature .day-cell.available[b-9ma7ww8shh] {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #065f46;
}

.calendar-month.theme-nature .day-cell.today[b-9ma7ww8shh] {
    border-color: #059669;
    box-shadow: 0 0 0 2px rgba(5, 150, 105, 0.3);
}

/* ===== AVAILABLE DAYS FOR OTHER LAYOUTS ===== */
.day-cell.available.layout-bluestripes[b-9ma7ww8shh] {
    background: #ffffff;
    border-color: #e2e8f0;
    color: #1e293b;
}

.day-cell.available.layout-darkmode[b-9ma7ww8shh] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #e5e7eb;
}

.day-cell.available.layout-woodenpattern[b-9ma7ww8shh] {
    background: #fefce8;
    border-color: #d4a574;
    color: #6d4c3d;
}

.day-cell.available.layout-naturegreen[b-9ma7ww8shh] {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #065f46;
}

@media (max-width: 450px) {
    .day-cell[b-9ma7ww8shh] {
        font-size: 1.3rem;
    }

    .month-header[b-9ma7ww8shh] {
        font-size: 1rem;
    }
}
/* /Components/Public/SelectableCalendarMonth.razor.rz.scp.css */
/* Inherit all styles from CalendarMonth */
.calendar-month[b-2osixlq9ho] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.month-header[b-2osixlq9ho] {
    margin-bottom: 0.75rem;
    color: #1e293b;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}

.weekday-row[b-2osixlq9ho] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 0.5rem;
    gap: 2px;
}

.weekday[b-2osixlq9ho] {
    padding: 0.4rem 0;
    color: #64748b;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.days-grid[b-2osixlq9ho] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
}

.day-cell[b-2osixlq9ho] {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.15s ease;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.day-cell.placeholder[b-2osixlq9ho] {
    background: transparent;
    border: none;
}

.day-cell.past[b-2osixlq9ho] {
    background: #ffffff;
    border-color: #e2e8f0;
    color: #94a3b8;
}

.day-cell.today[b-2osixlq9ho] {
    border-color: #3b82f6;
    border-width: 2px;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

/* Available days */
.day-cell.available.layout-greenred[b-2osixlq9ho] { background: #22c55e; border-color: #16a34a; color: #ffffff; font-weight: 600; }
.day-cell.available.layout-bluestripes[b-2osixlq9ho] { background: #ffffff; border-color: #e2e8f0; color: #1e293b; }
.day-cell.available.layout-darkmode[b-2osixlq9ho] { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: #e5e7eb; }
.day-cell.available.layout-woodenpattern[b-2osixlq9ho] { background: #fefce8; border-color: #d4a574; color: #6d4c3d; }
.day-cell.available.layout-naturegreen[b-2osixlq9ho] { background: #ecfdf5; border-color: #6ee7b7; color: #065f46; }

/* Booked days */
.day-cell.booked.layout-greenred[b-2osixlq9ho] { background: #ef4444; border-color: #dc2626; color: #ffffff; font-weight: 600; }
.day-cell.booked.layout-bluestripes[b-2osixlq9ho] { background: repeating-linear-gradient(135deg,#4ca3dd,#4ca3dd 8px,#e3f0ff 8px,#e3f0ff 16px); border-color: #4ca3dd; color: #1e293b; font-weight: 600; }
.day-cell.booked.layout-darkmode[b-2osixlq9ho] { background: linear-gradient(135deg,#1e293b,#334155); border-color: #7c3aed; color: #e0e7ff; font-weight: 600; }
.day-cell.booked.layout-woodenpattern[b-2osixlq9ho] { background: repeating-linear-gradient(90deg,#8b5a3c,#8b5a3c 4px,#a0684d 4px,#a0684d 8px,#6d4c3d 8px,#6d4c3d 12px); border-color: #6d4c3d; color: #fef3c7; font-weight: 600; }
.day-cell.booked.layout-naturegreen[b-2osixlq9ho] { background: repeating-linear-gradient(-45deg,#059669,#059669 6px,#10b981 6px,#10b981 12px,#047857 12px,#047857 18px); border-color: #047857; color: #ecfdf5; font-weight: 600; }

/* Half-day arrival/departure */
.day-cell.half-arrival.layout-greenred[b-2osixlq9ho] { background: linear-gradient(135deg,#22c55e 50%,#ef4444 50%); border-color: #16a34a; color: #ffffff; font-weight: 600; }
.day-cell.half-departure.layout-greenred[b-2osixlq9ho] { background: linear-gradient(135deg,#ef4444 50%,#22c55e 50%); border-color: #dc2626; color: #ffffff; font-weight: 600; }
.day-cell.half-arrival.layout-bluestripes[b-2osixlq9ho] { background: linear-gradient(135deg,#ffffff 50%,#4ca3dd 50%); border-color: #4ca3dd; color: #1e293b; font-weight: 600; }
.day-cell.half-departure.layout-bluestripes[b-2osixlq9ho] { background: linear-gradient(135deg,#4ca3dd 50%,#ffffff 50%); border-color: #4ca3dd; color: #1e293b; font-weight: 600; }
.day-cell.half-arrival.layout-darkmode[b-2osixlq9ho] { background: linear-gradient(135deg,rgba(255,255,255,0.1) 50%,#334155 50%); border-color: #7c3aed; color: #e0e7ff; font-weight: 600; }
.day-cell.half-departure.layout-darkmode[b-2osixlq9ho] { background: linear-gradient(135deg,#334155 50%,rgba(255,255,255,0.1) 50%); border-color: #7c3aed; color: #e0e7ff; font-weight: 600; }
.day-cell.half-arrival.layout-woodenpattern[b-2osixlq9ho] { background: linear-gradient(135deg,#fefce8 50%,#8b5a3c 50%); border-color: #6d4c3d; color: #6d4c3d; font-weight: 600; }
.day-cell.half-departure.layout-woodenpattern[b-2osixlq9ho] { background: linear-gradient(135deg,#8b5a3c 50%,#fefce8 50%); border-color: #6d4c3d; color: #fef3c7; font-weight: 600; }
.day-cell.half-arrival.layout-naturegreen[b-2osixlq9ho] { background: linear-gradient(135deg,#ecfdf5 50%,#059669 50%); border-color: #047857; color: #065f46; font-weight: 600; }
.day-cell.half-departure.layout-naturegreen[b-2osixlq9ho] { background: linear-gradient(135deg,#059669 50%,#ecfdf5 50%); border-color: #047857; color: #ecfdf5; font-weight: 600; }

/* Transition day (departure + arrival on same day) */
.day-cell.half-transition.layout-greenred[b-2osixlq9ho] { background: linear-gradient(135deg, #ef4444 calc(50% - 2px), #22c55e calc(50% - 2px), #22c55e calc(50% + 2px), #ef4444 calc(50% + 2px)); border-color: #dc2626; color: #ffffff; font-weight: 600; }
.day-cell.half-transition.layout-bluestripes[b-2osixlq9ho] { background: linear-gradient(135deg, #4ca3dd calc(50% - 2px), #ffffff calc(50% - 2px), #ffffff calc(50% + 2px), #4ca3dd calc(50% + 2px)); border-color: #4ca3dd; color: #1e293b; font-weight: 600; }
.day-cell.half-transition.layout-darkmode[b-2osixlq9ho] { background: linear-gradient(135deg, #334155 calc(50% - 2px), rgba(255,255,255,0.15) calc(50% - 2px), rgba(255,255,255,0.15) calc(50% + 2px), #334155 calc(50% + 2px)); border-color: #7c3aed; color: #e0e7ff; font-weight: 600; }
.day-cell.half-transition.layout-woodenpattern[b-2osixlq9ho] { background: linear-gradient(135deg, #8b5a3c calc(50% - 2px), #fefce8 calc(50% - 2px), #fefce8 calc(50% + 2px), #8b5a3c calc(50% + 2px)); border-color: #6d4c3d; color: #fef3c7; font-weight: 600; }
.day-cell.half-transition.layout-naturegreen[b-2osixlq9ho] { background: linear-gradient(135deg, #059669 calc(50% - 2px), #ecfdf5 calc(50% - 2px), #ecfdf5 calc(50% + 2px), #059669 calc(50% + 2px)); border-color: #047857; color: #ecfdf5; font-weight: 600; }

/* Past half-day */
.day-cell.past.half-transition.layout-greenred[b-2osixlq9ho] { background: linear-gradient(135deg, #ef4444 calc(50% - 2px), #ffffff calc(50% - 2px), #ffffff calc(50% + 2px), #ef4444 calc(50% + 2px)); border-color: #e2e8f0; color: #94a3b8; }
.day-cell.past.half-arrival.layout-greenred[b-2osixlq9ho] { background: linear-gradient(135deg,#ffffff 50%,#ef4444 50%); border-color: #e2e8f0; color: #94a3b8; }
.day-cell.past.half-departure.layout-greenred[b-2osixlq9ho] { background: linear-gradient(135deg,#ef4444 50%,#ffffff 50%); border-color: #e2e8f0; color: #94a3b8; }

.day-cell span[b-2osixlq9ho] {
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.day-cell.half-arrival span[b-2osixlq9ho],
.day-cell.half-departure span[b-2osixlq9ho],
.day-cell.half-transition span[b-2osixlq9ho] {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 8px rgba(255, 255, 255, 0.3);
}

/* Theme variants */
.calendar-month.theme-darkmode[b-2osixlq9ho] { background: #0f172a; border-color: rgba(255,255,255,0.1); }
.calendar-month.theme-darkmode .month-header[b-2osixlq9ho] { color: #e5e7eb; }
.calendar-month.theme-darkmode .weekday[b-2osixlq9ho] { color: #9ca3af; }
.calendar-month.theme-darkmode .day-cell.past[b-2osixlq9ho] { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.1); color: #6b7280; }
.calendar-month.theme-darkmode .day-cell.available[b-2osixlq9ho] { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: #e5e7eb; }
.calendar-month.theme-darkmode .day-cell.today[b-2osixlq9ho] { border-color: #7c3aed; box-shadow: 0 0 0 2px rgba(124,58,237,0.3); }

.calendar-month.theme-wooden[b-2osixlq9ho] { background: #fef3c7; border-color: #a0684d; }
.calendar-month.theme-wooden .month-header[b-2osixlq9ho] { color: #6d4c3d; }
.calendar-month.theme-wooden .weekday[b-2osixlq9ho] { color: #8b5a3c; }
.calendar-month.theme-wooden .day-cell.past[b-2osixlq9ho] { background: #fefce8; border-color: #d4a574; color: #a0684d; }
.calendar-month.theme-wooden .day-cell.available[b-2osixlq9ho] { background: #fefce8; border-color: #d4a574; color: #6d4c3d; }
.calendar-month.theme-wooden .day-cell.today[b-2osixlq9ho] { border-color: #8b5a3c; box-shadow: 0 0 0 2px rgba(139,90,60,0.3); }

.calendar-month.theme-nature[b-2osixlq9ho] { background: #f0fdf4; border-color: #10b981; }
.calendar-month.theme-nature .month-header[b-2osixlq9ho] { color: #065f46; }
.calendar-month.theme-nature .weekday[b-2osixlq9ho] { color: #059669; }
.calendar-month.theme-nature .day-cell.past[b-2osixlq9ho] { background: #ecfdf5; border-color: #6ee7b7; color: #047857; }
.calendar-month.theme-nature .day-cell.available[b-2osixlq9ho] { background: #ecfdf5; border-color: #6ee7b7; color: #065f46; }
.calendar-month.theme-nature .day-cell.today[b-2osixlq9ho] { border-color: #059669; box-shadow: 0 0 0 2px rgba(5,150,105,0.3); }

/* ===== SELECTION STYLES ===== */
.day-cell.clickable:hover[b-2osixlq9ho] {
    transform: scale(1.08);
    box-shadow: 0 2px 10px rgba(34, 197, 94, 0.3);
    z-index: 2;
}

.day-cell.selection-start[b-2osixlq9ho] {
    outline: 3px solid #22c55e;
    outline-offset: -2px;
    z-index: 3;
    box-shadow: 0 0 12px rgba(34, 197, 94, 0.5);
}

.day-cell.selection-range[b-2osixlq9ho] {
    background: rgba(34, 197, 94, 0.2) !important;
    border-color: rgba(34, 197, 94, 0.4) !important;
}

.day-cell.selection-range-start[b-2osixlq9ho] {
    background: rgba(34, 197, 94, 0.35) !important;
    border-color: #22c55e !important;
    border-radius: 6px 2px 2px 6px;
}

.day-cell.selection-range-end[b-2osixlq9ho] {
    background: rgba(34, 197, 94, 0.35) !important;
    border-color: #22c55e !important;
    border-radius: 2px 6px 6px 2px;
}

.day-cell.selection-range-start.selection-range-end[b-2osixlq9ho] {
    border-radius: 6px;
}

@media (max-width: 450px) {
    .day-cell[b-2osixlq9ho] {
        font-size: 1.3rem;
    }
    .month-header[b-2osixlq9ho] {
        font-size: 1rem;
    }
}
/* /Components/Shared/BookingDialog.razor.rz.scp.css */
/* Dialog overlay */
.dialog-overlay[b-ij24qqnfoo] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: dialogFadeIn-b-ij24qqnfoo 0.2s ease;
}

@keyframes dialogFadeIn-b-ij24qqnfoo {
    from { opacity: 0; }
    to { opacity: 1; }
}

.dialog-panel[b-ij24qqnfoo] {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border: 1px solid var(--bc-panel-border);
    border-radius: 18px;
    padding: 1.75rem;
    width: 90%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    animation: dialogSlideIn-b-ij24qqnfoo 0.25s ease;
}

.dialog-panel-wide[b-ij24qqnfoo] {
    max-width: 900px;
}

@keyframes dialogSlideIn-b-ij24qqnfoo {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.dialog-header[b-ij24qqnfoo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bc-panel-border);
}

.dialog-header h3[b-ij24qqnfoo] {
    margin: 0;
    font-size: 1.3rem;
    color: #f8fafc;
}

.dialog-close[b-ij24qqnfoo] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: var(--bc-muted);
    font-size: 1.2rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dialog-close:hover[b-ij24qqnfoo] {
    background: rgba(255, 255, 255, 0.1);
    color: #f8fafc;
}

.dialog-body textarea.form-control[b-ij24qqnfoo] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    min-height: 200px;
    resize: vertical;
}

.dialog-footer[b-ij24qqnfoo] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bc-panel-border);
}

/* Light theme overrides */
:root[data-theme="light"] .dialog-panel[b-ij24qqnfoo] {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-color: rgba(15, 23, 42, 0.12);
}

:root[data-theme="light"] .dialog-header h3[b-ij24qqnfoo] {
    color: #1e293b;
}

:root[data-theme="light"] .dialog-close[b-ij24qqnfoo] {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.15);
    color: #64748b;
}

:root[data-theme="light"] .dialog-close:hover[b-ij24qqnfoo] {
    background: rgba(15, 23, 42, 0.1);
    color: #1e293b;
}
/* /Components/Shared/EmbedCodeDialog.razor.rz.scp.css */
/* Dialog overlay */
.dialog-overlay[b-c5klzii5w4] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: dialogFadeIn-b-c5klzii5w4 0.2s ease;
}

@keyframes dialogFadeIn-b-c5klzii5w4 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.dialog-panel[b-c5klzii5w4] {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border: 1px solid var(--bc-panel-border);
    border-radius: 18px;
    padding: 1.75rem;
    width: 90%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    animation: dialogSlideIn-b-c5klzii5w4 0.25s ease;
}

.dialog-panel-wide[b-c5klzii5w4] {
    max-width: 900px;
}

@keyframes dialogSlideIn-b-c5klzii5w4 {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.dialog-header[b-c5klzii5w4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bc-panel-border);
}

.dialog-header h3[b-c5klzii5w4] {
    margin: 0;
    font-size: 1.3rem;
    color: #f8fafc;
}

.dialog-close[b-c5klzii5w4] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: var(--bc-muted);
    font-size: 1.2rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dialog-close:hover[b-c5klzii5w4] {
    background: rgba(255, 255, 255, 0.1);
    color: #f8fafc;
}

.dialog-body textarea.form-control[b-c5klzii5w4] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    min-height: 200px;
    resize: vertical;
}

.dialog-footer[b-c5klzii5w4] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bc-panel-border);
}

/* Light theme overrides */
:root[data-theme="light"] .dialog-panel[b-c5klzii5w4] {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-color: rgba(15, 23, 42, 0.12);
}

:root[data-theme="light"] .dialog-header h3[b-c5klzii5w4] {
    color: #1e293b;
}

:root[data-theme="light"] .dialog-close[b-c5klzii5w4] {
    background: rgba(15, 23, 42, 0.05);
    border-color: rgba(15, 23, 42, 0.15);
    color: #64748b;
}

:root[data-theme="light"] .dialog-close:hover[b-c5klzii5w4] {
    background: rgba(15, 23, 42, 0.1);
    color: #1e293b;
}
