/* /Components/AssetDetailForm.razor.rz.scp.css */
.asset-form[b-0ktku10sus] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.asset-form label[b-0ktku10sus] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
}

.asset-form textarea[b-0ktku10sus],
.asset-form input[b-0ktku10sus] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    padding: 0.65rem 0.75rem;
    font: inherit;
}

.save-btn[b-0ktku10sus] {
    margin-top: 0.25rem;
    border: 0;
    border-radius: 999px;
    padding: 0.65rem 1rem;
    background: #0f766e;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.save-btn:disabled[b-0ktku10sus] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Components/AssetInstructionDrawer.razor.rz.scp.css */
.drawer-backdrop[b-ge1e9y0m8z] {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.drawer-panel[b-ge1e9y0m8z] {
    width: min(100%, 36rem);
    max-height: 88vh;
    background: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
    box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.18);
    display: flex;
    flex-direction: column;
    animation: drawer-slide-up-b-ge1e9y0m8z 0.25s ease;
    overflow: hidden;
}

.drawer-handle[b-ge1e9y0m8z] {
    width: 2.5rem;
    height: 0.25rem;
    border-radius: 999px;
    background: #cbd5e1;
    margin: 0.65rem auto 0;
}

.drawer-header[b-ge1e9y0m8z] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem 0;
}

.drawer-header h3[b-ge1e9y0m8z] {
    margin: 0;
    font-size: 1.15rem;
    float: left;
}

.drawer-category[b-ge1e9y0m8z] {
    margin: 0.25rem 0.25rem 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 0.9rem;
    float: left;
}

.drawer-close[b-ge1e9y0m8z] {
    border: 0;
    background: #f1f5f9;
    color: #334155;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.drawer-body[b-ge1e9y0m8z] {
    padding: 1rem 1.25rem 1.5rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.status-badge[b-ge1e9y0m8z] {
    align-self: flex-start;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

.status-ready[b-ge1e9y0m8z] {
    background: #dcfce7;
    color: #166534;
}

.status-pending[b-ge1e9y0m8z] {
    background: #fef3c7;
    color: #92400e;
}

.drawer-instructions[b-ge1e9y0m8z] {
    margin: 0;
    line-height: 1.55;
    color: #1e293b;
    white-space: pre-wrap;
}

.drawer-instructions.muted[b-ge1e9y0m8z] {
    color: #64748b;
}

.drawer-manual-link[b-ge1e9y0m8z] {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #0f766e;
    text-decoration: none;
}

.drawer-manual-link:hover[b-ge1e9y0m8z] {
    text-decoration: underline;
}

.drawer-media[b-ge1e9y0m8z] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    width: 100%;
}

.drawer-media-frame[b-ge1e9y0m8z] {
    width: 100%;
    border-radius: 0.875rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    border: 1px solid #e2e8f0;
}

.drawer-media-frame.is-image[b-ge1e9y0m8z] {
    min-height: 9rem;
    background: #f8fafc;
}

.drawer-media-frame.is-video[b-ge1e9y0m8z] {
    aspect-ratio: 16 / 9;
    max-height: min(52vh, 24rem);
    background: #0f172a;
    border-color: #1e293b;
}

.drawer-media-image[b-ge1e9y0m8z],
.drawer-media-video[b-ge1e9y0m8z] {
    width: 100%;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.drawer-media-frame.is-image .drawer-media-image[b-ge1e9y0m8z] {
    max-height: min(48vh, 20rem);
    height: auto;
}

.drawer-media-video[b-ge1e9y0m8z] {
    max-height: min(52vh, 24rem);
    height: auto;
    background: #000;
}

.drawer-media-caption[b-ge1e9y0m8z] {
    margin: 0;
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #334155;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    flex-shrink: 0;
    overflow: visible;
    overflow-wrap: anywhere;
}

@keyframes drawer-slide-up-b-ge1e9y0m8z {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 480px) {
    .drawer-media:has(.is-image:nth-child(2))[b-ge1e9y0m8z] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .drawer-media:has(.is-image:nth-child(2)) .drawer-media-frame.is-image .drawer-media-image[b-ge1e9y0m8z] {
        max-height: min(40vh, 14rem);
    }
}

@media (min-width: 640px) {
    .drawer-backdrop[b-ge1e9y0m8z] {
        align-items: center;
        padding: 1rem;
    }

    .drawer-panel[b-ge1e9y0m8z] {
        width: min(100%, 40rem);
        border-radius: 1.25rem;
        max-height: min(88vh, 38rem);
    }

    .drawer-media-frame.is-video[b-ge1e9y0m8z] {
        max-height: min(50vh, 26rem);
    }
}
/* /Components/GuestAiConcierge.razor.rz.scp.css */
.concierge[b-igcw839bw5] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.concierge-toggle[b-igcw839bw5] {
    border: 0;
    border-radius: 999px;
    padding: 0.85rem 1.1rem;
    background: #111827;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.28);
}

.concierge-panel[b-igcw839bw5] {
    width: min(22rem, calc(100vw - 2rem));
    height: 24rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: slide-up-b-igcw839bw5 0.25s ease;
}

.messages[b-igcw839bw5] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.message[b-igcw839bw5] {
    max-width: 85%;
    padding: 0.7rem 0.85rem;
    border-radius: 1rem;
    line-height: 1.4;
}

.message.user[b-igcw839bw5] {
    align-self: flex-end;
    background: #0f766e;
    color: #fff;
}

.message.assistant[b-igcw839bw5] {
    align-self: flex-start;
    background: #f1f5f9;
    color: #0f172a;
}

.message.typing[b-igcw839bw5] {
    display: flex;
    gap: 0.25rem;
}

.dot[b-igcw839bw5] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #64748b;
    animation: pulse-b-igcw839bw5 1s infinite ease-in-out;
}

.dot:nth-child(2)[b-igcw839bw5] { animation-delay: 0.15s; }
.dot:nth-child(3)[b-igcw839bw5] { animation-delay: 0.3s; }

.composer[b-igcw839bw5] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    padding: 0.75rem;
    border-top: 1px solid #e2e8f0;
}

.composer input[b-igcw839bw5] {
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 0.65rem 0.85rem;
}

.composer button[b-igcw839bw5] {
    border: 0;
    border-radius: 999px;
    padding: 0.65rem 1rem;
    background: #111827;
    color: #fff;
}

@keyframes slide-up-b-igcw839bw5 {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse-b-igcw839bw5 {
    0%, 80%, 100% { opacity: 0.3; transform: translateY(0); }
    40% { opacity: 1; transform: translateY(-2px); }
}
/* /Components/GuestSharePanel.razor.rz.scp.css */
.share-modal-backdrop[b-egxgnck67a] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(15, 23, 42, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    overflow-y: auto;
}

.share-modal-panel[b-egxgnck67a] {
    width: min(100%, 36rem);
    max-height: min(92vh, 44rem);
    background: #fff;
    color: #1e293b;
    border-radius: 0.75rem;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
    display: flex;
    flex-direction: column;
    margin: auto;
}

.share-modal-header[b-egxgnck67a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.9rem;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.share-modal-header h2[b-egxgnck67a] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.share-modal-close[b-egxgnck67a] {
    border: 0;
    background: #f1f5f9;
    color: #334155;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.share-modal-body[b-egxgnck67a] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.65rem 0.9rem;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.share-modal-footer[b-egxgnck67a] {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 0.9rem 0.65rem;
    border-top: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.share-modal-cancel[b-egxgnck67a] {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    border-radius: 0.45rem;
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
    cursor: pointer;
}

.share-section[b-egxgnck67a] {
    border-top: 1px solid #e2e8f0;
    padding-top: 0.55rem;
}

.share-section:first-child[b-egxgnck67a] {
    border-top: 0;
    padding-top: 0;
}

.share-section h3[b-egxgnck67a] {
    margin: 0 0 0.4rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
}

.share-section-head[b-egxgnck67a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.share-section-head h3[b-egxgnck67a] {
    margin: 0;
}

.share-back-btn[b-egxgnck67a] {
    border: 0;
    background: transparent;
    color: #052767;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
    text-align: right;
}

.share-back-btn:hover[b-egxgnck67a] {
    text-decoration: underline;
}

.share-toggle[b-egxgnck67a] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #64748b;
    cursor: pointer;
    white-space: nowrap;
}

.share-muted[b-egxgnck67a],
.share-hint[b-egxgnck67a] {
    margin: 0;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.35;
}

.share-hint[b-egxgnck67a] {
    margin-top: 0.25rem;
}

.share-status-message[b-egxgnck67a] {
    margin-bottom: 0.35rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.45rem;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
    font-size: 0.8rem;
}

.share-link-row[b-egxgnck67a] {
    display: flex;
    gap: 0.35rem;
}

.share-link-row input[b-egxgnck67a] {
    flex: 1;
    min-width: 0;
    border: 1px solid #cbd5e1;
    border-radius: 0.45rem;
    padding: 0.4rem 0.55rem;
    font-size: 0.78rem;
    background: #f8fafc;
    color: #1e293b;
}

.share-copy-btn[b-egxgnck67a] {
    border: 0;
    background: #052767;
    color: #fff;
    border-radius: 0.45rem;
    padding: 0.4rem 0.65rem;
    font-size: 0.78rem;
    cursor: pointer;
    white-space: nowrap;
}

.share-link-qr-row[b-egxgnck67a] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.share-link-col[b-egxgnck67a] {
    flex: 1;
    min-width: 0;
}

.share-qr-col[b-egxgnck67a] {
    display: flex;
    justify-content: center;
}

.share-qr-canvas[b-egxgnck67a] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
}

.share-qr-canvas img[b-egxgnck67a],
.share-qr-canvas canvas[b-egxgnck67a] {
    display: block;
    width: 96px !important;
    height: 96px !important;
}

.share-form-compact[b-egxgnck67a] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
}

.share-modal-field[b-egxgnck67a] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.78rem;
    color: #64748b;
}

.share-modal-field input[b-egxgnck67a] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.45rem;
    padding: 0.4rem 0.55rem;
    font-size: 0.82rem;
}

.share-dates-row[b-egxgnck67a] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.4rem;
}

.share-action-btn[b-egxgnck67a] {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    border-radius: 0.45rem;
    padding: 0.38rem 0.7rem;
    font-size: 0.8rem;
    cursor: pointer;
}

.share-action-btn.primary[b-egxgnck67a] {
    background: #052767;
    border-color: #052767;
    color: #fff;
}

.share-action-btn:disabled[b-egxgnck67a],
.share-list-btn:disabled[b-egxgnck67a] {
    opacity: 0.6;
    cursor: not-allowed;
}

.share-list[b-egxgnck67a] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.share-list-item[b-egxgnck67a] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    background: #f8fafc;
    padding: 0.25rem 0.35rem 0.25rem 0.25rem;
}

.share-list-item.selected[b-egxgnck67a] {
    border-color: #93c5fd;
    background: #eff6ff;
}

.share-list-item.archived[b-egxgnck67a] {
    opacity: 0.85;
}

.share-list-main[b-egxgnck67a] {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 0.35rem 0.45rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.share-list-main.static[b-egxgnck67a] {
    cursor: default;
}

.share-list-main strong[b-egxgnck67a] {
    color: #0f172a;
    font-size: 0.82rem;
}

.share-list-dates[b-egxgnck67a],
.share-list-status[b-egxgnck67a] {
    color: #64748b;
    font-size: 0.74rem;
}

.share-list-btn[b-egxgnck67a] {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    border-radius: 0.4rem;
    padding: 0.3rem 0.5rem;
    font-size: 0.74rem;
    cursor: pointer;
    flex-shrink: 0;
}

.share-list-btn.danger[b-egxgnck67a] {
    color: #b91c1c;
    border-color: #fecaca;
}

.share-archived-toggle[b-egxgnck67a] {
    width: 100%;
    border: 0;
    background: #f1f5f9;
    color: #475569;
    border-radius: 0.45rem;
    padding: 0.45rem 0.55rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-archived-chevron[b-egxgnck67a] {
    display: inline-block;
    transition: transform 0.15s ease;
    transform: rotate(0deg);
}

.share-archived-chevron.open[b-egxgnck67a] {
    transform: rotate(90deg);
}

.share-archived .share-list[b-egxgnck67a] {
    margin-top: 0.4rem;
}

@media (min-width: 640px) {
    .share-dates-row[b-egxgnck67a] {
        grid-template-columns: 1fr 1fr;
    }

    .share-link-qr-row[b-egxgnck67a] {
        flex-direction: row;
        align-items: flex-start;
    }

    .share-qr-col[b-egxgnck67a] {
        flex-shrink: 0;
    }
}
/* /Components/InteractiveSpatialMap.razor.rz.scp.css */
.spatial-map[b-ondlps2iqs] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.map-grid[b-ondlps2iqs] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.zone-tile[b-ondlps2iqs] {
    border: 2px solid transparent;
    border-radius: 1.25rem;
    padding: 1rem;
    min-height: 6.5rem;
    text-align: left;
    background: linear-gradient(145deg, color-mix(in srgb, var(--zone-accent) 18%, white), #fff);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.spatial-map.readonly .zone-tile[b-ondlps2iqs] {
    cursor: default;
}

.zone-tile:hover[b-ondlps2iqs],
.zone-tile.active[b-ondlps2iqs] {
    transform: translateY(-2px);
    border-color: var(--zone-accent);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}

.zone-label[b-ondlps2iqs] {
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

.zone-count[b-ondlps2iqs] {
    display: block;
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.85rem;
}

.zone-panel[b-ondlps2iqs] {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1rem;
    background: #fff;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.zone-panel.visible[b-ondlps2iqs] {
    opacity: 1;
    transform: translateY(0);
}

.zone-panel h3[b-ondlps2iqs] {
    margin-top: 0;
}

.zone-panel ul[b-ondlps2iqs] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.zone-panel li[b-ondlps2iqs] {
    display: block;
    padding: 0;
    border-radius: 0.75rem;
    background: transparent;
}

.asset-list-item[b-ondlps2iqs] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    border: 0;
    border-radius: 0.75rem;
    background: #f8fafc;
    text-align: left;
    cursor: pointer;
}

.asset-list-item:hover[b-ondlps2iqs],
.asset-list-item:focus-visible[b-ondlps2iqs] {
    background: #f1f5f9;
    outline: 2px solid #cbd5e1;
    outline-offset: 0;
}

@media (min-width: 768px) {
    .map-grid[b-ondlps2iqs] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* /Components/PropertyHeader.razor.rz.scp.css */
.property-header[b-5imnmnokpt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
}

.property-chips[b-5imnmnokpt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.property-chip[b-5imnmnokpt] {
    border: 1px solid #d6d5d5;
    background: #fff;
    color: #1e293b;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.9rem;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
}

.property-chip:hover[b-5imnmnokpt] {
    border-color: #94a3b8;
}

.property-chip.active[b-5imnmnokpt] {
    background: #052767;
    border-color: #052767;
    color: #fff;
}

.add-property-btn[b-5imnmnokpt] {
    border: 1px dashed #94a3b8;
    background: transparent;
    color: #334155;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.9rem;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
}

.share-property-btn[b-5imnmnokpt] {
    border: 1px solid #052767;
    background: #052767;
    color: #fff;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.9rem;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
}

.share-property-btn:disabled[b-5imnmnokpt] {
    opacity: 0.5;
    cursor: not-allowed;
}

.add-property-btn:hover[b-5imnmnokpt] {
    border-color: #052767;
    color: #052767;
}

.property-modal-backdrop[b-5imnmnokpt] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(15, 23, 42, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    overflow-y: auto;
}

.property-modal-panel[b-5imnmnokpt] {
    width: min(100%, 28rem);
    max-height: min(90vh, 40rem);
    background: #fff;
    color: #1e293b;
    border-radius: 0.85rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
    display: flex;
    flex-direction: column;
    margin: auto;
    overflow: hidden;
}

.property-modal-header[b-5imnmnokpt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
}

.property-modal-header h2[b-5imnmnokpt] {
    margin: 0;
    font-size: 1.1rem;
}

.property-modal-close[b-5imnmnokpt] {
    border: 0;
    background: #f1f5f9;
    color: #334155;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.property-modal-body[b-5imnmnokpt] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem 1.25rem;
}

.property-modal-field[b-5imnmnokpt] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.9rem;
    color: #475569;
}

.property-modal-field[b-5imnmnokpt]  input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
}

.property-location-input[b-5imnmnokpt] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
}

.property-field-hint[b-5imnmnokpt] {
    font-size: 0.78rem;
    color: #94a3b8;
}

.property-modal-error[b-5imnmnokpt] {
    color: #b91c1c;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

.property-modal-footer[b-5imnmnokpt] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0 1.25rem 1rem;
}

.property-modal-cancel[b-5imnmnokpt],
.property-modal-submit[b-5imnmnokpt] {
    border-radius: 0.5rem;
    padding: 0.5rem 0.9rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.property-modal-cancel[b-5imnmnokpt] {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
}

.property-modal-submit[b-5imnmnokpt] {
    border: 0;
    background: #052767;
    color: #fff;
}

.property-modal-submit:disabled[b-5imnmnokpt] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Components/ZoneHotspotEditor.razor.rz.scp.css */
.hotspot-editor[b-ph0dsr70lh] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
}

.hotspot-workspace[b-ph0dsr70lh] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 0;
}

.workspace-hint[b-ph0dsr70lh] {
    flex-shrink: 0;
}

.hint[b-ph0dsr70lh] {
    margin: 0;
    color: #64748b;
    font-size: 0.82rem;
}

.keyframe-setup[b-ph0dsr70lh],
.point-form[b-ph0dsr70lh] {
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 0.85rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.keyframe-setup h4[b-ph0dsr70lh],
.point-form h4[b-ph0dsr70lh] {
    margin: 0;
    font-size: 1rem;
}

.zone-meta[b-ph0dsr70lh] {
    display: grid;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #f8fafc;
    flex-shrink: 0;
}

.zone-meta-field[b-ph0dsr70lh] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.zone-meta-field input[b-ph0dsr70lh] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    padding: 0.45rem 0.6rem;
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: #1e293b;
    background: #fff;
}

.zone-meta-input-row[b-ph0dsr70lh] {
    display: flex;
    gap: 0.4rem;
}

.zone-meta-input-row input[b-ph0dsr70lh] {
    flex: 1;
    min-width: 0;
}

.zone-meta-input-row .secondary-btn[b-ph0dsr70lh] {
    flex-shrink: 0;
    padding: 0.45rem 0.75rem;
    font-size: 0.8rem;
}

.keyframe-setup input[b-ph0dsr70lh],
.point-form input[b-ph0dsr70lh],
.point-form textarea[b-ph0dsr70lh] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    padding: 0.6rem 0.75rem;
}

.point-form label[b-ph0dsr70lh] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
}

.hotspot-image-container[b-ph0dsr70lh] {
    position: relative;
    display: block;
    width: 100%;
    flex: 1 1 auto;
    min-height: min(52vh, 28rem);
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: crosshair;
    line-height: 0;
    background: #e2e8f0;
}

.hotspot-image[b-ph0dsr70lh] {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: contain;
    display: block;
    pointer-events: none;
    user-select: none;
    background: #0f172a;
}

.hotspot-dot[b-ph0dsr70lh] {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 2.25rem;
    height: 2.25rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.92);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.28);
}

.hotspot-dot.selected[b-ph0dsr70lh] {
    background: rgba(3, 105, 161, 0.95);
    outline: 2px solid #7dd3fc;
    outline-offset: 2px;
}

.hotspot-dot.pending[b-ph0dsr70lh] {
    background: rgba(190, 18, 60, 0.9);
    pointer-events: none;
    animation: hotspot-pulse-b-ph0dsr70lh 1.5s ease-in-out infinite;
}

.hotspot-icon[b-ph0dsr70lh] {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}

.form-actions[b-ph0dsr70lh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.primary-btn[b-ph0dsr70lh],
.secondary-btn[b-ph0dsr70lh],
.danger-btn[b-ph0dsr70lh] {
    border: 0;
    border-radius: 0.65rem;
    padding: 0.6rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.primary-btn[b-ph0dsr70lh] {
    background: #0f766e;
    color: #fff;
}

.secondary-btn[b-ph0dsr70lh] {
    background: #f1f5f9;
    color: #334155;
}

.danger-btn[b-ph0dsr70lh] {
    background: #fef2f2;
    color: #b91c1c;
}

.primary-btn:disabled[b-ph0dsr70lh],
.secondary-btn:disabled[b-ph0dsr70lh],
.danger-btn:disabled[b-ph0dsr70lh] {
    opacity: 0.6;
    cursor: not-allowed;
}

@keyframes hotspot-pulse-b-ph0dsr70lh {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(190, 18, 60, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(190, 18, 60, 0);
    }
}

.media-section[b-ph0dsr70lh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.25rem;
}

.media-mode-toggle[b-ph0dsr70lh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.mode-btn[b-ph0dsr70lh] {
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    cursor: pointer;
    font-weight: 600;
}

.mode-btn.active[b-ph0dsr70lh] {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.file-input[b-ph0dsr70lh] {
    width: 100%;
}

.media-list[b-ph0dsr70lh] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.media-list.sortable .media-item[b-ph0dsr70lh] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
    align-items: start;
}

.media-list.sortable .media-item.drag-over[b-ph0dsr70lh] {
    border-color: #0f766e;
    box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.2);
}

.media-drag-handle[b-ph0dsr70lh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    min-height: 4rem;
    color: #94a3b8;
    cursor: grab;
    user-select: none;
    font-size: 0.9rem;
    letter-spacing: -0.15em;
    padding-top: 0.35rem;
}

.media-drag-handle:active[b-ph0dsr70lh] {
    cursor: grabbing;
}

.media-item-body[b-ph0dsr70lh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
}

.media-caption-field[b-ph0dsr70lh] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.media-caption-field textarea[b-ph0dsr70lh] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.55rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.85rem;
    font-weight: 400;
    color: #1e293b;
    resize: vertical;
    min-height: 2.75rem;
}

.media-item[b-ph0dsr70lh] {
    display: flex;
    flex-direction: column;
    border-radius: 0.75rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.media-preview[b-ph0dsr70lh] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.media-preview.is-image[b-ph0dsr70lh] {
    min-height: 8rem;
    max-height: 14rem;
    background: #e2e8f0;
}

.media-preview.is-video[b-ph0dsr70lh] {
    aspect-ratio: 16 / 9;
    max-height: 16rem;
    background: #0f172a;
}

.media-preview.is-placeholder[b-ph0dsr70lh] {
    min-height: 5rem;
    padding: 1rem;
    text-align: center;
}

.media-preview img[b-ph0dsr70lh],
.media-preview video[b-ph0dsr70lh] {
    width: 100%;
    height: 100%;
    max-height: inherit;
    object-fit: contain;
    display: block;
}

.media-item-footer[b-ph0dsr70lh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    flex-wrap: wrap;
}

.media-tag[b-ph0dsr70lh] {
    font-size: 0.85rem;
    color: #334155;
    word-break: break-word;
}

.media-tag.muted[b-ph0dsr70lh] {
    color: #64748b;
}

@media (min-width: 480px) {
    .media-list:has(.media-item:nth-child(2))[b-ph0dsr70lh] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .media-preview.is-image[b-ph0dsr70lh] {
        max-height: 16rem;
    }

    .media-preview.is-video[b-ph0dsr70lh] {
        max-height: 18rem;
    }
}

@media (min-width: 640px) {
    .zone-meta[b-ph0dsr70lh] {
        grid-template-columns: minmax(0, 0.32fr) minmax(0, 1fr);
        align-items: end;
    }
}

@media (min-width: 1024px) {
    .hotspot-image-container[b-ph0dsr70lh] {
        min-height: min(58vh, 34rem);
    }
}

/* /Components/ZoneHotspotViewer.razor.rz.scp.css */
.hotspot-viewer[b-ehp9hmtrei] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hotspot-image-container[b-ehp9hmtrei] {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 0.75rem;
    overflow: hidden;
    line-height: 0;
}

.hotspot-image[b-ehp9hmtrei] {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    display: block;
}

.hotspot-dot[b-ehp9hmtrei] {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 2.25rem;
    height: 2.25rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.92);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.28);
    animation: hotspot-pulse-b-ehp9hmtrei 2s ease-in-out infinite;
}

.hotspot-dot:hover[b-ehp9hmtrei],
.hotspot-dot:focus-visible[b-ehp9hmtrei] {
    background: rgba(13, 148, 136, 1);
    outline: 2px solid #99f6e4;
    outline-offset: 2px;
}

.hotspot-icon[b-ehp9hmtrei] {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
}

.asset-fallback-list[b-ehp9hmtrei] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.asset-fallback-item[b-ehp9hmtrei] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    border: 0;
    border-radius: 0.75rem;
    background: #f8fafc;
    text-align: left;
    cursor: pointer;
}

.asset-fallback-item:hover[b-ehp9hmtrei],
.asset-fallback-item:focus-visible[b-ehp9hmtrei] {
    background: #f1f5f9;
    outline: 2px solid #cbd5e1;
    outline-offset: 0;
}

@keyframes hotspot-pulse-b-ehp9hmtrei {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(15, 118, 110, 0.45), 0 4px 16px rgba(15, 23, 42, 0.28);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(15, 118, 110, 0), 0 4px 16px rgba(15, 23, 42, 0.28);
    }
}
/* /Layout/GuestLayout.razor.rz.scp.css */
.guest-layout[b-chz9ljiujg] {
    min-height: 100vh;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 55%, #e2e8f0 100%);
    color: #0f172a;
}

.guest-layout-main[b-chz9ljiujg] {
    min-height: 100vh;
    width: 100%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-g1x4rhe4yb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-g1x4rhe4yb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g1x4rhe4yb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g1x4rhe4yb]  a, .top-row[b-g1x4rhe4yb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g1x4rhe4yb]  a:hover, .top-row[b-g1x4rhe4yb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g1x4rhe4yb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

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

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

    .top-row[b-g1x4rhe4yb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

    .top-row[b-g1x4rhe4yb], article[b-g1x4rhe4yb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sosg3eb50x] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sosg3eb50x] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sosg3eb50x] {
    font-size: 1.1rem;
}

.bi[b-sosg3eb50x] {
    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-sosg3eb50x] {
    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-sosg3eb50x] {
    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-sosg3eb50x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-sosg3eb50x]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-sosg3eb50x]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

    .nav-item[b-sosg3eb50x]  a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-button[b-sosg3eb50x] {
    color: #d7d7d7;
    border: 0;
    background: transparent;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0 1rem;
    text-align: left;
    cursor: pointer;
    font-size: inherit;
}

.nav-button:hover[b-sosg3eb50x] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-sosg3eb50x] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-sosg3eb50x] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Guest/GuestPortal.razor.rz.scp.css */
.guest-portal[b-sjsyaju61v] {
    max-width: 48rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 6rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.guest-page-state[b-sjsyaju61v] {
    max-width: 32rem;
    margin: 4rem auto;
    padding: 0 1rem;
    text-align: center;
    color: #475569;
}

.guest-page-state p[b-sjsyaju61v] {
    margin: 0;
    font-size: 1.05rem;
}

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

.eyebrow[b-sjsyaju61v] {
    margin: 0;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
}

.hero h1[b-sjsyaju61v] {
    margin: 0.25rem 0 0;
    font-size: 2rem;
}

.weather-card[b-sjsyaju61v] {
    min-width: 6rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, #fff7ed, #ffedd5);
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.weather-date[b-sjsyaju61v] {
    font-size: 0.72rem;
    color: #9a3412;
    margin-top: 0.1rem;
}

.countdown-card[b-sjsyaju61v] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 1.25rem;
    background: #0f172a;
    color: #fff;
}

.countdown-card .label[b-sjsyaju61v] {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}

.guest-access-denied[b-sjsyaju61v] {
    max-width: 32rem;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px solid #fecaca;
    border-radius: 0.75rem;
    background: #fef2f2;
}

.guest-access-denied h1[b-sjsyaju61v] {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    color: #991b1b;
}

.guest-access-denied p[b-sjsyaju61v] {
    margin: 0;
    color: #7f1d1d;
    line-height: 1.5;
}
/* /Pages/Host/Login.razor.rz.scp.css */
.auth-shell[b-7urpx4inuw] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: radial-gradient(circle at top, #ecfeff, #f8fafc 45%);
}

.auth-card[b-7urpx4inuw] {
    width: min(24rem, 100%);
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.auth-card .field[b-7urpx4inuw],
.auth-card button[b-7urpx4inuw] {
    width: 100%;
    border-radius: 0.85rem;
    padding: 0.75rem 0.85rem;
}

.auth-card .primary-btn[b-7urpx4inuw],
.auth-card .google-btn[b-7urpx4inuw] {
    border: 0;
    font-weight: 600;
    cursor: pointer;
}

.auth-card .primary-btn[b-7urpx4inuw] {
    background: #0f766e;
    color: #fff;
}

.auth-card .google-btn[b-7urpx4inuw] {
    background: #fff;
    color: #1e293b;
    border: 1px solid #cbd5e1;
}

.auth-card .google-btn:disabled[b-7urpx4inuw],
.auth-card .primary-btn:disabled[b-7urpx4inuw] {
    opacity: 0.6;
    cursor: not-allowed;
}

.auth-divider[b-7urpx4inuw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #94a3b8;
    font-size: 0.8rem;
}

.auth-divider[b-7urpx4inuw]::before,
.auth-divider[b-7urpx4inuw]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.error[b-7urpx4inuw] {
    color: #b91c1c;
    background: #fef2f2;
    border-radius: 0.75rem;
    padding: 0.65rem 0.75rem;
}

.success[b-7urpx4inuw] {
    color: #166534;
    background: #ecfdf5;
    border-radius: 0.75rem;
    padding: 0.65rem 0.75rem;
}

.hint[b-7urpx4inuw] {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}
/* /Pages/Host/Onboarding.razor.rz.scp.css */
.host-layout[b-x4r76yzug0] {
    display: grid;
    gap: 1.5rem;
    padding: 1rem;
    max-width: 80rem;
    margin: 0 auto;
}

.map-section h1[b-x4r76yzug0] {
    margin: 0;
}

.map-section-head[b-x4r76yzug0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.page-subtitle[b-x4r76yzug0],
.hint[b-x4r76yzug0] {
    color: #64748b;
    margin-top: 0.25rem;
}

.add-room-toggle[b-x4r76yzug0] {
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.add-room-panel[b-x4r76yzug0] {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.add-room-title[b-x4r76yzug0] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
}

.add-room-form[b-x4r76yzug0] {
    display: grid;
    gap: 0.65rem;
}

.add-room-field[b-x4r76yzug0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: #64748b;
}

.add-room-input[b-x4r76yzug0] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 0.55rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.9rem;
}

.primary-btn[b-x4r76yzug0],
.secondary-btn[b-x4r76yzug0] {
    border: 0;
    border-radius: 0.65rem;
    padding: 0.55rem 0.9rem;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
}

.primary-btn[b-x4r76yzug0] {
    background: #0f766e;
    color: #fff;
}

.secondary-btn[b-x4r76yzug0] {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.primary-btn:disabled[b-x4r76yzug0],
.secondary-btn:disabled[b-x4r76yzug0] {
    opacity: 0.6;
    cursor: not-allowed;
}

.editor-section[b-x4r76yzug0] {
    min-height: 0;
}

@media (min-width: 1024px) {
    .host-layout[b-x4r76yzug0] {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
        align-items: start;
    }
}
