.nfb-metric-widget {
  --nfb-metric-gap: 14px;
  position: relative;
  display: grid;
  gap: var(--nfb-metric-gap);
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(16, 36, 61, 0.08);
  background: linear-gradient(145deg, #fffaf2 0%, #f5fbff 100%);
  overflow: hidden;
  isolation: isolate;
}

.nfb-metric-widget::before,
.nfb-metric-widget::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  pointer-events: none;
  opacity: 0.7;
  z-index: -1;
}

.nfb-metric-widget::before {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  transform: translate(-26%, 28%);
  background: radial-gradient(circle, rgba(255,255,255,0.7), rgba(255,255,255,0));
}

.nfb-metric-line {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.66);
  border: 1px solid rgba(255,255,255,0.55);
  backdrop-filter: blur(10px);
}

.elementor-widget-nuevoflex-property-metrics.nfb-line-layout-column .nfb-metric-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.elementor-widget-nuevoflex-property-metrics.nfb-line-layout-row .nfb-metric-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.elementor-widget-nuevoflex-property-metrics.nfb-line-layout-row .nfb-metric-line-label,
.elementor-widget-nuevoflex-property-metrics.nfb-line-layout-row .nfb-metric-line-value {
  margin-top: 0;
  margin-bottom: 0;
}

.nfb-metric-line-label {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #5f6f84;
  text-transform: none;
}

.nfb-metric-line-value {
  display: block;
  color: #10243d;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.nfb-metric-widget.preset-1 {
  background: linear-gradient(135deg, #fff2db 0%, #f5fbff 100%);
}

.nfb-metric-widget.preset-1 .nfb-metric-line-value { color: #0f4c81; }

.nfb-metric-widget.preset-2 {
  background: linear-gradient(155deg, #10243d 0%, #183b61 100%);
}

.nfb-metric-widget.preset-2 .nfb-metric-line {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}

.nfb-metric-widget.preset-2 .nfb-metric-line-label { color: rgba(255,255,255,0.74); }
.nfb-metric-widget.preset-2 .nfb-metric-line-value { color: #fff4b3; }

.nfb-metric-widget.preset-3 {
  background: linear-gradient(140deg, #f7f2ff 0%, #fef7f1 100%);
}

.nfb-metric-widget.preset-3 .nfb-metric-line {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(93, 66, 140, 0.08);
}

.nfb-metric-widget.preset-3 .nfb-metric-line-value { color: #7a3cff; }

.nfb-metric-widget.preset-4 {
  background: linear-gradient(180deg, #e8fff4 0%, #f6fff9 100%);
}

.nfb-metric-widget.preset-4 .nfb-metric-line {
  border-left: 5px solid #16a34a;
}

.nfb-metric-widget.preset-4 .nfb-metric-line-value { color: #116530; }

.nfb-metric-widget.preset-5 {
  background: linear-gradient(135deg, #fff1f1 0%, #fff8ef 100%);
}

.nfb-metric-widget.preset-5 .nfb-metric-line {
  background: rgba(255,255,255,0.92);
}

.nfb-metric-widget.preset-5 .nfb-metric-line-value { color: #d14343; }

.nfb-metric-widget.preset-6 {
  background: linear-gradient(135deg, #f0fbff 0%, #f7f5ff 100%);
}

.nfb-metric-widget.preset-6 .nfb-metric-line {
  border-radius: 12px;
}

.nfb-metric-widget.preset-6 .nfb-metric-line-value { color: #0d7ea2; }

.nfb-metric-widget.preset-7 {
  background: linear-gradient(145deg, #161616 0%, #282828 100%);
}

.nfb-metric-widget.preset-7::before {
  background: radial-gradient(circle, rgba(255,184,77,0.28), rgba(255,184,77,0));
}

.nfb-metric-widget.preset-7 .nfb-metric-line {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.08);
}

.nfb-metric-widget.preset-7 .nfb-metric-line-label { color: rgba(255,255,255,0.72); }
.nfb-metric-widget.preset-7 .nfb-metric-line-value { color: #ffbf57; }

.nfb-metric-widget.preset-8 {
  background: linear-gradient(135deg, #ebf8ff 0%, #ffffff 52%, #effff6 100%);
}

.nfb-metric-widget.preset-8 .nfb-metric-line {
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.7));
}

.nfb-metric-widget.preset-8 .nfb-metric-line-value { color: #155eef; }

.nfb-metric-widget.preset-9 {
  background: linear-gradient(135deg, #fff9e8 0%, #fff3d8 100%);
}

.nfb-metric-widget.preset-9 .nfb-metric-line {
  border: 1px dashed rgba(145, 102, 26, 0.28);
  background: rgba(255, 251, 240, 0.84);
}

.nfb-metric-widget.preset-9 .nfb-metric-line-value { color: #9a6700; }

.nfb-metric-widget.preset-10 {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.9), rgba(255,255,255,0) 42%),
    linear-gradient(135deg, #0f766e 0%, #0b4a6f 100%);
}

.nfb-metric-widget.preset-10 .nfb-metric-line {
  background: rgba(8, 28, 39, 0.26);
  border-color: rgba(255,255,255,0.12);
}

.nfb-metric-widget.preset-10 .nfb-metric-line-label { color: rgba(226, 247, 255, 0.82); }
.nfb-metric-widget.preset-10 .nfb-metric-line-value { color: #d9fff0; }

.nfb-metric-widget-empty {
  padding: 18px;
  border-radius: 20px;
  background: #fff7f5;
  border: 1px solid #f0cfc6;
  color: #8b3a2f;
}

.nfb-inventory-widget {
  --nfb-inventory-bg: linear-gradient(145deg, #fffdf8 0%, #ffffff 100%);
  --nfb-inventory-shell: rgba(255, 241, 214, 0.75);
  --nfb-inventory-border: rgba(16, 36, 61, 0.08);
  --nfb-inventory-row-border: rgba(16, 36, 61, 0.12);
  --nfb-inventory-title: #10243d;
  --nfb-inventory-label: #6d7b88;
  --nfb-inventory-value: #10243d;
  position: relative;
  padding: clamp(26px, 3.5vw, 42px);
  border-radius: 38px;
  border: 1px solid var(--nfb-inventory-border);
  background: var(--nfb-inventory-bg);
  box-shadow: 0 28px 60px rgba(14, 35, 58, 0.12);
  overflow: hidden;
  isolation: isolate;
}

.nfb-inventory-widget::before {
  content: "";
  position: absolute;
  inset: -24% auto auto -10%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: var(--nfb-inventory-shell);
  filter: blur(24px);
  opacity: .85;
  z-index: -1;
}

.nfb-inventory-head {
  margin-bottom: 22px;
}

.nfb-inventory-title {
  margin: 0;
  color: var(--nfb-inventory-title);
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.nfb-inventory-list {
  display: grid;
  gap: 0;
}

.nfb-inventory-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--nfb-inventory-row-border);
}

.nfb-inventory-row.is-last {
  border-bottom: 0;
  padding-bottom: 0;
}

.nfb-inventory-label {
  margin: 0;
  color: var(--nfb-inventory-label);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.3;
}

.nfb-inventory-value {
  margin: 0;
  color: var(--nfb-inventory-value);
  font-size: clamp(34px, 4vw, 56px);
  line-height: .95;
  letter-spacing: -0.06em;
  text-align: right;
}

.nfb-inventory-widget .nfb-inventory-row.is-accent .nfb-inventory-label,
.nfb-inventory-widget .nfb-inventory-row.is-accent .nfb-inventory-value {
  font-weight: 700;
}

.nfb-inventory-widget.inventory-preset-1 {
  --nfb-inventory-bg: linear-gradient(180deg, #fffefb 0%, #fffdfa 100%);
  --nfb-inventory-shell: rgba(252, 214, 144, 0.72);
  --nfb-inventory-title: #0d2c5b;
  --nfb-inventory-label: #6f7b86;
  --nfb-inventory-value: #102b3a;
}

.nfb-inventory-widget.inventory-preset-2 {
  --nfb-inventory-bg: linear-gradient(155deg, #0b223a 0%, #133b63 100%);
  --nfb-inventory-shell: rgba(85, 186, 255, 0.22);
  --nfb-inventory-border: rgba(255,255,255,0.08);
  --nfb-inventory-row-border: rgba(255,255,255,0.16);
  --nfb-inventory-title: #ffffff;
  --nfb-inventory-label: rgba(230, 241, 252, 0.78);
  --nfb-inventory-value: #ffe9a8;
}

.nfb-inventory-widget.inventory-preset-3 {
  --nfb-inventory-bg: linear-gradient(145deg, #fff7ec 0%, #ffffff 52%, #eef7ff 100%);
  --nfb-inventory-shell: rgba(255, 178, 102, 0.28);
  --nfb-inventory-title: #8d3f0f;
  --nfb-inventory-label: #6f6b66;
  --nfb-inventory-value: #183c68;
  border-radius: 30px;
}

.nfb-inventory-widget.inventory-preset-4 {
  --nfb-inventory-bg: linear-gradient(180deg, #f6fff6 0%, #ecfff4 100%);
  --nfb-inventory-shell: rgba(77, 214, 142, 0.24);
  --nfb-inventory-title: #0e5b34;
  --nfb-inventory-label: #4d705c;
  --nfb-inventory-value: #0d4b2f;
}

.nfb-inventory-widget.inventory-preset-5 {
  --nfb-inventory-bg: linear-gradient(145deg, #fff1f4 0%, #fffdfd 100%);
  --nfb-inventory-shell: rgba(255, 129, 159, 0.24);
  --nfb-inventory-title: #8f1f42;
  --nfb-inventory-label: #7b6370;
  --nfb-inventory-value: #c62957;
}

.nfb-inventory-widget.inventory-preset-6 {
  --nfb-inventory-bg: linear-gradient(135deg, #f2fbff 0%, #f7f4ff 100%);
  --nfb-inventory-shell: rgba(60, 126, 255, 0.2);
  --nfb-inventory-title: #12468c;
  --nfb-inventory-label: #607086;
  --nfb-inventory-value: #1450c8;
  box-shadow: 0 18px 40px rgba(20, 80, 200, 0.12);
}

.nfb-inventory-widget.inventory-preset-7 {
  --nfb-inventory-bg: linear-gradient(160deg, #151515 0%, #252525 100%);
  --nfb-inventory-shell: rgba(255, 199, 97, 0.18);
  --nfb-inventory-border: rgba(255,255,255,0.08);
  --nfb-inventory-row-border: rgba(255,255,255,0.11);
  --nfb-inventory-title: #ffffff;
  --nfb-inventory-label: rgba(255,255,255,0.68);
  --nfb-inventory-value: #ffc76a;
}

.nfb-inventory-widget.inventory-preset-8 {
  --nfb-inventory-bg:
    radial-gradient(circle at top right, rgba(255,255,255,0.88), rgba(255,255,255,0) 36%),
    linear-gradient(135deg, #f8fff3 0%, #ffffff 48%, #f3fbff 100%);
  --nfb-inventory-shell: rgba(106, 227, 179, 0.24);
  --nfb-inventory-title: #0f5a57;
  --nfb-inventory-label: #60757b;
  --nfb-inventory-value: #0f7a72;
}

.nfb-inventory-widget.inventory-preset-9 {
  --nfb-inventory-bg: linear-gradient(155deg, #fff9e8 0%, #fff1c9 100%);
  --nfb-inventory-shell: rgba(255, 226, 135, 0.34);
  --nfb-inventory-title: #7d5300;
  --nfb-inventory-label: #73674f;
  --nfb-inventory-value: #9f5d00;
  border-radius: 22px;
}

.nfb-inventory-widget.inventory-preset-10 {
  --nfb-inventory-bg:
    radial-gradient(circle at top left, rgba(255,255,255,0.2), rgba(255,255,255,0) 34%),
    linear-gradient(135deg, #0e5d62 0%, #08385f 100%);
  --nfb-inventory-shell: rgba(112, 255, 221, 0.16);
  --nfb-inventory-border: rgba(255,255,255,0.08);
  --nfb-inventory-row-border: rgba(255,255,255,0.12);
  --nfb-inventory-title: #f4fffb;
  --nfb-inventory-label: rgba(228, 248, 255, 0.76);
  --nfb-inventory-value: #d8fff0;
}

.nfb-inventory-widget.inventory-preset-11 {
  --nfb-inventory-bg: linear-gradient(145deg, #fff6fb 0%, #f6f1ff 100%);
  --nfb-inventory-shell: rgba(183, 124, 255, 0.24);
  --nfb-inventory-title: #5d2ea5;
  --nfb-inventory-label: #6a6480;
  --nfb-inventory-value: #7b3ff2;
  box-shadow: 0 24px 54px rgba(123, 63, 242, 0.14);
}

.nfb-inventory-widget.inventory-preset-12 {
  --nfb-inventory-bg:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.92)),
    repeating-linear-gradient(135deg, rgba(15, 36, 61, 0.03) 0 12px, rgba(15, 36, 61, 0.06) 12px 24px);
  --nfb-inventory-shell: rgba(16, 36, 61, 0.1);
  --nfb-inventory-title: #10243d;
  --nfb-inventory-label: #4f6275;
  --nfb-inventory-value: #0d2d57;
  border-radius: 18px;
  border-width: 2px;
}

.nfb-inventory-widget-empty {
  padding: 18px;
  border-radius: 20px;
  background: #fff7f5;
  border: 1px solid #f0cfc6;
  color: #8b3a2f;
}

.nfb-fusion-grid-widget {
  --nfb-fusion-radius: 22px;
  --nfb-fusion-panel-bg: rgba(255,255,255,0.96);
  --nfb-fusion-panel-border: rgba(16,36,61,0.08);
  --nfb-fusion-panel-title: #10243d;
  --nfb-fusion-panel-copy: #66778a;
  --nfb-fusion-panel-accent: #6f4cff;
  --nfb-fusion-overlay-end: rgba(8, 22, 38, 0.28);
}

.nfb-fusion-grid-shell {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  min-height: 460px;
}

.nfb-fusion-grid-loading,
.nfb-fusion-grid-empty-copy,
.nfb-fusion-grid-empty {
  padding: 20px;
  border-radius: 18px;
  background: #f6f8fb;
  color: #526375;
}

.nfb-fusion-card {
  position: relative;
  min-height: 190px;
  border-radius: var(--nfb-fusion-radius);
  overflow: hidden;
  background: #edf2f7;
  box-shadow: 0 16px 38px rgba(15, 35, 58, 0.12);
}

.nfb-fusion-card-hit {
  position: absolute;
  inset: 0;
  z-index: 4;
  text-indent: -9999px;
}

.nfb-fusion-card.is-hero {
  grid-row: span 2;
  min-height: 392px;
}

.nfb-fusion-card.is-tall {
  min-height: 256px;
}

.nfb-fusion-card.is-wide {
  grid-column: span 2;
}

.nfb-fusion-card-media,
.nfb-fusion-card-media img,
.nfb-fusion-card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.nfb-fusion-card-media img {
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}

.nfb-fusion-card-placeholder {
  background: linear-gradient(135deg, #dfe7ef, #f5f8fb);
}

.nfb-fusion-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  background: linear-gradient(180deg, rgba(8, 22, 38, 0.08), var(--nfb-fusion-overlay-end));
  z-index: 2;
}

.nfb-fusion-card-chip {
  align-self: flex-end;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(46, 204, 113, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

.nfb-fusion-card-panel {
  align-self: stretch;
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: var(--nfb-fusion-panel-bg);
  border: 1px solid var(--nfb-fusion-panel-border);
  box-shadow: 0 10px 24px rgba(16,36,61,0.08);
  transform: translateY(calc(100% - 56px));
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}

.nfb-fusion-card.is-hero .nfb-fusion-card-panel {
  transform: translateY(calc(100% - 92px));
}

.nfb-fusion-card:hover .nfb-fusion-card-panel,
.nfb-fusion-card.is-active .nfb-fusion-card-panel {
  transform: translateY(0);
}

.nfb-fusion-card:hover img,
.nfb-fusion-card.is-active img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.nfb-fusion-grid-widget.nfb-fusion-hover-none .nfb-fusion-card:hover img,
.nfb-fusion-grid-widget.nfb-fusion-hover-none .nfb-fusion-card.is-active img {
  transform: none;
  filter: none;
}

.nfb-fusion-grid-widget.nfb-fusion-hover-zoom-strong .nfb-fusion-card:hover img,
.nfb-fusion-grid-widget.nfb-fusion-hover-zoom-strong .nfb-fusion-card.is-active img {
  transform: scale(1.1);
}

.nfb-fusion-grid-widget.nfb-fusion-hover-fade .nfb-fusion-card:hover img,
.nfb-fusion-grid-widget.nfb-fusion-hover-fade .nfb-fusion-card.is-active img {
  transform: none;
  filter: opacity(.58);
}

.nfb-fusion-grid-widget.nfb-fusion-hover-vivid .nfb-fusion-card:hover img,
.nfb-fusion-grid-widget.nfb-fusion-hover-vivid .nfb-fusion-card.is-active img {
  transform: scale(1.03);
  filter: saturate(1.35) contrast(1.04);
}

.nfb-fusion-grid-widget.nfb-fusion-hover-darken {
  --nfb-fusion-overlay-end: rgba(4, 12, 24, 0.56);
}

.nfb-fusion-card-panel h3 {
  margin: 0 0 6px;
  color: var(--nfb-fusion-panel-title);
  font-size: clamp(15px, 1.35vw, 22px);
  line-height: 1.15;
}

.nfb-fusion-card-location {
  margin: 0 0 10px;
  color: var(--nfb-fusion-panel-copy);
  font-size: 11px;
  line-height: 1.45;
}

.nfb-fusion-card-price {
  display: block;
  margin-bottom: 10px;
  color: var(--nfb-fusion-panel-accent);
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1;
}

.nfb-fusion-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  color: var(--nfb-fusion-panel-copy);
  font-size: 11px;
  font-weight: 600;
}

.nfb-fusion-card-specs span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nfb-fusion-card-specs svg {
  width: 14px;
  height: 14px;
  color: currentColor;
  flex: 0 0 14px;
}

.nfb-fusion-card-specs b,
.nfb-fusion-card-specs small {
  font: inherit;
}

.nfb-fusion-grid-widget.fusion-preset-2 {
  --nfb-fusion-panel-bg: rgba(11, 28, 49, 0.92);
  --nfb-fusion-panel-border: rgba(255,255,255,0.12);
  --nfb-fusion-panel-title: #ffffff;
  --nfb-fusion-panel-copy: rgba(235,243,252,0.72);
  --nfb-fusion-panel-accent: #9fe870;
}

.nfb-fusion-grid-widget.fusion-preset-3 {
  --nfb-fusion-panel-bg: rgba(255, 247, 237, 0.96);
  --nfb-fusion-panel-border: rgba(170, 98, 24, 0.12);
  --nfb-fusion-panel-title: #7a3f0f;
  --nfb-fusion-panel-copy: #7d6a58;
  --nfb-fusion-panel-accent: #db5b12;
}

.nfb-fusion-grid-widget.fusion-preset-4 {
  --nfb-fusion-panel-bg: rgba(241, 255, 248, 0.96);
  --nfb-fusion-panel-border: rgba(22, 101, 52, 0.12);
  --nfb-fusion-panel-title: #14532d;
  --nfb-fusion-panel-copy: #567363;
  --nfb-fusion-panel-accent: #16a34a;
}

.nfb-fusion-grid-widget.fusion-preset-5 {
  --nfb-fusion-panel-bg: rgba(255, 242, 246, 0.96);
  --nfb-fusion-panel-border: rgba(190, 24, 93, 0.12);
  --nfb-fusion-panel-title: #831843;
  --nfb-fusion-panel-copy: #7b6471;
  --nfb-fusion-panel-accent: #db2777;
}

.nfb-fusion-grid-widget.fusion-preset-6 {
  --nfb-fusion-panel-bg: rgba(238, 251, 255, 0.96);
  --nfb-fusion-panel-border: rgba(8, 145, 178, 0.12);
  --nfb-fusion-panel-title: #164e63;
  --nfb-fusion-panel-copy: #61727d;
  --nfb-fusion-panel-accent: #0891b2;
}

@media (max-width: 1024px) {
  .nfb-fusion-grid-shell {
    grid-template-columns: 1.4fr 1fr;
  }

  .nfb-fusion-card.is-wide {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .nfb-fusion-grid-shell {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 10px;
  }

  .nfb-fusion-card,
  .nfb-fusion-card.is-hero,
  .nfb-fusion-card.is-tall {
    min-height: 220px;
    grid-row: auto;
  }

  .nfb-fusion-card-overlay {
    padding: 8px;
    justify-content: space-between;
  }

  .nfb-fusion-card-chip {
    padding: 5px 7px;
    font-size: 9px;
  }

  .nfb-fusion-card-panel,
  .nfb-fusion-card.is-hero .nfb-fusion-card-panel {
    width: min(74%, 280px);
    padding: 8px 9px 8px;
    border-radius: 12px;
    transform: translateY(calc(100% - 64px));
  }

  .nfb-fusion-card:hover .nfb-fusion-card-panel,
  .nfb-fusion-card.is-active .nfb-fusion-card-panel {
    transform: translateY(calc(100% - 64px));
  }

  .nfb-fusion-card-panel h3 {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.12;
  }

  .nfb-fusion-card-location {
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 1.22;
  }

  .nfb-fusion-card-price {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .nfb-fusion-card-specs {
    gap: 4px 6px;
    font-size: 9px;
  }

  .nfb-fusion-card-specs span {
    gap: 4px;
  }

  .nfb-fusion-card-specs svg {
    width: 11px;
    height: 11px;
    flex-basis: 11px;
  }

}

@media (max-width: 767px) {
  .nfb-inventory-widget {
    border-radius: 24px;
    padding: 24px 20px;
  }

  .nfb-inventory-row {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .nfb-inventory-value {
    text-align: left;
  }
}

.nfb-destination-carousel {
  --nfb-dest-radius: 28px;
  --nfb-dest-shell-bg: transparent;
  --nfb-dest-kicker-color: #d45d12;
  --nfb-dest-heading-color: #10243d;
  --nfb-dest-card-bg: #ffffff;
  --nfb-dest-card-border: rgba(15, 23, 42, 0.08);
  --nfb-dest-card-shadow: 0 18px 40px rgba(6, 16, 30, 0.22);
  --nfb-dest-card-title-color: #111827;
  --nfb-dest-pill-bg: #eef3f7;
  --nfb-dest-pill-color: #334155;
  --nfb-dest-breakdown-color: #64748b;
  --nfb-dest-cta-bg: #0f172a;
  --nfb-dest-cta-color: #ffffff;
  display: block;
  width: 100%;
  padding: 56px 24px;
  border-radius: 28px;
  background: var(--nfb-dest-shell-bg);
  overflow: hidden;
}

.nfb-destination-head {
  margin-bottom: 26px;
  text-align: center;
}

.nfb-destination-head-kicker {
  margin: 0 0 8px;
  color: var(--nfb-dest-kicker-color);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

.nfb-destination-head h2 {
  margin: 0;
  color: var(--nfb-dest-heading-color);
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.04;
}

.nfb-destination-viewport {
  display: block;
  width: 100%;
  padding: 22px 0;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.nfb-destination-viewport.is-dragging {
  cursor: grabbing;
}

.nfb-destination-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 18px;
  will-change: transform;
}

.nfb-destination-card {
  display: block;
  flex: 0 0 min(280px, 78vw);
  min-width: min(280px, 78vw);
  position: relative;
  padding: 12px;
  border-radius: var(--nfb-dest-radius);
  border: 1px solid var(--nfb-dest-card-border);
  background: var(--nfb-dest-card-bg);
  box-shadow: var(--nfb-dest-card-shadow);
  transition: transform .35s ease, box-shadow .35s ease;
}

.nfb-destination-card.is-active {
  transform: translateY(-6px) scale(1.02);
}

.nfb-destination-shadow-none {
  --nfb-dest-card-shadow: none;
}

.nfb-destination-shadow-soft {
  --nfb-dest-card-shadow: 0 18px 40px rgba(6, 16, 30, 0.22);
}

.nfb-destination-shadow-deep {
  --nfb-dest-card-shadow: 0 26px 60px rgba(6, 16, 30, 0.28);
}

.nfb-destination-shadow-dramatic {
  --nfb-dest-card-shadow: 0 32px 78px rgba(6, 16, 30, 0.34);
}

.nfb-destination-shadow-glow {
  --nfb-dest-card-shadow: 0 24px 58px rgba(255, 122, 47, 0.26);
}

.nfb-destination-card-hit {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  pointer-events: auto;
  cursor: pointer;
  text-indent: -9999px;
}

.nfb-destination-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: calc(var(--nfb-dest-radius) - 10px);
}

.nfb-destination-card-media img,
.nfb-destination-card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.nfb-destination-card-media img {
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.nfb-destination-card-placeholder {
  background: linear-gradient(135deg, #d7e0ea, #f5f8fb);
}

.nfb-destination-card-body {
  display: block;
  padding: 14px 6px 6px;
  text-align: center;
}

.nfb-destination-card-title {
  margin: 0 0 10px;
  color: var(--nfb-dest-card-title-color);
  font-size: 28px;
  line-height: 1.05;
}

.nfb-destination-count-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--nfb-dest-pill-bg);
  color: var(--nfb-dest-pill-color);
  font-size: 14px;
  font-weight: 600;
}

.nfb-destination-card-breakdown {
  min-height: 34px;
  margin: 10px 0 0;
  color: var(--nfb-dest-breakdown-color);
  font-size: 12px;
  line-height: 1.35;
}

.nfb-destination-card-cta {
  display: inline-flex;
  margin-top: 12px;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--nfb-dest-cta-bg);
  color: var(--nfb-dest-cta-color);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
}

.nfb-destination-card.is-active .nfb-destination-card-cta,
.nfb-destination-card:hover .nfb-destination-card-cta {
  opacity: 1;
  transform: translateY(0);
}

.nfb-destination-hover-lift .nfb-destination-card:hover {
  transform: translateY(-6px);
}

.nfb-destination-hover-zoom .nfb-destination-card:hover img {
  transform: scale(1.08);
}

.nfb-destination-hover-glow .nfb-destination-card:hover {
  box-shadow: 0 22px 50px rgba(255, 122, 47, 0.24);
}

.nfb-destination-carousel.dest-preset-1 {}

.nfb-destination-carousel.dest-preset-2 {
  --nfb-dest-shell-bg: linear-gradient(180deg, #0d2237 0%, #0b1d30 100%);
  --nfb-dest-kicker-color: #ff7a2f;
  --nfb-dest-heading-color: #ffffff;
  --nfb-dest-card-bg: rgba(255, 255, 255, 0.08);
  --nfb-dest-card-border: rgba(255, 255, 255, 0.14);
  --nfb-dest-card-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
  --nfb-dest-card-title-color: #ffffff;
  --nfb-dest-pill-bg: rgba(255, 255, 255, 0.1);
  --nfb-dest-pill-color: #edf6ff;
  --nfb-dest-breakdown-color: #d4deea;
  --nfb-dest-cta-bg: #ff7a2f;
  --nfb-dest-cta-color: #ffffff;
}

.nfb-destination-carousel.dest-preset-3 {
  --nfb-dest-shell-bg: linear-gradient(145deg, #fff6ea 0%, #ffffff 100%);
  --nfb-dest-kicker-color: #9a4c18;
  --nfb-dest-card-bg: #fffdf8;
  --nfb-dest-card-border: rgba(154, 76, 24, 0.12);
  --nfb-dest-card-shadow: 0 20px 42px rgba(180, 111, 49, 0.16);
  --nfb-dest-pill-bg: #fff0da;
  --nfb-dest-pill-color: #7a4316;
  --nfb-dest-cta-bg: #9a4c18;
}

.nfb-destination-carousel.dest-preset-4 {
  --nfb-dest-shell-bg: linear-gradient(145deg, #f2f8ff 0%, #ffffff 100%);
  --nfb-dest-kicker-color: #155e75;
  --nfb-dest-card-bg: #fdfefe;
  --nfb-dest-card-border: rgba(21, 94, 117, 0.14);
  --nfb-dest-card-shadow: 0 18px 40px rgba(31, 78, 121, 0.12);
  --nfb-dest-pill-bg: #e6f7ff;
  --nfb-dest-pill-color: #155e75;
  --nfb-dest-cta-bg: #155e75;
}

.nfb-destination-carousel.dest-preset-5 {
  --nfb-dest-shell-bg: linear-gradient(145deg, #fff1f5 0%, #ffffff 100%);
  --nfb-dest-kicker-color: #be185d;
  --nfb-dest-card-bg: #fffafc;
  --nfb-dest-card-border: rgba(190, 24, 93, 0.12);
  --nfb-dest-card-shadow: 0 18px 38px rgba(190, 24, 93, 0.12);
  --nfb-dest-pill-bg: #ffe4ef;
  --nfb-dest-pill-color: #9d174d;
  --nfb-dest-cta-bg: #be185d;
}

.nfb-destination-carousel.dest-preset-6 {
  --nfb-dest-shell-bg: linear-gradient(145deg, #f3fff7 0%, #ffffff 100%);
  --nfb-dest-kicker-color: #1f7a52;
  --nfb-dest-card-bg: #fbfffc;
  --nfb-dest-card-border: rgba(31, 122, 82, 0.12);
  --nfb-dest-card-shadow: 0 18px 40px rgba(31, 122, 82, 0.12);
  --nfb-dest-pill-bg: #e3f8ec;
  --nfb-dest-pill-color: #175b3d;
  --nfb-dest-cta-bg: #1f7a52;
}

.nfb-destination-carousel.dest-preset-7 {
  --nfb-dest-shell-bg: linear-gradient(145deg, #1b1b1b 0%, #2b2b2b 100%);
  --nfb-dest-kicker-color: #ffd166;
  --nfb-dest-heading-color: #ffffff;
  --nfb-dest-card-bg: rgba(255, 255, 255, 0.06);
  --nfb-dest-card-border: rgba(255, 255, 255, 0.1);
  --nfb-dest-card-shadow: 0 24px 50px rgba(0, 0, 0, 0.34);
  --nfb-dest-card-title-color: #ffffff;
  --nfb-dest-pill-bg: rgba(255, 255, 255, 0.08);
  --nfb-dest-pill-color: #f6ecd1;
  --nfb-dest-breakdown-color: #d6d0bf;
  --nfb-dest-cta-bg: #ffd166;
  --nfb-dest-cta-color: #1b1b1b;
}

.nfb-destination-carousel.dest-preset-8 {
  --nfb-dest-shell-bg:
    radial-gradient(circle at top right, rgba(255,255,255,0.72), rgba(255,255,255,0) 36%),
    linear-gradient(145deg, #e8f7ff 0%, #f7fff7 100%);
  --nfb-dest-kicker-color: #0f766e;
  --nfb-dest-card-bg: rgba(255, 255, 255, 0.88);
  --nfb-dest-card-border: rgba(15, 118, 110, 0.08);
  --nfb-dest-card-shadow: 0 18px 38px rgba(37, 99, 135, 0.12);
  --nfb-dest-pill-bg: #dff7f3;
  --nfb-dest-pill-color: #0f766e;
  --nfb-dest-cta-bg: linear-gradient(90deg, #0f766e, #2563eb);
}

.nfb-destination-carousel.dest-preset-9 {
  --nfb-dest-shell-bg:
    repeating-linear-gradient(135deg, rgba(16,36,61,0.03) 0 12px, rgba(16,36,61,0.06) 12px 24px),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.96));
  --nfb-dest-kicker-color: #3f4b5f;
  --nfb-dest-card-bg: #ffffff;
  --nfb-dest-card-border: rgba(63, 75, 95, 0.12);
  --nfb-dest-card-shadow: 0 10px 22px rgba(16, 36, 61, 0.08);
  --nfb-dest-pill-bg: #f1f5f9;
  --nfb-dest-pill-color: #475569;
  --nfb-dest-cta-bg: #10243d;
}

.nfb-destination-carousel.dest-preset-10 {
  --nfb-dest-shell-bg: linear-gradient(180deg, #0f766e 0%, #0b4a6f 100%);
  --nfb-dest-kicker-color: #ffd89b;
  --nfb-dest-heading-color: #f1fffd;
  --nfb-dest-card-bg: rgba(255, 255, 255, 0.12);
  --nfb-dest-card-border: rgba(255, 255, 255, 0.14);
  --nfb-dest-card-shadow: 0 24px 46px rgba(4, 40, 60, 0.28);
  --nfb-dest-card-title-color: #ffffff;
  --nfb-dest-pill-bg: rgba(255, 255, 255, 0.12);
  --nfb-dest-pill-color: #effffb;
  --nfb-dest-breakdown-color: #d8eeef;
  --nfb-dest-cta-bg: #ffffff;
  --nfb-dest-cta-color: #0f766e;
}

.nfb-destination-carousel.dest-preset-11 {
  --nfb-dest-shell-bg: linear-gradient(145deg, #f7f1ff 0%, #fff8f3 100%);
  --nfb-dest-kicker-color: #7c3aed;
  --nfb-dest-card-bg: #fffefe;
  --nfb-dest-card-border: rgba(124, 58, 237, 0.12);
  --nfb-dest-card-shadow: 0 18px 40px rgba(124, 58, 237, 0.11);
  --nfb-dest-pill-bg: #f0e8ff;
  --nfb-dest-pill-color: #6d28d9;
  --nfb-dest-cta-bg: #7c3aed;
}

.nfb-destination-carousel.dest-preset-12 {
  --nfb-dest-shell-bg:
    radial-gradient(circle at top center, rgba(255,255,255,0.06), transparent 30%),
    linear-gradient(180deg, #0d2237 0%, #0b1d30 100%);
  --nfb-dest-kicker-color: #ff7a2f;
  --nfb-dest-heading-color: #ffffff;
  --nfb-dest-card-bg: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
  --nfb-dest-card-border: rgba(255, 255, 255, 0.14);
  --nfb-dest-card-shadow: 0 26px 52px rgba(0, 0, 0, 0.34);
  --nfb-dest-card-title-color: #ffffff;
  --nfb-dest-pill-bg: rgba(255, 255, 255, 0.1);
  --nfb-dest-pill-color: #f4f8fb;
  --nfb-dest-breakdown-color: #d5deea;
  --nfb-dest-cta-bg: #ff7a2f;
  --nfb-dest-cta-color: #ffffff;
}

@media (max-width: 767px) {
  .nfb-destination-carousel {
    padding: 40px 16px;
    border-radius: 20px;
  }

  .nfb-destination-viewport {
    padding: 18px 0;
  }

  .nfb-destination-track {
    gap: 12px;
  }

  .nfb-destination-card {
    flex-basis: min(224px, 72vw);
    padding: 10px;
  }

  .nfb-destination-card-title {
    font-size: 22px;
  }

  .nfb-destination-count-pill {
    font-size: 12px;
  }
}

.nfb-token-manager-widget {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(16, 36, 61, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255, 226, 173, 0.48), transparent 34%),
    linear-gradient(145deg, #fff9ef 0%, #f3f9ff 100%);
  box-shadow: 0 18px 42px rgba(15, 42, 74, 0.08);
}

.nfb-token-manager-head {
  margin-bottom: 18px;
}

.nfb-token-manager-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a5c2b;
}

.nfb-token-manager-head h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  color: #10243d;
}

.nfb-token-manager-head p {
  margin: 8px 0 0;
  color: #5f6f84;
}

.nfb-token-manager-loading,
.nfb-token-manager-error,
.nfb-token-manager-locked {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(16, 36, 61, 0.08);
  color: #42556d;
}

.nfb-token-manager-flash {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #eaf8ef;
  border: 1px solid #9fd4ae;
  color: #1d6c38;
  font-weight: 700;
}

.nfb-token-toolbar,
.nfb-token-actions {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.nfb-token-toolbar label,
.nfb-token-grid label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #5f6f84;
  font-size: 13px;
  font-weight: 700;
}

.nfb-token-toolbar label {
  flex: 1 1 320px;
}

.nfb-token-toolbar-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nfb-token-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nfb-token-grid-full {
  grid-column: 1 / -1;
}

.nfb-token-manager-widget input,
.nfb-token-manager-widget select,
.nfb-token-manager-widget textarea,
.nfb-token-manager-widget button {
  width: 100%;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid rgba(16, 36, 61, 0.12);
  padding: 11px 13px;
  font-size: 14px;
}

.nfb-token-manager-widget select[multiple] {
  min-height: 128px;
}

.nfb-token-manager-widget textarea {
  min-height: 110px;
  resize: vertical;
}

.nfb-token-primary,
.nfb-token-secondary,
.nfb-token-danger {
  width: auto;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}

.nfb-token-primary {
  background: #10243d;
  color: #fff;
}

.nfb-token-secondary {
  background: #eef4ff;
  color: #17345a;
}

.nfb-token-danger {
  background: #b42318;
  color: #fff;
}

.nfb-token-list {
  margin-top: 18px;
}

.nfb-token-list h4 {
  margin: 0 0 12px;
  font-size: 16px;
  color: #10243d;
}

.nfb-token-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nfb-token-card {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(16, 36, 61, 0.09);
  background: rgba(255,255,255,0.72);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.nfb-token-card:hover,
.nfb-token-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(16, 36, 61, 0.2);
  box-shadow: 0 12px 28px rgba(15, 42, 74, 0.1);
}

.nfb-token-card strong,
.nfb-token-card small,
.nfb-token-card p {
  display: block;
}

.nfb-token-card small {
  margin-top: 3px;
  color: #8a5c2b;
}

.nfb-token-card p {
  margin: 8px 0 0;
  color: #5f6f84;
  font-size: 13px;
  line-height: 1.45;
}

.nfb-token-selector-widget {
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(16, 36, 61, 0.08);
  background: linear-gradient(145deg, #fffdf8 0%, #f2f8ff 100%);
  box-shadow: 0 14px 34px rgba(15, 42, 74, 0.08);
}

.nfb-token-selector-head {
  margin-bottom: 14px;
}

.nfb-token-selector-kicker {
  margin: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a5c2b;
}

.nfb-token-selector-head h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
  color: #10243d;
}

.nfb-token-selector-ui label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #5f6f84;
  font-size: 13px;
  font-weight: 700;
}

.nfb-token-selector-ui select {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(16, 36, 61, 0.12);
  padding: 12px 14px;
  background: #fff;
  color: #10243d;
}

.nfb-token-selector-status {
  margin-top: 12px;
  color: #8b3a2f;
  font-size: 14px;
}

.nfb-token-selector-results {
  margin-top: 18px;
}

.elementor-widget-nuevoflex-property-search,
.elementor-widget-nuevoflex-property-search .elementor-widget-container {
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

.nfb-search-widget {
  --nfb-search-gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 16px;
  max-width: 1180px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(16, 36, 61, 0.08);
  background: linear-gradient(145deg, #fff8ef 0%, #f4f9ff 100%);
  box-shadow: 0 18px 42px rgba(15, 42, 74, 0.08);
  overflow: visible;
  opacity: 1;
}

.nfb-search-widget h1,
.nfb-search-widget h2,
.nfb-search-widget h3,
.nfb-search-widget p,
.nfb-search-widget span,
.nfb-search-widget input,
.nfb-search-widget select,
.nfb-search-widget button,
.nfb-search-widget a {
  font-family: "Space Grotesk", sans-serif;
}

.nfb-search-widget p,
.nfb-search-widget .nfb-search-result-meta,
.nfb-search-widget .nfb-search-status {
  font-size: 16px;
}

.nfb-search-widget.is-visible {
  opacity: 1;
}

.nfb-search-toggle {
  display: flex;
  align-items: center;
}

.nfb-search-toggle-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 14px 18px;
  border: 1px solid rgba(16, 36, 61, 0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
  color: #10243d;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.nfb-search-toggle-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(15, 42, 74, 0.12);
}

.nfb-search-toggle-copy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.nfb-search-toggle-text {
  font-size: 14px;
  font-weight: 700;
}

.nfb-search-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  transition: transform .26s ease;
}

.nfb-search-panel {
  display: grid;
  gap: 16px;
}

.nfb-search-collapsible .nfb-search-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .42s ease, opacity .32s ease, transform .32s ease;
  transform: translateY(-10px);
}

.nfb-search-collapsible.is-open .nfb-search-panel {
  max-height: 2400px;
  opacity: 1;
  transform: translateY(0);
}

.nfb-search-collapsible.is-open .nfb-search-toggle-icon {
  transform: rotate(180deg);
}

.nfb-search-mode-accordion {
  gap: 14px;
}

.nfb-search-mode-accordion .nfb-search-toggle-button {
  width: 100%;
}

.nfb-search-mode-dropdown .nfb-search-toggle {
  justify-content: flex-end;
}

.nfb-search-mode-dropdown .nfb-search-toggle-button {
  border-radius: 999px;
  min-width: 220px;
}

.nfb-search-mode-toggle .nfb-search-toggle-button {
  border-radius: 999px;
  background: rgba(16, 36, 61, 0.08);
}

.nfb-search-mode-toggle.is-open .nfb-search-toggle-button {
  background: rgba(16, 36, 61, 0.14);
}

.nfb-search-head {
  display: grid;
  gap: 8px;
}

.nfb-search-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a5c2b;
}

.nfb-search-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 0.98;
  color: #10243d;
}

.nfb-search-subtitle {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #5f6f84;
}

.nfb-search-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--nfb-search-gap);
}

.nfb-search-field-full {
  grid-column: 1 / -1;
}

.nfb-search-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.nfb-search-field span {
  font-size: 12px;
  font-weight: 700;
  color: #38506d;
}

.nfb-search-field select,
.nfb-search-field input {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border-radius: 18px;
  border: 1px solid rgba(16, 36, 61, 0.12);
  background: rgba(255,255,255,0.92);
  color: #10243d;
  box-sizing: border-box;
}

.nfb-search-field-smart {
  gap: 10px;
}

.nfb-search-smart-box {
  position: relative;
}

.nfb-search-query {
  padding-right: 44px;
}

.nfb-search-smart-help {
  font-size: 12px;
  line-height: 1.45;
  color: #6b7c91;
}

.nfb-search-smart-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  gap: 6px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(16, 36, 61, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 34px rgba(15, 42, 74, 0.16);
  backdrop-filter: blur(14px);
}

.nfb-search-smart-option {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: rgba(16, 36, 61, 0.04);
  color: #10243d;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.nfb-search-smart-option strong {
  font-size: 14px;
  font-weight: 700;
}

.nfb-search-smart-option span {
  font-size: 12px;
  color: #5f6f84;
}

.nfb-search-smart-option.is-active,
.nfb-search-smart-option:hover {
  transform: translateY(-1px);
  background: rgba(16, 36, 61, 0.09);
  box-shadow: 0 10px 20px rgba(15, 42, 74, 0.08);
}

.nfb-search-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-start;
}

.nfb-search-submit {
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 0;
  background: #10243d;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.nfb-search-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(15, 42, 74, 0.18);
  filter: brightness(1.04);
}

.nfb-search-status {
  margin: 0;
  min-height: 20px;
  color: #8b3a2f;
  font-size: 16px;
}

.nfb-search-results-shell {
  display: grid;
  gap: 18px;
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(16px);
  transition: max-height .42s ease, opacity .34s ease, transform .34s ease, margin-top .34s ease;
}

.nfb-search-results-shell.is-empty-state,
.nfb-search-results-shell.is-loading-state {
  min-height: clamp(420px, 60vh, 680px);
  overflow: hidden;
  border-radius: 24px;
}

.nfb-search-results-shell.is-visible {
  max-height: 12000px;
  opacity: 1;
  overflow: visible;
  transform: translateY(0);
}

.nfb-search-results-head {
  display: grid;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(16, 36, 61, 0.08);
}

.nfb-search-results-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.nfb-search-view-toggle {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nfb-search-view-btn,
.nfb-search-pagination button {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 36, 61, 0.12);
  background: rgba(255,255,255,0.86);
  color: #10243d;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.nfb-search-view-btn.is-active,
.nfb-search-pagination button[data-active="1"] {
  background: #10243d;
  color: #fff;
}

.nfb-search-sort-wrap {
  display: grid;
  gap: 8px;
}

.nfb-search-sort-wrap span {
  font-size: 12px;
  font-weight: 700;
  color: #38506d;
}

.nfb-search-sort {
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(16, 36, 61, 0.12);
  background: rgba(255,255,255,0.92);
  color: #10243d;
}

.nfb-search-results-title {
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.02;
  color: #10243d;
}

.nfb-search-results-copy {
  margin: 0;
  color: #5f6f84;
}

.nfb-search-results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nfb-search-results-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.nfb-search-results-list-pane {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.nfb-search-results-map-pane {
  display: none;
  min-width: 0;
  align-self: stretch;
}

.nfb-search-map-hint {
  margin: 0 0 10px;
  font-size: 14px;
  color: #5f6f84;
}

.nfb-search-map-canvas {
  width: 100%;
  height: clamp(520px, calc(100vh - 48px), 960px);
  min-height: 520px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #edf4ff, #f8fbff);
  border: 1px solid rgba(16, 36, 61, 0.08);
}

.nfb-search-results-shell.is-dual-view .nfb-search-results-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.nfb-search-results-shell.is-dual-view .nfb-search-results-map-pane {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  position: sticky;
  top: 16px;
  height: fit-content;
}

.nfb-search-results-shell.is-dual-view .nfb-search-results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nfb-search-results-shell.is-list-view .nfb-search-results-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nfb-search-results-shell.is-loading-state .nfb-search-results-layout {
  opacity: .16;
  filter: blur(3px) saturate(.72);
  pointer-events: none;
}

.nfb-search-loading-overlay,
.nfb-search-empty-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  z-index: 50;
}

.nfb-search-loading-overlay[hidden],
.nfb-search-empty-overlay[hidden] {
  display: none !important;
}

.nfb-search-loading-popup,
.nfb-search-empty-popup {
  width: min(560px, 100%);
  max-height: calc(100% - 24px);
  border-radius: 24px;
  padding: 24px;
  text-align: center;
  overflow: auto;
}

.nfb-search-loading-popup {
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(232, 241, 250, .96));
  color: #0f4c5c;
  box-shadow: 0 24px 60px rgba(10, 26, 48, .18);
  border: 1px solid rgba(15, 76, 92, .14);
  animation: nfbSearchLoadingZoom 1.2s ease-in-out infinite;
}

.nfb-search-loading-phase {
  display: block;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.nfb-search-loading-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(15, 76, 92, .86);
}

.nfb-search-results-shell.is-empty-state .nfb-search-results-layout {
  opacity: .18;
  filter: blur(2px) saturate(.8);
  pointer-events: none;
}

.nfb-search-empty-popup {
  background: linear-gradient(135deg, rgba(0, 35, 82, .96), rgba(242, 95, 92, .94));
  color: #fff;
  box-shadow: 0 24px 60px rgba(10, 26, 48, .28);
  border: 1px solid rgba(255, 255, 255, .16);
}

.nfb-search-empty-popup strong {
  display: block;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.nfb-search-empty-popup p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .92);
}

.nfb-search-empty-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.nfb-search-empty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.nfb-search-empty-btn:hover {
  transform: translateY(-2px);
}

.nfb-search-empty-btn-search {
  background: rgba(255,255,255,.16);
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 14px 28px rgba(0, 35, 82, .18);
}

.nfb-search-empty-btn-whatsapp {
  background: #25d366;
  color: #073a1d;
  box-shadow: 0 14px 28px rgba(37, 211, 102, .25);
}

.nfb-search-empty-btn-phone {
  background: #fff;
  color: #0f4c5c;
  box-shadow: 0 14px 28px rgba(255, 255, 255, .18);
}

.nfb-search-empty-note {
  font-size: 13px;
  color: rgba(255, 255, 255, .82);
}

.nfb-search-map-dialog {
  display: grid;
  gap: 12px;
  width: min(290px, calc(100vw - 112px));
  padding: 10px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.96) 100%);
  box-shadow: 0 18px 32px rgba(15, 42, 74, 0.12);
  transition: background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.gm-style [role="dialog"]:hover .nfb-search-map-dialog,
.nfb-search-map-dialog:hover {
  transform: translateY(-2px);
  background: linear-gradient(145deg, #10243d 0%, #e8455f 54%, #ff9f68 100%);
  box-shadow: 0 22px 38px rgba(16, 36, 61, 0.24);
}

.nfb-search-map-dialog-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.6;
  max-height: 168px;
  overflow: hidden;
  border-radius: 14px;
}

.nfb-search-map-dialog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nfb-search-map-dialog strong,
.nfb-search-map-dialog p {
  margin: 0;
}

.nfb-search-map-dialog-body {
  display: grid;
  gap: 8px;
}

.nfb-search-map-dialog strong {
  font-size: 16px;
  line-height: 1.18;
  color: #10243d;
}

.nfb-search-map-dialog-location {
  font-size: 13px;
  line-height: 1.35;
  color: #5f6f84;
}

.nfb-search-map-dialog-price {
  font-size: 17px;
  font-weight: 700;
  color: #10243d;
}

.nfb-search-map-dialog-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(232, 69, 95, 0.12);
  color: #c53353;
  text-decoration: none;
  font-weight: 700;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}

.nfb-search-map-dialog-link:hover {
  transform: translateY(-1px);
}

.gm-style [role="dialog"]:hover .nfb-search-map-dialog strong,
.gm-style [role="dialog"]:hover .nfb-search-map-dialog p,
.gm-style [role="dialog"]:hover .nfb-search-map-dialog span,
.gm-style [role="dialog"]:hover .nfb-search-map-dialog a,
.nfb-search-map-dialog:hover strong,
.nfb-search-map-dialog:hover p,
.nfb-search-map-dialog:hover span,
.nfb-search-map-dialog:hover a {
  color: #fff4ef;
}

.gm-style [role="dialog"]:hover .nfb-search-map-dialog-link,
.nfb-search-map-dialog:hover .nfb-search-map-dialog-link {
  background: rgba(255, 255, 255, 0.16);
}

.nfb-search-result-specs,
.nfb-search-map-dialog-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nfb-search-result-specs-item,
.nfb-search-map-dialog-specs-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(16, 36, 61, 0.06);
  color: #10243d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.nfb-search-result-specs-icon,
.nfb-search-map-dialog-specs-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: currentColor;
}

.nfb-search-result-specs-icon svg,
.nfb-search-map-dialog-specs-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.gm-style [role="dialog"]:hover .nfb-search-map-dialog-specs-item,
.nfb-search-map-dialog:hover .nfb-search-map-dialog-specs-item {
  background: rgba(255, 255, 255, 0.14);
  color: #fff4ef;
}

.nfb-search-result-card,
.nfb-search-empty {
  border: 1px solid rgba(16, 36, 61, 0.08);
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(15, 42, 74, 0.08);
}

.nfb-search-result-card {
  display: grid;
  min-height: 100%;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.nfb-search-result-card.is-map-focused {
  border-color: rgba(21, 94, 239, 0.4);
  box-shadow: 0 24px 44px rgba(21, 94, 239, 0.18);
}

.nfb-search-result-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 36, 61, 0.18);
  background: rgba(255,255,255,0.98);
  box-shadow: 0 22px 38px rgba(15, 42, 74, 0.16);
}

.nfb-search-result-media-wrap {
  position: relative;
}

.nfb-search-media-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 3;
}

.nfb-search-media-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 18px rgba(15, 42, 74, 0.16);
}

.nfb-search-media-badge-new {
  background: rgba(22, 163, 74, 0.9);
  color: #f0fff4;
}

.nfb-search-media-badge-open-house {
  background: rgba(37, 99, 235, 0.9);
  color: #eff6ff;
}

.nfb-search-media-badge-reduced {
  background: rgba(220, 38, 38, 0.92);
  color: #fff1f2;
}

.nfb-search-media-badge-type {
  background: rgba(15, 36, 61, 0.82);
  color: #fff;
}

.nfb-search-result-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #edf4ff, #f8fbff);
  overflow: hidden;
}

.nfb-search-result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .34s ease, opacity .34s ease;
}

.nfb-search-result-media img.is-slide-left {
  animation: nfbSearchSlideLeft .34s ease;
}

.nfb-search-result-media img.is-slide-right {
  animation: nfbSearchSlideRight .34s ease;
}

.nfb-search-result-media-empty {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #eaf2ff 0%, #f4f9ff 100%);
}

.nfb-search-media-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 36, 61, 0.72);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.nfb-search-media-prev {
  left: 12px;
}

.nfb-search-media-next {
  right: 12px;
}

.nfb-search-media-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(16, 36, 61, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.nfb-search-result-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.nfb-search-result-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.05;
  color: #10243d;
}

.nfb-search-result-body p {
  margin: 0;
  color: #5f6f84;
}

.nfb-search-result-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nfb-search-result-bottom strong {
  font-size: 18px;
  color: #10243d;
}

.nfb-search-result-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #10243d;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.nfb-search-result-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(15, 42, 74, 0.14);
}

.nfb-search-empty {
  grid-column: 1 / -1;
  padding: 24px;
  color: #8b3a2f;
}

@keyframes nfbSearchLoadingZoom {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

.nfb-search-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nfb-search-pagination button[disabled] {
  opacity: .45;
  cursor: not-allowed;
}

.nfb-search-page-dots {
  color: #5f6f84;
  font-weight: 700;
}

.nfb-search-anim-none { opacity: 1; }
.nfb-search-can-animate.nfb-search-anim-slide-up { opacity: 0; transform: translateY(28px); transition: transform .55s ease, opacity .55s ease; }
.nfb-search-can-animate.nfb-search-anim-slide-up.is-visible { opacity: 1; transform: translateY(0); }
.nfb-search-can-animate.nfb-search-anim-slide-left { opacity: 0; transform: translateX(-32px); transition: transform .55s ease, opacity .55s ease; }
.nfb-search-can-animate.nfb-search-anim-slide-left.is-visible { opacity: 1; transform: translateX(0); }
.nfb-search-can-animate.nfb-search-anim-slide-right { opacity: 0; transform: translateX(32px); transition: transform .55s ease, opacity .55s ease; }
.nfb-search-can-animate.nfb-search-anim-slide-right.is-visible { opacity: 1; transform: translateX(0); }
.nfb-search-can-animate.nfb-search-anim-fade { opacity: 0; transition: opacity .55s ease; }
.nfb-search-can-animate.nfb-search-anim-fade.is-visible { opacity: 1; }
.nfb-search-can-animate.nfb-search-anim-scale { opacity: 0; transform: scale(.94); transition: transform .55s ease, opacity .55s ease; }
.nfb-search-can-animate.nfb-search-anim-scale.is-visible { opacity: 1; transform: scale(1); }
.nfb-search-can-animate.nfb-search-anim-drop { opacity: 0; transform: translateY(-24px); transition: transform .55s cubic-bezier(.2,.8,.2,1), opacity .55s ease; }
.nfb-search-can-animate.nfb-search-anim-drop.is-visible { opacity: 1; transform: translateY(0); }
.nfb-search-can-animate.nfb-search-anim-cascade .nfb-search-field,
.nfb-search-can-animate.nfb-search-anim-cascade .nfb-search-actions {
  opacity: 0;
  transform: translateY(16px);
  transition: transform .45s ease, opacity .45s ease;
}
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-field,
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-actions {
  opacity: 1;
  transform: translateY(0);
}
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-field:nth-child(1) { transition-delay: .03s; }
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-field:nth-child(2) { transition-delay: .06s; }
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-field:nth-child(3) { transition-delay: .09s; }
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-field:nth-child(4) { transition-delay: .12s; }
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-field:nth-child(5) { transition-delay: .15s; }
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-field:nth-child(6) { transition-delay: .18s; }
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-field:nth-child(7) { transition-delay: .21s; }
.nfb-search-can-animate.nfb-search-anim-cascade.is-visible .nfb-search-actions { transition-delay: .24s; }

.nfb-search-widget.search-preset-1 { background: linear-gradient(145deg, #fff7ea 0%, #f4f9ff 100%); }
.nfb-search-widget.search-preset-2 { background: linear-gradient(145deg, #10243d 0%, #183b61 100%); }
.nfb-search-widget.search-preset-2 .nfb-search-title,
.nfb-search-widget.search-preset-2 .nfb-search-subtitle,
.nfb-search-widget.search-preset-2 .nfb-search-field span { color: #edf4ff; }
.nfb-search-widget.search-preset-2 .nfb-search-kicker { color: #ffd38f; }
.nfb-search-widget.search-preset-2 .nfb-search-field select,
.nfb-search-widget.search-preset-2 .nfb-search-field input { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.18); }
.nfb-search-widget.search-preset-2 .nfb-search-submit { background: #ffd38f; color: #10243d; }
.nfb-search-widget.search-preset-3 { background: linear-gradient(135deg, #f5f0ff 0%, #fff7f0 100%); }
.nfb-search-widget.search-preset-4 { background: linear-gradient(180deg, #e6fff5 0%, #f7fffb 100%); }
.nfb-search-widget.search-preset-4 .nfb-search-submit { background: #0f766e; }
.nfb-search-widget.search-preset-5 { background: linear-gradient(135deg, #fff1f1 0%, #fff9ef 100%); }
.nfb-search-widget.search-preset-5 .nfb-search-submit { background: #b42318; }
.nfb-search-widget.search-preset-6 { background: linear-gradient(135deg, #eff9ff 0%, #f8f5ff 100%); }
.nfb-search-widget.search-preset-6 .nfb-search-field select,
.nfb-search-widget.search-preset-6 .nfb-search-field input { border-radius: 12px; }
.nfb-search-widget.search-preset-7 { background: linear-gradient(145deg, #1a1a1a 0%, #2e2e2e 100%); }
.nfb-search-widget.search-preset-7 .nfb-search-title,
.nfb-search-widget.search-preset-7 .nfb-search-subtitle,
.nfb-search-widget.search-preset-7 .nfb-search-field span { color: rgba(255,255,255,0.86); }
.nfb-search-widget.search-preset-7 .nfb-search-kicker { color: #ffbf57; }
.nfb-search-widget.search-preset-7 .nfb-search-field select,
.nfb-search-widget.search-preset-7 .nfb-search-field input { background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.1); }
.nfb-search-widget.search-preset-7 .nfb-search-submit { background: #ffbf57; color: #191919; }
.nfb-search-widget.search-preset-8 { background: linear-gradient(135deg, #ebf8ff 0%, #ffffff 52%, #effff6 100%); }
.nfb-search-widget.search-preset-8 .nfb-search-field select,
.nfb-search-widget.search-preset-8 .nfb-search-field input { background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(255,255,255,0.72)); }
.nfb-search-widget.search-preset-9 { background: linear-gradient(135deg, #fff9e8 0%, #fff2d2 100%); }
.nfb-search-widget.search-preset-9 .nfb-search-field select,
.nfb-search-widget.search-preset-9 .nfb-search-field input { border-style: dashed; }
.nfb-search-widget.search-preset-10 { background: linear-gradient(135deg, #0f766e 0%, #0b4a6f 100%); }
.nfb-search-widget.search-preset-10 .nfb-search-title,
.nfb-search-widget.search-preset-10 .nfb-search-subtitle,
.nfb-search-widget.search-preset-10 .nfb-search-field span { color: #e2f7ff; }
.nfb-search-widget.search-preset-10 .nfb-search-kicker { color: #fff0b6; }
.nfb-search-widget.search-preset-10 .nfb-search-field select,
.nfb-search-widget.search-preset-10 .nfb-search-field input { background: rgba(8, 28, 39, 0.28); color: #fff; border-color: rgba(255,255,255,0.14); }
.nfb-search-widget.search-preset-10 .nfb-search-submit { background: #d9fff0; color: #0b4a6f; }
.nfb-search-widget.search-preset-11 { background: linear-gradient(135deg, #faf3ea 0%, #ffffff 100%); border-radius: 36px; }
.nfb-search-widget.search-preset-12 { background: linear-gradient(135deg, #edf4ff 0%, #ffffff 50%, #fff3ed 100%); }
.nfb-search-widget.search-preset-12 .nfb-search-submit { background: linear-gradient(135deg, #155eef, #7a3cff); }
.nfb-search-widget.search-preset-13 { background: linear-gradient(155deg, #fff5fb 0%, #f9f5ff 100%); }
.nfb-search-widget.search-preset-13 .nfb-search-field select,
.nfb-search-widget.search-preset-13 .nfb-search-field input { box-shadow: inset 0 1px 0 rgba(255,255,255,0.9); }
.nfb-search-widget.search-preset-14 { background: linear-gradient(135deg, #f1fff2 0%, #f8fff9 100%); }
.nfb-search-widget.search-preset-14 .nfb-search-submit { background: #16a34a; }
.nfb-search-widget.search-preset-15 { background: linear-gradient(135deg, #fff3e6 0%, #fffdf8 55%, #eef7ff 100%); }
.nfb-search-widget.search-preset-15 .nfb-search-head { padding-bottom: 8px; border-bottom: 1px solid rgba(16, 36, 61, 0.08); }

.nfb-smart-widget {
  --nfb-smart-bg: #ffffff;
  --nfb-smart-surface: rgba(255,255,255,0.88);
  --nfb-smart-text: #10243d;
  --nfb-smart-muted: #5f6f81;
  --nfb-smart-line: rgba(16, 36, 61, 0.12);
  --nfb-smart-accent: #155eef;
  --nfb-smart-accent-contrast: #ffffff;
  --nfb-smart-shadow: 0 24px 54px rgba(16, 36, 61, 0.12);
  position: relative;
  display: grid;
  gap: 18px;
  width: 100%;
  padding: 24px;
  border-radius: 28px;
  background: var(--nfb-smart-bg);
  color: var(--nfb-smart-text);
  box-shadow: var(--nfb-smart-shadow);
  overflow: visible;
}
.nfb-smart-widget-copy {
  display: grid;
  gap: 8px;
}
.nfb-smart-widget-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--nfb-smart-accent);
}
.nfb-smart-widget-title {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.02;
  color: var(--nfb-smart-text);
}
.nfb-smart-widget-subtitle {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.6;
  color: var(--nfb-smart-muted);
}
.nfb-smart-widget-form {
  display: grid;
  gap: 10px;
}
.nfb-smart-widget-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}
.nfb-smart-widget-field {
  position: relative;
}
.nfb-smart-widget-input {
  width: 100%;
  min-height: 62px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid var(--nfb-smart-line);
  background: var(--nfb-smart-surface);
  color: var(--nfb-smart-text);
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.nfb-smart-widget-input:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--nfb-smart-accent) 35%, #ffffff);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--nfb-smart-accent) 14%, transparent);
}
.nfb-smart-widget-input::placeholder {
  color: color-mix(in srgb, var(--nfb-smart-muted) 84%, #ffffff);
}
.nfb-smart-widget-submit {
  min-height: 62px;
  padding: 0 24px;
  border: 0;
  border-radius: 18px;
  background: var(--nfb-smart-accent);
  color: var(--nfb-smart-accent-contrast);
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--nfb-smart-accent) 24%, transparent);
}
.nfb-smart-widget-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--nfb-smart-accent) 28%, transparent);
}
.nfb-smart-widget-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--nfb-smart-muted);
}
.nfb-smart-widget-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 25;
  display: grid;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--nfb-smart-line);
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 44px rgba(16, 36, 61, 0.14);
  backdrop-filter: blur(10px);
}
.nfb-smart-widget-results[hidden] {
  display: none !important;
}
.nfb-smart-widget-option {
  display: grid;
  gap: 4px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}
.nfb-smart-widget-option strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--nfb-smart-text);
}
.nfb-smart-widget-option span {
  font-size: 12px;
  color: var(--nfb-smart-muted);
}
.nfb-smart-widget-option:hover,
.nfb-smart-widget-option.is-active {
  background: color-mix(in srgb, var(--nfb-smart-accent) 8%, #ffffff);
  transform: translateY(-1px);
}

.nfb-smart-widget-layout-inline {
  align-items: center;
}
.nfb-smart-widget-layout-inline .nfb-smart-widget-copy {
  gap: 4px;
}
.nfb-smart-widget-layout-split {
  grid-template-columns: minmax(240px, 1.05fr) minmax(300px, 1.2fr);
  align-items: center;
}
.nfb-smart-widget-layout-split .nfb-smart-widget-form {
  gap: 12px;
}
.nfb-smart-widget-layout-stacked .nfb-smart-widget-shell,
.nfb-smart-widget-layout-minimal .nfb-smart-widget-shell {
  grid-template-columns: 1fr;
}
.nfb-smart-widget-layout-stacked .nfb-smart-widget-submit,
.nfb-smart-widget-layout-minimal .nfb-smart-widget-submit {
  width: 100%;
}
.nfb-smart-widget-layout-minimal {
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
}
.nfb-smart-widget-layout-minimal .nfb-smart-widget-kicker,
.nfb-smart-widget-layout-minimal .nfb-smart-widget-subtitle,
.nfb-smart-widget-layout-minimal .nfb-smart-widget-note {
  display: none;
}
.nfb-smart-widget-layout-minimal .nfb-smart-widget-title {
  font-size: clamp(22px, 3vw, 30px);
}
.nfb-smart-widget-layout-bar {
  gap: 0;
  padding: 10px;
  border-radius: 22px;
}
.nfb-smart-widget-layout-bar .nfb-smart-widget-form {
  gap: 0;
}
.nfb-smart-widget-layout-bar .nfb-smart-widget-shell {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: stretch;
}
.nfb-smart-widget-layout-bar .nfb-smart-widget-note,
.nfb-smart-widget-layout-bar .nfb-smart-widget-copy {
  display: none;
}
.nfb-smart-widget-layout-bar .nfb-smart-widget-field {
  min-width: 0;
}
.nfb-smart-widget-layout-bar .nfb-smart-widget-input {
  min-height: 84px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: clamp(18px, 2.2vw, 26px);
  border-width: 2px;
}
.nfb-smart-widget-layout-bar .nfb-smart-widget-submit {
  min-height: 84px;
  min-width: 190px;
  padding: 0 34px;
  border-radius: 24px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
}

.nfb-smart-widget-size-sm {
  padding: 18px;
  border-radius: 22px;
}
.nfb-smart-widget-size-sm .nfb-smart-widget-title {
  font-size: clamp(22px, 3vw, 30px);
}
.nfb-smart-widget-size-sm .nfb-smart-widget-input,
.nfb-smart-widget-size-sm .nfb-smart-widget-submit {
  min-height: 50px;
}
.nfb-smart-widget-size-sm .nfb-smart-widget-input {
  font-size: 14px;
}

.nfb-smart-widget-size-lg {
  padding: 32px;
  border-radius: 34px;
}
.nfb-smart-widget-size-lg .nfb-smart-widget-title {
  font-size: clamp(34px, 4.5vw, 56px);
}
.nfb-smart-widget-size-lg .nfb-smart-widget-input,
.nfb-smart-widget-size-lg .nfb-smart-widget-submit {
  min-height: 72px;
}
.nfb-smart-widget-size-lg .nfb-smart-widget-input {
  padding: 0 26px;
  font-size: 17px;
}
.nfb-smart-widget-size-lg .nfb-smart-widget-submit {
  padding: 0 28px;
  font-size: 16px;
}

.nfb-smart-widget.smart-preset-0 {
  --nfb-smart-bg: transparent;
  --nfb-smart-surface: #ffffff;
  --nfb-smart-text: #111827;
  --nfb-smart-muted: #6b7280;
  --nfb-smart-line: #d1d5db;
  --nfb-smart-accent: #111827;
  --nfb-smart-accent-contrast: #ffffff;
  --nfb-smart-shadow: none;
  padding: 0;
  border-radius: 0;
}
.nfb-smart-widget.smart-preset-0 .nfb-smart-widget-results {
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.nfb-smart-widget.smart-preset-1 {
  --nfb-smart-bg: linear-gradient(145deg, #fff6ea 0%, #f7fbff 54%, #f0f8f4 100%);
  --nfb-smart-surface: rgba(255,255,255,.86);
  --nfb-smart-text: #10243d;
  --nfb-smart-muted: #5b6b7f;
  --nfb-smart-line: rgba(16, 36, 61, .10);
  --nfb-smart-accent: #d97706;
  --nfb-smart-accent-contrast: #fffaf2;
}
.nfb-smart-widget.smart-preset-2 {
  --nfb-smart-bg: linear-gradient(145deg, #10243d 0%, #173a63 56%, #1b5f8f 100%);
  --nfb-smart-surface: rgba(255,255,255,.08);
  --nfb-smart-text: #edf4ff;
  --nfb-smart-muted: rgba(237,244,255,.76);
  --nfb-smart-line: rgba(255,255,255,.14);
  --nfb-smart-accent: #ffd38f;
  --nfb-smart-accent-contrast: #10243d;
}
.nfb-smart-widget.smart-preset-2 .nfb-smart-widget-results {
  background: rgba(16, 36, 61, .94);
}
.nfb-smart-widget.smart-preset-2 .nfb-smart-widget-option strong {
  color: #edf4ff;
}
.nfb-smart-widget.smart-preset-2 .nfb-smart-widget-option span {
  color: rgba(237,244,255,.74);
}
.nfb-smart-widget.smart-preset-3 {
  --nfb-smart-bg: linear-gradient(155deg, #fff9ef 0%, #f6ead8 48%, #ffffff 100%);
  --nfb-smart-surface: rgba(255,255,255,.92);
  --nfb-smart-text: #37261a;
  --nfb-smart-muted: #79695f;
  --nfb-smart-line: rgba(55, 38, 26, .10);
  --nfb-smart-accent: #b45309;
  --nfb-smart-accent-contrast: #fffdf9;
}
.nfb-smart-widget.smart-preset-4 {
  --nfb-smart-bg: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  --nfb-smart-surface: #ffffff;
  --nfb-smart-text: #0f172a;
  --nfb-smart-muted: #64748b;
  --nfb-smart-line: rgba(15, 23, 42, .10);
  --nfb-smart-accent: #155eef;
  --nfb-smart-accent-contrast: #ffffff;
}
.nfb-smart-widget.smart-preset-5 {
  --nfb-smart-bg: linear-gradient(145deg, #effdf6 0%, #eefcfb 50%, #ffffff 100%);
  --nfb-smart-surface: rgba(255,255,255,.88);
  --nfb-smart-text: #073b2d;
  --nfb-smart-muted: #4e6f65;
  --nfb-smart-line: rgba(7, 59, 45, .10);
  --nfb-smart-accent: #0f766e;
  --nfb-smart-accent-contrast: #f0fdfa;
}
.nfb-smart-widget.smart-preset-6 {
  --nfb-smart-bg: linear-gradient(145deg, #111827 0%, #1f2937 54%, #0f172a 100%);
  --nfb-smart-surface: rgba(255,255,255,.07);
  --nfb-smart-text: #f8fafc;
  --nfb-smart-muted: rgba(248,250,252,.70);
  --nfb-smart-line: rgba(255,255,255,.10);
  --nfb-smart-accent: #f97316;
  --nfb-smart-accent-contrast: #fff7ed;
}
.nfb-smart-widget.smart-preset-6 .nfb-smart-widget-results {
  background: rgba(17, 24, 39, .96);
}
.nfb-smart-widget.smart-preset-6 .nfb-smart-widget-option strong {
  color: #f8fafc;
}
.nfb-smart-widget.smart-preset-6 .nfb-smart-widget-option span {
  color: rgba(248,250,252,.72);
}

@media (max-width: 1100px) {
  .nfb-search-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nfb-search-results-shell.is-dual-view .nfb-search-results-layout {
    grid-template-columns: 1fr;
  }

  .nfb-search-results-shell.is-dual-view .nfb-search-results-map-pane {
    position: relative;
    top: auto;
  }

  .nfb-search-results-shell.is-dual-view .nfb-search-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nfb-search-results-shell.is-list-view .nfb-search-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .nfb-metric-widget {
    padding: 18px;
    border-radius: 22px;
  }

  .nfb-metric-line {
    padding: 14px 16px;
  }

  .nfb-token-grid,
  .nfb-token-list-grid {
    grid-template-columns: 1fr;
  }

  .nfb-token-toolbar,
  .nfb-token-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nfb-smart-widget,
  .nfb-smart-widget-layout-split {
    grid-template-columns: 1fr;
  }

  .nfb-smart-widget-shell {
    grid-template-columns: 1fr;
  }

  .nfb-smart-widget-submit {
    width: 100%;
  }

  .nfb-smart-widget-size-lg,
  .nfb-smart-widget {
    padding: 20px;
  }

  .nfb-smart-widget-title {
    font-size: clamp(24px, 7vw, 34px);
  }

  .nfb-smart-widget-input,
  .nfb-smart-widget-submit {
    min-height: 54px;
  }

  .nfb-smart-widget-layout-bar {
    padding: 8px;
    border-radius: 18px;
  }

  .nfb-smart-widget-layout-bar .nfb-smart-widget-shell {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nfb-smart-widget-layout-bar .nfb-smart-widget-input,
  .nfb-smart-widget-layout-bar .nfb-smart-widget-submit {
    min-height: 60px;
  }

  .nfb-smart-widget-layout-bar .nfb-smart-widget-input {
    padding: 0 18px;
    font-size: 16px;
    border-radius: 12px;
  }

  .nfb-smart-widget-layout-bar .nfb-smart-widget-submit {
    min-width: 0;
    border-radius: 16px;
    font-size: 17px;
  }

  .nfb-search-widget {
    padding: 18px;
    border-radius: 22px;
  }

  .nfb-search-form {
    grid-template-columns: 1fr;
  }

  .nfb-search-results-grid {
    grid-template-columns: 1fr;
  }

  .nfb-search-results-shell.is-dual-view .nfb-search-results-layout {
    grid-template-columns: 1fr;
  }

  .nfb-search-results-shell.is-dual-view .nfb-search-results-map-pane {
    order: 2;
    position: relative;
    top: auto;
  }

  .nfb-search-results-shell.is-dual-view .nfb-search-results-list-pane {
    order: 1;
  }

  .nfb-search-results-shell.is-dual-view .nfb-search-results-grid {
    grid-template-columns: 1fr;
  }

  .nfb-search-results-shell.is-list-view .nfb-search-results-grid {
    grid-template-columns: 1fr;
  }

  .nfb-search-map-canvas {
    min-height: 48vh;
  }

  .nfb-search-results-toolbar {
    align-items: stretch;
  }

  .nfb-search-view-toggle {
    width: 100%;
  }

  .nfb-search-view-btn,
  .nfb-search-sort-wrap,
  .nfb-search-sort {
    width: 100%;
  }

}

@keyframes nfbSearchSlideLeft {
  from {
    opacity: .6;
    transform: translateX(-18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes nfbSearchSlideRight {
  from {
    opacity: .6;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
