/* /Components/Layout/AdminLayout.razor.rz.scp.css */
/* ════════════════════════════════════════════════════════════
   DESKTOP  (≥ 768px)
════════════════════════════════════════════════════════════ */
@media (min-width: 768px) {
    .admin-shell[b-y8lrie4gi7] {
        display: flex;
        height: 100vh;
        overflow: hidden;
    }

    .admin-sidebar[b-y8lrie4gi7] {
        position: relative;
        transform: none !important;
    }

    .admin-content[b-y8lrie4gi7] {
        flex: 1;
        height: 100vh;
        overflow-y: auto;
        min-width: 0;
    }

    .admin-mobile-bar[b-y8lrie4gi7] { display: none !important; }
    .admin-backdrop[b-y8lrie4gi7]   { display: none !important; }
    .sidebar-close-btn[b-y8lrie4gi7] { display: none; }
}

/* ════════════════════════════════════════════════════════════
   MOBILE  (< 768px)
════════════════════════════════════════════════════════════ */
@media (max-width: 767.98px) {
    .admin-shell[b-y8lrie4gi7] {
        display: block;
        height: auto;
    }

    .admin-sidebar[b-y8lrie4gi7] {
        position: fixed !important;
        top: 0;
        left: 0;
        height: 100dvh;
        z-index: 1055;
        transform: translateX(-100%);
        transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .admin-sidebar.sidebar-open[b-y8lrie4gi7] {
        transform: translateX(0);
        box-shadow: 4px 0 24px rgba(0,0,0,.45);
    }

    .admin-content[b-y8lrie4gi7] {
        height: auto;
        overflow-y: visible;
    }

    .admin-mobile-bar[b-y8lrie4gi7] {
        display: flex !important;
    }

    .sidebar-brand[b-y8lrie4gi7] {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-close-btn[b-y8lrie4gi7] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        background: none;
        border: none;
        color: #9dafc8;
        font-size: 1.3rem;
        line-height: 1;
        cursor: pointer;
        border-radius: 4px;
        padding: 0;
    }

    .sidebar-close-btn:hover[b-y8lrie4gi7] { background: #1e2840; color: #fff; }
}

/* ════════════════════════════════════════════════════════════
   SIDEBAR SHARED STYLES
════════════════════════════════════════════════════════════ */
.admin-sidebar[b-y8lrie4gi7] {
    width: 210px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #151b2b;
    color: #c0cce0;
    border-right: 1px solid #1e2840;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-brand[b-y8lrie4gi7] {
    padding: 0.95rem 1.1rem 0.85rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    border-bottom: 1px solid #1e2840;
    white-space: nowrap;
    user-select: none;
    flex-shrink: 0;
}

.brand-accent[b-y8lrie4gi7] { color: #4ec9b0; }

.sidebar-nav[b-y8lrie4gi7] {
    flex: 1;
    padding: 0.5rem 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-section[b-y8lrie4gi7] {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #4a5878;
    padding: 0.85rem 1.1rem 0.2rem;
    text-transform: uppercase;
}

.sidebar-link[b-y8lrie4gi7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.1rem;
    color: #9dafc8;
    text-decoration: none;
    font-size: 0.875rem;
    border-left: 3px solid transparent;
    transition: background 0.12s, color 0.12s, border-color 0.12s;
    white-space: nowrap;
    min-height: 42px;
}

.sidebar-link:hover[b-y8lrie4gi7] {
    background: #1e2840;
    color: #dce6f5;
}

.sidebar-link.active[b-y8lrie4gi7] {
    background: #1e2840;
    color: #4ec9b0;
    border-left-color: #4ec9b0;
    font-weight: 600;
}

/* Ícone = glifo do Material Symbols. Largura fixa para que os rótulos fiquem
   alinhados na mesma coluna, independente da largura do desenho. O font-size
   precisa vencer os 24px que o CSS do Google crava em .material-symbols-outlined
   — a especificidade extra do atributo de escopo já faz isso. */
.sidebar-icon[b-y8lrie4gi7] {
    font-size: 19px;
    line-height: 1;
    width: 20px;
    text-align: center;
    opacity: 0.6;
    flex-shrink: 0;
    /* Se a fonte não chegar (Google fora do ar, offline), o span cai para o nome
       do ícone em texto. Estes dois recortam isso na largura do ícone em vez de
       deixar "assignment_ind" atravessar o rótulo do item. */
    display: inline-block;
    overflow: hidden;
}

.sidebar-link.active .sidebar-icon[b-y8lrie4gi7] { opacity: 1; }

.sidebar-footer[b-y8lrie4gi7] {
    padding: 0.85rem 1rem;
    border-top: 1px solid #1e2840;
    flex-shrink: 0;
}

.sidebar-user-chip[b-y8lrie4gi7] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.sidebar-user-avatar[b-y8lrie4gi7] {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1e2840;
    border: 1px solid #c9a96e55;
    color: #c9a96e;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.sidebar-user-name[b-y8lrie4gi7] {
    font-size: 0.78rem;
    color: #9dafc8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

/* ════════════════════════════════════════════════════════════
   MOBILE TOP BAR
════════════════════════════════════════════════════════════ */
.admin-mobile-bar[b-y8lrie4gi7] {
    display: none;
    align-items: center;
    gap: 0.75rem;
    height: 52px;
    padding: 0 1rem;
    background: #151b2b;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1040;
    border-bottom: 1px solid #1e2840;
    flex-shrink: 0;
}

.mobile-brand[b-y8lrie4gi7] {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    user-select: none;
}

.mobile-hamburger[b-y8lrie4gi7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0 6px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    flex-shrink: 0;
}

.mobile-hamburger:hover[b-y8lrie4gi7] { background: #1e2840; }

.mobile-hamburger span[b-y8lrie4gi7] {
    display: block;
    height: 2px;
    background: #c0cce0;
    border-radius: 2px;
    transition: background 0.12s;
}

.mobile-hamburger:hover span[b-y8lrie4gi7] { background: #fff; }

/* ════════════════════════════════════════════════════════════
   BACKDROP
════════════════════════════════════════════════════════════ */
.admin-backdrop[b-y8lrie4gi7] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout scoped styles removed — all layout styles now in app.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu no longer in use — see MainLayout.razor */
/* /Components/Shared/BuscaNaturalHero.razor.rz.scp.css */
/* Pill branco estilo Google: input livre + botão de busca redondo. */
.busca-natural-pill[b-ivq8d4ktzu] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.28), 0 2px 10px rgba(0,0,0,0.10);
    padding: 0.4rem 0.4rem 0.4rem 1.35rem;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    transition: box-shadow 0.2s ease;
}
.busca-natural-pill:focus-within[b-ivq8d4ktzu] {
    box-shadow: 0 14px 44px rgba(0,0,0,0.32), 0 0 0 3px rgba(var(--gold-rgb),0.35);
}

.busca-natural-icon[b-ivq8d4ktzu] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #9a948b;
}

.busca-natural-input[b-ivq8d4ktzu] {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--sans);
    font-size: 0.98rem;
    color: #262420;
    padding: 0.85rem 0;
}
.busca-natural-input[b-ivq8d4ktzu]::placeholder { color: #a39d93; }
.busca-natural-input:disabled[b-ivq8d4ktzu] { color: #b8b2a8; }

.busca-natural-btn-round[b-ivq8d4ktzu] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: var(--gold);
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}
.busca-natural-btn-round:hover:not(:disabled)[b-ivq8d4ktzu] {
    background: var(--gold-dark);
    transform: scale(1.06);
}
.busca-natural-btn-round:disabled[b-ivq8d4ktzu] { cursor: default; opacity: 0.7; }
.busca-natural-btn-round .spinner-border[b-ivq8d4ktzu] { width: 1.1rem; height: 1.1rem; border-width: 0.16rem; }

@media (max-width: 575.98px) {
    .busca-natural-pill[b-ivq8d4ktzu] { padding: 0.3rem 0.3rem 0.3rem 1.05rem; gap: 0.4rem; }
    .busca-natural-input[b-ivq8d4ktzu] { font-size: 0.9rem; padding: 0.7rem 0; }
    .busca-natural-btn-round[b-ivq8d4ktzu] { width: 42px; height: 42px; }
}

/* ── Variante compacta (header fixo, Home/Catalogo ao rolar) ─────────── */
.busca-natural-pill-compacta[b-ivq8d4ktzu] {
    /* largura fluida: quem controla o tamanho é o container .nav-busca-compacta
       (MainLayout.razor), que anima de 0 até seu próprio max-width — em mobile
       esse teto é bem menor, então o pill precisa encolher junto, não forçar
       uma largura fixa que estouraria o header. */
    width: 100%;
    min-width: 0;
    background: rgba(var(--tinta-rgb),0.08);
    border: 1px solid rgba(var(--tinta-rgb),0.16);
    box-shadow: none;
    padding: 0.16rem 0.16rem 0.16rem 0.85rem;
    gap: 0.3rem;
}
.busca-natural-pill-compacta:focus-within[b-ivq8d4ktzu] {
    box-shadow: 0 0 0 2px rgba(var(--gold-rgb),0.35);
}
.busca-natural-pill-compacta .busca-natural-icon[b-ivq8d4ktzu] { width: 15px; height: 15px; color: rgba(var(--tinta-rgb),0.55); }
.busca-natural-pill-compacta .busca-natural-input[b-ivq8d4ktzu] {
    font-size: 0.78rem;
    padding: 0.42rem 0;
    color: rgba(var(--tinta-rgb),0.92);
}
.busca-natural-pill-compacta .busca-natural-input[b-ivq8d4ktzu]::placeholder { color: rgba(var(--tinta-rgb),0.4); }
.busca-natural-pill-compacta .busca-natural-btn-round[b-ivq8d4ktzu] { width: 30px; height: 30px; }
.busca-natural-pill-compacta .busca-natural-btn-round svg[b-ivq8d4ktzu] { width: 15px; height: 15px; }

/* VoiceSearchButton é componente filho — precisa de ::deep pra CSS isolado alcançar */
.busca-natural-pill-compacta[b-ivq8d4ktzu]  .voice-search-btn {
    width: 28px;
    height: 28px;
    color: rgba(var(--tinta-rgb),0.55);
}
.busca-natural-pill-compacta[b-ivq8d4ktzu]  .voice-search-btn:hover:not(:disabled) {
    background: rgba(var(--tinta-rgb),0.12);
    color: var(--tinta, #fff);
}

/* Telas bem estreitas: prioriza campo de texto + botão de busca, o
   microfone some pra sobrar espaço (o pill mobile já é bem apertado). */
@media (max-width: 380px) {
    .busca-natural-pill-compacta[b-ivq8d4ktzu]  .voice-search-btn { display: none; }
}
/* /Components/Shared/PanoGallery.razor.rz.scp.css */
.pano-gallery[b-vdwvinx09q] {
    width: 100%;
}

/* palco do visualizador 360 */
.pano-stage[b-vdwvinx09q] {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 320px;
    border-radius: 12px;
    overflow: hidden;
    background: #0C2A20; /* esmeralda enquanto carrega */
}

/* tira de miniaturas */
.pano-thumbs[b-vdwvinx09q] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 2px 4px;
    scrollbar-width: thin;
}

.pano-thumb[b-vdwvinx09q] {
    position: relative;
    flex: 0 0 auto;
    width: 120px;
    height: 68px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #0C2A20;
    transition: border-color .15s ease, transform .15s ease;
}

.pano-thumb img[b-vdwvinx09q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pano-thumb:hover[b-vdwvinx09q] {
    transform: translateY(-2px);
}

.pano-thumb.is-active[b-vdwvinx09q] {
    border-color: #D4B978; /* champagne gold no selecionado */
}

.pano-thumb-label[b-vdwvinx09q] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px 6px;
    font-size: 11px;
    line-height: 1.3;
    color: #fff;
    background: linear-gradient(transparent, rgba(0,0,0,.75));
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Shared/VoiceSearchButton.razor.rz.scp.css */
.voice-search-btn[b-kmn1g20twd] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #9a948b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.voice-search-btn:hover:not(:disabled)[b-kmn1g20twd] {
    background: rgba(0,0,0,0.06);
    color: #262420;
}
.voice-search-btn:disabled[b-kmn1g20twd] { cursor: default; }

.voice-search-btn.is-listening[b-kmn1g20twd] {
    color: #d33;
    animation: voice-pulse-b-kmn1g20twd 1.1s ease-in-out infinite;
}
.voice-search-btn.is-processing[b-kmn1g20twd] { color: #a39d93; opacity: 0.8; }
.voice-search-btn.is-error[b-kmn1g20twd] { color: #d33; }

@keyframes voice-pulse-b-kmn1g20twd {
    0%, 100% { box-shadow: 0 0 0 0 rgba(221,51,51,0.35); }
    50%      { box-shadow: 0 0 0 8px rgba(221,51,51,0); }
}
/* /Pages/Admin/AdminDashboard.razor.rz.scp.css */
/* ── Page wrapper ────────────────────────────────────────── */
.dash-page[b-nu35dnd5wo] {
    padding: 1.25rem;
    height: 100%;
    overflow: auto;
}

/* ── Widget grid — grows as more widgets are added ───────── */
.dash-grid[b-nu35dnd5wo] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
}

/* ── Individual widget box ───────────────────────────────── */
.dash-widget[b-nu35dnd5wo] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    overflow: hidden;
    background: var(--bs-body-bg);
    box-shadow: 0 1px 4px rgba(0,0,0,.08);

    /* size: 40% wide, 50vh tall */
    width: 40%;
    min-width: 280px;
    height: calc(50vh - 30px);
    min-height: 210px;
}

/* ── Widget header ───────────────────────────────────────── */
.widget-header[b-nu35dnd5wo] {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
    background: var(--bs-tertiary-bg);
}

.widget-title[b-nu35dnd5wo] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
}

/* ── Widget scrollable body ──────────────────────────────── */
.widget-body[b-nu35dnd5wo] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

/* sticky thead needs the scroll parent to have overflow-y */
.widget-body thead th[b-nu35dnd5wo] {
    background: var(--bs-body-bg);
    border-bottom: 2px solid var(--bs-border-color);
}

/* ── Wider widget variant ────────────────────────────────── */
.dash-widget--lg[b-nu35dnd5wo] {
    width: 58%;
    min-width: 340px;
}

/* ── Widget filter bar (non-scrolling, between header+body) ─ */
.widget-filter[b-nu35dnd5wo] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
    background: var(--bs-tertiary-bg);
}

.widget-filter-select[b-nu35dnd5wo] {
    max-width: 150px;
}

/* ── Proposta contact rows ───────────────────────────────── */
.prop-row[b-nu35dnd5wo] {
    cursor: pointer;
    transition: background-color 0.1s;
}

.prop-row--selected[b-nu35dnd5wo] {
    background-color: color-mix(in srgb, var(--bs-warning) 22%, transparent) !important;
}

.prop-badge-cc[b-nu35dnd5wo] {
    background-color: #0d6efd;
    font-size: .6rem;
    min-width: 24px;
}

.prop-badge-pp[b-nu35dnd5wo] {
    background-color: #fd7e14;
    font-size: .6rem;
    min-width: 24px;
}

/* ── Mobile: full width, auto height ────────────────────── */
@media (max-width: 767.98px) {
    .dash-page[b-nu35dnd5wo] {
        padding: 0.75rem;
    }

    .dash-widget[b-nu35dnd5wo],
    .dash-widget--lg[b-nu35dnd5wo] {
        width: 100%;
        height: auto;
        max-height: 55vh;
    }
}
/* /Pages/Admin/Agendamentos/Agendar.razor.rz.scp.css */
/* ════════════════════════════════════════════════════════════
   SHARED
════════════════════════════════════════════════════════════ */
.agend-header[b-sy05wp3kx3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.25rem;
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
}

.secao-label[b-sy05wp3kx3] {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #4ec9b0;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

/* ── Histórico ─────────────────────────────────────────────── */
.historico-item[b-sy05wp3kx3] {
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.historico-item:last-child[b-sy05wp3kx3] { border-bottom: none; }

.historico-meta[b-sy05wp3kx3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: baseline;
    margin-bottom: 0.15rem;
}

.historico-data[b-sy05wp3kx3] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #4ec9b0;
    white-space: nowrap;
    flex-shrink: 0;
}

.historico-corretor[b-sy05wp3kx3] { font-size: 0.78rem; font-weight: 600; }

.historico-meio[b-sy05wp3kx3] {
    font-size: 0.72rem;
    color: var(--bs-secondary-color);
}

.historico-obs[b-sy05wp3kx3] {
    font-size: 0.78rem;
    color: var(--bs-secondary-color);
    white-space: pre-wrap;
    line-height: 1.4;
}

/* ════════════════════════════════════════════════════════════
   DESKTOP  (≥ 768px) — full-height two-column
════════════════════════════════════════════════════════════ */
@media (min-width: 768px) {
    .agend-shell[b-sy05wp3kx3] {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }

    .agend-body[b-sy05wp3kx3] {
        flex: 1;
        display: flex;
        overflow: hidden;
    }

    .agend-left[b-sy05wp3kx3] {
        width: 38%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 1rem 1rem 1rem 1.25rem;
        border-right: 1px solid var(--bs-border-color);
    }

    .agend-right[b-sy05wp3kx3] {
        flex: 1;
        overflow-y: auto;
        padding: 1rem 1.25rem;
    }

    .historico-scroll[b-sy05wp3kx3] {
        flex: 1;
        overflow-y: auto;
        border: 1px solid var(--bs-border-color);
        border-radius: 4px;
        margin-top: 0.25rem;
    }
}

/* ════════════════════════════════════════════════════════════
   MOBILE  (< 768px) — stacked
════════════════════════════════════════════════════════════ */
@media (max-width: 767.98px) {
    .agend-shell[b-sy05wp3kx3] {
        display: block;
        height: auto;
        overflow: visible;
        padding-bottom: 2rem;
    }

    .agend-body[b-sy05wp3kx3] {
        display: block;
    }

    .agend-left[b-sy05wp3kx3] {
        padding: 1rem 1rem 0;
        border-bottom: 1px solid var(--bs-border-color);
        margin-bottom: 0;
    }

    .agend-right[b-sy05wp3kx3] {
        padding: 1rem;
    }

    .agend-form[b-sy05wp3kx3] {
        max-width: 100%;
    }

    .historico-scroll[b-sy05wp3kx3] {
        max-height: 300px;
        overflow-y: auto;
        border: 1px solid var(--bs-border-color);
        border-radius: 4px;
        margin-top: 0.25rem;
        margin-bottom: 1rem;
    }
}
/* /Pages/Admin/Fac/Form.razor.rz.scp.css */
.fac-shell[b-lfir4gie3e] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.fac-header[b-lfir4gie3e] {
    display: flex;
    align-items: center;
    padding: 0.7rem 1.25rem;
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
}

.fac-body[b-lfir4gie3e] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.25rem;
}

.fac-section[b-lfir4gie3e] {
    margin-bottom: 1.5rem;
}

.secao-label[b-lfir4gie3e] {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #4ec9b0;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.fac-obs-textarea[b-lfir4gie3e] {
    height: 300px;
}

@media (min-width: 768px) {
    .fac-obs-textarea[b-lfir4gie3e] {
        height: 450px;
    }
}

@media (max-width: 767.98px) {
    .fac-shell[b-lfir4gie3e] {
        height: auto;
        overflow: visible;
        padding-bottom: 2rem;
    }
}
/* /Pages/Admin/Imoveis/_Components/BuscaNaturalAdmin.razor.rz.scp.css */
/* Pill de busca natural adaptado ao tema escuro do admin — mesma ideia do
   BuscaNaturalHero público, mas sem o visual de hero claro. */
.busca-natural-admin-pill[b-q0i8f3nx75] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--bs-body-bg, #1a1f2b);
    border: 1px solid var(--bs-border-color, #2a3142);
    border-radius: 999px;
    padding: 0.25rem 0.25rem 0.25rem 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.busca-natural-admin-pill:focus-within[b-q0i8f3nx75] {
    border-color: #4ec9b0;
    box-shadow: 0 0 0 3px rgba(78, 201, 176, 0.15);
}

.busca-natural-admin-icon[b-q0i8f3nx75] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #7d8a9e;
}

.busca-natural-admin-input[b-q0i8f3nx75] {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.85rem;
    color: inherit;
    padding: 0.5rem 0;
}
.busca-natural-admin-input[b-q0i8f3nx75]::placeholder { color: #7d8a9e; opacity: 0.85; }
.busca-natural-admin-input:disabled[b-q0i8f3nx75] { opacity: 0.6; }

.busca-natural-admin-btn[b-q0i8f3nx75] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #4ec9b0;
    color: #0a1a17;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}
.busca-natural-admin-btn:hover:not(:disabled)[b-q0i8f3nx75] {
    background: #3fb59e;
    transform: scale(1.05);
}
.busca-natural-admin-btn:disabled[b-q0i8f3nx75] { cursor: default; opacity: 0.6; }
.busca-natural-admin-btn .spinner-border[b-q0i8f3nx75] { width: 0.9rem; height: 0.9rem; border-width: 0.14rem; }
/* /Pages/Admin/Imoveis/_Components/CampoObservacaoHistorico.razor.rz.scp.css */
.obs-historico-wrapper[b-qzppl3wqs8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.obs-historico-display[b-qzppl3wqs8],
.obs-historico-vazio[b-qzppl3wqs8] {
    height: 300px;
    overflow-y: auto;
    background-color: #1a1a1a;
    border-radius: 6px;
}

.obs-historico-display[b-qzppl3wqs8] {
    border: 1px solid #3c3c3c;
    padding: 12px 14px;
    font-size: 0.85rem;
    line-height: 1.5;
    scrollbar-width: thin;
    scrollbar-color: #4ec9b0 #2d2d2d;
}

.obs-historico-display[b-qzppl3wqs8]::-webkit-scrollbar { width: 6px; }
.obs-historico-display[b-qzppl3wqs8]::-webkit-scrollbar-thumb {
    background-color: #4ec9b0;
    border-radius: 3px;
}

.obs-historico-vazio[b-qzppl3wqs8] {
    border: 1px dashed #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-style: italic;
    font-size: 0.85rem;
}

.obs-cabecalho[b-qzppl3wqs8] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 14px 0 5px 0;
    flex-wrap: wrap;
}

.obs-cabecalho:first-child[b-qzppl3wqs8] { margin-top: 0; }

.obs-pill[b-qzppl3wqs8] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
}

.obs-pill-data[b-qzppl3wqs8] {
    background-color: #094771;
    color: #9cdcfe;
    border: 1px solid #1177bb;
}

.obs-pill-pp[b-qzppl3wqs8] {
    background-color: #5a3a14;
    color: #ffcc80;
    border: 1px solid #8b5a1f;
}

.obs-pill-colab[b-qzppl3wqs8] {
    background-color: #1e3a1e;
    color: #b5cea8;
    border: 1px solid #2d5a2d;
}

.obs-linha-separadora[b-qzppl3wqs8] {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(to right, #3c3c3c, transparent);
}

.obs-conteudo[b-qzppl3wqs8] {
    color: #d4d4d4;
    white-space: pre-wrap;
    word-break: break-word;
    padding-left: 4px;
    margin-bottom: 4px;
}

.obs-nova-entrada textarea[b-qzppl3wqs8] {
    resize: vertical;
}
/* /Pages/Admin/Imoveis/_Components/GridImoveisParceiroNovos.razor.rz.scp.css */
.widget-header[b-tp56kq0oxe] {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
    background: var(--bs-tertiary-bg);
}

.widget-title[b-tp56kq0oxe] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
}

.widget-body[b-tp56kq0oxe] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
}

.widget-body thead th[b-tp56kq0oxe] {
    background: var(--bs-body-bg);
    border-bottom: 2px solid var(--bs-border-color);
}
/* /Pages/Admin/Propostas/Agendamento.razor.rz.scp.css */
/* Reuses the same layout as client agendamento */
.agend-header[b-3brqd60taq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.25rem;
    border-bottom: 1px solid var(--bs-border-color);
    flex-shrink: 0;
}

.secao-label[b-3brqd60taq] {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #4ec9b0;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.historico-item[b-3brqd60taq] {
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.historico-item:last-child[b-3brqd60taq] { border-bottom: none; }

.historico-meta[b-3brqd60taq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: baseline;
    margin-bottom: 0.15rem;
}

.historico-data[b-3brqd60taq] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #4ec9b0;
    white-space: nowrap;
}

.historico-corretor[b-3brqd60taq] { font-size: 0.78rem; font-weight: 600; }

.historico-meio[b-3brqd60taq] {
    font-size: 0.72rem;
    color: var(--bs-secondary-color);
}

.historico-obs[b-3brqd60taq] {
    font-size: 0.78rem;
    color: var(--bs-secondary-color);
    white-space: pre-wrap;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .agend-shell[b-3brqd60taq] {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }

    .agend-body[b-3brqd60taq] {
        flex: 1;
        display: flex;
        overflow: hidden;
    }

    .agend-left[b-3brqd60taq] {
        width: 38%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 1rem 1rem 1rem 1.25rem;
        border-right: 1px solid var(--bs-border-color);
    }

    .agend-right[b-3brqd60taq] {
        flex: 1;
        overflow-y: auto;
        padding: 1rem 1.25rem;
    }

    .historico-scroll[b-3brqd60taq] {
        flex: 1;
        overflow-y: auto;
        border: 1px solid var(--bs-border-color);
        border-radius: 4px;
        margin-top: 0.25rem;
    }
}

@media (max-width: 767.98px) {
    .agend-shell[b-3brqd60taq] {
        display: block;
        height: auto;
        overflow: visible;
        padding-bottom: 2rem;
    }

    .agend-body[b-3brqd60taq] { display: block; }

    .agend-left[b-3brqd60taq] {
        padding: 1rem 1rem 0;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .agend-right[b-3brqd60taq] { padding: 1rem; }

    .historico-scroll[b-3brqd60taq] {
        max-height: 300px;
        overflow-y: auto;
        border: 1px solid var(--bs-border-color);
        border-radius: 4px;
        margin-top: 0.25rem;
        margin-bottom: 1rem;
    }
}
/* /Pages/Admin/Recados/Index.razor.rz.scp.css */
.btn-atualizar[b-zl1n510eo2] {
    color: #4ec9b0;
    border-color: #4ec9b0;
    background: transparent;
}

.btn-atualizar:hover[b-zl1n510eo2],
.btn-atualizar:focus-visible[b-zl1n510eo2] {
    background: #4ec9b0;
    border-color: #4ec9b0;
    color: #000;
}

.btn-atualizar:disabled[b-zl1n510eo2] {
    color: #4ec9b0;
    border-color: #4ec9b0;
    opacity: 0.55;
}

.recados-list[b-zl1n510eo2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.recado-card[b-zl1n510eo2] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    background: var(--bs-body-bg);
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.recado-selecao[b-zl1n510eo2] {
    padding-top: 0.1rem;
    flex-shrink: 0;
}

.recado-conteudo[b-zl1n510eo2] {
    flex: 1;
    min-width: 0;
}

.recado-card.recado-nao-lido[b-zl1n510eo2] {
    border-left: 3px solid #dc3545;
    background: var(--bs-tertiary-bg);
}

.recado-card.recado-lido[b-zl1n510eo2] {
    border-left: 3px solid #198754;
}

.recado-card.recado-resolvido[b-zl1n510eo2] {
    opacity: 0.6;
}

.recado-card.recado-selecionado[b-zl1n510eo2] {
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.45);
    background: rgba(13, 110, 253, 0.07);
}

/* ── Barra de seleção ── */

.selecao-bar[b-zl1n510eo2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.45rem 0.75rem;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    flex-wrap: wrap;
    transition: background 0.15s, border-color 0.15s;
}

.selecao-bar.tem-selecao[b-zl1n510eo2] {
    background: rgba(13, 110, 253, 0.08);
    border-color: rgba(13, 110, 253, 0.35);
}

/* ── Resolução em lote ── */

.resolucao-lote[b-zl1n510eo2] {
    padding: 0.75rem 1rem;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
}

/* ── Cabeçalho e meta do recado ── */

.recado-header[b-zl1n510eo2] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.4rem;
}

.recado-assunto[b-zl1n510eo2] {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--bs-body-color);
}

.recado-meta[b-zl1n510eo2] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
}

.recado-de[b-zl1n510eo2] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
}

.recado-data[b-zl1n510eo2] {
    font-size: 0.72rem;
    color: var(--bs-secondary-color);
    white-space: nowrap;
}

.recado-texto[b-zl1n510eo2] {
    font-size: 0.85rem;
    white-space: pre-wrap;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.recado-acoes[b-zl1n510eo2] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

.recado-resolucao[b-zl1n510eo2] {
    margin-left: 1rem;
    margin-top: 0.4rem;
    margin-bottom: 0.25rem;
    padding: 0.35rem 0.65rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--bs-body-color);
    background: rgba(25, 135, 84, 0.12);
    border-left: 2px solid rgba(25, 135, 84, 0.45);
    border-radius: 0 4px 4px 0;
}

.recado-resolucao-label[b-zl1n510eo2] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #198754;
    display: block;
    margin-bottom: 0.15rem;
}

@media (max-width: 767.98px) {
    .recado-header[b-zl1n510eo2] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Pages/Admin/Vendas/Index.razor.rz.scp.css */
/* ── Full-height page shell ──────────────────────────────────────────── */
.gv-page[b-t900ts18l7] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem 1rem 0;
    min-height: 0;
}

/* ── Tabs + grid section grows to fill remaining viewport ────────────── */
.gv-grids[b-t900ts18l7] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* ── Card wrapping the grid inherits the flex height ─────────────────── */
.gv-grid-card[b-t900ts18l7] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.gv-grid-body[b-t900ts18l7] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* ── Scrollable table area fills the rest ────────────────────────────── */
.gv-table-scroll[b-t900ts18l7] {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
}

/* ── Sticky header needs explicit background in dark theme ───────────── */
.gv-table-scroll thead.table-dark th[b-t900ts18l7] {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* ── KPI card hover highlight ─────────────────────────────────────────── */
.kpi-card:hover[b-t900ts18l7] {
    border-color: var(--bs-primary) !important;
}

/* ── Totals footer — explicit contrast for dark theme ───────────────── */
.gv-table-scroll tfoot.table-secondary tr td[b-t900ts18l7] {
    background-color: #1e2a3a !important;
    color: #f0f4f8 !important;
    border-top: 2px solid #2e3f55;
}

/* ── Mobile ──────────────────────────────────────────────────────────── */
@media (max-width: 767.98px) {
    .gv-page[b-t900ts18l7] {
        height: auto;
        min-height: 0;
        overflow-y: visible;
        padding: 0.75rem 0.75rem 1rem;
    }

    .gv-grids[b-t900ts18l7],
    .gv-grid-card[b-t900ts18l7],
    .gv-grid-body[b-t900ts18l7] {
        flex: none;
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .gv-table-scroll[b-t900ts18l7] {
        overflow-x: auto;
        overflow-y: visible;
        max-height: none;
    }
}
