:root {
  color-scheme: dark;
  --bg: #080d18;
  --surface: #0e1625;
  --surface-2: #131e30;
  --surface-3: #19263a;
  --line: #25334a;
  --text: #f4f7fb;
  --muted: #8f9db1;
  --green: #20d47a;
  --green-soft: rgba(32, 212, 122, .14);
  --amber: #ffb020;
  --red: #ff5f6d;
  --blue: #56a8ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: var(--bg); color: var(--text); -webkit-tap-highlight-color: transparent; }
button, input, select { font: inherit; }
button { color: inherit; }
.hidden { display: none !important; }
.muted { color: var(--muted); }
.eyebrow { margin: 0 0 7px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin-bottom: 9px; font-size: 30px; letter-spacing: -.035em; }
h2 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
h3 { margin-bottom: 5px; font-size: 20px; letter-spacing: -.02em; }
h4 { margin-bottom: 18px; font-size: 15px; }

.login-screen { display: grid; grid-template-columns: 1.12fr .88fr; width: 100%; height: 100%; background: radial-gradient(circle at 20% 20%, #11263b 0, var(--bg) 46%); }
.login-visual { position: relative; display: grid; place-content: center; overflow: hidden; border-right: 1px solid rgba(255,255,255,.06); }
.login-visual > p { position: absolute; bottom: 48px; width: 100%; color: #66758c; font-size: 10px; font-weight: 800; letter-spacing: .34em; text-align: center; }
.signal-core { z-index: 2; display: flex; align-items: center; gap: 8px; height: 104px; padding: 0 31px; border: 1px solid rgba(32,212,122,.25); border-radius: 26px; background: rgba(8,13,24,.74); box-shadow: 0 0 70px rgba(32,212,122,.12), inset 0 0 28px rgba(32,212,122,.05); backdrop-filter: blur(10px); }
.signal-core span, .brand-mark i { display: block; width: 5px; border-radius: 5px; background: var(--green); box-shadow: 0 0 12px rgba(32,212,122,.55); }
.signal-core span:nth-child(1) { height: 25px; }.signal-core span:nth-child(2) { height: 61px; }.signal-core span:nth-child(3) { height: 43px; }.signal-core span:nth-child(4) { height: 16px; }
.signal-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(32,212,122,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 330px; height: 330px; animation: pulse 4s ease-in-out infinite; }.orbit-two { width: 510px; height: 510px; animation: pulse 4s 1s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: .35; transform: translate(-50%,-50%) scale(.96); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.03); } }
.login-card { align-self: center; width: min(410px, calc(100% - 70px)); margin: auto; padding: 42px; border: 1px solid var(--line); border-radius: 22px; background: rgba(14,22,37,.93); box-shadow: 0 26px 80px rgba(0,0,0,.36); }
.login-card > .muted { margin-bottom: 30px; line-height: 1.55; }
.login-card label, .settings-panel > label, .user-form > label { display: grid; gap: 8px; margin-bottom: 16px; color: #c6cfdb; font-size: 12px; font-weight: 650; }
input, select { min-height: 43px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: #0a111e; color: var(--text); transition: border .2s, box-shadow .2s; }
input:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(32,212,122,.10); }
input[readonly] { color: var(--muted); cursor: not-allowed; }
.form-error { min-height: 18px; margin: 12px 0 0; color: var(--red); font-size: 12px; }
.login-foot { display: flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.primary, .ghost, .icon-button, .nav-item, .mode-button { border: 0; border-radius: 9px; cursor: pointer; transition: transform .15s, background .2s, color .2s, opacity .2s; }
.primary { min-height: 42px; padding: 0 18px; background: var(--green); color: #04130b; font-weight: 800; }
.primary:hover { background: #34e58c; }.primary:active, .ghost:active { transform: translateY(1px); }
.primary:disabled { opacity: .5; cursor: progress; }
.ghost { min-height: 36px; padding: 0 13px; border: 1px solid var(--line); background: transparent; color: #b9c5d4; font-size: 12px; }
.ghost:hover { border-color: #3a4b65; background: rgba(255,255,255,.035); color: #fff; }
.full { width: 100%; }

.app-shell { display: grid; grid-template-columns: 235px 1fr; width: 100%; height: 100%; }
.sidebar { display: flex; flex-direction: column; padding: 24px 17px 18px; border-right: 1px solid var(--line); background: #0a111e; }
.brand { display: flex; align-items: center; gap: 12px; padding: 0 9px 30px; }
.brand > div:last-child { display: grid; }.brand strong { font-size: 14px; letter-spacing: .12em; }.brand span { margin-top: 3px; color: #627087; font-size: 8px; font-weight: 750; letter-spacing: .18em; }
.brand-mark { display: flex; align-items: center; gap: 3px; width: 33px; height: 33px; padding: 8px; border-radius: 9px; background: var(--green-soft); }
.brand-mark i { width: 3px; }.brand-mark i:nth-child(1) { height: 8px; }.brand-mark i:nth-child(2) { height: 17px; }.brand-mark i:nth-child(3) { height: 12px; }.brand-mark i:nth-child(4) { height: 6px; }
.brand-mark.small { margin-bottom: 24px; }
nav { display: grid; gap: 5px; }
.nav-item { display: flex; align-items: center; gap: 12px; min-height: 43px; padding: 0 13px; background: transparent; color: #7f8da2; font-size: 13px; text-align: left; }
.nav-item span { width: 20px; color: #617089; font-size: 17px; text-align: center; }
.nav-item:hover { background: rgba(255,255,255,.035); color: #d9e1eb; }
.nav-item.active { background: var(--green-soft); color: #e8fff2; font-weight: 700; }.nav-item.active span { color: var(--green); }
.sidebar-status { display: grid; grid-template-columns: 9px 1fr; align-items: center; gap: 11px; margin: auto 6px 15px; padding: 14px 11px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.02); }
.sidebar-status > div:last-child { display: grid; gap: 3px; min-width: 0; }.sidebar-status strong { font-size: 11px; }.sidebar-status span { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); }.status-dot.online { background: var(--green); box-shadow: 0 0 10px rgba(32,212,122,.6); }.status-dot.busy { background: var(--amber); box-shadow: 0 0 10px rgba(255,176,32,.55); }.status-dot.offline { background: var(--red); }.status-dot.neutral { background: #667085; }

.main-content { min-width: 0; height: 100%; overflow: hidden; background: radial-gradient(circle at 100% 0, rgba(33,73,93,.18), transparent 35%), var(--bg); }
.topbar { display: flex; align-items: center; justify-content: space-between; height: 86px; padding: 0 33px; border-bottom: 1px solid var(--line); background: rgba(8,13,24,.75); }
.operator-chip { display: flex; align-items: center; gap: 10px; }.operator-chip > div:nth-child(2) { display: grid; gap: 2px; }.operator-chip strong { font-size: 12px; }.operator-chip span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.avatar { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #2c4055; border-radius: 9px; background: #142335; color: var(--green); font-size: 11px; font-weight: 800; }
.icon-button { width: 34px; height: 34px; margin-left: 6px; background: transparent; color: #7f8da2; font-size: 18px; }.icon-button:hover { background: var(--surface-3); color: #fff; }
.view { display: none; height: calc(100% - 86px); padding: 27px 33px 37px; overflow: auto; }.view.active { display: block; }

.operation-banner { display: flex; align-items: center; justify-content: space-between; padding: 20px 23px; border: 1px solid #234336; border-radius: 13px; background: linear-gradient(100deg, rgba(32,212,122,.09), rgba(14,22,37,.8) 58%); }
.operation-banner h3 { margin-bottom: 4px; }.operation-banner p:last-child { margin-bottom: 0; font-size: 12px; }
.meter-pair { display: flex; gap: 22px; }.meter-pair > div { display: grid; grid-template-columns: 30px 105px; align-items: center; gap: 8px; }.meter-pair span { color: var(--muted); font-size: 9px; font-weight: 800; }
.meter { height: 7px; overflow: hidden; border-radius: 10px; background: #07100c; }.meter i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--amber) 75%, var(--red)); transition: width .08s linear; }
.toolbar { display: flex; align-items: center; gap: 18px; margin: 20px 0 27px; }.selection-count { margin-left: auto; color: var(--muted); font-size: 11px; }.selection-count strong { color: var(--text); font-size: 14px; }
.segmented { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 9px; background: #0a111e; }.mode-button { min-height: 30px; padding: 0 12px; background: transparent; color: var(--muted); font-size: 11px; }.mode-button.active { background: var(--surface-3); color: #fff; }
.toggle { display: inline-flex; align-items: center; gap: 9px; color: #aeb9c8; font-size: 11px; cursor: pointer; }.toggle > input { position: absolute; opacity: 0; pointer-events: none; }.toggle > span { position: relative; width: 34px; height: 19px; border-radius: 12px; background: #263247; transition: background .2s; }.toggle > span::after { content: ""; position: absolute; left: 3px; top: 3px; width: 13px; height: 13px; border-radius: 50%; background: #93a0b3; transition: transform .2s, background .2s; }.toggle > input:checked + span { background: rgba(32,212,122,.28); }.toggle > input:checked + span::after { background: var(--green); transform: translateX(15px); }.toggle.row { align-items: flex-start; grid-template-columns: auto 1fr; }.toggle.row > div { display: grid; gap: 4px; }.toggle.row small { color: var(--muted); font-size: 10px; font-weight: 400; }
.section-heading, .two-column-head { display: flex; align-items: flex-end; justify-content: space-between; }.section-heading { margin-bottom: 14px; }.section-heading h3, .two-column-head h3 { margin-bottom: 0; }.section-heading.compact { margin-bottom: 19px; }.two-column-head { margin-bottom: 22px; }.two-column-head .muted { margin: 0; font-size: 12px; }
.contacts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); gap: 11px; min-height: 100px; }
.contact-card { position: relative; display: grid; grid-template-columns: 39px 1fr 18px; align-items: center; gap: 11px; min-height: 72px; padding: 13px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); cursor: pointer; transition: border .18s, background .18s, transform .18s; }
.contact-card:hover { border-color: #3a4b65; transform: translateY(-1px); }.contact-card.selected { border-color: rgba(32,212,122,.6); background: var(--green-soft); }.contact-card.offline { opacity: .53; }
.contact-avatar { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 9px; background: #1b2a3e; color: #a9bdd2; font-size: 11px; font-weight: 800; }.contact-card.selected .contact-avatar { background: rgba(32,212,122,.16); color: var(--green); }
.contact-info { display: grid; min-width: 0; gap: 4px; }.contact-info strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.contact-info span { color: var(--muted); font-size: 9px; }.contact-check { display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid #415069; border-radius: 50%; color: transparent; font-size: 10px; }.selected .contact-check { border-color: var(--green); background: var(--green); color: #07120c; }
.empty-state { display: grid; place-items: center; min-height: 90px; color: var(--muted); font-size: 12px; }
.talk-dock { position: sticky; bottom: -37px; display: grid; grid-template-columns: 1fr 160px 1fr; align-items: center; min-height: 195px; margin-top: 18px; padding: 20px 0 28px; background: linear-gradient(180deg, transparent, var(--bg) 20%); }
.talk-button { position: relative; display: grid; place-content: center; justify-self: center; width: 126px; height: 126px; border: 2px solid rgba(32,212,122,.55); border-radius: 50%; outline: 8px solid rgba(32,212,122,.04); background: radial-gradient(circle at 50% 35%, #1a3b2c, #0b1c14 70%); color: #dcffeb; box-shadow: 0 0 0 1px #0a1310, 0 18px 45px rgba(0,0,0,.36), inset 0 0 28px rgba(32,212,122,.09); cursor: pointer; user-select: none; transition: transform .14s, border .2s, background .2s; }
.talk-button strong { font-size: 17px; letter-spacing: .12em; }.talk-button small { margin-top: 5px; color: #7fb694; font-size: 8px; text-transform: uppercase; }.talk-button:not(:disabled):hover { transform: scale(1.025); }.talk-button:disabled { filter: grayscale(1); opacity: .42; cursor: not-allowed; }.talk-button.transmitting { border-color: var(--amber); outline-color: rgba(255,176,32,.08); background: radial-gradient(circle at 50% 35%, #4b3210, #211607 70%); color: #fff1cc; animation: onair 1.25s ease-in-out infinite; }.talk-button.transmitting small { color: #d5a34a; }
@keyframes onair { 0%,100% { box-shadow: 0 0 0 1px #241a08, 0 0 0 0 rgba(255,176,32,.16); } 50% { box-shadow: 0 0 0 1px #241a08, 0 0 0 18px rgba(255,176,32,0); } }
.active-sessions { justify-self: end; max-width: 230px; color: var(--muted); font-size: 10px; text-align: right; line-height: 1.5; }.talk-hint { display: flex; align-items: center; gap: 8px; justify-self: start; color: var(--muted); font-size: 9px; }.talk-hint kbd { padding: 5px 9px; border: 1px solid var(--line); border-bottom-width: 2px; border-radius: 5px; background: var(--surface); color: #cbd5df; }

.panel { padding: 21px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.matrix-wrapper { max-height: 48vh; overflow: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.matrix-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 11px; }.matrix-table th, .matrix-table td { min-width: 70px; height: 50px; padding: 8px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }.matrix-table th { position: sticky; top: 0; z-index: 2; background: #111d2d; color: #aab6c7; font-weight: 650; }.matrix-table th:first-child { left: 0; z-index: 3; min-width: 150px; text-align: left; }.matrix-table td:first-child { position: sticky; left: 0; z-index: 1; min-width: 150px; background: #0d1725; text-align: left; }.matrix-table tr:last-child td { border-bottom: 0; }.matrix-table th:last-child, .matrix-table td:last-child { border-right: 0; }
.matrix-check { width: 19px; height: 19px; min-height: 0; accent-color: var(--green); cursor: pointer; }.matrix-self { color: #455269; }
.user-form { display: grid; grid-template-columns: 1.1fr repeat(4, 1fr) auto; align-items: end; gap: 13px; margin-top: 18px; }.user-form > div h3 { margin-bottom: 14px; }.user-form > label { margin: 0; }.user-form input, .user-form select { width: 100%; min-width: 0; }.user-form .primary { margin-bottom: 0; }

.settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.settings-panel { display: grid; align-content: start; }.settings-panel:nth-child(3) { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); gap: 18px; }.settings-panel:nth-child(3) h4 { grid-column: 1 / -1; }.settings-panel > label:last-child { margin-bottom: 0; }.settings-save { grid-column: 1 / -1; justify-self: end; min-width: 180px; }

.diagnostic-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 15px; }.stat-card { display: grid; gap: 7px; padding: 18px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }.stat-card span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; }.stat-card strong { font-size: 21px; }.stat-card small { color: #647289; font-size: 9px; }
.sessions-table { display: grid; gap: 5px; }.session-row { display: grid; grid-template-columns: 1.3fr .8fr .7fr .7fr; gap: 10px; padding: 10px 12px; border-radius: 7px; background: #0a121f; color: #aab6c7; font-size: 10px; }.session-row strong { color: #e7edf4; }.log-panel { margin-top: 15px; }.runtime-logs { max-height: 210px; overflow: auto; border-radius: 7px; background: #070c14; font-family: "Cascadia Code", Consolas, monospace; }.log-line { display: grid; grid-template-columns: 72px 52px 1fr; gap: 10px; padding: 7px 10px; border-bottom: 1px solid #111927; color: #9daabd; font-size: 9px; }.log-line .warn { color: var(--amber); }.log-line .error { color: var(--red); }.log-line .info { color: var(--green); }
.toast-region { position: fixed; right: 22px; bottom: 22px; z-index: 20; display: grid; gap: 8px; width: 330px; pointer-events: none; }.toast { padding: 13px 15px; border: 1px solid #36465f; border-radius: 9px; background: #152033; box-shadow: 0 15px 40px rgba(0,0,0,.4); color: #dce4ed; font-size: 11px; animation: toastin .2s ease-out; }.toast.error { border-color: rgba(255,95,109,.5); }.toast.success { border-color: rgba(32,212,122,.5); }
@keyframes toastin { from { opacity: 0; transform: translateY(8px); } }

 .matrix-tools-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 15px; }
.matrix-tool-wide { grid-column: 1 / -1; }
.inline-form { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }.inline-form input, .inline-form select { min-width: 0; flex: 1; }.inline-form button { flex: 0 0 auto; }
.tool-list { display: grid; gap: 8px; }.tool-card { display: grid; gap: 8px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: #0a121f; }.tool-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.tool-card small { color: var(--muted); font-size: 9px; }.tool-card select[multiple] { min-height: 72px; }.tool-card .primary, .tool-card .ghost { justify-self: end; }

  .diagnostic-cards { grid-template-columns: repeat(2, 1fr); }.matrix-tools-grid { grid-template-columns: 1fr; }.matrix-tool-wide { grid-column: auto; }
}

.badge-last-caller {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(86, 168, 255, 0.15);
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: .05em;
  vertical-align: middle;
}
.contact-card.last-caller {
  border-color: rgba(86, 168, 255, 0.45);
  box-shadow: 0 0 10px rgba(86, 168, 255, 0.12);
}
.last-caller-tag {
  font-size: 8px;
  background: rgba(86, 168, 255, 0.15);
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 1px 4px;
  border-radius: 3px;
  margin-left: 6px;
  font-weight: 800;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

/* Responsividade Completa para Celulares e Tablets */
@media (max-width: 900px) {
  html, body {
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100%;
  }
  .login-screen {
    grid-template-columns: 1fr;
    overflow-y: auto;
    min-height: 100vh;
    height: auto;
  }
  .login-visual {
    display: none;
  }
  .login-card {
    width: min(420px, calc(100% - 32px));
    padding: 24px 18px;
    margin: 24px auto;
  }
  .app-shell {
    display: flex;
    flex-direction: column;
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
  }
  .sidebar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    height: auto;
    flex-shrink: 0;
  }
  .brand {
    padding: 0;
  }
  .brand-mark.small {
    margin-bottom: 0;
  }
  nav {
    display: flex;
    flex-direction: row;
    gap: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-item {
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  .sidebar-status {
    display: none;
  }
  .main-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    height: auto !important;
    overflow: visible !important;
  }
  .topbar {
    height: 56px;
    padding: 0 14px;
    flex-shrink: 0;
  }
  .topbar #view-title {
    font-size: 18px;
  }
  .topbar #view-eyebrow {
    font-size: 8px;
    margin-bottom: 2px;
  }
  .view {
    height: auto !important;
    min-height: calc(100vh - 120px);
    overflow: visible !important;
    padding: 14px 14px 170px !important;
  }
  .operation-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
  }
  .meter-pair {
    width: 100%;
    justify-content: space-between;
  }
  .toolbar {
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0;
  }
  .selection-count {
    margin-left: 0;
    width: 100%;
  }
  .contacts-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
  }
  .contact-card {
    min-height: 64px;
    padding: 10px;
    gap: 8px;
    grid-template-columns: 32px 1fr 16px;
  }
  .contact-avatar {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
  .contact-info strong {
    font-size: 11px;
  }
  .contact-info span {
    font-size: 8px;
  }
  .talk-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(180deg, rgba(8,13,24,0.92), var(--bg) 50%);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 10px 14px 18px;
    margin-top: 0;
    justify-items: center;
    text-align: center;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.5);
  }
  .active-sessions {
    justify-self: center;
    text-align: center;
    max-width: 100%;
    font-size: 9px;
  }
  .talk-button {
    width: 90px;
    height: 90px;
  }
  .talk-button strong {
    font-size: 13px;
  }
  .talk-hint {
    justify-self: center;
    font-size: 8px;
  }
  .user-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .settings-grid {
    grid-template-columns: 1fr;
  }
  .diagnostic-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .matrix-wrapper {
    max-height: 50vh;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 480px) {
  .nav-item span {
    display: none;
  }
  .nav-item {
    padding: 0 8px;
    font-size: 11px;
  }
  .topbar {
    padding: 0 10px;
  }
  .operator-chip strong {
    font-size: 10px;
  }
  .contacts-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
  .diagnostic-cards {
    grid-template-columns: 1fr;
  }
  .meter-pair > div {
    grid-template-columns: 24px 80px;
  }
}


