/* ============================================================================
   Additional product mocks — Dialer, AI Chat, Community, Market Intel,
   Property Search, Leasing, OM cover. Layered onto mocks.css base.
   ============================================================================ */

/* ── Dialer / Calling mode ─────────────────────────────────────────────── */
.dialer-shell {
  background: var(--bg-primary);
  color: var(--brand-navy);
  min-height: 420px;
  display: flex; flex-direction: column;
  font-family: var(--font-sans);
}
.dialer-topbar {
  height: 38px;
  display: flex; align-items: center; gap: 16px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(1,49,124,0.08);
  font-size: 12px;
  white-space: nowrap;
}
.dialer-topbar .exit { flex: none; }
.dialer-topbar .meta { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.dialer-topbar .exit {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--brand-navy); font-weight: 500;
}
.dialer-topbar .meta { color: var(--text-secondary-color); }
.dialer-topbar .right {
  margin-left: auto;
  flex: none;
  display: flex; align-items: center; gap: 10px;
  font-size: 11px;
}
.dialer-topbar .right .pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 8px; border-radius: 999px;
  background: oklch(0.96 0.02 295);
  color: oklch(0.45 0.18 295);
  font-weight: 500;
}
.dialer-topbar .right .pill.warn { background: oklch(0.95 0.05 65); color: oklch(0.5 0.15 65); }
.dialer-topbar .right .pill .d { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.dialer-topbar .right .sep { color: rgba(1,49,124,0.2); }

.dialer-context {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px;
  background: oklch(0.95 0.04 155);
  border-bottom: 1px solid rgba(1,49,124,0.05);
  font-size: 12px;
}
.dialer-context .lab { color: oklch(0.45 0.14 155); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 10.5px; }
.dialer-context .chev { color: rgba(1,49,124,0.4); }
.dialer-context .nm { font-weight: 600; color: var(--brand-navy); font-size: 13px; }
.dialer-context .ch {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(1,49,124,0.06);
  font-size: 11px;
  color: var(--brand-navy);
}

.dialer-body {
  display: grid;
  grid-template-columns: 240px 1fr 220px;
  transition: grid-template-columns 0.55s ease;
  flex: 1;
  min-height: 360px;
}
.dialer-queue { transition: opacity 0.4s ease; }
.dialer-queue-collapsed {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
}
.dialer-contact {
  padding: 16px;
  border-right: 1px solid rgba(1,49,124,0.08);
  display: flex; flex-direction: column; gap: 12px;
}
.dialer-contact .head { display: flex; gap: 10px; align-items: flex-start; }
.dialer-contact .av {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: oklch(0.94 0.04 220);
  color: oklch(0.4 0.16 220);
  display: grid; place-items: center;
  font-size: 14px; font-weight: 600;
}
.dialer-contact .nm-block { flex: 1; }
.dialer-contact .nm { font-size: 14px; font-weight: 600; line-height: 1.2; color: var(--brand-navy); }
.dialer-contact .role { font-size: 11.5px; color: var(--text-secondary-color); margin-top: 2px; line-height: 1.35; }
.dialer-contact .co { font-size: 11.5px; color: var(--text-secondary-color); display: inline-flex; gap: 5px; align-items: center; margin-top: 2px; }
.dialer-contact .pre { font-size: 10px; color: oklch(0.45 0.14 60); background: oklch(0.96 0.05 60); padding: 2px 6px; border-radius: 4px; font-weight: 600; margin-top: 4px; display: inline-block; }
.dialer-contact .info { font-size: 11.5px; color: var(--text-secondary-color); display: flex; gap: 6px; align-items: center; }
.dialer-contact .info svg { opacity: 0.6; flex-shrink: 0; }
.dialer-contact .info .v { color: var(--brand-navy); font-family: var(--font-mono); font-size: 11px; }
.dialer-contact h6 {
  font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--text-tertiary-color); font-weight: 600;
  margin: 8px 0 4px;
  display: flex; align-items: center; gap: 6px;
}
.dialer-contact h6 .ct { color: var(--text-secondary-color); font-weight: 500; letter-spacing: 0; text-transform: none; font-size: 11px; }
.dialer-contact .prop {
  display: flex; gap: 8px; align-items: flex-start;
  padding: 8px;
  border: 1px solid rgba(1,49,124,0.08);
  border-radius: 6px;
}
.dialer-contact .prop .ic {
  width: 22px; height: 22px;
  border-radius: 5px;
  background: oklch(0.95 0.04 155);
  color: oklch(0.5 0.14 155);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.dialer-contact .prop .pnm { font-size: 12px; font-weight: 500; color: var(--brand-navy); line-height: 1.2; }
.dialer-contact .prop .pm { font-size: 11px; color: var(--text-secondary-color); display: flex; gap: 4px; align-items: center; margin-top: 2px; }
.dialer-contact .prop .tags { display: flex; gap: 4px; margin-top: 4px; }
.dialer-contact .prop .tag {
  font-size: 9.5px; padding: 1px 6px; border-radius: 4px;
  background: rgba(1,49,124,0.06); color: var(--text-secondary-color);
}

.dialer-research {
  padding: 16px 18px;
  display: flex; flex-direction: column; gap: 12px;
  overflow: hidden;
}
.dialer-research .why-head {
  display: flex; gap: 8px; align-items: center;
}
.dialer-research .why-head .ic {
  width: 22px; height: 22px;
  border-radius: 5px;
  background: rgba(3,198,255,0.12);
  color: oklch(0.55 0.18 240);
  display: grid; place-items: center;
}
.dialer-research .why-head .lab { font-size: 10px; letter-spacing: 0.07em; text-transform: uppercase; font-weight: 600; color: var(--text-tertiary-color); }
.dialer-research .why-head .tag { font-size: 10.5px; padding: 2px 7px; border-radius: 999px; background: oklch(0.94 0.04 220); color: oklch(0.4 0.16 220); }
.dialer-research .why-head .reload {
  margin-left: auto;
  width: 20px; height: 20px;
  border-radius: 5px;
  display: grid; place-items: center;
  color: var(--text-tertiary-color);
}
.dialer-research .subj {
  font-size: 11.5px; color: var(--text-secondary-color);
  margin-top: -4px;
}
.dialer-research .subj .nm { color: var(--brand-navy); font-weight: 500; }

.dialer-research h6 {
  font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--brand-navy); font-weight: 700;
  display: flex; align-items: center; gap: 6px;
  margin: 4px 0 0;
}
.dialer-research h6.warn { color: oklch(0.5 0.14 60); }
.dialer-research .tldr {
  font-size: 12px;
  line-height: 1.55;
  color: var(--brand-navy);
  font-weight: 500;
  display: flex; flex-direction: column; gap: 5px;
}
.dialer-research .tldr span { display: block; }
.dialer-research .points { display: flex; flex-direction: column; gap: 6px; }
.dialer-research .pt {
  background: oklch(0.96 0.04 155);
  border-left: 2px solid oklch(0.55 0.12 155);
  padding: 7px 10px;
  border-radius: 0 5px 5px 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--brand-navy);
}
.dialer-research .pt .qt { color: oklch(0.4 0.14 155); font-weight: 600; }
.dialer-research .watch {
  background: oklch(0.97 0.04 60);
  border-left: 2px solid oklch(0.55 0.16 60);
  padding: 7px 10px;
  border-radius: 0 5px 5px 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: oklch(0.4 0.16 60);
}
.dialer-research .confidence {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px;
  color: var(--text-tertiary-color);
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(1,49,124,0.06);
}
.dialer-research .confidence .v { color: var(--brand-navy); font-weight: 600; margin-left: auto; }
.dialer-research .confidence .ic { color: oklch(0.55 0.18 240); }

.dialer-queue {
  padding: 16px;
  border-left: 1px solid rgba(1,49,124,0.08);
  display: flex; flex-direction: column; gap: 10px;
  background: var(--bg-secondary);
}
.dialer-queue h6 {
  font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--text-tertiary-color); font-weight: 600;
  display: flex; align-items: center; gap: 6px;
  margin: 0 0 4px;
}
.dialer-queue .q-item {
  display: flex; gap: 8px; align-items: center;
  padding: 6px 8px;
  border-radius: 6px;
  background: var(--bg-primary);
  border: 1px solid rgba(1,49,124,0.06);
}
.dialer-queue .q-item.active {
  border-color: oklch(0.45 0.18 60);
  background: oklch(0.98 0.03 60);
}
.dialer-queue .q-item .av {
  width: 26px; height: 26px;
  border-radius: 5px;
  background: oklch(0.94 0.04 220);
  color: oklch(0.4 0.16 220);
  display: grid; place-items: center;
  font-size: 10.5px; font-weight: 600;
}
.dialer-queue .q-item .nm { font-size: 11.5px; font-weight: 500; color: var(--brand-navy); line-height: 1.2; }
.dialer-queue .q-item .co { font-size: 10px; color: var(--text-secondary-color); margin-top: 1px; }
.dialer-queue .q-item .badge { font-size: 9px; padding: 1px 5px; border-radius: 4px; background: rgba(1,49,124,0.06); color: var(--text-secondary-color); margin-left: auto; flex-shrink: 0; }
.dialer-queue .more { font-size: 11px; color: var(--text-tertiary-color); text-align: center; padding: 6px; }

.dialer-footer {
  border-top: 1px solid rgba(1,49,124,0.08);
  padding: 12px 16px;
  display: flex; gap: 10px; align-items: center; justify-content: center;
  background: var(--bg-primary);
}
.dialer-footer .btn-skip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px;
  border: 1px solid rgba(1,49,124,0.12);
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  color: var(--brand-navy);
  font-weight: 500;
}
.dialer-footer .btn-call {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 18px;
  border-radius: 6px;
  background: oklch(0.55 0.14 60);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 8px oklch(0.55 0.14 60 / 0.3);
}
.dialer-footer .btn-call.dialing {
  background: oklch(0.62 0.15 65);
  animation: dialer-ring 0.9s ease-in-out infinite;
}
.dialer-footer .btn-call.connected {
  background: oklch(0.52 0.13 150);
  box-shadow: 0 2px 8px oklch(0.52 0.13 150 / 0.35);
}
@keyframes dialer-ring {
  0%, 100% { box-shadow: 0 0 0 0 oklch(0.62 0.15 65 / 0.45); }
  50%      { box-shadow: 0 0 0 5px oklch(0.62 0.15 65 / 0); }
}
.dialer-contact .pre.on {
  color: oklch(0.4 0.12 150);
  background: oklch(0.94 0.06 150);
}
.dialer-footer .kbd {
  margin-left: 12px;
  font-size: 10.5px;
  color: var(--text-tertiary-color);
  display: flex; gap: 6px; align-items: center;
}
.dialer-footer .kbd .k {
  font-family: var(--font-mono);
  font-size: 9.5px;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid rgba(1,49,124,0.12);
  background: #fff;
}

/* ── AI Chat home ──────────────────────────────────────────────────────── */
.aic-shell {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 420px;
  background: var(--bg-primary);
  font-family: var(--font-sans);
}
.aic-list {
  background: var(--bg-secondary);
  border-right: 1px solid rgba(1,49,124,0.08);
  padding: 12px;
  display: flex; flex-direction: column; gap: 6px;
}
.aic-list .h {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-navy);
  margin-bottom: 4px;
}
.aic-list .h .ic { color: oklch(0.55 0.18 240); }
.aic-list .new {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(1,49,124,0.12);
  border-radius: 6px;
  font-size: 12px;
  color: var(--brand-navy);
  background: #fff;
  margin-bottom: 8px;
}
.aic-list .lab {
  font-size: 10.5px; letter-spacing: 0.05em;
  color: var(--text-tertiary-color);
  margin: 6px 4px 4px;
  display: flex; justify-content: space-between;
}
.aic-list .item {
  font-size: 11.5px;
  padding: 6px 10px;
  border-radius: 5px;
  color: var(--brand-navy);
  display: flex; align-items: center; gap: 6px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aic-list .item.active { background: rgba(1,49,124,0.06); }
.aic-list .item .new-dot { width: 5px; height: 5px; border-radius: 50%; background: oklch(0.55 0.18 240); flex-shrink: 0; }

.aic-main {
  display: flex; flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 32px 16px;
  position: relative;
}
.aic-main .star {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(3,198,255,0.12);
  color: oklch(0.55 0.18 240);
  display: grid; place-items: center;
  margin-bottom: 14px;
}
.aic-main .greet {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--brand-navy);
  text-align: center;
  margin: 0;
}
.aic-main .sub {
  font-size: 13.5px;
  color: var(--text-secondary-color);
  text-align: center;
  margin-top: 8px;
  max-width: 56ch;
  line-height: 1.5;
}
.aic-main .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 24px;
  max-width: 480px;
  width: 100%;
}
.aic-main .sug {
  padding: 12px 14px;
  border: 1px solid rgba(1,49,124,0.1);
  border-radius: 8px;
  font-size: 12.5px;
  color: var(--brand-navy);
  text-align: left;
  background: #fff;
  font-weight: 500;
  line-height: 1.35;
}
.aic-main .input {
  margin-top: auto;
  width: 100%;
  max-width: 560px;
  border: 1px solid rgba(1,49,124,0.12);
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  display: flex; align-items: center; gap: 8px;
  font-size: 13px;
  color: var(--text-tertiary-color);
  box-shadow: 0 4px 20px -8px rgba(2,31,79,0.08);
}
.aic-main .input .right {
  margin-left: auto;
  display: flex; align-items: center; gap: 8px;
  font-size: 11px;
  color: var(--text-tertiary-color);
}
.aic-main .input .send {
  width: 26px; height: 26px;
  border-radius: 6px;
  background: oklch(0.55 0.14 60);
  color: #fff;
  display: grid; place-items: center;
}
.aic-main .fine {
  font-size: 10.5px;
  color: var(--text-tertiary-color);
  margin-top: 10px;
}

/* ── Community feed (3-panel) ──────────────────────────────────────────── */
.com-shell {
  display: grid;
  grid-template-columns: 220px 1fr 240px;
  transition: grid-template-columns 0.5s ease;
  min-height: 440px;
  background: var(--bg-primary);
  font-family: var(--font-sans);
}
.com-activity {
  transition: opacity 0.4s ease;
}
.com-activity-collapsed {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
}
.com-sidebar {
  background: var(--bg-secondary);
  border-right: 1px solid rgba(1,49,124,0.08);
  padding: 14px;
  display: flex; flex-direction: column; gap: 6px;
}
.com-sidebar .h {
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--brand-navy);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(1,49,124,0.08);
  margin-bottom: 4px;
}
.com-sidebar .h .ic { color: oklch(0.45 0.18 295); }
.com-sidebar .h .dot { width: 6px; height: 6px; border-radius: 50%; background: oklch(0.55 0.14 155); margin-left: auto; }
.com-sidebar .item {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 5px;
  color: var(--brand-navy);
  display: flex; align-items: center; gap: 7px;
  font-weight: 500;
}
.com-sidebar .item.active { background: rgba(1,49,124,0.07); color: var(--brand-navy); }
.com-sidebar .item.unread .nm { font-weight: 600; }
.com-sidebar .item .ic { color: var(--text-tertiary-color); }
.com-sidebar .item.active .ic { color: var(--brand-navy); }
.com-sidebar .item .badge {
  margin-left: auto;
  background: oklch(0.55 0.18 25);
  color: #fff;
  font-size: 9.5px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 999px;
  min-width: 16px;
  text-align: center;
}
.com-sidebar .grp-lab {
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-tertiary-color); font-weight: 600;
  padding: 8px 6px 4px;
  display: flex; justify-content: space-between; align-items: center;
}
.com-sidebar .grp-lab .plus {
  width: 14px; height: 14px;
  display: grid; place-items: center;
  border-radius: 3px;
  color: var(--text-tertiary-color);
}

.com-center {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}
.com-layer {
  position: absolute;
  inset: 0;
  transition: opacity 0.5s ease;
  background: var(--bg-primary);
}
.com-layer.hide { opacity: 0; pointer-events: none; }
.com-feed {
  padding: 0;
  display: flex; flex-direction: column;
}
/* Community DM chat */
.com-chat { display: flex; flex-direction: column; }
.com-chat-head {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(1,49,124,0.08);
}
.com-chat-head .av {
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 11px; font-weight: 600;
}
.com-chat-head .who .nm { font-size: 13.5px; font-weight: 600; color: var(--brand-navy); }
.com-chat-head .who .sub {
  display: flex; align-items: center; gap: 5px;
  font-size: 11px; color: var(--text-secondary-color); margin-top: 1px;
}
.com-chat-head .who .sub .on {
  width: 6px; height: 6px; border-radius: 50%;
  background: oklch(0.6 0.16 155);
}
.com-chat-thread {
  flex: 1;
  padding: 16px 18px;
  display: flex; flex-direction: column; gap: 8px;
  justify-content: flex-end;
}
.com-bubble {
  max-width: 78%;
  padding: 9px 12px;
  border-radius: 14px;
  font-size: 12.5px; line-height: 1.4;
  animation: comBubbleIn 0.32s ease both;
}
@keyframes comBubbleIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.com-bubble.them {
  align-self: flex-start;
  background: var(--bg-secondary);
  border: 1px solid rgba(1,49,124,0.08);
  color: var(--text-primary-color);
  border-bottom-left-radius: 4px;
}
.com-bubble.me {
  align-self: flex-end;
  background: var(--brand-navy);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.com-bubble.typing {
  display: flex; gap: 4px; align-items: center;
  padding: 11px 13px;
}
.com-bubble.typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--text-tertiary-color);
  animation: comTyping 1.2s infinite ease-in-out;
}
.com-bubble.typing span:nth-child(2) { animation-delay: 0.2s; }
.com-bubble.typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes comTyping {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}
.com-chat-input {
  display: flex; align-items: center; gap: 10px;
  margin: 0 14px 14px;
  padding: 9px 14px;
  border: 1px solid rgba(1,49,124,0.12);
  border-radius: 999px;
}
.com-chat-input .ph { flex: 1; font-size: 12px; color: var(--text-tertiary-color); }
.com-chat-input .send {
  display: flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--brand-navy); color: #fff;
}
.com-feed-head {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(1,49,124,0.08);
}
.com-feed-head .t { font-size: 14px; font-weight: 600; color: var(--brand-navy); }
.com-feed-head .s { font-size: 11.5px; color: var(--text-secondary-color); margin-top: 2px; }
.com-tabs {
  display: flex; gap: 4px;
  padding: 8px 14px;
  border-bottom: 1px solid rgba(1,49,124,0.06);
}
.com-tabs .tab {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--text-secondary-color);
}
.com-tabs .tab.on { background: var(--brand-navy); color: #fff; }

.com-post {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(1,49,124,0.04);
  font-size: 12.5px;
}
.com-post .head { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.com-post .av {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: oklch(0.55 0.14 25);
  color: #fff;
  display: grid; place-items: center;
  font-size: 11px; font-weight: 600;
  flex-shrink: 0;
}
.com-post .av.b { background: oklch(0.45 0.18 295); }
.com-post .av.c { background: oklch(0.55 0.14 155); }
.com-post .nm { font-size: 12.5px; font-weight: 600; color: var(--brand-navy); }
.com-post .tag {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 2px 8px; border-radius: 999px;
  font-size: 10.5px;
  font-weight: 500;
  margin-left: 6px;
}
.com-post .tag.deal { background: oklch(0.94 0.05 155); color: oklch(0.4 0.14 155); }
.com-post .tag.insight { background: oklch(0.94 0.04 220); color: oklch(0.4 0.16 220); }
.com-post .tag.opp { background: oklch(0.95 0.05 65); color: oklch(0.5 0.15 65); }
.com-post .ts { font-size: 10.5px; color: var(--text-tertiary-color); margin-left: auto; font-family: var(--font-mono); }
.com-post .body { font-size: 13px; line-height: 1.55; color: var(--brand-navy); margin-bottom: 10px; text-wrap: pretty; }
.com-post .deal-card {
  display: flex; gap: 14px; align-items: center;
  padding: 10px 14px;
  background: oklch(0.96 0.04 155);
  border: 1px solid oklch(0.85 0.06 155);
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 11.5px;
}
.com-post .deal-card .lab { color: oklch(0.45 0.14 155); font-weight: 600; font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase; }
.com-post .deal-card .v { font-size: 14px; font-weight: 600; color: oklch(0.35 0.14 155); font-variant-numeric: tabular-nums; margin-top: 2px; }
.com-post .actions {
  display: flex; gap: 16px; align-items: center;
  font-size: 11.5px; color: var(--text-secondary-color);
}
.com-post .actions .a {
  display: inline-flex; gap: 5px; align-items: center;
  color: var(--text-secondary-color);
}
.com-post .actions .a.liked { color: oklch(0.55 0.16 25); }
.com-post .actions .a .ct { font-weight: 500; }
.com-post .actions .share { margin-left: auto; color: var(--text-tertiary-color); }

.com-activity {
  background: var(--bg-secondary);
  border-left: 1px solid rgba(1,49,124,0.08);
  padding: 16px 14px;
  display: flex; flex-direction: column; gap: 16px;
}
.com-activity h6 {
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text-tertiary-color); font-weight: 600;
  margin: 0 0 8px;
  display: flex; align-items: center; gap: 6px;
}
.com-activity .stat {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  font-size: 12px;
}
.com-activity .stat .tile {
  background: #fff;
  border: 1px solid rgba(1,49,124,0.06);
  border-radius: 6px;
  padding: 8px 10px;
}
.com-activity .stat .tile .v {
  font-size: 18px; font-weight: 600;
  color: var(--brand-navy);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.012em;
}
.com-activity .stat .tile .l {
  font-size: 10.5px; color: var(--text-secondary-color); margin-top: 1px;
}
.com-activity .topic-row { display: flex; flex-wrap: wrap; gap: 4px; }
.com-activity .topic {
  font-size: 10.5px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(1,49,124,0.06);
  color: var(--brand-navy);
}
.com-activity .topic.hot { background: oklch(0.95 0.06 25); color: oklch(0.5 0.16 25); }

/* ── Market Intel — MSA cap rates ──────────────────────────────────────── */
.mi-shell {
  background: var(--bg-secondary);
  padding: 18px;
  min-height: 420px;
  font-family: var(--font-sans);
}
.mi-head {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid rgba(1,49,124,0.08);
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.mi-head .ic {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: oklch(0.94 0.05 155);
  color: oklch(0.45 0.14 155);
  display: grid; place-items: center;
}
.mi-head .nm { font-size: 14px; font-weight: 600; color: var(--brand-navy); }
.mi-head .sub { font-size: 11.5px; color: var(--text-secondary-color); margin-top: 1px; }
.mi-head .right {
  margin-left: auto;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  border: 1px solid oklch(0.85 0.1 155);
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 500;
  color: oklch(0.45 0.14 155);
}
.mi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(1,49,124,0.08);
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.mi-market {
  border: 1px solid rgba(1,49,124,0.08);
  border-radius: 8px;
  padding: 12px;
  display: flex; flex-direction: column; gap: 8px;
}
.mi-market .mhead { display: flex; align-items: baseline; gap: 8px; }
.mi-market .mname { font-size: 14px; font-weight: 600; color: var(--brand-navy); letter-spacing: -0.012em; }
.mi-market .tier {
  font-size: 10px; padding: 2px 7px; border-radius: 4px;
  background: oklch(0.94 0.04 295); color: oklch(0.45 0.18 295);
  font-weight: 600;
}
.mi-market .tier.t2 { background: oklch(0.94 0.04 220); color: oklch(0.4 0.16 220); }
.mi-market .last { font-size: 10.5px; color: var(--text-tertiary-color); margin-left: auto; font-family: var(--font-mono); }
.mi-row {
  display: grid;
  grid-template-columns: 28px 1fr 54px 92px;
  gap: 8px;
  align-items: center;
  padding: 7px 0;
  border-top: 1px solid rgba(1,49,124,0.04);
  font-size: 11.5px;
}
.mi-row:first-of-type { border-top: none; }
.mi-row .typ {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 2px 4px;
  border-radius: 3px;
  text-align: center;
  background: rgba(1,49,124,0.06);
  color: var(--brand-navy);
}
.mi-row .typ.mf { background: oklch(0.94 0.05 295); color: oklch(0.45 0.18 295); }
.mi-row .typ.in { background: oklch(0.95 0.06 60); color: oklch(0.5 0.15 60); }
.mi-row .typ.of { background: oklch(0.95 0.04 220); color: oklch(0.45 0.16 220); }
.mi-row .typ.rt { background: oklch(0.95 0.05 245); color: oklch(0.45 0.15 245); }
.mi-row .typ.cre { background: oklch(0.95 0.06 60); color: oklch(0.55 0.14 60); }
.mi-row .nm { font-size: 12px; font-weight: 500; color: var(--brand-navy); }
.mi-row .rate {
  font-size: 14px; font-weight: 600;
  color: var(--brand-navy);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.012em;
  text-align: right;
}
.mi-row .trend {
  font-size: 10px; padding: 2px 7px; border-radius: 4px;
  font-weight: 600;
  display: inline-flex; gap: 3px; align-items: center;
  justify-content: center;
  justify-self: end;
  white-space: nowrap;
}
.mi-row .trend.expand { background: oklch(0.95 0.05 15); color: oklch(0.55 0.16 15); }
.mi-row .trend.stable { background: oklch(0.95 0.05 65); color: oklch(0.5 0.15 65); }
.mi-classes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 2px;
  margin-left: 36px;
  margin-right: 0;
  grid-column: 1 / -1;
}
.mi-class {
  font-size: 10.5px;
  padding: 4px 7px;
  border-radius: 4px;
  display: flex; gap: 4px; align-items: center; justify-content: space-between;
  background: var(--bg-secondary);
}
.mi-class .dot { width: 5px; height: 5px; border-radius: 50%; }
.mi-class.a .dot { background: oklch(0.6 0.14 155); }
.mi-class.b .dot { background: oklch(0.65 0.14 65); }
.mi-class.c .dot { background: oklch(0.6 0.14 15); }
.mi-class .lab { font-weight: 500; color: var(--text-secondary-color); }
.mi-class .v { font-weight: 600; color: var(--brand-navy); font-variant-numeric: tabular-nums; }

/* ── Property Search with map ──────────────────────────────────────────── */
.ps-shell {
  display: flex; flex-direction: column;
  background: var(--bg-primary);
  font-family: var(--font-sans);
  min-height: 440px;
}
.ps-head {
  padding: 12px 16px;
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid rgba(1,49,124,0.08);
}
.ps-head .t {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; color: var(--brand-navy);
}
.ps-head .t .ic {
  width: 24px; height: 24px;
  background: oklch(0.95 0.06 65);
  color: oklch(0.55 0.14 60);
  border-radius: 6px;
  display: grid; place-items: center;
}
.ps-head .ct {
  font-size: 11.5px;
  color: var(--text-secondary-color);
  background: rgba(1,49,124,0.06);
  padding: 2px 8px;
  border-radius: 4px;
  font-family: var(--font-mono);
}
.ps-head .right { margin-left: auto; display: flex; gap: 6px; align-items: center; }
.ps-pill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 10px; border-radius: 6px;
  font-size: 11.5px;
  border: 1px solid rgba(1,49,124,0.12);
  background: #fff;
  color: var(--brand-navy);
  font-weight: 500;
}
.ps-pill.on { background: oklch(0.95 0.06 65); border-color: oklch(0.85 0.1 60); color: oklch(0.45 0.14 60); }
.ps-toolbar {
  padding: 10px 16px;
  display: flex; gap: 8px; align-items: center;
  border-bottom: 1px solid rgba(1,49,124,0.06);
}
.ps-chip {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid rgba(1,49,124,0.1);
  background: #fff;
  color: var(--brand-navy);
}
.ps-chip.market {
  background: oklch(0.95 0.06 65);
  border-color: oklch(0.85 0.1 60);
  color: oklch(0.4 0.14 60);
  display: inline-flex; gap: 4px; align-items: center;
  font-weight: 500;
}
.ps-toolbar .save {
  margin-left: auto;
  background: oklch(0.5 0.2 240);
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11.5px;
  display: inline-flex; gap: 5px; align-items: center;
}
.ps-toolbar .views {
  display: inline-flex; border: 1px solid rgba(1,49,124,0.1); border-radius: 6px; overflow: hidden;
}
.ps-toolbar .views button {
  height: 26px; padding: 0 9px;
  background: #fff; border: none;
  font-size: 11px; color: var(--text-secondary-color);
  font-weight: 500;
  display: inline-flex; gap: 4px; align-items: center;
}
.ps-toolbar .views button.on { background: oklch(0.95 0.06 65); color: oklch(0.4 0.14 60); }

.ps-body {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  flex: 1; min-height: 320px;
}
.ps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px;
  align-content: start;
}
.ps-card {
  border: 1px solid rgba(1,49,124,0.08);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.ps-card .img {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, oklch(0.7 0.06 220), oklch(0.55 0.1 240));
  position: relative;
  overflow: hidden;
}
.ps-card .img.b { background: linear-gradient(135deg, oklch(0.7 0.04 155), oklch(0.5 0.08 165)); }
.ps-card .img.c { background: linear-gradient(135deg, oklch(0.7 0.04 60), oklch(0.55 0.08 50)); }
.ps-card .img.d { background: linear-gradient(135deg, oklch(0.65 0.06 295), oklch(0.45 0.1 285)); }
.ps-card .img::after {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, transparent 0 4px, rgba(255,255,255,0.02) 4px 8px);
}
.ps-card .src {
  position: absolute; top: 6px; left: 6px;
  background: oklch(0.55 0.16 25);
  color: #fff;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.ps-card .save-ic {
  position: absolute; top: 6px; right: 6px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
  display: grid; place-items: center;
  color: rgba(1,49,124,0.6);
}
.ps-card .info { padding: 8px 10px; }
.ps-card .nm { font-size: 12px; font-weight: 600; color: var(--brand-navy); line-height: 1.2; }
.ps-card .nm.on { color: oklch(0.5 0.14 60); }
.ps-card .loc { font-size: 10.5px; color: var(--text-secondary-color); margin-top: 2px; }
.ps-card .sf { font-size: 10.5px; color: var(--text-secondary-color); margin-top: 6px; padding-top: 6px; border-top: 1px solid rgba(1,49,124,0.06); }
.ps-card .add {
  margin-top: 6px;
  display: flex; align-items: center; justify-content: center; gap: 4px;
  padding: 5px;
  border: 1px solid rgba(1,49,124,0.1);
  border-radius: 5px;
  font-size: 10.5px;
  color: var(--brand-navy);
  font-weight: 500;
}
.ps-card.in-crm .add {
  background: oklch(0.95 0.04 155);
  border-color: transparent;
  color: oklch(0.45 0.14 155);
}

.ps-map {
  background: linear-gradient(135deg, oklch(0.95 0.02 220) 0%, oklch(0.92 0.03 200) 100%);
  position: relative;
  border-left: 1px solid rgba(1,49,124,0.08);
}
.ps-map::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(1,49,124,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(1,49,124,0.04) 1px, transparent 1px);
  background-size: 30px 30px;
}
.ps-map::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 60%, oklch(0.85 0.06 155 / 0.35), transparent 30%),
    radial-gradient(circle at 60% 35%, oklch(0.85 0.06 155 / 0.35), transparent 25%),
    radial-gradient(circle at 75% 65%, oklch(0.85 0.06 220 / 0.18), transparent 25%);
}
.ps-map .pin {
  position: absolute;
  width: 24px; height: 24px;
  background: oklch(0.55 0.14 220);
  color: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 10px; font-weight: 700;
  font-family: var(--font-mono);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 2;
}
.ps-map .pin.big { width: 32px; height: 32px; font-size: 11px; }
.ps-map .pin.sm { width: 14px; height: 14px; background: oklch(0.5 0.14 155); }
.ps-map .pin.act { background: oklch(0.55 0.16 25); width: 14px; height: 14px; box-shadow: 0 0 0 6px oklch(0.55 0.16 25 / 0.2); }
.ps-map .label {
  position: absolute;
  font-size: 10px;
  color: rgba(1,49,124,0.55);
  font-weight: 500;
  pointer-events: none;
}
.ps-map .road {
  position: absolute;
  background: rgba(1,49,124,0.06);
  pointer-events: none;
}

/* ── Leasing — Tenant Search ───────────────────────────────────────────── */
.lz-col1 { position: relative; }
.lz-layer { transition: opacity 0.5s ease, transform 0.5s ease; }
.lz-side.lz-layer, .lz-agent.lz-layer { position: absolute; inset: 0; }
.lz-side.lz-layer.hide { opacity: 0; transform: translateX(-14px); pointer-events: none; }
.lz-agent.lz-layer.hide { opacity: 0; transform: translateX(14px); pointer-events: none; }
.lz-agent {
  background: linear-gradient(160deg, #061A38 0%, #0B2748 100%);
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 14px 12px;
  display: flex; flex-direction: column; gap: 12px;
  color: #fff;
}
.lz-agent-head { display: flex; align-items: center; gap: 9px; }
.lz-agent-head .av {
  width: 28px; height: 28px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  background: oklch(0.62 0.15 220); color: #041022;
}
.lz-agent-head .nm { font-size: 12.5px; font-weight: 600; }
.lz-agent-head .sub { font-size: 10.5px; color: rgba(255,255,255,0.6); margin-top: 1px; }
.lz-agent-steps { display: flex; flex-direction: column; gap: 8px; }
.lz-agent-step {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; color: rgba(255,255,255,0.85);
}
.lz-agent-step .ck {
  width: 16px; height: 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex: none;
}
.lz-agent-step.done .ck { background: oklch(0.6 0.16 155); color: #04140a; }
.lz-agent-step.run .ck { border: 1.5px solid rgba(255,255,255,0.3); }
.lz-agent-step.run { color: rgba(255,255,255,0.55); }
.lz-agent-step .spin {
  width: 9px; height: 9px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  animation: lz-spin 0.8s linear infinite;
}
@keyframes lz-spin { to { transform: rotate(360deg); } }
.lz-agent-note {
  margin-top: auto;
  display: flex; align-items: center; gap: 6px;
  font-size: 10.5px; line-height: 1.4;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 7px;
  padding: 8px 9px;
}
.lz-shell {
  display: grid;
  grid-template-columns: 220px 220px 1fr;
  transition: grid-template-columns 0.55s ease;
  min-height: 440px;
  background: var(--bg-primary);
  font-family: var(--font-sans);
}
.lz-side {
  background: var(--bg-secondary);
  border-right: 1px solid rgba(1,49,124,0.08);
  padding: 12px;
  display: flex; flex-direction: column; gap: 6px;
}
.lz-side .lz-prop {
  border: 1px solid rgba(1,49,124,0.08);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
}
.lz-side .lz-prop .nm { font-size: 12.5px; font-weight: 600; color: var(--brand-navy); }
.lz-side .lz-prop .ad { font-size: 10.5px; color: var(--text-secondary-color); margin-top: 2px; }
.lz-side .lz-prop .st { display: inline-flex; gap: 5px; align-items: center; font-size: 10.5px; color: oklch(0.45 0.14 155); margin-top: 6px; }
.lz-side .lz-prop .st .d { width: 5px; height: 5px; border-radius: 50%; background: oklch(0.55 0.14 155); }
.lz-side .lz-prop .st.searching { color: oklch(0.5 0.14 250); }
.lz-side .lz-prop .st.searching .d { background: oklch(0.55 0.16 250); animation: lz-blink 0.9s ease-in-out infinite; }
@keyframes lz-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
.lz-side .lz-item {
  font-size: 11.5px;
  padding: 6px 10px;
  border-radius: 5px;
  color: var(--brand-navy);
  display: flex; align-items: center; gap: 7px;
  font-weight: 500;
}
.lz-side .lz-item.active { background: oklch(0.94 0.05 155); color: oklch(0.4 0.14 155); }
.lz-side .lz-item.active .ic { color: oklch(0.45 0.14 155); }

.lz-cats {
  background: var(--bg-primary);
  border-right: 1px solid rgba(1,49,124,0.08);
  padding: 12px;
  overflow: hidden;
  white-space: nowrap;
  transition: opacity 0.4s ease, padding 0.55s ease;
}
.lz-cats-collapsed {
  opacity: 0;
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
}
.lz-cats h6 {
  font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--text-tertiary-color); font-weight: 600;
  margin: 0 0 8px;
}
.lz-cat {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 8px; align-items: center;
  padding: 7px 0;
  font-size: 11.5px;
  border-bottom: 1px solid rgba(1,49,124,0.05);
}
.lz-cat .d { width: 8px; height: 8px; border-radius: 50%; }
.lz-cat .d.a { background: oklch(0.65 0.14 60); }
.lz-cat .d.b { background: oklch(0.6 0.14 295); }
.lz-cat .d.c { background: oklch(0.55 0.14 220); }
.lz-cat .d.d { background: oklch(0.6 0.14 25); }
.lz-cat .d.e { background: oklch(0.55 0.14 155); }
.lz-cat .d.f { background: oklch(0.55 0.14 195); }
.lz-cat .nm { color: var(--brand-navy); }
.lz-cat .ct { color: var(--text-tertiary-color); font-family: var(--font-mono); font-size: 11px; }

.lz-prospects {
  background: linear-gradient(135deg, #04122A 0%, #0A2039 100%);
  color: #fff;
  padding: 14px;
  display: flex; flex-direction: column; gap: 10px;
  position: relative;
}
.lz-prospects::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 60% 50%, rgba(91,216,255,0.05) 0%, transparent 50%),
    repeating-linear-gradient(to right, transparent 0 60px, rgba(255,255,255,0.02) 60px 61px),
    repeating-linear-gradient(to bottom, transparent 0 60px, rgba(255,255,255,0.02) 60px 61px);
  pointer-events: none;
}
.lz-prospects-head {
  display: flex; gap: 10px; align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.85);
  position: relative;
}
.lz-prospects-head .ct { margin-left: auto; font-size: 10.5px; color: rgba(255,255,255,0.45); font-family: var(--font-mono); }
.lz-prospect {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  align-items: center;
  padding: 8px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 7px;
  position: relative;
  z-index: 1;
}
.lz-prospect .nm { font-size: 12px; font-weight: 600; color: #fff; }
.lz-prospect .meta { font-size: 10.5px; color: rgba(255,255,255,0.6); margin-top: 2px; display: flex; gap: 5px; flex-wrap: wrap; align-items: center; }
.lz-prospect .meta .pin {
  background: oklch(0.94 0.04 220 / 0.15);
  color: #93BFEA;
  padding: 1px 5px;
  border-radius: 3px;
}
.lz-prospect .score {
  font-size: 12.5px;
  font-weight: 700;
  color: oklch(0.78 0.16 155);
  background: oklch(0.4 0.1 155 / 0.3);
  border: 1px solid oklch(0.5 0.12 155 / 0.4);
  padding: 4px 9px;
  border-radius: 6px;
  font-variant-numeric: tabular-nums;
}
.lz-prospect .insig {
  grid-column: 1 / -1;
  font-size: 10.5px;
  color: oklch(0.85 0.06 155);
  display: inline-flex; gap: 4px; align-items: center;
  margin-top: 4px;
}
.lz-map-dots {
  position: absolute; inset: 0;
  pointer-events: none;
}
.lz-map-dots .d {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 12px currentColor;
}
.lz-map-dots .d.ping::after {
  content: "";
  position: absolute; inset: -3px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  animation: lz-ping 1.4s ease-out infinite;
}
@keyframes lz-ping {
  0%   { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(2.4); opacity: 0; }
}

/* ── OM Cover (East Park style) ────────────────────────────────────────── */
.omc-shell {
  background: linear-gradient(180deg, oklch(0.45 0.08 230) 0%, oklch(0.25 0.06 240) 60%, oklch(0.15 0.04 245) 100%);
  position: relative;
  min-height: 420px;
  display: flex; flex-direction: column;
  color: #fff;
  overflow: hidden;
  font-family: var(--font-sans);
}
.omc-shell::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(4,18,42,0.2) 0%, rgba(4,18,42,0.85) 70%),
    radial-gradient(ellipse at 70% 30%, rgba(91,216,255,0.1) 0%, transparent 50%);
}
.omc-shell::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0; height: 60%;
  background-image: repeating-linear-gradient(
    90deg, transparent 0 60px, rgba(255,255,255,0.025) 60px 61px
  );
  pointer-events: none;
  mix-blend-mode: overlay;
}
.omc-content {
  position: relative;
  z-index: 1;
  padding: 32px 36px 28px;
  display: flex; flex-direction: column;
  height: 100%;
}
.omc-eyebrow {
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
  color: oklch(0.78 0.14 75);
}
.omc-title {
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 14px;
  color: #fff;
}
.omc-addr {
  display: inline-flex; gap: 6px; align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin-top: 16px;
}
.omc-stats {
  display: flex; gap: 10px;
  margin-top: 20px;
}
.omc-stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 10px 14px;
  min-width: 120px;
}
.omc-stat .lab {
  font-size: 10px; letter-spacing: 0.07em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); font-weight: 600;
}
.omc-stat .v {
  font-size: 18px; font-weight: 700;
  color: #fff;
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.012em;
}
.omc-summary {
  margin-top: auto;
  padding-top: 32px;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 32px;
  align-items: end;
}
.omc-summary .ribbon {
  display: inline-flex; align-items: center;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: oklch(0.78 0.14 75); font-weight: 700;
  padding: 6px 14px;
  border: 1px solid oklch(0.6 0.14 75 / 0.4);
  border-radius: 999px;
  margin-bottom: 12px;
}
.omc-summary h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0;
  max-width: 38ch;
  text-wrap: balance;
}
.omc-summary .kpi {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 14px;
}
.omc-summary .kpi .lab {
  font-size: 9.5px; letter-spacing: 0.07em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); font-weight: 600;
}
.omc-summary .kpi .v {
  font-size: 26px; font-weight: 700;
  color: oklch(0.78 0.14 75);
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.015em;
}

/* ── UW Overview tiles ─────────────────────────────────────────────────── */
.uwo-shell {
  background: var(--bg-secondary);
  padding: 16px;
  min-height: 420px;
  font-family: var(--font-sans);
}
.uwo-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
}
.uwo-head .nm { font-size: 16px; font-weight: 600; color: var(--brand-navy); letter-spacing: -0.012em; }
.uwo-head .draft {
  font-size: 10.5px; padding: 2px 8px; border-radius: 4px;
  background: oklch(0.95 0.06 65); color: oklch(0.5 0.15 65);
  font-weight: 600; letter-spacing: 0.04em;
}
.uwo-head .ad { font-size: 11.5px; color: var(--text-secondary-color); }
.uwo-head .keys {
  margin-left: auto;
  display: flex; gap: 18px;
  font-size: 11px;
}
.uwo-head .keys .k { display: flex; flex-direction: column; align-items: flex-end; }
.uwo-head .keys .lab { font-size: 9.5px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-tertiary-color); font-weight: 600; }
.uwo-head .keys .v {
  font-size: 13px; font-weight: 600;
  color: oklch(0.45 0.14 155);
  font-variant-numeric: tabular-nums;
  margin-top: 1px;
}
.uwo-head .conf {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px;
  padding: 4px 10px;
  background: oklch(0.94 0.05 155);
  color: oklch(0.4 0.14 155);
  border-radius: 999px;
  font-weight: 500;
}
.uwo-head .conf .d { width: 5px; height: 5px; border-radius: 50%; background: oklch(0.5 0.14 155); }

.uwo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.uwo-tile {
  background: oklch(0.96 0.04 155);
  border: 1px solid oklch(0.85 0.06 155);
  border-radius: 8px;
  padding: 12px 14px;
}
.uwo-tile.warn { background: oklch(0.97 0.05 75); border-color: oklch(0.85 0.1 75); }
.uwo-tile .lab {
  font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text-secondary-color); font-weight: 600;
}
.uwo-tile .v {
  font-size: 22px; font-weight: 700;
  color: oklch(0.5 0.14 155);
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.018em;
}
.uwo-tile.warn .v { color: oklch(0.55 0.16 75); }
.uwo-tile .sub { font-size: 10.5px; color: var(--text-secondary-color); margin-top: 4px; }
.uwo-tile { position: relative; }
.uwo-tile .stepper {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid oklch(0.78 0.05 155);
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}
.uwo-tile.warn .stepper {
  border-color: oklch(0.78 0.08 75);
}
.uwo-tile .stepper button {
  background: transparent;
  border: 0;
  width: 18px;
  height: 13px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: oklch(0.42 0.14 155);
  padding: 0;
}
.uwo-tile.warn .stepper button {
  color: oklch(0.48 0.16 75);
}
.uwo-tile .stepper button:hover {
  background: rgba(255, 255, 255, 0.95);
}
.uwo-tile .stepper button + button {
  border-top: 1px solid oklch(0.85 0.05 155 / 0.6);
}
.uwo-tile.warn .stepper button + button {
  border-top-color: oklch(0.85 0.08 75 / 0.6);
}

.uwo-sens {
  margin-top: 14px;
  background: #fff;
  border: 1px solid rgba(1,49,124,0.08);
  border-radius: 10px;
  padding: 16px;
}
.uwo-sens h6 {
  font-size: 13px; font-weight: 600;
  color: var(--brand-navy); margin: 0 0 12px;
  letter-spacing: -0.012em;
}
.uwo-sens h6 small { font-size: 11px; font-weight: 500; color: var(--text-secondary-color); margin-left: 6px; }
.uwo-sens-grid {
  display: grid;
  grid-template-columns: 110px repeat(5, 1fr);
  gap: 2px;
  font-size: 11px;
}
.uwo-sens-grid .cell {
  padding: 6px 8px;
  text-align: right;
  font-variant-numeric: tabular-nums;
  border-radius: 3px;
}
.uwo-sens-grid .hd { color: var(--text-tertiary-color); font-size: 10px; font-weight: 600; }
.uwo-sens-grid .rowlab { color: var(--text-secondary-color); text-align: left; font-weight: 500; }
.uwo-sens-grid .v-base { background: oklch(0.96 0.04 75); color: oklch(0.4 0.14 75); font-weight: 600; }
.uwo-sens-grid .v-good { color: oklch(0.5 0.14 155); }
.uwo-sens-grid .v-meh { color: oklch(0.55 0.14 75); }
.uwo-sens-grid .v-bad { color: oklch(0.55 0.16 25); }
