/* ============================================================
   ConectApex · Sistema de diseño v2 ("nivel agencia")
   Paleta: navy profundo + dorado refinado + neutros fríos.
   OJO: NO renombrar clases — app.js las genera/usa tal cual.
   ============================================================ */
:root {
  --navy: #16335c;
  --navy-2: #1c4272;
  --navy-dark: #0f2444;
  --ink: #101c2e;
  --side: #0d1b31;
  --side-2: #16274a;
  --gold: #c9a227;
  --gold-light: #e3c558;
  --red: #c0392b;
  --green: #178a50;
  --bg: #f2f5f9;
  --card: #ffffff;
  --text: #1e2a3a;
  --muted: #67748a;
  --line: #e4e9f1;
  --ring: rgba(201, 162, 39, 0.22);
  --shadow-card: 0 1px 2px rgba(16, 28, 46, 0.04), 0 8px 24px -12px rgba(16, 28, 46, 0.12);
  --sidebar-w: 248px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* ==================== SHELL: sidebar + content ==================== */
.app { display: flex; min-height: 100vh; }

.sidebar {
  width: var(--sidebar-w);
  flex: none;
  background: linear-gradient(180deg, var(--side) 0%, #0a1424 100%);
  color: #c3cde0;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 40;
}
.side-brand {
  display: flex; align-items: center; gap: 11px;
  padding: 20px 20px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.side-logo { width: 38px; height: 38px; object-fit: contain; flex: none;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.4)); }
.side-name { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; color: #fff; line-height: 1; }
.side-name span { color: var(--gold-light); }
.side-tag { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: #7c8bab; margin-top: 3px; }

.side-nav { display: flex; flex-direction: column; padding: 12px 0; gap: 2px; flex: 1; }
.side-nav .side-label { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #5a6a89; padding: 10px 24px 6px; }
.side-nav .tab {
  display: flex; align-items: center; gap: 12px;
  text-align: left;
  background: none; border: none; cursor: pointer;
  color: #a9b6d0; font-size: 13.5px; font-weight: 600;
  margin: 0 10px;
  padding: 10px 13px;
  border-radius: 10px;
  transition: background 0.12s, color 0.12s;
}
.side-nav .tab svg { width: 18px; height: 18px; flex: none; stroke-width: 2; opacity: 0.85; }
.side-nav .tab:hover { background: rgba(255, 255, 255, 0.06); color: #fff; }
.side-nav .tab.active {
  color: #fff;
  background: linear-gradient(90deg, rgba(201, 162, 39, 0.18), rgba(201, 162, 39, 0.05));
  box-shadow: inset 3px 0 0 var(--gold);
}
.side-nav .tab.active svg { color: var(--gold-light); opacity: 1; }
.side-foot { padding: 14px 20px; font-size: 11px; color: #55637f; border-top: 1px solid rgba(255, 255, 255, 0.06); }

.content { flex: 1; min-width: 0; display: flex; flex-direction: column; }

/* ==================== Topbar ==================== */
.topbar {
  background: var(--card);
  border-bottom: 1px solid var(--line);
  padding: 10px 24px;
  min-height: 62px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  position: sticky; top: 0; z-index: 30;
}
.menu-btn { display: none; background: none; border: none; font-size: 22px; color: var(--navy); cursor: pointer; }
.project-pick {
  display: flex; flex-direction: column; gap: 2px;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--muted);
}
#project-select {
  font-size: 14px; font-weight: 700; min-width: 170px;
  padding: 7px 11px; border-radius: 9px;
  border: 1px solid var(--line); background: #f8fafc; color: var(--navy);
  text-transform: none; letter-spacing: 0; cursor: pointer;
}
#project-select:hover { border-color: #cbd6e4; }

/* --- Indicadores de estado: neutros con punto de color (no gritan) --- */
.pills { display: flex; gap: 8px; flex-wrap: wrap; margin-left: auto; align-items: center; }
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 600;
  padding: 5px 12px 5px 10px; border-radius: 999px;
  background: #fff; color: var(--text);
  border: 1px solid var(--line);
  box-shadow: 0 1px 2px rgba(16, 28, 46, 0.04);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.pill::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: #94a3b8; flex: none;
}
.pill.ok::before { background: #1fa45d; box-shadow: 0 0 0 3px rgba(31, 164, 93, 0.14); }
.pill.off::before { background: #d64545; box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.13); }
.pill.agent-auto {
  background: linear-gradient(135deg, #132a4c, var(--navy));
  color: #fff; border-color: #132a4c;
}
.pill.agent-auto::before { background: var(--gold-light); box-shadow: 0 0 0 3px rgba(227, 197, 88, 0.25); }

/* --- Usuario: avatar + nombre/rol + acciones con icono --- */
.user-box { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.u-avatar {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--navy-2), var(--navy-dark));
  color: #fff; font-size: 12.5px; font-weight: 800; letter-spacing: 0.02em;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--line);
}
.u-meta { display: flex; flex-direction: column; line-height: 1.15; }
.user-box .u-name { color: var(--ink); font-weight: 700; font-size: 13px; }
.user-box .u-role {
  color: var(--muted); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  background: none; padding: 0; border-radius: 0;
}
.u-sep { width: 1px; height: 24px; background: var(--line); margin: 0 2px; }
.icon-btn {
  width: 34px; height: 34px; border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--line); color: var(--muted);
  cursor: pointer; transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.icon-btn svg { width: 17px; height: 17px; }
.icon-btn:hover { background: #f4f6fa; color: var(--navy); border-color: #cbd6e4; }
.icon-btn.on { color: var(--green); border-color: #bfe0cd; background: #f2faf5; }

/* ==================== Layout de secciones ==================== */
main { max-width: 1080px; width: 100%; margin: 0 auto; padding: 24px 24px 60px; }
.tab-panel { display: none; flex-direction: column; gap: 18px; }
.tab-panel.active { display: flex; animation: fade 0.25s ease both; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.card {
  background: var(--card);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: var(--shadow-card);
  border: 1px solid #e9edf4;
}
.card h2 { font-size: 15.5px; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 13px; display: flex; align-items: center; gap: 8px; }

/* ==================== Dashboard: tiles ==================== */
.dash-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }
.dash-card {
  position: relative; overflow: hidden;
  border: none; border-radius: 14px; padding: 18px 18px 16px;
  color: #fff; cursor: pointer; text-align: left;
  min-height: 96px; display: flex; flex-direction: column; justify-content: center;
  box-shadow: 0 3px 12px rgba(15, 36, 68, 0.14);
  transition: transform 0.12s, box-shadow 0.12s;
  background: linear-gradient(140deg, #3a4a63, #2a3750);
}
.dash-card:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(15, 36, 68, 0.22); }
.dash-card .n { font-size: 29px; font-weight: 800; line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.dash-card .l { font-size: 12.5px; opacity: 0.95; margin-top: 7px; font-weight: 500; line-height: 1.25; }
.dash-card .ic { position: absolute; right: 14px; bottom: 10px; font-size: 30px; opacity: 0.22; line-height: 1; }
.dash-card.c-green { background: linear-gradient(140deg, #1da55c, #10713c); }
.dash-card.c-blue  { background: linear-gradient(140deg, #2f80d9, #1d55ab); }
.dash-card.c-gold  { background: linear-gradient(140deg, #d9af33, #b9871c); color: #33280a; }
.dash-card.c-red   { background: linear-gradient(140deg, #d95643, #ab3225); }
.dash-card.c-purple{ background: linear-gradient(140deg, #7f54e0, #5f36ba); }
.dash-card.c-teal  { background: linear-gradient(140deg, #14a3a3, #0d7c7c); }
.dash-card.c-orange{ background: linear-gradient(140deg, #e8862f, #c96517); }
.dash-card.c-navy  { background: linear-gradient(140deg, #2a3a5a, #142039); }
.dash-card.c-gold .l, .dash-card.c-gold .ic { color: #33280a; }

/* ==================== Forms ==================== */
form { display: flex; flex-direction: column; gap: 13px; }
label { display: flex; flex-direction: column; gap: 5px; font-size: 13px; font-weight: 600; color: var(--navy); flex: 1; }
label.small { max-width: 190px; }
label.check { flex-direction: row; align-items: center; gap: 7px; font-weight: 500; flex: none; }
.field-title { font-size: 13px; font-weight: 600; color: var(--navy); }
input, select, textarea {
  font-family: inherit; font-size: 14px; font-weight: 400;
  padding: 9px 12px; border: 1px solid #d9e1ec; border-radius: 9px;
  color: var(--text); background: #fff; width: 100%;
  transition: border-color 0.12s, box-shadow 0.12s;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--ring);
}
textarea { resize: vertical; }
.row { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; align-items: flex-end; }
.row > input[type="text"] { flex: 1; min-width: 160px; }
.check input { width: auto; }

/* ==================== Buttons ==================== */
button { font-family: inherit; cursor: pointer; }
.btn-primary {
  background: linear-gradient(180deg, var(--navy-2), var(--navy));
  color: #fff; border: 1px solid #12294a; border-radius: 9px;
  padding: 10px 22px; font-size: 14px; font-weight: 600; align-self: flex-start;
  box-shadow: 0 1px 2px rgba(16, 28, 46, 0.18);
  transition: filter 0.12s, transform 0.06s;
}
.btn-primary:hover { filter: brightness(1.12); }
.btn-primary:active { transform: translateY(1px); }
.btn-primary:disabled { opacity: 0.55; cursor: not-allowed; }
.btn-ghost { background: #fff; color: var(--navy); border: 1px solid #d9e1ec; border-radius: 9px; padding: 7px 14px; font-size: 13px; font-weight: 600; transition: background 0.12s, border-color 0.12s; }
.btn-ghost:hover { background: #f4f6fa; border-color: #cbd6e4; }
.btn-ghost.danger { color: var(--red); border-color: #ecc9c4; }
.btn-ghost.danger:hover { background: #fdf4f3; }

/* ==================== Media buttons ==================== */
.media-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.upload-btn { display: inline-flex; align-items: center; background: #fff; color: var(--navy); border: 1px solid #d9e1ec; border-radius: 9px; padding: 9px 16px; font-size: 13px; font-weight: 600; cursor: pointer; flex: none; }
.upload-btn:hover { background: #f4f6fa; }
.upload-btn input { display: none; }
.upload-btn.disabled { opacity: 0.4; pointer-events: none; }
.upload-btn.active { border-color: var(--gold); background: #fbf7ea; color: var(--navy-dark); }
.media-item { display: flex; justify-content: space-between; align-items: center; background: #f6f8fb; border: 1px solid var(--line); border-radius: 8px; padding: 6px 11px; font-size: 13px; margin-top: 6px; }
.media-item a { color: var(--red); font-weight: 600; }

/* ==================== Tables ==================== */
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 10px; border-bottom: 1px solid var(--line); }
th { font-size: 11px; text-transform: uppercase; color: var(--muted); letter-spacing: 0.06em; font-weight: 700; }
tbody tr:hover { background: #f8fafd; }
td { font-variant-numeric: tabular-nums; }

/* ==================== Badges ==================== */
.badge { font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 999px; display: inline-block; }
.badge.ok { background: #e5f6ec; color: #14713f; }
.badge.no { background: #fcebe9; color: var(--red); }
.badge.pending { background: #fdf3d5; color: #8a6d00; }
.badge.window { background: #e3eefc; color: #1f4e8c; }

/* ==================== Picker ==================== */
.picker-block { display: flex; flex-direction: column; gap: 6px; }
.picker-head { display: flex; gap: 10px; align-items: baseline; flex-wrap: wrap; }
.picker { max-height: 220px; overflow-y: auto; border: 1px solid var(--line); border-radius: 10px; padding: 8px; background: #fbfcfe; }
.picker label { flex-direction: row; align-items: center; gap: 8px; font-weight: 500; padding: 4px; flex: none; }
.picker label input { width: auto; }

/* ==================== Quema-SIM: tarjeta de numero (SIM card) ==================== */
.sim-card { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin-bottom: 12px; background: #fff; }
.sim-top { display: flex; align-items: center; gap: 12px; }
.sim-ava { width: 46px; height: 46px; border-radius: 50%; flex: none; object-fit: cover; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--line); }
.sim-ava.ini { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--navy-2), var(--navy-dark)); color: #fff; font-size: 15px; font-weight: 800; }
.sim-id { flex: 1; min-width: 0; }
.sim-id strong { font-size: 15px; }
.sim-actions { display: flex; gap: 6px; flex-wrap: wrap; }
.sim-fields { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.sim-fields label { flex: none; min-width: 170px; }
.sim-fields .btn-ghost { align-self: flex-end; }

/* ==================== Quema-SIM: pool de numeros + semaforo ==================== */
.pool { display: flex; flex-direction: column; gap: 6px; border: 1px solid var(--line); border-radius: 10px; padding: 8px; background: #fbfcfe; max-height: 260px; overflow-y: auto; }
.pool-item { display: flex; align-items: center; gap: 10px; font-size: 13.5px; padding: 7px 9px; border-radius: 8px; cursor: pointer; font-weight: 500; }
.pool-item:hover { background: #f1f4f9; }
.pool-item.off { opacity: 0.55; cursor: not-allowed; }
.pool-item input { width: auto; flex: none; }
.pool-name { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pool-info { font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.pdot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.pdot.green { background: #1fa45d; box-shadow: 0 0 0 3px rgba(31, 164, 93, 0.14); }
.pdot.yellow { background: #e0a90b; box-shadow: 0 0 0 3px rgba(224, 169, 11, 0.16); }
.pdot.red { background: #d64545; box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.13); }
.pool-cap { font-size: 12.5px; color: var(--muted); margin-top: 8px; }
.pool-cap b { color: var(--navy); font-variant-numeric: tabular-nums; }

/* ==================== Campaigns / progress / metrics ==================== */
.campaign-item { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px; background: #fff; transition: border-color 0.12s; }
.campaign-item:hover { border-color: #cbd6e4; }
.campaign-item .flex { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.campaign-item .meta { font-size: 13px; color: var(--muted); }
.campaign-item strong { color: var(--navy); }
.progress { height: 8px; background: #e8ecf3; border-radius: 6px; overflow: hidden; margin-top: 10px; }
.progress > span { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 6px; }
.progress-label { font-size: 12px; color: var(--muted); margin-top: 5px; font-variant-numeric: tabular-nums; }
.metrics { display: flex; gap: 8px; flex-wrap: wrap; margin: 4px 0 12px; }
.metric { flex: 1; min-width: 84px; border: 1px solid var(--line); border-radius: 10px; padding: 10px 6px; text-align: center; background: #fbfcfe; }
.metric .num { font-size: 21px; font-weight: 800; color: var(--navy); line-height: 1.2; font-variant-numeric: tabular-nums; }
.metric .lbl { font-size: 10px; text-transform: uppercase; color: var(--muted); letter-spacing: 0.05em; }
.metric.sent .num { color: #1f6fd1; }
.metric.ok .num { color: #14713f; }
.metric.read .num { color: #9a7414; }
.metric.bad .num { color: var(--red); }

/* ==================== Catalogo + preview WhatsApp ==================== */
.catalog-card { border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin-bottom: 14px; background: #fff; }
.catalog-card h3 { font-size: 14px; color: var(--navy); margin-bottom: 2px; }
.catalog-card .desc { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.tpl-meta { font-size: 11px; color: var(--muted); margin: 8px 0; }
.create-result { font-size: 12px; margin-left: 8px; }
.ok-text { color: #14713f; font-weight: 600; }
.wa-preview { background: #e7dfd4; border-radius: 12px; padding: 16px; }
.wa-bubble { background: #fff; border-radius: 9px 9px 9px 2px; padding: 10px 12px; font-size: 13.5px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); max-width: 360px; position: relative; }
.wa-header { font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.wa-body { white-space: pre-wrap; line-height: 1.4; }
.wa-body .var { background: #fdf3d5; border-radius: 3px; padding: 0 4px; font-size: 12.5px; font-weight: 600; color: #6b5414; }
.wa-time { font-size: 10px; color: #8a8a8a; text-align: right; margin-top: 3px; }
.wa-footer { color: var(--muted); font-size: 11px; margin-top: 7px; }
.wa-buttons { margin-top: 8px; }
.wa-btn { text-align: center; color: #1f6fd1; font-size: 13px; font-weight: 600; border-top: 1px solid var(--line); padding: 7px 0 1px; }

/* ==================== Misc ==================== */
.hint { font-size: 12px; color: var(--muted); }
.hint code, .card code { background: #f1f4f9; padding: 1px 5px; border-radius: 4px; font-size: 12px; color: var(--navy); }
.hidden { display: none !important; }
.notice { background: #fdf8e7; border: 1px solid #e6cf87; border-radius: 10px; padding: 11px 13px; font-size: 13px; color: #6b5414; margin-bottom: 14px; }
.msg-error { color: var(--red); font-size: 12px; }
#ai-output, #csv-result, #settings-status { margin-top: 10px; }
.ai-result { background: #fbf7ea; border: 1px solid #e6cf87; border-radius: 10px; padding: 12px; font-size: 14px; white-space: pre-wrap; margin-top: 10px; }
.status-line { display: flex; align-items: center; gap: 8px; font-size: 14px; padding: 6px 0; }
.dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.dot.ok { background: #1fa45d; box-shadow: 0 0 0 3px rgba(31, 164, 93, 0.14); }
.dot.off { background: #d64545; box-shadow: 0 0 0 3px rgba(214, 69, 69, 0.13); }

/* Scrollbars sutiles en listas internas */
.threads-list::-webkit-scrollbar, .picker::-webkit-scrollbar, .bubbles::-webkit-scrollbar { width: 8px; }
.threads-list::-webkit-scrollbar-thumb, .picker::-webkit-scrollbar-thumb, .bubbles::-webkit-scrollbar-thumb { background: #d5dce7; border-radius: 8px; }

/* ==================== Toasts ==================== */
#toast-wrap { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 8px; z-index: 9999; max-width: 92vw; }
.toast {
  background: #fff; color: var(--ink);
  border: 1px solid var(--line); border-left: 4px solid #64748b;
  padding: 11px 15px; border-radius: 11px; font-size: 13.5px; font-weight: 500;
  box-shadow: 0 12px 32px rgba(16, 28, 46, 0.18);
  opacity: 0; transform: translateY(8px); transition: opacity 0.18s, transform 0.18s; max-width: 360px;
}
.toast.show { opacity: 1; transform: translateY(0); }
.toast.ok { border-left-color: #1fa45d; }
.toast.err { border-left-color: #d64545; }

/* ==================== Responsive: sidebar colapsable ==================== */
.side-backdrop { display: none; }
@media (max-width: 860px) {
  .sidebar {
    position: fixed; left: 0; top: 0; height: 100vh;
    transform: translateX(-100%); transition: transform 0.22s ease;
    box-shadow: 6px 0 24px rgba(0, 0, 0, 0.3);
  }
  .app.side-open .sidebar { transform: translateX(0); }
  .app.side-open .side-backdrop { display: block; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.42); z-index: 35; }
  .menu-btn { display: inline-block; }
  main { padding: 16px 14px 50px; }
  .pills { margin-left: 0; }
  .u-meta { display: none; } /* en movil: solo avatar + iconos */
}

/* ==================== Grafica + accesibilidad ==================== */
.chart-box { min-height: 90px; }
.chart-box svg { display: block; }
.side-nav .tab:focus-visible, .btn-primary:focus-visible, .btn-ghost:focus-visible, .dash-card:focus-visible, .icon-btn:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .tab-panel.active { animation: none; }
  .dash-card, .sidebar { transition: none; }
  .toast { transition: opacity 0.01s; }
}

/* ===== Modulo Servidor (salud del VPS) ===== */
.srv-tile { cursor: default; }
.srv-sess { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #e3e7ed; border-radius: 10px; margin-bottom: 8px; background: #fff; }
.srv-dot { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; }
.srv-dot.ok { background: #1d9e5f; box-shadow: 0 0 0 3px rgba(29, 158, 95, 0.15); }
.srv-dot.qr { background: #e6a700; box-shadow: 0 0 0 3px rgba(230, 167, 0, 0.15); }
.srv-dot.bad { background: #d3382f; box-shadow: 0 0 0 3px rgba(211, 56, 47, 0.15); }
.srv-sess .lbl { font-weight: 700; color: #16335c; }
.srv-sess .sub { color: #6b7787; font-size: 12.5px; }
.srv-sess .st { margin-left: auto; font-size: 12.5px; font-weight: 700; color: #16335c; }
