.sleuth { max-width: 1120px; margin: 0 auto; color: #20262b; }
.sleuth-search { padding: 18px 0 20px; border-bottom: 3px solid #263b4a; }
.sleuth-search label { display: block; margin-bottom: 7px; font-size: 0.86rem; font-weight: 700; text-transform: uppercase; color: #43535d; }
.sleuth-search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.sleuth-search input { min-width: 0; padding: 12px; border: 1px solid #81909a; border-radius: 4px; font: inherit; font-size: 1.08rem; background: #fff; }
.sleuth-search button { padding: 0 20px; border: 1px solid #173c50; border-radius: 4px; color: #fff; background: #245b73; font-weight: 700; cursor: pointer; }
.sleuth-search button:hover { background: #173f54; }
.sleuth-policy { margin: 8px 0 0; color: #636b70; font-size: 0.82rem; }
.sleuth-altcha { margin-top: 12px; }
.sleuth-altcha > span { display: block; color: #526168; font-size: 0.78rem; font-weight: 700; }
.sleuth-altcha-error { border-left: 4px solid #a12828; background: #fbe9e9; color: #6e1d1d; }
.sleuth-report-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 24px 0 14px; border-bottom: 1px solid #9aa6ad; }
.sleuth-kicker { color: #5c6970; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; }
.sleuth-report-head h2 { margin: 4px 0 0; font-size: 1.8rem; line-height: 1.15; overflow-wrap: anywhere; }
.sleuth-e164 { color: #315a69; font-family: monospace; font-size: 1rem; }
.sleuth-alert { margin: 14px 0; padding: 10px 12px; border-left: 4px solid #607d8b; background: #edf3f5; line-height: 1.45; }
.sleuth-alert-error { border-color: #a12828; background: #fbe9e9; color: #6e1d1d; }
.sleuth-alert-scope { border-color: #8c6816; background: #fff7df; }
.sleuth-alert-info { border-color: #356d86; background: #edf7fa; }
.sleuth-section { padding: 19px 0 23px; border-bottom: 1px solid #c7cfd3; }
.sleuth-section h3 { margin: 0 0 13px; color: #263b4a; font-size: 1.08rem; }
.sleuth-section h4 { margin: 0; padding: 9px 11px; background: #e8edef; color: #34434b; font-size: 0.9rem; }
.sleuth-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid #d7dcdf; }
.sleuth-facts > div { display: grid; grid-template-columns: minmax(120px, 38%) minmax(0, 1fr); gap: 10px; padding: 8px 10px; border-bottom: 1px solid #d7dcdf; }
.sleuth-facts dt { color: #5b666c; font-size: 0.78rem; font-weight: 700; }
.sleuth-facts dd { min-width: 0; margin: 0; overflow-wrap: anywhere; }
.sleuth-facts dd small { display: block; margin-top: 3px; color: #687278; line-height: 1.3; }
.sleuth-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sleuth-column { border: 1px solid #cbd2d6; }
.sleuth-column .sleuth-facts { grid-template-columns: 1fr; border-top: 0; }
.sleuth-locked-result { position: relative; min-height: 168px; overflow: hidden; background: #eef1f2; }
.sleuth-locked-preview { min-height: 168px; filter: blur(6px); opacity: 0.58; pointer-events: none; user-select: none; transform: scale(1.02); }
.sleuth-locked-message { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; padding: 18px; background: rgba(238, 241, 242, 0.38); color: #263b4a; font-weight: 700; text-align: center; }
.sleuth-carrier-warning { margin: 0 0 12px; padding: 10px 12px; border-left: 4px solid #a12828; background: #fbe9e9; color: #6e1d1d; font-size: 0.86rem; font-weight: 700; }
.sleuth-signals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.sleuth-signal { min-width: 0; padding: 11px; border: 1px solid #bdc8cd; border-left: 4px solid #667d89; background: #f7f9fa; }
.sleuth-signal-strong { border-left-color: #b04430; background: #fff3ef; }
.sleuth-signal span, .sleuth-signal small { display: block; color: #627077; font-size: 0.76rem; }
.sleuth-signal strong { display: block; margin: 4px 0; overflow-wrap: anywhere; }
.sleuth-facility-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 38%); gap: 18px; }
.sleuth-facility-layout > .sleuth-facts { grid-template-columns: 1fr; }
.sleuth-map iframe { display: block; width: 100%; height: 330px; border: 1px solid #aab5ba; background: #f2f4f5; }
.sleuth-map small { display: block; margin-top: 5px; color: #687278; }
.sleuth-empty { margin: 0; padding: 12px; color: #687278; }
@media (max-width: 760px) {
  .sleuth-report-head { display: block; }
  .sleuth-e164 { display: block; margin-top: 7px; }
  .sleuth-facts, .sleuth-columns, .sleuth-signals, .sleuth-facility-layout { grid-template-columns: 1fr; }
  .sleuth-facts > div { grid-template-columns: minmax(105px, 38%) minmax(0, 1fr); }
  .sleuth-map iframe { height: 280px; }
}
@media (max-width: 460px) {
  .sleuth-search-row { grid-template-columns: 1fr; }
  .sleuth-search button { min-height: 42px; }
  .sleuth-report-head h2 { font-size: 1.42rem; }
  .sleuth-facts > div { display: block; }
  .sleuth-facts dd { margin-top: 3px; }
}
