/* Talk-to-Ava block + the closed-lease rent table on the city
   property-management pages. Charcoal/gold to match _shared.css.
   No red/green pairs anywhere — Dan is colourblind; weight, size and
   wording carry the meaning instead of hue. */

.avav-card {
  background: var(--darker, #262d33);
  border: 1px solid rgba(201,165,103,.35);
  border-radius: 4px;
  padding: 30px 28px 26px;
  color: #fff;
}
.avav-eyebrow {
  color: var(--accent, #c9a567);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 12px;
}
.avav-h { font-size: clamp(19px, 2.4vw, 25px); font-weight: 500; margin: 0 0 10px; color: #fff; }
.avav-sub { color: #cfc7ba; font-size: 14.5px; line-height: 1.7; margin: 0 0 22px; max-width: 62ch; }

.avav-talk {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--accent, #c9a567); color: #23282d;
  border: 0; border-radius: 3px;
  padding: 16px 30px;
  font: inherit; font-size: 15px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer; user-select: none; -webkit-user-select: none;
  transition: background .2s, transform .1s;
}
.avav-talk:hover { background: var(--accent-2, #e6c896); }
.avav-talk:active { transform: translateY(1px); }
.avav-talk:disabled { opacity: .55; cursor: default; }
.avav-talk .avav-mic { font-size: 13px; line-height: 1; }
/* Recording state reads without colour: it pulses and the label changes. */
.avav-talk.rec { background: #fff; box-shadow: 0 0 0 4px rgba(201,165,103,.35); }
.avav-talk.rec .avav-mic { animation: avavpulse 1s infinite; }
@keyframes avavpulse { 0%,100% { opacity: 1 } 50% { opacity: .25 } }

.avav-state { color: #b9b0a0; font-size: 13.5px; margin: 14px 0 0; min-height: 20px; }

.avav-log { margin-top: 18px; max-height: 320px; overflow-y: auto; }
.avav-log:empty { display: none; }
.avav-row {
  display: grid; grid-template-columns: 54px 1fr; gap: 12px;
  padding: 11px 0; border-top: 1px solid rgba(255,255,255,.09);
  font-size: 14.5px; line-height: 1.65;
}
.avav-who { color: var(--accent, #c9a567); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; padding-top: 4px; }
.avav-you .avav-who { color: #8f9aa3; }
.avav-what { color: #efe9e0; }

.avav-alt { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; }
.avav-mini {
  background: none; border: 0; padding: 0;
  color: var(--accent, #c9a567); font: inherit; font-size: 13.5px;
  text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
.avav-mini:hover { color: var(--accent-2, #e6c896); }
a.avav-dial { text-decoration: underline; }
.avav-cb { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 10px; }
.avav-in {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18);
  border-radius: 3px; color: #fff; padding: 11px 13px; font: inherit; font-size: 14px;
  min-width: 190px;
}
.avav-in::placeholder { color: #8f9aa3; }
.avav-go { text-decoration: none; border: 1px solid var(--accent, #c9a567); padding: 10px 20px; border-radius: 3px; }
.avav-ok { color: #efe9e0; font-size: 14px; }

/* ---------- closed-lease rent table ---------- */
.rt-head { display: flex; flex-wrap: wrap; gap: 8px 26px; align-items: baseline; margin-bottom: 6px; }
.rt-note { color: var(--muted, #7a8490); font-size: 13px; line-height: 1.6; margin: 6px 0 20px; max-width: 78ch; }
.rt-pick { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 18px; }
.rt-pick button {
  background: none; border: 1px solid rgba(49,60,68,.28); border-radius: 3px;
  padding: 9px 15px; font: inherit; font-size: 13.5px; color: var(--dark, #313c44);
  cursor: pointer; transition: background .15s, border-color .15s;
}
.rt-pick button:hover { border-color: var(--accent, #c9a567); }
.rt-pick button.on { background: var(--dark, #313c44); border-color: var(--dark, #313c44); color: #fff; font-weight: 600; }

.rt-wrap { overflow-x: auto; margin-bottom: 10px; }
.rt-tbl { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 560px; }
.rt-tbl th, .rt-tbl td { text-align: left; padding: 11px 14px 11px 0; border-bottom: 1px solid rgba(49,60,68,.14); }
.rt-tbl th { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted, #7a8490); font-weight: 500; }
.rt-tbl td.num, .rt-tbl th.num { text-align: right; padding-right: 20px; }
.rt-tbl .big { font-weight: 600; font-size: 16px; color: var(--dark, #313c44); }
.rt-tbl .thin { color: var(--muted, #7a8490); font-size: 13px; }

.rt-stats { display: flex; flex-wrap: wrap; gap: 26px 44px; margin: 26px 0 4px; }
.rt-stat .n { font-size: clamp(24px, 3.4vw, 34px); font-weight: 300; color: var(--dark, #313c44); line-height: 1.1; }
.rt-stat .l { font-size: 12.5px; color: var(--muted, #7a8490); margin-top: 4px; max-width: 26ch; line-height: 1.5; }

/* ---------- what-you-net calculator ---------- */
.nc { background: var(--soft, #f4f2ef); border-radius: 4px; padding: 26px 26px 22px; }
.nc-row { display: flex; flex-wrap: wrap; gap: 18px 26px; align-items: flex-end; margin-bottom: 20px; }
.nc-f { display: flex; flex-direction: column; gap: 6px; }
.nc-f label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted, #7a8490); }
.nc-f select, .nc-f input {
  background: #fff; border: 1px solid rgba(49,60,68,.22); border-radius: 3px;
  padding: 10px 12px; font: inherit; font-size: 14.5px; color: var(--dark, #313c44); min-width: 132px;
}
.nc-out { border-top: 1px solid rgba(49,60,68,.16); padding-top: 18px; }
.nc-line { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; font-size: 14.5px; }
.nc-line .k { color: var(--dark, #313c44); }
.nc-line .k small { display: block; color: var(--muted, #7a8490); font-size: 12.5px; margin-top: 2px; }
.nc-line .v { font-variant-numeric: tabular-nums; white-space: nowrap; }
.nc-line.tot { border-top: 1px solid rgba(49,60,68,.22); margin-top: 8px; padding-top: 14px; font-size: 17px; font-weight: 600; }
.nc-warn { color: var(--muted, #7a8490); font-size: 12.5px; line-height: 1.6; margin-top: 16px; }

@media (max-width: 640px) {
  .avav-card { padding: 24px 20px 22px; }
  .avav-talk { width: 100%; justify-content: center; }
  .rt-stats { gap: 20px 30px; }
}
