/* /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: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: var(--bc-text);
    cursor: pointer;
    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;
    position: relative;
    user-select: none;
}

.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%), #1e293b;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    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;
    overflow: hidden;
}

[b-pp67w8h3yi] .flag-svg {
    width: 1.3rem;
    height: auto;
    border-radius: 2px;
    display: block;
}

.language-select__label[b-pp67w8h3yi] {
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0 0.2rem;
}

.language-dropdown[b-pp67w8h3yi] {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    background: #1e293b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
    min-width: 10rem;
    overflow: hidden;
    z-index: 1000;
    animation: dropdown-in-b-pp67w8h3yi 0.15s ease;
}

@keyframes dropdown-in-b-pp67w8h3yi {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.language-dropdown__item[b-pp67w8h3yi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: none;
    background: transparent;
    color: var(--bc-text);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
}

.language-dropdown__item:hover[b-pp67w8h3yi] {
    background: rgba(255, 255, 255, 0.08);
}

.language-dropdown__item.active[b-pp67w8h3yi] {
    background: rgba(99, 102, 241, 0.15);
}

.language-dropdown__flag[b-pp67w8h3yi] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.language-dropdown__flag[b-pp67w8h3yi]  .flag-svg {
    width: 1.4rem;
}

.language-backdrop[b-pp67w8h3yi] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

:root[data-theme="light"] .language-select-wrapper[b-pp67w8h3yi] {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.15);
    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%), #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 6px 12px rgba(15, 23, 42, 0.12);
}

:root[data-theme="light"] .language-dropdown[b-pp67w8h3yi] {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.15);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.16);
}

:root[data-theme="light"] .language-dropdown__item:hover[b-pp67w8h3yi] {
    background: rgba(15, 23, 42, 0.06);
}

:root[data-theme="light"] .language-dropdown__item.active[b-pp67w8h3yi] {
    background: rgba(37, 99, 235, 0.1);
}
/* /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;
            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-buildings-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' viewBox='0 0 16 16'%3E%3Cpath d='M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.793L2 7.293V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V7.293l.5.5a.5.5 0 0 0 .708-.708l-7-7z' opacity='.45'/%3E%3Cpath d='M8 1.707l5.5 5.5V13.5a.5.5 0 0 1-.5.5H9.5v-4a.5.5 0 0 0-.5-.5H7a.5.5 0 0 0-.5.5v4H3a.5.5 0 0 1-.5-.5V7.207l5.5-5.5z'/%3E%3Ccircle cx='12.5' cy='3.5' r='2' fill='white' opacity='.5'/%3E%3Cpath d='M12.5 5.5c-.2 0-.3-.02-.4-.05C12.5 6 13 7.5 13.2 8c.3-.2.6-.5.7-.8.15-.4.1-.8-.1-1.1a1.97 1.97 0 0 1-1.3-.6z' fill='white' opacity='.35'/%3E%3C/svg%3E");
}

.bi-houses-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' viewBox='0 0 16 16'%3E%3Cpath d='M5.793 1a1 1 0 0 1 1.414 0l.647.646a.5.5 0 1 1-.708.708L6.5 1.707 2 6.207V12.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V10a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2.5a.5.5 0 0 0 .5.5H12a.5.5 0 0 0 .5-.5v-2.793l.854.854a.5.5 0 0 0 .707-.708L6.5.854 1.354 6a.5.5 0 1 1-.708-.708L5.793 1z'/%3E%3Cpath d='M11.293 5a1 1 0 0 1 1.414 0L15.854 8.146a.5.5 0 0 1-.708.708L14.5 8.207V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5V11a.5.5 0 0 0-.5-.5h-.5V8.207l-.354.354a.5.5 0 1 1-.708-.708L11.293 5zM12 4.707l-1.5 1.5V12.5h1v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2h1V6.207L12 4.707z' opacity='.6'/%3E%3C/svg%3E");
}

.bi-inbox-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' viewBox='0 0 16 16'%3E%3Cpath d='M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438L14.934 9zM3.809 3.563A1.5 1.5 0 0 1 4.981 3h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z'/%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");
}

.bi-house-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' viewBox='0 0 16 16'%3E%3Cpath d='M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z'/%3E%3Cpath d='M4.5 14V7.707l3.5-3.5 3.5 3.5V14h-2.5v-3a.5.5 0 0 0-.5-.5H7.5a.5.5 0 0 0-.5.5v3H4.5z'/%3E%3Cpath d='M11.886 9.46c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.044c-.613-.181-.613-1.049 0-1.23l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382l.045-.148zM12.5 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' opacity='0.85'/%3E%3C/svg%3E");
}

.bi-key-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' viewBox='0 0 16 16'%3E%3Cpath d='M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1H7.163a.5.5 0 0 1-.45-.285A3 3 0 0 0 4 5z'/%3E%3Cpath d='M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
}

.bi-shield-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' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56'/%3E%3Cpath d='M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415'/%3E%3C/svg%3E");
}

.bi-journal-text-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' viewBox='0 0 16 16'%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z'/%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");
}

:root[data-theme="light"] .bi-buildings-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' viewBox='0 0 16 16'%3E%3Cpath d='M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.793L2 7.293V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V7.293l.5.5a.5.5 0 0 0 .708-.708l-7-7z' opacity='.45'/%3E%3Cpath d='M8 1.707l5.5 5.5V13.5a.5.5 0 0 1-.5.5H9.5v-4a.5.5 0 0 0-.5-.5H7a.5.5 0 0 0-.5.5v4H3a.5.5 0 0 1-.5-.5V7.207l5.5-5.5z'/%3E%3Ccircle cx='12.5' cy='3.5' r='2' fill='%231e293b' opacity='.5'/%3E%3Cpath d='M12.5 5.5c-.2 0-.3-.02-.4-.05C12.5 6 13 7.5 13.2 8c.3-.2.6-.5.7-.8.15-.4.1-.8-.1-1.1a1.97 1.97 0 0 1-1.3-.6z' fill='%231e293b' opacity='.35'/%3E%3C/svg%3E");
}

:root[data-theme="light"] .bi-inbox-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' viewBox='0 0 16 16'%3E%3Cpath d='M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438L14.934 9zM3.809 3.563A1.5 1.5 0 0 1 4.981 3h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z'/%3E%3C/svg%3E");
}

:root[data-theme="light"] .bi-house-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' viewBox='0 0 16 16'%3E%3Cpath d='M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z'/%3E%3Cpath d='M4.5 14V7.707l3.5-3.5 3.5 3.5V14h-2.5v-3a.5.5 0 0 0-.5-.5H7.5a.5.5 0 0 0-.5.5v3H4.5z'/%3E%3Cpath d='M11.886 9.46c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.044c-.613-.181-.613-1.049 0-1.23l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382l.045-.148zM12.5 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' opacity='0.85'/%3E%3C/svg%3E");
}

:root[data-theme="light"] .bi-key-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' viewBox='0 0 16 16'%3E%3Cpath d='M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1H7.163a.5.5 0 0 1-.45-.285A3 3 0 0 0 4 5z'/%3E%3Cpath d='M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
}

:root[data-theme="light"] .bi-shield-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' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61 61 0 0 0-2.837.856.48.48 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.7 10.7 0 0 0 2.287 2.233c.346.244.652.42.893.533q.18.085.293.118a1 1 0 0 0 .101.025 1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56'/%3E%3Cpath d='M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415'/%3E%3C/svg%3E");
}

:root[data-theme="light"] .bi-houses-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' viewBox='0 0 16 16'%3E%3Cpath d='M5.793 1a1 1 0 0 1 1.414 0l.647.646a.5.5 0 1 1-.708.708L6.5 1.707 2 6.207V12.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V10a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2.5a.5.5 0 0 0 .5.5H12a.5.5 0 0 0 .5-.5v-2.793l.854.854a.5.5 0 0 0 .707-.708L6.5.854 1.354 6a.5.5 0 1 1-.708-.708L5.793 1z'/%3E%3Cpath d='M11.293 5a1 1 0 0 1 1.414 0L15.854 8.146a.5.5 0 0 1-.708.708L14.5 8.207V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5V11a.5.5 0 0 0-.5-.5h-.5V8.207l-.354.354a.5.5 0 1 1-.708-.708L11.293 5zM12 4.707l-1.5 1.5V12.5h1v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2h1V6.207L12 4.707z' opacity='.6'/%3E%3C/svg%3E");
}

:root[data-theme="light"] .bi-journal-text-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' viewBox='0 0 16 16'%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z'/%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;
}

/* Prevent nav link text from wrapping */
.nav-link-text[b-vir85dk1ev] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

/* Badge styling for pending request count */
.nav-badge[b-vir85dk1ev] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    margin-right: 7px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(239, 68, 68, 0.4);
}

:root[data-theme="light"] .nav-badge[b-vir85dk1ev] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #ffffff;
    box-shadow: 0 1px 4px rgba(239, 68, 68, 0.3);
}

.impersonation-bar[b-vir85dk1ev] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.5rem;
}

.impersonation-exit-btn[b-vir85dk1ev] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    width: 100%;
}

/* Nav user cards */
.nav-user-card[b-vir85dk1ev] {
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
    cursor: pointer;
}

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

.nav-user-card-inner[b-vir85dk1ev] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.15s ease, border-color 0.15s ease;
}

.nav-user-card-inner:hover[b-vir85dk1ev] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
}

.nav-user-card-admin .nav-user-card-inner[b-vir85dk1ev] {
    background: rgba(99, 102, 241, 0.08);
    border-color: rgba(99, 102, 241, 0.2);
}

.nav-user-card-admin .nav-user-card-inner:hover[b-vir85dk1ev] {
    background: rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.3);
}

.nav-user-avatar[b-vir85dk1ev] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.nav-user-avatar.admin[b-vir85dk1ev] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.3), rgba(139, 92, 246, 0.2));
}

.nav-user-info[b-vir85dk1ev] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.nav-user-email[b-vir85dk1ev] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--bc-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Impersonation connector between cards */
.nav-impersonation-connector[b-vir85dk1ev] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -0.15rem;
    margin-bottom: -0.15rem;
}

.nav-connector-line[b-vir85dk1ev] {
    flex: 1;
    height: 1px;
    background: rgba(251, 191, 36, 0.3);
}

.nav-impersonation-pill[b-vir85dk1ev] {
    font-size: 0.65rem;
    flex-shrink: 0;
    padding: 0.15rem 0.5rem;
}

:root[data-theme="light"] .nav-user-card-inner[b-vir85dk1ev] {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.1);
}

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

:root[data-theme="light"] .nav-user-card-admin .nav-user-card-inner[b-vir85dk1ev] {
    background: rgba(99, 102, 241, 0.06);
    border-color: rgba(99, 102, 241, 0.15);
}

:root[data-theme="light"] .nav-user-card-admin .nav-user-card-inner:hover[b-vir85dk1ev] {
    background: rgba(99, 102, 241, 0.12);
    border-color: rgba(99, 102, 241, 0.25);
}

:root[data-theme="light"] .nav-connector-line[b-vir85dk1ev] {
    background: rgba(217, 119, 6, 0.3);
}
/* /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);
    cursor: pointer;
    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/AdminDashboard.razor.rz.scp.css */
.panel-head[b-fb7ergtxsp] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-head-left[b-fb7ergtxsp] {
    flex-grow: 1;
}
.panel-head-right[b-fb7ergtxsp] {
    flex-shrink: 0;
}

.eyebrow[b-fb7ergtxsp] {
    margin-bottom: 0;
}

@media (max-width: 780px) {
    .panel-head[b-fb7ergtxsp] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/ClientDashboard.razor.rz.scp.css */
.panel-head[b-x5eq3vik8c] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-head-left[b-x5eq3vik8c] {
    flex-grow: 1;
}

.panel-head-right[b-x5eq3vik8c] {
    flex-shrink: 0;
}

.eyebrow[b-x5eq3vik8c] {
    margin-bottom: 0;
}

.tile-actions[b-x5eq3vik8c] {
    flex-direction: column;
}

/* Force 2-column grid for guest house cards */
.card-grid[b-x5eq3vik8c] {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 900px) {
    .card-grid[b-x5eq3vik8c] {
        grid-template-columns: 1fr;
    }
}

/* Badge for pending request count */
.nav-badge[b-x5eq3vik8c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    margin-left: 14px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(239, 68, 68, 0.4);
}

:root[data-theme="light"] .nav-badge[b-x5eq3vik8c] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #ffffff;
    box-shadow: 0 1px 4px rgba(239, 68, 68, 0.3);
}

@media (max-width: 780px) {
    .panel-head[b-x5eq3vik8c] {
        flex-direction: column;
        align-items: stretch;
    }
}

.add-guesthouse-dialog[b-x5eq3vik8c] {
    width: min(620px, 100%);
    max-width: 620px;
    display: flex;
    flex-direction: column;
}

.add-guesthouse-dialog .dialog-body[b-x5eq3vik8c] {
    height: 100%;
}

.add-guesthouse-shell[b-x5eq3vik8c] {
    width: min(980px, 96vw);
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 1rem;
}

.add-guesthouse-side-illustration[b-x5eq3vik8c] {
    width: min(250px, 28vw);
    flex: 0 0 min(250px, 28vw);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--bc-panel-border);
    background: rgba(15, 23, 42, 0.2);
    min-height: 260px;
    display: flex;
}

.add-guesthouse-side-illustration img[b-x5eq3vik8c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.add-guesthouse-dialog-form[b-x5eq3vik8c] {
    display: flex;
    height: 100%;
}

.add-guesthouse-dialog-form[b-x5eq3vik8c]  form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-grid[b-x5eq3vik8c] {
    grid-template-columns: 1fr;
}
.dialog-footer[b-x5eq3vik8c] {
    justify-content: space-between;
    margin-top: auto;
}

@media (max-width: 900px) {
    .add-guesthouse-side-illustration[b-x5eq3vik8c] {
        display: none;
    }
    :root[data-theme] .add-guesthouse-dialog[b-x5eq3vik8c] {
        background-size: cover;
        background-position: center -106px;
    }
    :root[data-theme="dark"] .add-guesthouse-dialog[b-x5eq3vik8c] {
        background-image: linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.8)), url("illustrations/luxury-guesthouse-blueprint.png");
        border: 1px solid #013d88;
    }
    :root[data-theme="light"] .add-guesthouse-dialog[b-x5eq3vik8c] {
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(248, 250, 252, 0.8)), url("illustrations/luxury-guesthouse-blueprint.png");
        border: 1px solid #013d88;
    }

    :root[data-theme="light"] .add-guesthouse-dialog .btn-primary[b-x5eq3vik8c] {
        background: linear-gradient(330deg, #7d13fc, #10a5fa);
    }
}
/* /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;
    }
}

.table-modern th[b-m3l9j0i3le] {
    text-align: left;
}

.requestIconCell[b-m3l9j0i3le] {
    padding-right: 0;
    padding-left: 0.5rem;
}
/* /Components/Pages/ClientGuestHouseSettings.razor.rz.scp.css */
/* ===== Settings widget grid — flex 3-column layout ===== */
/*
 * The card markup now lives in extracted child components (GuestHouseGeneralCard,
 * GuestHouseIbanCard, ...). Blazor's scoped CSS rewrites selectors with the OWNING
 * component's scope id, so a plain `.settings-widget-card` rule in this file would
 * never match an element rendered by a child component. We use `::deep` to opt
 * those selectors out of scoping so the grid keeps the same look it had before
 * the refactor without us having to duplicate styles in every child.
 */

.settings-widget-grid[b-vwmgktta4s] {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.settings-widget-grid[b-vwmgktta4s]  .settings-widget-card {
    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-widget-grid[b-vwmgktta4s]  .settings-fields {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

/* ===== Widget action buttons ===== */
.settings-widget-grid[b-vwmgktta4s]  .widget-btn {
    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;
}

.settings-widget-grid[b-vwmgktta4s]  .widget-btn:hover:not(:disabled) {
    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);
}

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

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

.settings-widget-grid[b-vwmgktta4s]  .embed-preview-text {
    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"] .settings-widget-grid[b-vwmgktta4s]  .embed-preview-text {
    color: #64748b;
    background: #f8f9fa;
    border-color: rgba(15, 23, 42, 0.12);
}

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

:root[data-theme="light"] .settings-widget-grid[b-vwmgktta4s]  .widget-btn:hover:not(:disabled) {
    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-grid[b-vwmgktta4s]  .settings-widget-card {
        flex-basis: 100%;
    }
}

/* ===== Price row — compact one-line display ===== */
.settings-widget-grid[b-vwmgktta4s]  .price-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 0.55rem 0.75rem;
    flex-wrap: wrap;
}

.settings-widget-grid[b-vwmgktta4s]  .price-row-label {
    font-weight: 600;
    font-size: 0.88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.settings-widget-grid[b-vwmgktta4s]  .price-row-edit {
    padding: 0.15rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1;
    flex-shrink: 0;
}

.settings-widget-grid[b-vwmgktta4s]  .price-row-amount {
    margin-left: auto;
    font-weight: 500;
    font-size: 0.88rem;
    white-space: nowrap;
    opacity: 0.85;
    flex-shrink: 0;
}

.settings-widget-grid[b-vwmgktta4s]  .price-row-badge {
    flex-shrink: 0;
}

/* ===== Cancellation row — compact one-line display ===== */
.settings-widget-grid[b-vwmgktta4s]  .cancel-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 0.55rem 0.75rem;
    flex-wrap: wrap;
}

.settings-widget-grid[b-vwmgktta4s]  .cancel-row-label {
    font-weight: 600;
    font-size: 0.88rem;
    white-space: nowrap;
}

.settings-widget-grid[b-vwmgktta4s]  .cancel-row-detail {
    font-size: 0.85rem;
    opacity: 0.75;
    white-space: nowrap;
}

.settings-widget-grid[b-vwmgktta4s]  .cancel-row-actions {
    margin-left: auto;
    display: flex;
    gap: 0.35rem;
    flex-shrink: 0;
}

:root[data-theme="light"] .settings-widget-grid[b-vwmgktta4s]  .price-row {
    background: #f8f9fa;
    border-color: rgba(15, 23, 42, 0.08);
}

:root[data-theme="light"] .settings-widget-grid[b-vwmgktta4s]  .cancel-row {
    background: #f8f9fa;
    border-color: rgba(15, 23, 42, 0.08);
}

.settings-widget-grid[b-vwmgktta4s]  .border-left-radius-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.settings-widget-grid[b-vwmgktta4s]  .border-right-radius-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.settings-widget-grid[b-vwmgktta4s]  .panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 780px) {
    .settings-widget-grid[b-vwmgktta4s]  .panel-head {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 845px) {
    .settings-widget-grid[b-vwmgktta4s]  .cancellation .panel-head {
        flex-direction: column;
        align-items: stretch;
    }
}

.settings-widget-grid[b-vwmgktta4s]  .panel-head-left {
    flex-grow: 1;
}

.settings-widget-grid[b-vwmgktta4s]  .panel-head-right {
    flex-shrink: 0;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-center[b-wy27h2cqbj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    min-height: calc(100vh - 200px);
}

.login-illustration[b-wy27h2cqbj] {
    display: flex;
    justify-content: center;
    pointer-events: none;
    user-select: none;
}

.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: 0.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    flex-wrap: wrap;
}

.request-booking-btn[b-pysbamlpjc] {
    margin-top: 1rem;
    background: linear-gradient(120deg, darkgreen, limegreen);
    color: gold;
}

.hero-success-banner[b-pysbamlpjc] {
    flex-basis: 100%;
    order: 1;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(34, 197, 94, 0.06));
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #15803d;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

.hero-success-banner > span[b-pysbamlpjc] {
    font-weight: 700;
    margin-right: 0.25rem;
}

.calendar-hero > :first-child[b-pysbamlpjc] { order: 0; }
.calendar-hero > .legend-container[b-pysbamlpjc] { order: 0; }

.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) {
    .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;
    }
}

/* booking request form */
:root[data-theme="dark"] .dialog-panel[b-pysbamlpjc] {
    color: whitesmoke;
}

.optional-prices[b-pysbamlpjc] {
    opacity: 0.8;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px dashed rgba(255,255,255,0.08);
}

/* Center text for date, number and time inputs in the booking request form */
input[type="date"].form-control[b-pysbamlpjc],
input[type="number"].form-control[b-pysbamlpjc],
input[type="time"].form-control[b-pysbamlpjc] {
    text-align: center;
}
/* /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;
    cursor: default;
    user-select: none;
}

.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;
}

.day-cell.booked.layout-greenred.past[b-9ma7ww8shh] {
    color: #94a3b8;
}

/* 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: 0 none;
    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: 0 none;
    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: #dc2626;
    color: #94a3b8;
}

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

.day-cell.past.half-departure.layout-greenred[b-9ma7ww8shh] {
    background: linear-gradient(135deg, #ef4444 50%, #ffffff 50%);
    border: 0 none;
    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):hover[b-9ma7ww8shh] {
    transform: scale(1.2);
    z-index: 10;
    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);
    outline: 5px solid gold;
    z-index: 5;
}

/* 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/BookingRequestDetailDialog.razor.rz.scp.css */
/* ===== BookingRequestDetailDialog scoped styles ===== */

/* Dialog narrow variant */
.brd-dialog-narrow[b-agsxw0w2yo] {
    max-width: 560px;
}

/* Body */
.brd-body[b-agsxw0w2yo] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Status banner */
.brd-status-banner[b-agsxw0w2yo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.brd-status-pill[b-agsxw0w2yo] {
    cursor: default;
    font-size: 0.85rem;
}

.brd-created-at[b-agsxw0w2yo] {
    margin-left: auto;
}

/* Section card (reusable panel) */
.brd-section-card[b-agsxw0w2yo] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 1rem;
}

:root[data-theme="light"] .brd-section-card[b-agsxw0w2yo] {
    background: #f8f9fa;
    border-color: rgba(15, 23, 42, 0.1);
}

/* Guest card */
.brd-guest-row[b-agsxw0w2yo] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.brd-guest-avatar[b-agsxw0w2yo] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.brd-guest-info[b-agsxw0w2yo] {
    min-width: 0;
    flex: 1;
}

.brd-guest-name[b-agsxw0w2yo] {
    font-weight: 600;
    font-size: 0.95rem;
}

.brd-guest-email[b-agsxw0w2yo] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brd-locale-pill[b-agsxw0w2yo] {
    font-size: 0.7rem;
    flex-shrink: 0;
    background: rgba(96, 165, 250, 0.1);
    border: 1px solid rgba(96, 165, 250, 0.25);
    color: #93c5fd;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.brd-flag-icon[b-agsxw0w2yo] {
    display: inline-flex;
    width: 16px;
    height: 12px;
}

/* Date range */
.brd-date-range[b-agsxw0w2yo] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brd-date-col[b-agsxw0w2yo] {
    flex: 1;
    text-align: center;
}

.brd-date-label[b-agsxw0w2yo] {
    margin-bottom: 0.15rem;
}

.brd-date-value[b-agsxw0w2yo] {
    font-weight: 600;
}

.brd-date-arrow[b-agsxw0w2yo] {
    font-size: 1.2rem;
    opacity: 0.4;
}

.brd-date-summary[b-agsxw0w2yo] {
    text-align: center;
    margin-top: 0.5rem;
}

.brd-days-pill[b-agsxw0w2yo] {
    font-size: 0.8rem;
}

/* Mini calendar */
.brd-calendar-label[b-agsxw0w2yo] {
    margin-bottom: 0.75rem;
}

.brd-months-wrap[b-agsxw0w2yo] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.brd-month-col[b-agsxw0w2yo] {
    flex: 1;
    min-width: 220px;
    max-width: 260px;
}

.brd-month-header[b-agsxw0w2yo] {
    text-align: center;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0.4rem;
    color: var(--bc-text);
}

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

.brd-weekday[b-agsxw0w2yo] {
    font-size: 0.6rem;
    color: var(--bc-muted);
    font-weight: 600;
}

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

.brd-legend[b-agsxw0w2yo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
    justify-content: center;
}

/* Notes / custom fields */
.brd-notes-text[b-agsxw0w2yo] {
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.9rem;
    line-height: 1.5;
}

.brd-custom-fields-text[b-agsxw0w2yo] {
    white-space: pre-wrap;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* Price breakdown */
.brd-price-label[b-agsxw0w2yo] {
    margin-bottom: 0.5rem;
}

.brd-price-line[b-agsxw0w2yo] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    padding: 0.15rem 0;
}

.brd-price-calc[b-agsxw0w2yo] {
    opacity: 0.55;
    font-size: 0.8rem;
}

.brd-price-amount[b-agsxw0w2yo] {
    font-weight: 500;
}

.brd-price-total[b-agsxw0w2yo] {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.95rem;
    padding-top: 0.4rem;
    margin-top: 0.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

:root[data-theme="light"] .brd-price-total[b-agsxw0w2yo] {
    border-top-color: rgba(15, 23, 42, 0.1);
}

/* Responded at */
.brd-responded-at[b-agsxw0w2yo] {
    font-size: 0.8rem;
}

/* Actions footer */
.brd-actions-footer[b-agsxw0w2yo] {
    border-top: none;
    padding-top: 0;
}

.brd-spacer[b-agsxw0w2yo] {
    flex: 1;
}

.brd-decline-btn[b-agsxw0w2yo] {
    color: #fca5a5;
}

.brd-accept-btn[b-agsxw0w2yo] {
    color: #86efac;
}

.brd-accept-disabled[b-agsxw0w2yo] {
    opacity: 0.4;
    cursor: not-allowed;
}
/* /Components/Shared/BookingRequestFormBuilder.razor.rz.scp.css */
.form-builder-area[b-sw9djhu8e6] {
    min-height: 80px;
    border: 2px dashed rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: border-color 0.2s;
}

.form-builder-area:empty[b-sw9djhu8e6]::after {
    content: "Drag fields here";
    color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.removed-fields-section[b-sw9djhu8e6] {
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0.5rem;
}

.removed-fields-row[b-sw9djhu8e6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.removed-field-card[b-sw9djhu8e6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem;
    background: rgba(250, 204, 21, 0.06);
    border: 1px dashed rgba(250, 204, 21, 0.3);
    border-radius: 8px;
    cursor: grab;
    font-size: 0.85rem;
}

.removed-field-card:hover[b-sw9djhu8e6] {
    background: rgba(250, 204, 21, 0.1);
}

.removed-field-card .drag-handle[b-sw9djhu8e6] {
    user-select: none;
    cursor: grab;
}

.removed-field-card .card-label[b-sw9djhu8e6] {
    font-weight: 500;
}

.preview-form[b-sw9djhu8e6] {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.empty-cell[b-sw9djhu8e6] {
    min-height: 44px;
    border: 2px dashed rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    transition: all 0.2s ease;
}

.empty-cell:hover[b-sw9djhu8e6],
.empty-cell.drag-over[b-sw9djhu8e6] {
    border-color: rgba(96, 165, 250, 0.4);
    background: rgba(96, 165, 250, 0.05);
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.15);
}

/* Light theme overrides */
:global(:root[data-theme="light"]) .form-builder-area[b-sw9djhu8e6] {
    border-color: rgba(0, 0, 0, 0.12);
}

:global(:root[data-theme="light"]) .form-builder-area:empty[b-sw9djhu8e6]::after {
    color: rgba(0, 0, 0, 0.35);
}

:global(:root[data-theme="light"]) .removed-fields-section[b-sw9djhu8e6] {
    border-top-color: rgba(0, 0, 0, 0.1);
}

:global(:root[data-theme="light"]) .removed-field-card[b-sw9djhu8e6] {
    background: rgba(234, 179, 8, 0.06);
    border-color: rgba(234, 179, 8, 0.3);
}

:global(:root[data-theme="light"]) .removed-field-card:hover[b-sw9djhu8e6] {
    background: rgba(234, 179, 8, 0.12);
}

:global(:root[data-theme="light"]) .removed-field-card .drag-handle[b-sw9djhu8e6] {
    color: rgba(0, 0, 0, 0.35);
}

:global(:root[data-theme="light"]) .preview-form[b-sw9djhu8e6] {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.1);
}

:global(:root[data-theme="light"]) .empty-cell[b-sw9djhu8e6] {
    border-color: rgba(0, 0, 0, 0.1);
}
/* /Components/Shared/EmailSettingsDialog.razor.rz.scp.css */
.email-settings-section-title[b-bsnwy517qj] {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
    color: var(--bc-text);
}

.email-toggle-grid[b-bsnwy517qj] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.email-toggle-row[b-bsnwy517qj] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    font-size: 0.92rem;
    color: var(--bc-text);
}

.email-toggle-row input[type="checkbox"][b-bsnwy517qj] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--bc-accent);
    cursor: pointer;
    flex-shrink: 0;
}

.email-placeholder-hint[b-bsnwy517qj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
    font-size: 0.82rem;
    color: var(--bc-muted);
}

.email-placeholder-tag[b-bsnwy517qj] {
    background: rgba(96, 165, 250, 0.15);
    color: #93c5fd;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-family: monospace;
}

.email-template-card[b-bsnwy517qj] {
    border: 1px solid var(--bc-panel-border);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.02);
}

.email-template-header[b-bsnwy517qj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.email-template-body[b-bsnwy517qj] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--bc-panel-border);
}

.email-template-textarea[b-bsnwy517qj] {
    font-family: monospace;
    font-size: 0.82rem;
    line-height: 1.5;
    resize: vertical;
    min-height: 120px;
}

.email-template-buttons[b-bsnwy517qj] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.email-template-btn[b-bsnwy517qj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--bc-panel-border);
    border-radius: 10px;
    color: var(--bc-text);
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    text-align: left;
}

.email-template-btn:hover[b-bsnwy517qj] {
    background: rgba(255, 255, 255, 0.07);
    border-color: var(--bc-accent);
}

.email-template-btn-icon[b-bsnwy517qj] {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.email-template-btn-label[b-bsnwy517qj] {
    flex: 1;
    font-size: 0.92rem;
    font-weight: 500;
}
/* /Components/Shared/EmailTemplateEditorDialog.razor.rz.scp.css */
.template-lang-tabs[b-7h4319g9kl] {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--bc-panel-border);
    padding-bottom: 0.5rem;
    flex-wrap: wrap;
}

.template-lang-tab[b-7h4319g9kl] {
    position: relative;
    padding: 0.45rem 0.85rem;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
    background: transparent;
    color: var(--bc-muted);
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.template-tab-flag[b-7h4319g9kl] {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

[b-7h4319g9kl] .template-flag-svg {
    width: 1.15rem;
    height: auto;
    border-radius: 2px;
    display: block;
}

.template-lang-tab:hover[b-7h4319g9kl] {
    background: rgba(255, 255, 255, 0.05);
    color: var(--bc-text);
}

.template-lang-tab.active[b-7h4319g9kl] {
    background: rgba(96, 165, 250, 0.12);
    color: var(--bc-accent);
    border-color: var(--bc-panel-border);
    border-bottom-color: transparent;
}

.template-tab-dot[b-7h4319g9kl] {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bc-accent);
    margin-left: 0.35rem;
    vertical-align: middle;
}

.template-editor-pane[b-7h4319g9kl] {
    padding: 0.25rem 0;
}

.email-placeholder-hint[b-7h4319g9kl] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
    font-size: 0.82rem;
    color: var(--bc-muted);
}

.email-placeholder-tag[b-7h4319g9kl] {
    background: rgba(96, 165, 250, 0.15);
    color: #93c5fd;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-family: monospace;
}

.email-placeholder-clickable[b-7h4319g9kl] {
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
}

.email-placeholder-clickable:hover[b-7h4319g9kl] {
    background: rgba(96, 165, 250, 0.35);
    transform: scale(1.05);
}

.email-template-textarea[b-7h4319g9kl] {
    font-family: monospace;
    font-size: 0.82rem;
    line-height: 1.5;
    resize: vertical;
    min-height: 150px;
}

.email-preview-frame[b-7h4319g9kl] {
    border: 1px solid var(--bc-panel-border);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    min-height: 200px;
}

.email-preview-iframe[b-7h4319g9kl] {
    width: 100%;
    min-height: 250px;
    border: none;
    background: #fff;
}
/* /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;
}
/* /Components/Shared/FormBuilderCard.razor.rz.scp.css */
.form-builder-card[b-muqk4caaq5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: grab;
    transition: all 0.15s ease;
    min-height: 44px;
}

.form-builder-card:hover[b-muqk4caaq5] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(96, 165, 250, 0.3);
}

.form-builder-card.drag-over[b-muqk4caaq5] {
    border-color: rgba(96, 165, 250, 0.6);
    background: rgba(96, 165, 250, 0.1);
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.15);
}

.form-builder-card:active[b-muqk4caaq5] {
    cursor: grabbing;
    opacity: 0.7;
}

.form-builder-card.default-field[b-muqk4caaq5] {
    border-left: 3px solid rgba(96, 165, 250, 0.5);
}

.form-builder-card.optional-field[b-muqk4caaq5] {
    border-left: 3px solid rgba(250, 204, 21, 0.5);
}

.drag-handle[b-muqk4caaq5] {
    color: rgba(255, 255, 255, 0.3);
    font-size: 1.1rem;
    user-select: none;
    cursor: grab;
    flex-shrink: 0;
}

.card-label[b-muqk4caaq5] {
    flex: 1;
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.badge-tag[b-muqk4caaq5] {
    font-size: 0.65rem;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.default-tag[b-muqk4caaq5] {
    background: rgba(96, 165, 250, 0.15);
    color: #93c5fd;
}

.optional-tag[b-muqk4caaq5] {
    background: rgba(250, 204, 21, 0.15);
    color: #fcd34d;
}

.required-star[b-muqk4caaq5] {
    color: #f87171;
    font-weight: bold;
}

.card-actions[b-muqk4caaq5] {
    display: flex;
    gap: 0.25rem;
    flex-shrink: 0;
}

.card-actions .btn-icon[b-muqk4caaq5] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.15rem 0.3rem;
    border-radius: 4px;
    font-size: 0.85rem;
    opacity: 0.6;
    transition: opacity 0.15s;
}

.card-actions .btn-icon:hover[b-muqk4caaq5] {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}

/* Light theme overrides */
:root[data-theme="light"] .form-builder-card[b-muqk4caaq5] {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

:root[data-theme="light"] .form-builder-card:hover[b-muqk4caaq5] {
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(59, 130, 246, 0.4);
}

:root[data-theme="light"] .form-builder-card.drag-over[b-muqk4caaq5] {
    background: rgba(96, 165, 250, 0.08);
}

:root[data-theme="light"] .drag-handle[b-muqk4caaq5] {
    color: rgba(0, 0, 0, 0.35);
}

:root[data-theme="light"] .default-tag[b-muqk4caaq5] {
    background: rgba(59, 130, 246, 0.12);
    color: #2563eb;
}

:root[data-theme="light"] .optional-tag[b-muqk4caaq5] {
    background: rgba(234, 179, 8, 0.12);
    color: #a16207;
}

:root[data-theme="light"] .card-actions .btn-icon:hover[b-muqk4caaq5] {
    background: rgba(0, 0, 0, 0.08);
}
