:root{
  --duee-navy:#071126;
  --duee-navy-2:#0b1731;
  --duee-gold:#c49a5a;
  --duee-gold-2:#e1bd7a;
  --duee-white:#f7f3eb;
  --duee-muted:#a9b0bf;
  --duee-border:rgba(255,255,255,.12);
  --duee-red:#d96c6c;
  --duee-green:#7ac59a;
}
.duee-login-wrap,
.duee-panel{
  font-family:Inter,Montserrat,Arial,sans-serif;
  color:var(--duee-white);
}
.duee-login-wrap{
  min-height:70vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:48px 18px;
  background:radial-gradient(circle at top right,rgba(196,154,90,.14),transparent 32%),linear-gradient(135deg,#050a16,#071126 52%,#0c1730);
}
.duee-login-card,
.duee-card{
  background:rgba(7,17,38,.92);
  border:1px solid var(--duee-border);
  border-radius:22px;
  box-shadow:0 28px 70px rgba(0,0,0,.34);
}
.duee-login-card{
  width:min(440px,100%);
  padding:38px;
}
.duee-login-card h2,
.duee-panel h1,
.duee-panel h2,
.duee-panel h3{
  margin:0;
  line-height:1.1;
  font-weight:400;
  letter-spacing:.02em;
}
.duee-login-card h2{font-size:38px;margin-bottom:12px}
.duee-eyebrow{
  margin:0 0 18px;
  color:var(--duee-gold-2);
  letter-spacing:.22em;
  text-transform:uppercase;
  font-size:12px;
}
.duee-muted{color:var(--duee-muted);line-height:1.65}
.duee-login-card label,
.duee-form label,
.duee-field{
  display:block;
  color:var(--duee-white);
  font-size:13px;
  letter-spacing:.04em;
  margin:18px 0 0;
}
.duee-login-card input,
.duee-form input,
.duee-form select,
.duee-form textarea,
.duee-search input{
  width:100%;
  box-sizing:border-box;
  margin-top:8px;
  padding:13px 14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  color:var(--duee-white);
  outline:none;
}
.duee-form select option{color:#111}
.duee-check,
.duee-check-list label{display:flex!important;gap:10px;align-items:center;font-size:13px;color:var(--duee-muted)}
.duee-check input,
.duee-check-list input{width:auto!important;margin:0!important}
.duee-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid var(--duee-gold);
  background:var(--duee-gold);
  color:#081126!important;
  text-decoration:none!important;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  transition:.25s ease;
}
.duee-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}
.duee-btn-outline{background:transparent;color:var(--duee-gold-2)!important}
.duee-btn-small{min-height:38px;padding:0 16px;font-size:11px}
.duee-panel{
  background:var(--duee-navy);
  padding:34px;
  border-radius:24px;
}
.duee-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:22px;
}
.duee-panel h1{font-size:42px;color:var(--duee-white)}
.duee-logout{color:var(--duee-gold-2);text-decoration:none;text-transform:uppercase;font-size:12px;letter-spacing:.12em}
.duee-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
}
.duee-tabs a{
  color:var(--duee-muted);
  text-decoration:none;
  border:1px solid var(--duee-border);
  border-radius:999px;
  padding:10px 15px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.duee-tabs a.active,
.duee-tabs a:hover{color:var(--duee-white);border-color:var(--duee-gold);background:rgba(196,154,90,.1)}
.duee-alert{
  padding:14px 16px;
  border-radius:14px;
  margin:0 0 18px;
  border:1px solid var(--duee-border);
}
.duee-alert-success{background:rgba(122,197,154,.1);color:#dff5e7;border-color:rgba(122,197,154,.3)}
.duee-alert-error{background:rgba(217,108,108,.1);color:#ffdede;border-color:rgba(217,108,108,.3)}
.duee-grid{display:grid;gap:16px}.duee-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.duee-stat{
  padding:22px;
  border:1px solid var(--duee-border);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}
.duee-stat span{display:block;color:var(--duee-muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.duee-stat strong{display:block;font-size:34px;margin-top:10px;color:var(--duee-white)}
.duee-card{padding:24px;margin-bottom:22px}
.duee-mt{margin-top:22px}
.duee-card-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.duee-actions-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:22px}
.duee-search{display:flex;gap:10px;margin:0 0 18px}.duee-search input{margin:0}
.duee-table-wrap{overflow-x:auto;border:1px solid var(--duee-border);border-radius:16px}
.duee-table{width:100%;border-collapse:collapse;min-width:880px}
.duee-table th,.duee-table td{padding:14px 13px;text-align:left;border-bottom:1px solid var(--duee-border);vertical-align:middle}
.duee-table th{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--duee-gold-2);font-weight:600}
.duee-table td{font-size:13px;color:var(--duee-white)}
.duee-table tr:last-child td{border-bottom:0}
.duee-badge{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--duee-border)}
.duee-status-publish{color:#dff5e7;border-color:rgba(122,197,154,.4);background:rgba(122,197,154,.12)}
.duee-status-private,.duee-status-draft{color:#ffe1df;border-color:rgba(217,108,108,.35);background:rgba(217,108,108,.1)}
.duee-status-pending{color:#fff1c9;border-color:rgba(225,189,122,.35);background:rgba(225,189,122,.1)}
.duee-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.duee-actions a,.duee-link-button{color:var(--duee-gold-2);background:none;border:0;padding:0;text-decoration:none;cursor:pointer;font-size:12px;letter-spacing:.04em}
.duee-link-button.danger{color:var(--duee-red)}
.duee-inline-form{display:inline;margin:0}
.duee-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
.duee-field-full{grid-column:1/-1}
.duee-form textarea{resize:vertical;min-height:110px}
.duee-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 18px;margin-top:10px;padding:14px;border:1px solid var(--duee-border);border-radius:14px;background:rgba(255,255,255,.035);max-height:260px;overflow:auto}
.duee-imoveis-check-list{grid-template-columns:1fr;max-height:360px}
.duee-gallery-box{margin-top:22px;padding-top:22px;border-top:1px solid var(--duee-border)}
.duee-gallery-current{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px}
.duee-gallery-item{border:1px solid var(--duee-border);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.04);margin:0!important}
.duee-gallery-item img{width:100%;height:110px;object-fit:cover;display:block}
.duee-gallery-item span{display:flex;gap:8px;padding:9px;color:var(--duee-muted);font-size:12px}
.duee-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.duee-pagination a{color:var(--duee-muted);text-decoration:none;border:1px solid var(--duee-border);border-radius:10px;padding:8px 11px}.duee-pagination a.active{color:var(--duee-white);border-color:var(--duee-gold)}
code{color:var(--duee-gold-2)}
@media(max-width:900px){
  .duee-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .duee-form-grid{grid-template-columns:1fr}
  .duee-gallery-current{grid-template-columns:repeat(2,minmax(0,1fr))}
  .duee-panel{padding:20px;border-radius:18px}
  .duee-panel-head{align-items:flex-start;flex-direction:column}
}

.duee-bulk-bar{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  padding:14px;
  border:1px solid var(--duee-border);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  margin:0 0 16px;
}
.duee-bulk-bar select{
  min-height:38px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:var(--duee-white);
  outline:0;
}
.duee-bulk-bar select option{color:#111}
.duee-table input[type="checkbox"]{
  accent-color:var(--duee-gold);
}
.duee-common-restrictions h4,
.duee-premium-access h4{
  margin:22px 0 8px;
  color:var(--duee-gold-2);
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
}
.duee-client-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.duee-client-card{
  overflow:hidden;
  border:1px solid var(--duee-border);
  border-radius:22px;
  background:rgba(255,255,255,.04);
}
.duee-client-card img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
}
.duee-client-card-body{
  padding:18px;
}
.duee-client-card h2{
  font-size:22px;
  margin:0 0 8px;
}
.duee-client-card h2 a{
  color:var(--duee-white);
  text-decoration:none;
}
.duee-client-price{
  color:var(--duee-gold-2);
  letter-spacing:.04em;
  margin:12px 0 0;
}
@media(max-width:1100px){
  .duee-client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .duee-client-grid{grid-template-columns:1fr}
  .duee-bulk-bar{align-items:stretch;flex-direction:column}
  .duee-bulk-bar select,.duee-bulk-bar .duee-btn{width:100%}
}

/* =====================================================
   Versão 0.3.0 — listagem, ordenação e busca de imóveis
   ===================================================== */
.duee-list-controls{
  align-items:center;
  flex-wrap:wrap;
}
.duee-list-controls input[type="text"]{
  flex:1 1 320px;
}
.duee-list-controls select{
  min-height:44px;
  padding:0 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:var(--duee-white);
  outline:0;
}
.duee-list-controls select option{color:#111}
.duee-sort-link{
  color:var(--duee-gold-2)!important;
  text-decoration:none!important;
  display:inline-flex;
  align-items:center;
  gap:4px;
  white-space:nowrap;
}
.duee-sort-link.active{
  color:var(--duee-white)!important;
}
.duee-list-filter{
  margin:14px 0 10px;
}
.duee-list-filter input{
  width:100%;
  box-sizing:border-box;
  padding:13px 14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  color:var(--duee-white);
  outline:none;
}
.duee-imovel-option{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between;
  gap:14px;
  width:100%;
}
.duee-imovel-option-main{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.duee-imovel-option-main span{
  overflow:hidden;
  text-overflow:ellipsis;
}
.duee-preview-link{
  flex:0 0 auto;
  color:var(--duee-gold-2)!important;
  text-decoration:none!important;
  border:1px solid rgba(196,154,90,.45);
  border-radius:999px;
  padding:5px 10px;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.duee-preview-link:hover{
  border-color:var(--duee-gold);
  color:var(--duee-white)!important;
}
@media(max-width:700px){
  .duee-list-controls{align-items:stretch;flex-direction:column}
  .duee-list-controls input[type="text"],
  .duee-list-controls select,
  .duee-list-controls .duee-btn{width:100%}
}
.duee-table{min-width:1280px}

/* =====================================================
   Versão 0.6.0 — minha conta e expiração de acesso
   ===================================================== */
.duee-account-panel .duee-panel-head{
  margin-bottom:18px;
}
.duee-form small{
  display:block;
  color:var(--duee-muted);
  font-size:11px;
  letter-spacing:0;
  text-transform:none;
  margin-top:4px;
}
.duee-account-expiration{
  margin-bottom:22px;
}

/* ==========================================================
   DUEE — Mensagem de acesso restrito
   Preserva cabeçalho, rodapé e estrutura da página, exibindo
   um aviso elegante no lugar do imóvel ou do Loop Grid.
   ========================================================== */
.duee-access-denied-template {
    min-height: 62vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(72px, 10vw, 150px) 24px;
    background: #050b1f;
}

.duee-access-denied-template-inner {
    width: min(100%, 980px);
}

.duee-access-denied-notice {
    width: min(100%, 920px);
    margin: 40px auto;
    padding: clamp(42px, 7vw, 84px) clamp(24px, 6vw, 72px);
    text-align: center;
    border: 1px solid rgba(197, 160, 89, 0.46);
    background: rgba(5, 11, 31, 0.94);
    color: #ffffff;
}

.duee-access-denied-eyebrow {
    display: block;
    margin-bottom: 22px;
    color: #c5a059;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.duee-access-denied-notice h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4.2vw, 58px);
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.duee-access-denied-notice p {
    max-width: 620px;
    margin: 24px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .duee-access-denied-template {
        min-height: 56vh;
        padding: 64px 18px;
    }

    .duee-access-denied-notice {
        margin: 24px auto;
        padding: 42px 22px;
    }
}

/* ==========================================================
   Versão 0.9.7 — filtro por tipo de imóvel
   Shortcode: [duee_filtro_tipo_imovel]
   O shortcode cria somente as abas; o Loop Grid permanece
   sendo o layout configurado pelo usuário no Elementor.
   ========================================================== */
.duee-property-type-filter {
    width: 100%;
    margin: 0 0 32px;
}

.duee-property-type-filter__tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.duee-property-type-filter__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;
    border: 1px solid rgba(197, 160, 89, 0.42);
    background: transparent;
    color: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.12em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.duee-property-type-filter__tab:hover,
.duee-property-type-filter__tab:focus-visible,
.duee-property-type-filter__tab.is-active {
    border-color: #c5a059;
    background: #c5a059;
    color: #050b1f !important;
}

@media (max-width: 767px) {
    .duee-property-type-filter {
        margin-bottom: 24px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .duee-property-type-filter__tabs {
        width: max-content;
        min-width: 100%;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .duee-property-type-filter__tab {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 9px 16px;
        font-size: 11px;
    }
}


/* ==========================================================
   Versão 0.9.8 — filtro AJAX por tipo de imóvel
   Atualiza Loop Grid sem recarregar a página
   ========================================================== */
.duee-property-type-filter.is-loading {
    opacity: .6;
    pointer-events: none;
}

.duee-loop-grid-loading {
    position: relative;
    opacity: .45;
    transition: opacity 180ms ease;
}

.duee-loop-grid-loading::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(197, 160, 89, .28);
    border-top-color: #c5a059;
    animation: dueeSpin 0.85s linear infinite;
}

@keyframes dueeSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ==========================================================
   Versão 0.9.9 — filtros da página Minha Conta
   O Loop Grid permanece sob controle visual do Elementor.
   ========================================================== */
.duee-account-property-filters {
    display: grid;
    gap: 18px;
    width: 100%;
    margin: 24px 0 34px;
    transition: opacity 180ms ease;
}

.duee-account-property-filters.is-loading {
    opacity: .55;
    pointer-events: none;
}

.duee-account-filter-row {
    display: grid;
    grid-template-columns: minmax(120px, 170px) minmax(0, 1fr);
    align-items: start;
    gap: 18px;
}

.duee-account-filter-label {
    padding-top: 12px;
    color: var(--duee-gold-2, #d9b979);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.duee-account-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.duee-account-filter-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(197, 160, 89, .38);
    background: transparent;
    color: inherit;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .11em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.duee-account-filter-tab:hover,
.duee-account-filter-tab:focus-visible,
.duee-account-filter-tab.is-active {
    border-color: #c5a059;
    background: #c5a059;
    color: #050b1f !important;
}

.duee-account-empty {
    margin: 24px 0;
}

@media (max-width: 767px) {
    .duee-account-filter-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .duee-account-filter-label {
        padding-top: 0;
    }

    .duee-account-filter-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
        scrollbar-width: thin;
    }

    .duee-account-filter-tab {
        flex: 0 0 auto;
        min-height: 40px;
        padding: 9px 15px;
    }
}

/* ==========================================================
   Versão 1.0.0 — favoritos e abas da Minha Conta
   ========================================================== */
.duee-account-view-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(197, 160, 89, .20);
}

.duee-account-view-tab {
    min-height: 46px;
    padding-inline: 22px;
}

.duee-account-empty {
    padding: 22px 24px;
    border: 1px solid rgba(197, 160, 89, .24);
    background: rgba(197, 160, 89, .06);
}

.duee-account-empty p {
    margin: 0;
}

.duee-favorite-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid rgba(197, 160, 89, .48);
    border-radius: 999px;
    background: rgba(5, 11, 31, .58);
    color: #fff;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    backdrop-filter: blur(8px);
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease, opacity 180ms ease;
}

.duee-favorite-button:hover,
.duee-favorite-button:focus-visible {
    border-color: #c5a059;
    background: rgba(197, 160, 89, .16);
    transform: translateY(-1px);
}

.duee-favorite-button--icone {
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
}

.duee-favorite-button__icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.duee-favorite-button__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.duee-favorite-button__icon path {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.6;
    transition: fill 220ms ease, stroke 220ms ease;
}

.duee-favorite-button.is-favorite {
    border-color: #c5a059;
    color: #c5a059;
}

.duee-favorite-button.is-favorite .duee-favorite-button__icon path {
    fill: currentColor;
}

.duee-favorite-button.is-loading {
    opacity: .55;
    pointer-events: none;
}

.duee-favorite-button__text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .duee-account-view-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .duee-account-view-tab {
        flex: 0 0 auto;
    }
}

/* ==========================================================
   Versão 1.1.0 — busca por nome ou Ref. no filtro de arquivo
   ========================================================== */
.duee-property-type-filter__search-form {
    width: 100%;
    margin: 0 0 18px;
}

.duee-property-type-filter__search-control {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 760px;
}

.duee-property-type-filter__search-input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 46px;
    margin: 0 !important;
    padding: 11px 16px !important;
    border: 1px solid rgba(197, 160, 89, 0.42) !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: transparent !important;
    color: inherit !important;
    font: inherit;
    box-shadow: none !important;
}

.duee-property-type-filter__search-input::placeholder {
    color: currentColor;
    opacity: .58;
}

.duee-property-type-filter__search-input:focus {
    border-color: #c5a059 !important;
}

.duee-property-type-filter__search-button,
.duee-property-type-filter__search-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border: 1px solid #c5a059;
    border-radius: 0 !important;
    background: #c5a059;
    color: #050b1f !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .12em;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 220ms ease, color 220ms ease;
}

.duee-property-type-filter__search-button:hover,
.duee-property-type-filter__search-button:focus-visible,
.duee-property-type-filter__search-clear:hover,
.duee-property-type-filter__search-clear:focus-visible {
    background: transparent;
    color: inherit !important;
}

.duee-property-type-filter__search-clear {
    border-left: 0;
    background: transparent;
    color: inherit !important;
}

@media (max-width: 767px) {
    .duee-property-type-filter__search-control {
        flex-wrap: wrap;
        max-width: none;
    }

    .duee-property-type-filter__search-input {
        flex-basis: calc(100% - 96px);
    }

    .duee-property-type-filter__search-button {
        flex: 0 0 96px;
    }

    .duee-property-type-filter__search-clear {
        flex: 1 0 100%;
        border-top: 0;
        border-left: 1px solid #c5a059;
    }
}

/* ==========================================================
   Versão 1.2.0 — contexto da listagem fora do menu principal
   O shortcode apenas prepara a consulta do Loop Grid.
   ========================================================== */
.duee-outside-menu-listing-context {
    display: none !important;
}

/* ==========================================================
   Versão 1.4.1 — contadores dos filtros e melhorias do painel
   ========================================================== */
.duee-account-filter-tab{
  gap:8px;
}
.duee-account-filter-count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:22px;
  padding:0 7px;
  border-radius:999px;
  background:rgba(197,160,89,.14);
  color:var(--duee-gold-2,#d9b979);
  font-size:10px;
  font-weight:700;
  line-height:1;
  letter-spacing:0;
}
.duee-account-filter-tab:hover .duee-account-filter-count,
.duee-account-filter-tab:focus-visible .duee-account-filter-count,
.duee-account-filter-tab.is-active .duee-account-filter-count{
  background:rgba(5,11,31,.16);
  color:#050b1f;
}

.duee-property-cover-cell{
  width:164px;
  min-width:164px;
}
.duee-property-cover-link{
  display:block;
  width:150px;
  height:100px;
  overflow:hidden;
  border:1px solid rgba(197,160,89,.28);
  border-radius:10px;
  background:rgba(255,255,255,.04);
}
.duee-property-cover{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.duee-property-cover-link:hover .duee-property-cover,
.duee-property-cover-link:focus-visible .duee-property-cover{
  transform:scale(1.06);
}
.duee-property-cover-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  width:150px;
  height:100px;
  padding:10px;
  box-sizing:border-box;
  border:1px dashed rgba(255,255,255,.18);
  border-radius:10px;
  color:var(--duee-muted);
  font-size:10px;
  line-height:1.25;
  text-align:center;
}
.duee-property-title-link,
.duee-property-title-text{
  color:var(--duee-white)!important;
  text-decoration:none!important;
  transition:color .2s ease;
}
.duee-property-title-link:hover,
.duee-property-title-link:focus-visible{
  color:var(--duee-gold-2)!important;
}

/* Ações administrativas agrupadas abaixo do título do imóvel. */
.duee-property-title-cell{
  min-width:220px;
  vertical-align:middle;
}
.duee-property-row-actions{
  margin-top:8px;
  gap:5px 9px;
  line-height:1.35;
}
.duee-property-row-actions a,
.duee-property-row-actions .duee-link-button{
  position:relative;
  display:inline-flex;
  align-items:center;
  line-height:1.35;
  white-space:nowrap;
}
.duee-property-row-actions a:not(:last-child)::after,
.duee-property-row-actions .duee-inline-form:not(:last-child)::after{
  content:'|';
  margin-left:9px;
  color:rgba(255,255,255,.25);
  pointer-events:none;
}
.duee-property-row-actions .duee-inline-form{
  display:inline-flex;
  align-items:center;
}


/* Categorias atribuídas ao imóvel na listagem administrativa. */
.duee-property-categories-cell{
  min-width:150px;
  max-width:240px;
}
.duee-property-categories{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.duee-property-category{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  padding:5px 8px;
  border:1px solid rgba(197,160,89,.26);
  border-radius:999px;
  background:rgba(197,160,89,.08);
  color:var(--duee-gold-2)!important;
  font-size:10px;
  line-height:1.25;
  text-decoration:none!important;
  white-space:normal;
  transition:border-color .2s ease,background .2s ease,color .2s ease;
}
.duee-property-category:hover,
.duee-property-category:focus-visible{
  border-color:rgba(197,160,89,.58);
  background:rgba(197,160,89,.16);
  color:var(--duee-white)!important;
}


/* Estado booleano usado na coluna Off Marketing. */
.duee-boolean-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:58px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}
.duee-boolean-status__dot{
  width:10px;
  height:10px;
  flex:0 0 10px;
  border-radius:50%;
  box-shadow:0 0 0 4px rgba(255,255,255,.04);
}
.duee-boolean-status.is-active{
  color:#dff5e7;
}
.duee-boolean-status.is-active .duee-boolean-status__dot{
  background:#7ac59a;
  box-shadow:0 0 0 4px rgba(122,197,154,.14);
}
.duee-boolean-status.is-inactive{
  color:var(--duee-muted);
}
.duee-boolean-status.is-inactive .duee-boolean-status__dot{
  background:#687080;
  box-shadow:0 0 0 4px rgba(104,112,128,.13);
}

/* Controle visual do campo Off Marketing no formulário do imóvel. */
.duee-switch-field{
  display:flex!important;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.duee-switch-control{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:max-content;
  cursor:pointer;
  user-select:none;
}
.duee-switch-control input{
  position:absolute;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.duee-switch-indicator{
  position:relative;
  display:inline-flex;
  width:44px;
  height:24px;
  flex:0 0 44px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  transition:background .2s ease,border-color .2s ease;
}
.duee-switch-indicator::after{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#8a91a0;
  transition:transform .2s ease,background .2s ease;
}
.duee-switch-control input:checked + .duee-switch-indicator{
  border-color:rgba(122,197,154,.55);
  background:rgba(122,197,154,.22);
}
.duee-switch-control input:checked + .duee-switch-indicator::after{
  transform:translateX(20px);
  background:#7ac59a;
}
.duee-switch-control input:focus-visible + .duee-switch-indicator{
  outline:2px solid var(--duee-gold-2);
  outline-offset:3px;
}
.duee-switch-label{
  color:var(--duee-white);
  font-size:13px;
  font-weight:600;
}

.duee-gallery-preview{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  overflow:hidden;
  border:0;
  background:transparent;
  color:inherit;
  cursor:zoom-in;
}
.duee-gallery-preview img{
  transition:transform .35s ease, filter .35s ease;
}
.duee-gallery-preview:hover img,
.duee-gallery-preview:focus-visible img{
  transform:scale(1.045);
  filter:brightness(.76);
}
.duee-gallery-preview-hint{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-45%);
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:999px;
  background:rgba(5,11,31,.72);
  color:#fff;
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  opacity:0;
  transition:opacity .25s ease, transform .25s ease;
  pointer-events:none;
}
.duee-gallery-preview:hover .duee-gallery-preview-hint,
.duee-gallery-preview:focus-visible .duee-gallery-preview-hint{
  opacity:1;
  transform:translate(-50%,-50%);
}
.duee-gallery-remove{
  display:flex!important;
  align-items:center;
  gap:8px;
  margin:0!important;
  padding:9px!important;
  color:var(--duee-muted)!important;
  font-size:12px!important;
  letter-spacing:0!important;
  cursor:pointer;
}
.duee-gallery-remove input{
  width:auto!important;
  margin:0!important;
}

body.duee-lightbox-open{
  overflow:hidden;
}
.duee-admin-lightbox[hidden]{
  display:none!important;
}
.duee-admin-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
  padding:28px;
  background:rgba(1,5,14,.94);
  backdrop-filter:blur(8px);
}
.duee-admin-lightbox__dialog{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:min(94vw,1500px);
  height:min(90vh,980px);
}
.duee-admin-lightbox__image{
  display:block;
  max-width:100%;
  max-height:calc(90vh - 70px);
  object-fit:contain;
  border-radius:6px;
  box-shadow:0 24px 80px rgba(0,0,0,.5);
}
.duee-admin-lightbox__caption{
  min-height:24px;
  margin:14px 0 0;
  color:rgba(255,255,255,.72);
  font-size:12px;
  letter-spacing:.08em;
  text-align:center;
  text-transform:uppercase;
}
.duee-admin-lightbox__close,
.duee-admin-lightbox__nav{
  position:absolute;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.32);
  border-radius:999px;
  background:rgba(5,11,31,.7);
  color:#fff;
  cursor:pointer;
  transition:background-color .2s ease,border-color .2s ease,opacity .2s ease;
}
.duee-admin-lightbox__close:hover,
.duee-admin-lightbox__close:focus-visible,
.duee-admin-lightbox__nav:hover,
.duee-admin-lightbox__nav:focus-visible{
  border-color:#c5a059;
  background:#c5a059;
  color:#050b1f;
}
.duee-admin-lightbox__close{
  top:0;
  right:0;
  width:46px;
  height:46px;
  font-size:28px;
  line-height:1;
}
.duee-admin-lightbox__nav{
  top:50%;
  width:48px;
  height:48px;
  transform:translateY(-50%);
  font-size:26px;
}
.duee-admin-lightbox__nav--prev{left:0}
.duee-admin-lightbox__nav--next{right:0}
.duee-admin-lightbox__nav[disabled]{
  opacity:.25;
  cursor:default;
  pointer-events:none;
}
@media(max-width:767px){
  .duee-admin-lightbox{padding:16px}
  .duee-admin-lightbox__dialog{width:100%;height:92vh}
  .duee-admin-lightbox__image{max-height:calc(92vh - 92px)}
  .duee-admin-lightbox__close{top:4px;right:4px}
  .duee-admin-lightbox__nav{top:auto;bottom:2px;transform:none}
  .duee-admin-lightbox__nav--prev{left:calc(50% - 58px)}
  .duee-admin-lightbox__nav--next{right:calc(50% - 58px)}
  .duee-admin-lightbox__caption{margin-bottom:58px}
}

@media(max-width:900px){
  .duee-property-cover-cell{
    width:126px;
    min-width:126px;
  }
  .duee-property-cover-link,
  .duee-property-cover-placeholder{
    width:112px;
    height:76px;
  }
}

/* =====================================================
   SWITCHER OFF MARKETING — LISTAGEM DO PAINEL
   ===================================================== */
.duee-off-market-cell{
  min-width:132px;
}
.duee-off-market-switch{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-width:116px;
  padding:4px 0;
  border:0;
  background:transparent;
  color:var(--duee-muted);
  font:inherit;
  cursor:pointer;
  text-align:left;
  transition:opacity .2s ease,color .2s ease;
}
.duee-off-market-switch:disabled{
  cursor:wait;
}
.duee-off-market-switch.is-loading{
  opacity:.62;
}
.duee-off-market-switch__track{
  position:relative;
  display:inline-flex;
  width:44px;
  height:24px;
  flex:0 0 44px;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.duee-off-market-switch__thumb{
  position:absolute;
  top:3px;
  left:3px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#8a91a0;
  transition:transform .2s ease,background .2s ease;
}
.duee-off-market-switch.is-active{
  color:#dff5e7;
}
.duee-off-market-switch.is-active .duee-off-market-switch__track{
  border-color:rgba(122,197,154,.58);
  background:rgba(122,197,154,.22);
  box-shadow:0 0 0 3px rgba(122,197,154,.08);
}
.duee-off-market-switch.is-active .duee-off-market-switch__thumb{
  transform:translateX(20px);
  background:#7ac59a;
}
.duee-off-market-switch:hover .duee-off-market-switch__track{
  border-color:rgba(197,160,89,.58);
}
.duee-off-market-switch:focus-visible{
  outline:2px solid var(--duee-gold-2);
  outline-offset:4px;
  border-radius:6px;
}
.duee-off-market-switch__label{
  font-size:12px;
  font-weight:700;
  letter-spacing:.02em;
}
.duee-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

/* =====================================================
   Versão 1.4.6 — filtros avançados da administração
   ===================================================== */
.duee-admin-list-filter-form{
  margin:0 0 20px;
  padding:18px;
  border:1px solid var(--duee-border);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}
.duee-admin-search-row{
  display:grid;
  grid-template-columns:minmax(260px,1fr) minmax(150px,190px);
  gap:14px;
  align-items:end;
  margin-bottom:14px;
}
.duee-admin-filter-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(170px,1fr));
  gap:14px;
  align-items:end;
}
.duee-admin-filter-field,
.duee-admin-filter-range label{
  display:grid;
  gap:7px;
  margin:0;
  min-width:0;
}
.duee-admin-filter-field > span,
.duee-admin-filter-range legend,
.duee-admin-filter-range label > span{
  color:var(--duee-gold-2);
  font-size:10px;
  font-weight:600;
  letter-spacing:.1em;
  line-height:1.3;
  text-transform:uppercase;
}
.duee-admin-filter-field input,
.duee-admin-filter-field select,
.duee-admin-filter-range input{
  width:100%;
  min-height:44px;
  box-sizing:border-box;
  margin:0;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:var(--duee-white);
  outline:0;
}
.duee-admin-filter-field select option{color:#111}
.duee-admin-filter-field input:focus,
.duee-admin-filter-field select:focus,
.duee-admin-filter-range input:focus{
  border-color:var(--duee-gold);
  box-shadow:0 0 0 3px rgba(196,154,90,.12);
}
.duee-admin-filter-range{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  min-width:0;
  margin:0;
  padding:10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
}
.duee-admin-filter-range legend{
  padding:0 5px;
}
.duee-admin-filter-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:16px;
}
.duee-admin-empty-filter{
  margin:22px 0 4px;
  padding:18px;
  border:1px dashed rgba(255,255,255,.16);
  border-radius:14px;
  text-align:center;
}
@media(max-width:1250px){
  .duee-admin-filter-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}
}
@media(max-width:900px){
  .duee-admin-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .duee-admin-search-row,
  .duee-admin-filter-grid{grid-template-columns:1fr}
  .duee-admin-filter-actions,
  .duee-admin-filter-actions .duee-btn{width:100%}
}

/* =====================================================
   Versão 1.4.8 — gestão AJAX de categorias na listagem
   ===================================================== */
.duee-property-categories-cell{
  min-width:260px;
  max-width:330px;
}
.duee-property-category-manager{
  display:flex;
  flex-direction:column;
  gap:9px;
  transition:opacity .2s ease;
}
.duee-property-category-manager.is-loading{
  opacity:.58;
}
.duee-property-category-manager.is-loading button,
.duee-property-category-manager.is-loading select{
  cursor:wait;
}
.duee-property-category-chip{
  display:inline-flex;
  align-items:stretch;
  max-width:100%;
  overflow:hidden;
  border:1px solid rgba(197,160,89,.28);
  border-radius:999px;
  background:rgba(197,160,89,.08);
  transition:border-color .2s ease,background .2s ease,opacity .2s ease;
}
.duee-property-category-chip:hover,
.duee-property-category-chip:focus-within{
  border-color:rgba(197,160,89,.58);
  background:rgba(197,160,89,.15);
}
.duee-property-category__link{
  display:inline-flex;
  align-items:center;
  min-width:0;
  padding:5px 6px 5px 9px;
  color:var(--duee-gold-2)!important;
  font-size:10px;
  line-height:1.25;
  text-decoration:none!important;
  white-space:normal;
}
.duee-property-category__link:hover,
.duee-property-category__link:focus-visible{
  color:var(--duee-white)!important;
}
.duee-property-category__remove{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  min-width:24px;
  padding:0;
  border:0;
  border-left:1px solid rgba(197,160,89,.22);
  border-radius:0;
  background:transparent;
  color:rgba(255,255,255,.55);
  font-size:16px;
  line-height:1;
  cursor:pointer;
  transition:background .2s ease,color .2s ease;
}
.duee-property-category__remove:hover,
.duee-property-category__remove:focus-visible{
  background:rgba(190,72,72,.22);
  color:#ffb2b2;
  outline:0;
}
.duee-property-categories-empty{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  color:var(--duee-muted);
  font-size:11px;
}
.duee-property-categories-empty.is-hidden{
  display:none;
}
.duee-property-category-add{
  display:grid;
  grid-template-columns:minmax(150px,1fr) 32px;
  gap:6px;
  align-items:center;
}
.duee-property-category-add select{
  width:100%;
  min-width:0;
  height:34px;
  padding:5px 28px 5px 9px;
  border:1px solid var(--duee-border);
  border-radius:8px;
  background:rgba(255,255,255,.045);
  color:var(--duee-white);
  font-size:11px;
}
.duee-property-category-add select option{
  color:#111827;
}
.duee-property-category-add__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  padding:0;
  border:1px solid rgba(197,160,89,.45);
  border-radius:8px;
  background:rgba(197,160,89,.12);
  color:var(--duee-gold-2);
  font-size:20px;
  line-height:1;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease;
}
.duee-property-category-add__button:hover:not(:disabled),
.duee-property-category-add__button:focus-visible:not(:disabled){
  border-color:var(--duee-gold-2);
  background:rgba(197,160,89,.24);
  color:var(--duee-white);
  outline:0;
}
.duee-property-category-add__button:disabled{
  opacity:.38;
  cursor:not-allowed;
}
.duee-table tbody tr{
  transition:opacity .22s ease,transform .22s ease;
}
.duee-table tbody tr.is-removing{
  opacity:0;
  transform:translateX(10px);
}
@media(max-width:900px){
  .duee-property-categories-cell{
    min-width:230px;
    max-width:280px;
  }
}


/* =====================================================
   Versão 1.4.9 — preços inline e filtros sobre banner
   ===================================================== */
.duee-inline-price-cell{
  min-width:150px;
}
.duee-inline-price{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-width:132px;
  min-height:38px;
  padding:7px 9px;
  border:1px solid transparent;
  border-radius:8px;
  cursor:default;
  transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,opacity .2s ease;
}
.duee-inline-price:hover,
.duee-inline-price:focus-visible{
  border-color:rgba(197,160,89,.38);
  background:rgba(197,160,89,.07);
  outline:0;
}
.duee-inline-price.is-editing,
.duee-inline-price.is-saving{
  border-color:rgba(197,160,89,.72);
  background:rgba(255,255,255,.05);
  box-shadow:0 0 0 2px rgba(197,160,89,.10);
}
.duee-inline-price.is-saving{
  opacity:.62;
  cursor:wait;
}
.duee-inline-price__value{
  color:var(--duee-white);
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
.duee-inline-price__hint{
  max-width:0;
  overflow:hidden;
  color:var(--duee-gold-2);
  font-size:9px;
  line-height:1;
  letter-spacing:.08em;
  opacity:0;
  text-transform:uppercase;
  transition:max-width .2s ease,opacity .2s ease;
}
.duee-inline-price:hover .duee-inline-price__hint,
.duee-inline-price:focus-visible .duee-inline-price__hint{
  max-width:42px;
  opacity:1;
}
.duee-inline-price__input{
  width:100%;
  min-width:118px;
  height:32px;
  margin:0!important;
  padding:5px 7px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:var(--duee-white)!important;
  font:inherit;
  font-variant-numeric:tabular-nums;
  box-shadow:none!important;
}

/* Os filtros de tipo são usados sobre o banner: nenhum estado recebe fundo sólido. */
.duee-property-type-filter__tab,
.duee-property-type-filter__tab:hover,
.duee-property-type-filter__tab:focus-visible,
.duee-property-type-filter__tab.is-active{
  background:transparent!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.duee-property-type-filter__tab{
  border-color:rgba(255,255,255,.56);
  color:#fff!important;
  text-shadow:0 1px 12px rgba(0,0,0,.72);
}
.duee-property-type-filter__tab:hover,
.duee-property-type-filter__tab:focus-visible{
  border-color:#fff;
  color:#fff!important;
}
.duee-property-type-filter__tab.is-active{
  border-color:#c5a059;
  color:#e4c783!important;
}
.duee-property-type-filter__search-button,
.duee-property-type-filter__search-clear,
.duee-property-type-filter__search-button:hover,
.duee-property-type-filter__search-button:focus-visible,
.duee-property-type-filter__search-clear:hover,
.duee-property-type-filter__search-clear:focus-visible{
  background:transparent!important;
  color:inherit!important;
}

/* =====================================================
   Versão 1.5.0 — filtros públicos de tipo, negócio e preço
   ===================================================== */
.duee-property-type-filter__groups{
  display:grid;
  gap:16px;
  width:100%;
}
.duee-property-type-filter__group{
  display:grid;
  grid-template-columns:minmax(74px,110px) minmax(0,1fr);
  align-items:center;
  gap:14px;
}
.duee-property-type-filter__label{
  color:#fff;
  font-size:10px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:.16em;
  text-shadow:0 1px 12px rgba(0,0,0,.72);
  text-transform:uppercase;
}
.duee-property-type-filter__group nav{
  min-width:0;
}
.duee-property-type-filter__tabs--business{
  gap:8px;
}
.duee-property-type-filter__price-form{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  min-width:0;
}
.duee-property-type-filter__price-input{
  width:min(190px,100%);
  min-height:42px;
  margin:0!important;
  padding:9px 14px!important;
  border:1px solid rgba(255,255,255,.56)!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  color:#fff!important;
  font:inherit;
  font-size:12px;
  font-variant-numeric:tabular-nums;
  text-shadow:0 1px 12px rgba(0,0,0,.72);
  box-shadow:none!important;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.duee-property-type-filter__price-input::placeholder{
  color:rgba(255,255,255,.76);
  opacity:1;
}
.duee-property-type-filter__price-input:focus{
  border-color:#c5a059!important;
  box-shadow:0 0 0 2px rgba(197,160,89,.12)!important;
}
.duee-property-type-filter__price-separator{
  color:rgba(255,255,255,.78);
  text-shadow:0 1px 12px rgba(0,0,0,.72);
}
.duee-property-type-filter__price-button,
.duee-property-type-filter__price-clear{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border:1px solid rgba(255,255,255,.56);
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:10px;
  font-weight:600;
  line-height:1;
  letter-spacing:.12em;
  text-decoration:none!important;
  text-shadow:0 1px 12px rgba(0,0,0,.72);
  text-transform:uppercase;
  cursor:pointer;
  transition:border-color .2s ease,color .2s ease;
}
.duee-property-type-filter__price-button:hover,
.duee-property-type-filter__price-button:focus-visible,
.duee-property-type-filter__price-clear:hover,
.duee-property-type-filter__price-clear:focus-visible{
  border-color:#c5a059;
  color:#e4c783!important;
  outline:0;
}
@media(max-width:767px){
  .duee-property-type-filter__groups{
    gap:14px;
  }
  .duee-property-type-filter__group{
    grid-template-columns:1fr;
    gap:8px;
  }
  .duee-property-type-filter__label{
    padding-left:1px;
  }
  .duee-property-type-filter__group .duee-property-type-filter__tabs{
    width:max-content;
    min-width:100%;
  }
  .duee-property-type-filter__price-form{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
    width:100%;
  }
  .duee-property-type-filter__price-input{
    width:100%;
    min-width:0;
  }
  .duee-property-type-filter__price-button,
  .duee-property-type-filter__price-clear{
    grid-column:auto / span 1;
  }
}
@media(max-width:520px){
  .duee-property-type-filter__price-form{
    grid-template-columns:1fr;
  }
  .duee-property-type-filter__price-separator{
    display:none;
  }
  .duee-property-type-filter__price-button,
  .duee-property-type-filter__price-clear{
    width:100%;
  }
}

@media(max-width:767px){
  .duee-property-type-filter{
    overflow-x:visible;
  }
  .duee-property-type-filter__group nav{
    overflow-x:auto;
    scrollbar-width:thin;
  }
}

/* =====================================================
   Versão 1.5.2 — filtro público em no máximo duas linhas

   Linha 1: Tipo + Negócio
   Linha 2: Preço mínimo + Preço máximo + ações

   Em telas estreitas, os controles permanecem em duas linhas
   e passam a ter rolagem horizontal, em vez de empilhar.
   ===================================================== */
.duee-property-type-filter__groups{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  grid-template-areas:
    "tipo negocio"
    "preco preco"!important;
  align-items:center!important;
  column-gap:28px!important;
  row-gap:12px!important;
  width:100%!important;
}

.duee-property-type-filter__group:nth-child(1){
  grid-area:tipo;
  min-width:0;
}

.duee-property-type-filter__group:nth-child(2){
  grid-area:negocio;
  min-width:max-content;
}

.duee-property-type-filter__group--price{
  grid-area:preco;
  min-width:0;
}

.duee-property-type-filter__group{
  display:grid!important;
  grid-template-columns:minmax(74px,110px) minmax(0,1fr)!important;
  align-items:center!important;
  gap:14px!important;
}

.duee-property-type-filter__group:nth-child(2){
  grid-template-columns:auto auto!important;
}

.duee-property-type-filter__group nav{
  min-width:0!important;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:thin;
}

.duee-property-type-filter__tabs{
  width:max-content!important;
  min-width:0!important;
  flex-wrap:nowrap!important;
}

.duee-property-type-filter__price-form{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  overflow-x:auto;
  overflow-y:hidden;
  padding-bottom:2px;
  scrollbar-width:thin;
}

.duee-property-type-filter__price-input{
  flex:0 0 180px!important;
  width:180px!important;
  min-width:180px!important;
  max-width:180px!important;
}

.duee-property-type-filter__price-button,
.duee-property-type-filter__price-clear{
  flex:0 0 auto!important;
  width:auto!important;
  white-space:nowrap;
}

@media(max-width:900px){
  .duee-property-type-filter__groups{
    grid-template-columns:max-content max-content!important;
    overflow-x:auto;
    overflow-y:hidden;
    padding-bottom:4px;
    scrollbar-width:thin;
  }

  .duee-property-type-filter__group:nth-child(1),
  .duee-property-type-filter__group:nth-child(2),
  .duee-property-type-filter__group--price{
    min-width:max-content;
  }

  .duee-property-type-filter__group{
    grid-template-columns:auto auto!important;
  }
}

@media(max-width:767px){
  .duee-property-type-filter{
    overflow-x:visible!important;
  }

  .duee-property-type-filter__groups{
    gap:10px 22px!important;
  }

  .duee-property-type-filter__group{
    display:grid!important;
    grid-template-columns:auto auto!important;
    gap:10px!important;
  }

  .duee-property-type-filter__label{
    padding-left:0!important;
    white-space:nowrap;
  }

  .duee-property-type-filter__price-form{
    display:flex!important;
    width:max-content!important;
    min-width:max-content!important;
  }

  .duee-property-type-filter__price-input{
    flex-basis:150px!important;
    width:150px!important;
    min-width:150px!important;
    max-width:150px!important;
  }

  .duee-property-type-filter__price-separator{
    display:inline!important;
  }

  .duee-property-type-filter__price-button,
  .duee-property-type-filter__price-clear{
    grid-column:auto!important;
    width:auto!important;
  }
}


/* ==========================================================
   Versão 1.5.4 — perfil Premium e destaque Off Marketing
   ========================================================== */
.duee-account-view-tab--off-market {
    border-color: rgba(197, 160, 89, .9) !important;
    box-shadow: inset 0 0 0 1px rgba(197, 160, 89, .18);
}

.duee-account-view-tab--off-market:not(.is-active) {
    color: var(--duee-gold-2, #d9b979) !important;
}

.duee-off-market-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 999px;
    background: #c5a059;
    box-shadow: 0 0 0 4px rgba(197, 160, 89, .13);
}

.duee-account-view-tab--off-market.is-active .duee-off-market-dot,
.duee-account-view-tab--off-market:hover .duee-off-market-dot,
.duee-account-view-tab--off-market:focus-visible .duee-off-market-dot {
    background: #050b1f;
    box-shadow: 0 0 0 4px rgba(5, 11, 31, .10);
}

.duee-client-card {
    position: relative;
}

.duee-client-off-market-badge {
    position: absolute;
    z-index: 3;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 11px;
    border: 1px solid rgba(197, 160, 89, .8);
    background: rgba(5, 11, 31, .82);
    color: #d9b979;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}


/* =====================================================
   Versão 1.5.9 — tabela compacta e campos JetEngine
   ===================================================== */
.duee-imoveis-table-wrap{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
.duee-table.duee-imoveis-table{
  width:100%;
  min-width:0!important;
  table-layout:fixed;
}
.duee-imoveis-table .duee-col-select{width:2.6%}
.duee-imoveis-table .duee-col-cover{width:8.4%}
.duee-imoveis-table .duee-col-ref{width:5.5%}
.duee-imoveis-table .duee-col-title{width:18.5%}
.duee-imoveis-table .duee-col-category{width:15.2%}
.duee-imoveis-table .duee-col-business{width:6.8%}
.duee-imoveis-table .duee-col-sale{width:9.5%}
.duee-imoveis-table .duee-col-rent{width:9.5%}
.duee-imoveis-table .duee-col-status{width:7.5%}
.duee-imoveis-table .duee-col-common{width:7.4%}
.duee-imoveis-table .duee-col-off-market{width:9.1%}
.duee-imoveis-table th,
.duee-imoveis-table td{
  min-width:0!important;
  max-width:none!important;
  padding:8px 6px;
  overflow-wrap:anywhere;
  word-break:normal;
}
.duee-imoveis-table th{
  font-size:9px;
  line-height:1.25;
  letter-spacing:.065em;
}
.duee-imoveis-table td{
  font-size:11px;
  line-height:1.32;
}
.duee-imoveis-table .duee-property-cover-cell,
.duee-imoveis-table .duee-property-title-cell,
.duee-imoveis-table .duee-property-categories-cell,
.duee-imoveis-table .duee-inline-price-cell,
.duee-imoveis-table .duee-off-market-cell{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
}
.duee-imoveis-table .duee-property-cover-link,
.duee-imoveis-table .duee-property-cover-placeholder{
  width:100%;
  max-width:96px;
  height:64px;
  border-radius:8px;
}
.duee-imoveis-table .duee-property-row-actions{
  gap:3px 6px;
  margin-top:6px;
}
.duee-imoveis-table .duee-property-row-actions a,
.duee-imoveis-table .duee-property-row-actions .duee-link-button{
  font-size:9px;
  white-space:normal;
}
.duee-imoveis-table .duee-property-row-actions a:not(:last-child)::after,
.duee-imoveis-table .duee-property-row-actions .duee-inline-form:not(:last-child)::after{
  margin-left:6px;
}
.duee-imoveis-table .duee-property-category-manager{gap:5px}
.duee-imoveis-table .duee-property-categories{gap:4px}
.duee-imoveis-table .duee-property-category__link{
  padding:4px 4px 4px 7px;
  font-size:8.5px;
}
.duee-imoveis-table .duee-property-category__remove{
  width:19px;
  min-width:19px;
  font-size:13px;
}
.duee-imoveis-table .duee-property-category-add{
  grid-template-columns:minmax(0,1fr) 27px;
  gap:4px;
}
.duee-imoveis-table .duee-property-category-add select{
  height:29px;
  padding:3px 20px 3px 6px;
  font-size:9px;
}
.duee-imoveis-table .duee-property-category-add__button{
  width:27px;
  height:27px;
  font-size:17px;
}
.duee-imoveis-table .duee-inline-price{
  min-width:0;
  min-height:31px;
  gap:3px;
  padding:4px 5px;
  font-size:10px;
}
.duee-imoveis-table .duee-inline-price__hint{display:none}
.duee-imoveis-table .duee-badge{
  max-width:100%;
  padding:4px 6px;
  font-size:8px;
  letter-spacing:.035em;
  white-space:normal;
  text-align:center;
}
.duee-imoveis-table .duee-off-market-switch{
  min-width:0;
  gap:5px;
  font-size:9px;
}
.duee-imoveis-table .duee-off-market-switch__label{font-size:8.5px}
.duee-imoveis-table .duee-sort-link{white-space:normal}

.duee-jetengine-sync-note{margin:4px 0 0!important}
.duee-jetengine-sync-note.is-warning{color:#f1c879}
.duee-field-label{
  display:block;
  margin-bottom:7px;
  color:var(--duee-gold-2);
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.duee-jet-field input[type="text"],
.duee-jet-field input[type="email"],
.duee-jet-field input[type="url"],
.duee-jet-field input[type="tel"],
.duee-jet-field input[type="password"],
.duee-jet-field input[type="number"],
.duee-jet-field input[type="date"],
.duee-jet-field input[type="time"],
.duee-jet-field input[type="datetime-local"],
.duee-jet-field select,
.duee-jet-field textarea{
  width:100%;
}
.duee-jet-field select[multiple]{min-height:150px}
.duee-jet-options{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  padding:13px;
  border:1px solid var(--duee-border);
  border-radius:12px;
  background:rgba(255,255,255,.03);
}
.duee-jet-options label{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:0;
  color:var(--duee-white);
  font-size:12px;
  letter-spacing:0;
  text-transform:none;
}
.duee-jet-switch{margin-top:2px}
.duee-jet-media{
  display:grid;
  grid-template-columns:minmax(140px,220px) 1fr;
  gap:14px;
  align-items:center;
  padding:14px;
  border:1px solid var(--duee-border);
  border-radius:14px;
  background:rgba(255,255,255,.03);
}
.duee-jet-media__preview{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100px;
  overflow:hidden;
  border:1px dashed rgba(255,255,255,.18);
  border-radius:10px;
  color:var(--duee-muted);
  font-size:11px;
}
.duee-jet-media__preview img{
  display:block;
  width:100%;
  height:120px;
  object-fit:contain;
}
.duee-jet-media__actions{display:flex;flex-wrap:wrap;gap:8px}
.duee-json-field{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}
.duee-gallery-box.duee-jet-field--gallery{
  margin-top:6px;
  padding:18px;
  border:1px solid var(--duee-border);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.duee-gallery-box.duee-jet-field--gallery .duee-gallery-current:empty{display:none}
.duee-gallery-item.is-new{border-color:rgba(197,160,89,.48)}
.duee-gallery-remove-new{
  display:flex;
  width:100%;
  justify-content:center;
  padding:9px;
  border:0;
  border-top:1px solid var(--duee-border);
  background:transparent;
  color:#ffb2b2;
  font-size:11px;
  cursor:pointer;
}
@media(max-width:1180px){
  .duee-imoveis-table th,.duee-imoveis-table td{padding:6px 4px}
  .duee-imoveis-table .duee-property-cover-link,
  .duee-imoveis-table .duee-property-cover-placeholder{height:56px}
  .duee-imoveis-table .duee-col-title{width:17.5%}
  .duee-imoveis-table .duee-col-category{width:14.2%}
  .duee-imoveis-table .duee-col-sale,
  .duee-imoveis-table .duee-col-rent{width:10%}
}
@media(max-width:900px){
  .duee-imoveis-table-wrap{overflow-x:auto}
  .duee-table.duee-imoveis-table{min-width:1050px!important}
  .duee-jet-media{grid-template-columns:1fr}
}

.duee-jet-options input[type="checkbox"],
.duee-jet-options input[type="radio"],
.duee-jet-switch input[type="checkbox"]{
  width:auto!important;
  margin:0!important;
  padding:0!important;
}

/* =====================================================
   Versão 1.6.1 — sessão única, dispositivos e atividade
   ===================================================== */
.duee-login-persistence{
  margin:0 0 16px;
  color:var(--duee-muted);
  font-size:12px;
  line-height:1.55;
}
.duee-user-session-cell,
.duee-user-activity-cell{
  min-width:145px;
}
.duee-user-session-cell strong,
.duee-user-session-cell small,
.duee-user-activity-cell span{
  display:block;
}
.duee-user-session-cell small{
  margin-top:4px;
  color:var(--duee-muted);
  line-height:1.35;
}
.duee-user-activity-cell{
  display:table-cell;
}
.duee-user-activity-cell span{
  margin-bottom:5px;
  color:var(--duee-muted);
}
.duee-user-activity-cell strong{
  color:var(--duee-white);
}
.duee-user-activity-cell a{
  display:inline-block;
  margin-top:4px;
  color:var(--duee-gold-2);
  text-decoration:none;
  font-size:12px;
}
.duee-user-security-section{
  margin-top:24px;
}
.duee-user-security-stats{
  margin-bottom:18px;
}
.duee-user-security-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:18px;
}
.duee-device-card{
  padding:16px;
  border:1px solid var(--duee-border);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
.duee-device-card>strong{
  display:block;
  color:var(--duee-white);
  margin-bottom:12px;
}
.duee-device-card dl{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 16px;
  margin:0;
}
.duee-device-card dl div{
  min-width:0;
}
.duee-device-card dt{
  color:var(--duee-muted);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.duee-device-card dd{
  margin:3px 0 0;
  color:var(--duee-white);
  font-size:12px;
  overflow-wrap:anywhere;
}
.duee-ip-history{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.duee-ip-history span{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:8px 10px;
  border:1px solid var(--duee-border);
  border-radius:10px;
  background:rgba(255,255,255,.025);
}
.duee-ip-history small{
  color:var(--duee-muted);
  font-size:10px;
}
.duee-user-property-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.duee-user-property-list>a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 12px;
  color:var(--duee-white);
  text-decoration:none;
  border:1px solid var(--duee-border);
  border-radius:12px;
  background:rgba(255,255,255,.025);
}
.duee-user-property-list>a:hover{
  border-color:rgba(196,154,90,.5);
}
.duee-user-property-list span:first-child{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.duee-user-property-list small,
.duee-user-views-table td small{
  display:block;
  margin-top:3px;
  color:var(--duee-muted);
}
.duee-user-views-table{
  min-width:760px;
}
.duee-user-views-table a{
  color:var(--duee-white);
  text-decoration:none;
}
.duee-empty-state{
  padding:16px;
  border:1px dashed var(--duee-border);
  border-radius:12px;
  color:var(--duee-muted);
  text-align:center;
}
@media(max-width:980px){
  .duee-user-security-grid{grid-template-columns:1fr}
  .duee-device-card dl{grid-template-columns:1fr}
}

/* =====================================================
   Versão 1.6.2 — edição rápida e em massa dos nomes
   ===================================================== */
.duee-inline-title{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:6px;
  max-width:100%;
  min-width:0;
  padding:3px 4px;
  margin:-3px -4px;
  border:1px solid transparent;
  border-radius:7px;
  cursor:text;
  transition:border-color .18s ease,background .18s ease;
}
.duee-inline-title strong{
  min-width:0;
  max-width:100%;
}
.duee-inline-title__link,
.duee-inline-title__text{
  display:block;
  max-width:100%;
  overflow-wrap:anywhere;
}
.duee-inline-title:hover,
.duee-inline-title:focus-visible{
  border-color:rgba(197,160,89,.4);
  background:rgba(197,160,89,.07);
  outline:none;
}
.duee-inline-title.is-editing,
.duee-inline-title.is-saving{
  padding:0;
  margin:0;
  border-color:transparent;
  background:transparent;
}
.duee-inline-title.is-saving{opacity:.62;pointer-events:none}
.duee-inline-title__hint{
  flex:0 0 auto;
  margin-top:2px;
  color:var(--duee-gold-2);
  font-size:9px;
  font-weight:600;
  opacity:0;
  transition:opacity .18s ease;
}
.duee-inline-title:hover .duee-inline-title__hint,
.duee-inline-title:focus-visible .duee-inline-title__hint{opacity:1}
.duee-inline-title__input{
  width:100%!important;
  min-width:120px;
  min-height:34px!important;
  margin:0!important;
  padding:6px 8px!important;
  border:1px solid var(--duee-gold)!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#111827!important;
  font:inherit!important;
  box-shadow:0 0 0 2px rgba(197,160,89,.14)!important;
}
.duee-imoveis-table .duee-inline-title__hint{display:none}

body.duee-modal-open{overflow:hidden}
.duee-bulk-title-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(2,8,23,.76);
  backdrop-filter:blur(5px);
}
.duee-bulk-title-modal[hidden]{display:none!important}
.duee-bulk-title-modal__dialog{
  width:min(760px,100%);
  max-height:min(82vh,760px);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(197,160,89,.35);
  border-radius:18px;
  background:#071127;
  color:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.45);
}
.duee-bulk-title-modal__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:22px 24px 14px;
}
.duee-bulk-title-modal__header h2{
  margin:4px 0 0;
  color:#fff;
  font-size:22px;
}
.duee-bulk-title-modal__eyebrow{
  color:var(--duee-gold-2);
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.duee-bulk-title-modal__close{
  width:36px;
  height:36px;
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  background:transparent;
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.duee-bulk-title-modal__help{
  margin:0;
  padding:0 24px 16px;
  color:rgba(255,255,255,.66);
  font-size:12px;
}
.duee-bulk-title-modal__list{
  display:grid;
  gap:10px;
  padding:2px 24px 18px;
  overflow:auto;
}
.duee-bulk-title-item{
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  align-items:center;
  gap:12px;
}
.duee-bulk-title-item__meta{
  color:rgba(255,255,255,.55);
  font-size:11px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.duee-bulk-title-item__input{
  width:100%!important;
  min-height:40px!important;
  margin:0!important;
  padding:8px 10px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:9px!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  font:inherit!important;
}
.duee-bulk-title-item__input:focus{
  border-color:var(--duee-gold)!important;
  outline:none!important;
  box-shadow:0 0 0 2px rgba(197,160,89,.15)!important;
}
.duee-bulk-title-modal__status{
  min-height:18px;
  padding:0 24px 10px;
  color:rgba(255,255,255,.62);
  font-size:11px;
}
.duee-bulk-title-modal__footer{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  padding:16px 24px 22px;
  border-top:1px solid rgba(255,255,255,.1);
}
.duee-bulk-title-modal.is-saving{cursor:wait}
.duee-bulk-title-modal.is-saving .duee-bulk-title-item__input{opacity:.55}
@media(max-width:640px){
  .duee-bulk-title-modal{padding:12px}
  .duee-bulk-title-item{grid-template-columns:1fr;gap:5px}
  .duee-bulk-title-modal__footer{flex-direction:column-reverse}
  .duee-bulk-title-modal__footer .duee-btn{width:100%}
}


/* =====================================================
   SOB CONSULTA — OCULTAÇÃO CONDICIONAL DOS PREÇOS
   ===================================================== */
.duee-consultation-price-field.is-hidden-by-consultation{
  display:none!important;
}
