/* Tour 360 — tema premium Kosong (layout-3) */

.property-tour360-webview,
.property-tour360-webview--embed {
  background: #0f172a;
  color: hsl(var(--fg-1, 36 17% 89%));
}

.property-tour360-webview .property-tour360__gallery-overlay {
  border-bottom: 1px solid hsl(0 0% 100% / 0.12);
  background: hsl(0 0% 0% / 0.55);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: 0 0.75em 2em hsl(0 0% 0% / 0.32);
  color: hsl(0 0% 100% / 0.92);
}

.property-tour360-webview .property-tour360__gallery-item {
  color: hsl(0 0% 100% / 0.9);
}

.property-tour360-webview .property-tour360__gallery-thumb {
  border-radius: calc(var(--radius-sm, 0.35rem));
  border: 2px solid hsl(0 0% 100% / 0.16);
  box-shadow: 0 0.35em 1em hsl(0 0% 0% / 0.28);
}

.property-tour360-webview .property-tour360__gallery-item.is-active .property-tour360__gallery-thumb,
.property-tour360-webview .property-tour360__gallery-item:hover .property-tour360__gallery-thumb {
  border-color: hsl(var(--fg-1, 36 17% 89%) / 0.95);
}

.property-tour360-webview .property-tour360__gallery-label {
  color: hsl(0 0% 100% / 0.78);
  letter-spacing: 0.04em;
}

/* Pannellum — controlos e loader alinhados ao tema escuro */
.pnlm-ui.pnlm-ui {
  color: hsl(0 0% 100% / 0.92);
}

.pnlm-zoom-in,
.pnlm-zoom-out,
.pnlm-fullscreen-toggle-button {
  background: hsl(0 0% 0% / 0.48) !important;
  border: 1px solid hsl(0 0% 100% / 0.22) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 0.35em 1em hsl(0 0% 0% / 0.28);
}

.pnlm-zoom-in:hover,
.pnlm-zoom-out:hover,
.pnlm-fullscreen-toggle-button:hover {
  background: hsl(0 0% 0% / 0.62) !important;
}

.pnlm-compass {
  background: hsl(0 0% 0% / 0.42) !important;
  border: 1px solid hsl(0 0% 100% / 0.18) !important;
}

.hi-tour360-branded-loader .pnlm-load-box {
  border: 1px solid hsl(0 0% 100% / 0.22);
  border-radius: calc(var(--radius, 0.75rem));
  background: hsl(0 0% 0% / 0.55);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 1rem 2.5rem hsl(0 0% 0% / 0.38);
}

.hi-tour360-branded-loader .pnlm-load-box::after {
  border-color: hsl(var(--fg-1, 36 17% 89%) / 0.18);
  border-top-color: hsl(var(--fg-1, 36 17% 89%) / 0.95);
}

.hi-tour360-branded-loader .pnlm-lbar {
  background: hsl(0 0% 100% / 0.12);
}

.hi-tour360-branded-loader .pnlm-lbar-fill {
  background: hsl(var(--fg-1, 36 17% 89%) / 0.92);
}

.hi-tour360-branded-loader .pnlm-lmsg {
  color: hsl(0 0% 100% / 0.55);
  letter-spacing: 0.1em;
}

.property-tour360__hotspot {
  filter: drop-shadow(0 0.35em 0.75em hsl(0 0% 0% / 0.45));
}

/* Ficha layout-3 — painel de ambientes (sobrescreve tema claro legacy em property-tour360.css) */
.tenant-public.layout-3 .layout3-property-tour .property-tour360__gallery-overlay--bottom {
  padding: 0.85rem 1rem 1rem;
  border-top: 1px solid hsl(0 0% 100% / 0.14);
  background: hsl(0 0% 0% / 0.58);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: 0 -0.75em 2em hsl(0 0% 0% / 0.35);
  color: hsl(0 0% 100% / 0.92);
}

.tenant-public.layout-3 .layout3-property-tour .property-tour360__gallery-item {
  color: hsl(0 0% 100% / 0.92);
}

.tenant-public.layout-3 .layout3-property-tour .property-tour360__gallery-label {
  color: hsl(0 0% 100% / 0.82);
}

.tenant-public.layout-3 .property-block.property-tour-360 {
  overflow: visible;
}
