:root {
  --nn-primary: #17a2b8;
  --nn-success: #28a745;
  --nn-warning: #ffc107;
  --nn-danger: #e34f62;
  --nn-info: #17a2b8;
  --nn-claret: #aa4954;
  --nn-white: #e8e8e8;
  --nn-grey: #9aa0a6;
  --bg: #121212;
  --panel: #1a1a1a;
  --card: #222;
  --line: #2c2c2c;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
.ecd-body,
.login-body {
  min-height: 100vh;
  color: var(--nn-white);
  font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 15px;
  background-color: #070b12;
  background-image:
    radial-gradient(ellipse 80% 50% at 12% -8%, rgba(28, 181, 224, 0.28), transparent 58%),
    radial-gradient(ellipse 70% 45% at 108% 8%, rgba(196, 48, 62, 0.2), transparent 52%),
    radial-gradient(ellipse 90% 40% at 50% 115%, rgba(18, 70, 130, 0.18), transparent 55%),
    linear-gradient(165deg, #0a1018 0%, #07090e 42%, #0b0f16 100%);
  background-attachment: fixed;
}
.ecd-body::before,
.login-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(80, 190, 230, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 190, 230, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 20%, #000 10%, transparent 78%);
}
.ecd-body::after,
.login-body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 110%, rgba(28, 181, 224, 0.08), transparent 45%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55));
}
.ecd-body > *,
.login-body > * { position: relative; z-index: 1; }
a { color: #4aa3ff; }
a:hover { color: #7cbcff; text-decoration: none; }

.header-menu-nav {
  background: rgba(8, 12, 20, 0.78) !important;
  border-bottom: 1px solid rgba(28, 181, 224, 0.2);
  margin-bottom: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.header-menu-nav .navbar-brand {
  color: #1cb5e0 !important;
  font-weight: 700;
  letter-spacing: .04em;
}
.header-menu-auth { display: flex; gap: 8px; align-items: center; }
.btn-fungun {
  background: linear-gradient(180deg, #3fd0f0, #1cb5e0);
  border: 0;
  color: #041820 !important;
  font-weight: 700;
  padding: 7px 14px;
  font-size: 13px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(28, 181, 224, 0.25);
}
.btn-fungun:hover { background: #33c5ec; color: #041820 !important; }

.container { max-width: 1540px; }
.left-menu-nav {
  background: rgba(10, 14, 22, 0.72) !important;
  min-height: calc(100vh - 56px);
  padding: 0;
  align-items: stretch;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}
.left-menu-online { padding: 18px 0 8px; }
.online-num {
  font-size: 42px;
  color: #1cb5e0;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.online-text {
  text-align: center;
  color: #888;
  font-size: 12px;
  margin-top: 4px;
}
.online-border {
  height: 1px;
  background: #2a2a2a;
  margin: 12px 16px 4px;
}
.left-menu-ul { width: 100%; padding: 0; margin: 0; }
.left-menu-ul .nav-item { width: 100%; }
.left-menu-ul .nav-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #d6d6d6;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 14px;
  border-left: 3px solid transparent;
}
.left-menu-ul .nav-item a:hover { background: #1e1e1e; color: #fff; }
.left-menu-ul .nav-item a.active {
  background: #163445;
  border-left-color: #1cb5e0;
  color: #fff;
}
.left-menu-icon { color: #3d9fd6; font-size: 14px; }
.left-menu-hr { height: 1px; background: #242424; list-style: none; margin: 0; }
.badge-new {
  font-size: 9px;
  background: #dc3545;
  color: #fff;
  padding: 1px 5px;
  margin-left: 6px;
  vertical-align: super;
  border-radius: 2px;
  text-transform: uppercase;
}
.left-menu-delimiter { height: 12px; }
.svarog-side {
  margin: 12px;
  padding: 14px;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  min-height: 120px;
}
.svarog-side-title { color: #1cb5e0; font-weight: 700; margin-bottom: 6px; }
.svarog-side-text { color: #888; font-size: 13px; }

.main-col { padding: 16px 4px 40px 8px; }
.jumbotron.main-jumbotron {
  background: transparent;
  padding: 0;
  margin: 0;
}
.main-panel {
  position: relative;
  background: rgba(12, 16, 24, 0.72);
  border: 1px solid rgba(28, 181, 224, 0.16);
  padding: 16px 16px 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 16px;
}
.angle-top-bottom, .angle-left-right, .angle-right-left, .angle-bottom-top { display: none; }

.report-title { display: flex; justify-content: space-between; margin-bottom: 10px; }
.report-title .left, .report-title .right { display: flex; align-items: baseline; gap: 6px; }
.report-title .left { position: relative; }
.report-title h1 { font-size: 26px; font-weight: 700; margin: 0; color: #fff; }
.report-title .nick { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.border_text { height: 2px; width: 48px; background: #1cb5e0; margin: 6px 0 14px; }
.btn-xs.btn-default {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  color: #ddd;
  padding: 2px 8px;
  margin-right: 6px;
  line-height: 1.4;
}
.btn-xs.btn-default:hover { color: #fff; }

#ecd-result { padding: .75rem; background: #222; border: 1px solid #2f2f2f; margin-bottom: 8px; }
#ecd-result .result-status { position: relative; font-size: 20px; margin-bottom: 0; padding: 10px 14px; font-weight: 700; }
#ecd-result .result-status[data-status="success"] { background: #1e7e34; color: #fff; }
#ecd-result .result-status[data-status="warning"] { background: #b8860b; color: #111; }
#ecd-result .result-status[data-status="danger"],
#ecd-result .result-status[data-status="hack"] { background: #a12738; color: #fff; }
#ecd-result .result-status[data-status="scanning"] { background: #1a4a7a; color: #fff; }
#ecd-result .result-status .remove-link { position: absolute; right: 12px; top: 12px; font-size: 14px; font-weight: 400; }
#ecd-result p { margin: 8px 0 0; color: #ddd; }
#ecd-result p .fa-info {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  background: #17a2b8;
  color: #fff;
  font-size: 10px;
  margin-right: 6px;
  vertical-align: middle;
}

h1, h2 { color: #fff; }
h2 { font-size: 22px; font-weight: 700; margin: 28px 0 12px; }

.table-dark2 {
  color: #e6e6e6;
  background: #1f1f1f;
  font-weight: 700;
  font-size: 14px;
}
.table-dark2 th { color: #d0d0d0; background: #191919; border-color: #2c2c2c !important; }
.table-dark2 td, .table-dark2 th { border-color: #2c2c2c !important; }
.table-dark2 tbody tr:nth-child(odd) { background: #1d1d1d; }
.table-dark2 tbody tr:nth-child(even) { background: #222; }
.table-dark2 tbody tr:hover { background: #2a2a2a; color: #fff; }
.thead-dark2 th { background: #171717 !important; color: #fff; }
#ecd-report-left th, #ecd-report-right th { min-width: 200px; font-weight: 600; color: #bbb; width: 42%; }
#ecd-report-left .steamid img,
.steamid img {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-right: 4px;
}
.user_ip img,
.address img.country-flag {
  width: 16px;
  height: 11px;
  vertical-align: sub;
  margin-right: 4px;
}
.address img.hosting-icon {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-right: 4px;
}
.summary .badge { font-size: 13px; padding: 4px 8px; border: 1px solid #28a745; background: transparent; color: #3ddc6a; }
.build-icon { display: inline-block; position: relative; width: 16px; height: 16px; vertical-align: middle; margin-right: 4px; }
.build-icon.size-24 { width: 24px; height: 24px; margin-right: 6px; }
.build-icon img { width: 100%; height: 100%; }
.build-icon.steam::before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  background-image: url("img/steam18.png");
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: -1px -1px 3px #0087ffd1;
  border-radius: 50%;
  display: block;
  transition: all .2s;
}
.build-icon.steam.size-24::before { width: 12px; height: 12px; }

#ecd-buttons { display: flex; flex-wrap: wrap; row-gap: 30px; column-gap: 30px; }
.btn-out {
  background: #2a2a2a;
  border: 1px solid #5a5a5a;
  color: #e8e8e8;
  min-width: 160px;
  padding: 10px 28px;
  font-size: 18px;
  font-weight: 600;
}
.btn-out:hover { border-color: #fff; color: #fff; background: #333; }

#ecd-reports { font-size: 15px; margin: 0; width: 100%; table-layout: fixed; border: 0; }
#ecd-reports th,
#ecd-reports td {
  padding: 8px 10px;
  vertical-align: middle;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  border-color: #2c2c2c !important;
}
#ecd-reports thead th {
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  color: #d0d0d0 !important;
  background: #171717 !important;
  font-weight: 700;
}
#ecd-reports col.col-nick { width: 168px; }
#ecd-reports col.col-ip { width: 138px; }
#ecd-reports col.col-server { width: auto; }
#ecd-reports col.col-status { width: 128px; }
#ecd-reports col.col-before { width: 44px; }
#ecd-reports col.col-time { width: 118px; }
#ecd-reports col.col-more { width: 108px; }
#ecd-reports .more { text-align: right; overflow: visible; }
#ecd-reports .btn-more {
  display: inline-block;
  background: transparent;
  min-width: 0;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  border-radius: 2px;
  border: 1px solid #28a745;
  color: #3ddc6a;
  text-decoration: none;
}
#ecd-reports .btn-more:hover { color: #fff; border-color: #fff; background: transparent; }
#ecd-reports .btn-more.text-warning { border-color: #ffc107; color: #ffc107; }
#ecd-reports .btn-more.text-danger,
#ecd-reports .btn-more.text-claret { border-color: #e34f62; color: #e34f62; }
#ecd-reports .btn-more.text-info { border-color: #17a2b8; color: #17a2b8; }
#ecd-reports td.nick { overflow: hidden; }
#ecd-reports td.nick .nick-cell {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
#ecd-reports td.nick .nick-cell a {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}
#ecd-reports td.nick .nick-cell a:hover { text-decoration: none; }
#ecd-reports td.hostname,
#ecd-reports th:nth-child(3) {
  white-space: normal;
  overflow: hidden;
  word-break: break-word;
  line-height: 1.3;
}
#ecd-reports td.hostname .fg-clickable {
  display: block;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
}
#ecd-reports td.user_ip {
  font-variant-numeric: tabular-nums;
  overflow: hidden;
}
#ecd-reports td.user_ip img {
  vertical-align: middle;
  margin-right: 6px;
}
#ecd-reports td.before { text-align: center; }
#ecd-reports th.col-before { text-align: center; }
#ecd-reports .status-mini {
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0;
  gap: 6px;
  font-size: 15px;
}
.fg-clickable { cursor: pointer; }
#ecd-reports .before .text { position: relative; }
#ecd-reports .before .hack,
#ecd-reports .before .danger,
#ecd-reports .before .warning,
#ecd-reports .before .success {
  position: absolute;
  right: -8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
#ecd-reports .before .hack { top: -1px; background: #aa4954; }
#ecd-reports .before .danger { top: 4px; background: #e34f62; }
#ecd-reports .before .warning { top: 9px; background: #ffc107; }
#ecd-reports .before .success { display: none; background: #28a745; }

.loading, .empty { text-align: left; font-weight: 400; color: var(--nn-grey); padding: 24px 12px; }
.text-success { color: #28a745 !important; }
.text-warning { color: #ffc107 !important; }
.text-danger { color: #e34f62 !important; }
.text-info { color: #17a2b8 !important; }
.text-claret { color: #aa4954 !important; }

.ecd-list-tools {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 8px 0 12px;
  align-items: center;
}
.dataTables_filter { display: flex; gap: 8px; align-items: center; margin-left: auto; }
.dataTables_filter input, .dataTables_filter select {
  background: #111;
  border: 1px solid #333;
  color: #eee;
  min-width: 180px;
}

.dt-top, .dt-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.dt-top { margin: 8px 0 12px; }
.dt-bottom { margin-top: 10px; }
#ecd-reports_filter {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
#ecd-search-info-btn { font-size: 16px; padding: 0; color: #e8e8e8; }
#ecd-search-info-btn:hover { color: #1cb5e0; }
#ecd-reports_filter input {
  background: #fff;
  border: 1px solid #c8c8c8;
  color: #222;
  min-width: 220px;
  height: 32px;
  border-radius: 2px;
}
.dataTables_info { color: #888; font-size: 13px; }
.dataTables_paginate .pagination .page-link {
  background: #222;
  border-color: #333;
  color: #ddd;
  min-width: 34px;
  text-align: center;
}
.dataTables_paginate .pagination .page-item.active .page-link {
  background: #1cb5e0;
  border-color: #1cb5e0;
  color: #041820;
}
.dataTables_paginate .pagination .page-item.disabled .page-link {
  background: #1a1a1a;
  color: #555;
}
.btn-out.btn-md {
  min-width: auto;
  padding: 4px 14px;
  font-size: 14px;
}
.btn-out.btn-success,
a.btn-out.btn-success {
  background: #1e7e34;
  border-color: #28a745;
  color: #fff !important;
}
.btn-out.btn-success:hover,
a.btn-out.btn-success:hover { background: #28a745; color: #fff !important; }

.modal {
  position: fixed;
  inset: 0;
  background: #0009;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  z-index: 50;
  overflow: auto;
}
.modal[hidden] { display: none !important; }
.modal-content { background: #1b1b1b; border: 1px solid #333; }
.modal-dark2 { color: #ddd; }
.modal-title { color: #fff; font-size: 22px; }
.modal .close { color: #fff; opacity: .8; text-shadow: none; }
.modal-data { overflow: auto; max-height: 70vh; }
.table-code td, .table-code th { font-family: Consolas, monospace; font-size: 12px; white-space: nowrap; }

.footer {
  border-top: 1px solid #2a2a2a;
  padding: 24px 8px 40px;
  text-align: center;
  color: #888;
}
.footer .group { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-bottom: 12px; }
.footer .group a { color: #9aa0a6; }
.footer .copy a { color: #1cb5e0; font-weight: 700; }

.page-sub { color: #8a93a3; font-size: 13px; margin: 4px 0 0; }
.status-mini {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  font-size: 13px;
  font-weight: 700;
}
.report-hero {
  position: relative;
  padding: 18px 20px 20px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(20, 28, 42, .92), rgba(12, 16, 24, .88));
  border: 1px solid rgba(28, 181, 224, .18);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
  overflow: hidden;
}
.report-hero::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #1cb5e0;
}
.report-hero.status-success::before { background: #2ecc71; }
.report-hero.status-warning::before { background: #ffc107; }
.report-hero.status-danger::before,
.report-hero.status-hack::before { background: #e34f62; }
.report-hero.status-scanning::before { background: #3d9fd6; }
.report-hero-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.report-kicker { color: #e34f62; font-weight: 800; letter-spacing: .08em; font-size: 12px; text-transform: uppercase; }
.report-num { margin-left: auto; color: #8a93a3; font-weight: 600; }
.report-nick { font-size: 32px; font-weight: 800; margin: 4px 0 12px; color: #fff; letter-spacing: -.02em; }
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 16px;
  background: rgba(46, 204, 113, .12);
  border: 1px solid rgba(46, 204, 113, .35);
}
.status-pill.text-warning { background: rgba(255, 193, 7, .12); border-color: rgba(255, 193, 7, .4); }
.status-pill.text-danger,
.status-pill.text-claret { background: rgba(227, 79, 98, .14); border-color: rgba(227, 79, 98, .4); }
.status-pill.text-info { background: rgba(28, 181, 224, .12); border-color: rgba(28, 181, 224, .35); }
.stat-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
}
.pill-ok { color: #2ecc71; border-color: rgba(46,204,113,.3); background: rgba(46,204,113,.1); }
.pill-bad { color: #ff8a96; border-color: rgba(227,79,98,.35); background: rgba(227,79,98,.12); }
.pill-blue { color: #61afef; }
.pill-violet { color: #c678dd; }
.pill-gold { color: #e5c07b; }
.pill-red { color: #e06c75; }
.report-notes { margin-top: 12px; color: #cfd6e0; }
.report-notes p { margin: 4px 0 0; }
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 8px;
}
.info-card {
  background: rgba(14, 18, 26, .7);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 16px 16px 8px;
}
.info-card h3 {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1cb5e0;
  font-weight: 800;
}
.info-card dl { margin: 0; }
.info-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.info-row:last-child { border-bottom: 0; }
.info-row dt { color: #8a93a3; font-weight: 600; font-size: 13px; }
.info-row dd { margin: 0; color: #fff; font-weight: 600; text-align: right; word-break: break-word; }
.section-title {
  font-size: 13px !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a93a3 !important;
  margin: 28px 0 12px !important;
  font-weight: 800 !important;
}
.empty-ok { color: #2ecc71 !important; font-weight: 600; }
#ecd-reports_filter input,
.dataTables_filter input, .dataTables_filter select {
  background: rgba(8, 12, 20, .8);
  border: 1px solid rgba(28, 181, 224, .22);
  color: #eee;
  border-radius: 10px;
  padding: 8px 12px;
}
.table-dark2 {
  border-radius: 12px;
  overflow: hidden;
}
.btn-out {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  color: #e8e8e8;
  min-width: 160px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
}
.btn-out:hover { border-color: #1cb5e0; color: #fff; background: rgba(28, 181, 224, .12); }
.left-menu-ul .nav-item a.active {
  background: linear-gradient(90deg, rgba(28,181,224,.18), transparent);
  border-left-color: #1cb5e0;
  color: #fff;
}
.online-num {
  text-shadow: 0 0 24px rgba(28, 181, 224, .45);
}

@media (max-width: 991px) {
  .info-grid { grid-template-columns: 1fr; }
  .report-nick { font-size: 24px; }
}

.login-body { display: grid; place-items: center; }
.login-card {
  width: min(420px, 92vw);
  background: rgba(16, 20, 28, 0.88);
  border: 1px solid rgba(28, 181, 224, 0.18);
  padding: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}
.login-card h1 { margin: 8px 0; }
.login-card label { display: block; margin: 16px 0 10px; color: #888; }
.login-card input {
  width: 100%;
  background: #111;
  border: 1px solid #333;
  color: #eee;
  padding: 10px 12px;
}
.btn.primary {
  background: #1cb5e0;
  border: 0;
  color: #041820;
  padding: 10px 18px;
  font-weight: 700;
  cursor: pointer;
}
.error { color: #e34f62; min-height: 1.2em; }
.muted { color: #888; }
.brand-mark.big { color: #1cb5e0; font-size: 28px; font-weight: 800; }

.form-reports-remove { display: flex; flex-direction: column; row-gap: 10px; }
.table-remove-reports tr td:first-child { border-left: 4px solid transparent !important; width: 36px; }
.table-remove-reports tr.selected td:first-child { border-left: 4px solid #1cb5e0 !important; }
.remove-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 16px; }
.remove-actions .total { font-size: 18px; color: var(--nn-grey); margin-right: 8px; }
.btn-danger {
  background: #a12738;
  border: 1px solid #c0392b;
  color: #fff;
  padding: 10px 18px;
  font-weight: 700;
  cursor: pointer;
}
.btn-danger:hover { background: #c0392b; color: #fff; }
#ecd-result .result-status .remove-link { color: #7cbcff; }

.page-head h1 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  vertical-align: middle;
  word-break: break-word;
}
.left-menu-lg-none {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px 8px;
}
.left-menu-lg-none .online-num {
  font-size: 28px;
  min-width: 48px;
  color: #1cb5e0;
}
.left-menu-lg-none .online-right { flex: 1; min-width: 0; }
.left-menu-lg-none .online-text {
  text-align: left;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.left-menu-lg-none .navbar-brand { padding: 0; font-size: 18px; color: #1cb5e0 !important; }
.left-menu-lg-none .navbar-toggler {
  border: 1px solid rgba(28, 181, 224, 0.35);
  padding: 6px 8px;
}
.navbar-collapse.show { display: flex !important; width: 100%; }
.scan-table-wrap {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  background: rgba(10, 14, 20, .35);
}

@media (max-width: 991px) {
  .ecd-body, .login-body { background-attachment: scroll; }
  .left-menu-nav { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(28, 181, 224, 0.12); }
  .main-col { padding: 12px 0 28px; }
  .container { padding-left: 10px; padding-right: 10px; }
  .header-menu-nav .container { padding-left: 12px; padding-right: 12px; }
  .header-menu-nav .navbar-brand { font-size: 16px; }
  .btn-fungun { padding: 6px 10px; font-size: 12px; }
}
@media (max-width: 767.98px) {
  .main-panel { padding: 14px 12px 20px; }
  .page-head h1, .report-title h1 { font-size: 18px; line-height: 1.3; }
  .report-title { display: block; }
  .report-title .left { flex-wrap: wrap; }
  .dt-top, .dt-bottom { flex-direction: column; align-items: stretch; }
  #ecd-reports_filter { margin-left: 0; width: 100%; }
  #ecd-reports_filter input,
  .dataTables_filter input { min-width: 0; width: 100%; }
  .dataTables_paginate .pagination { flex-wrap: wrap; justify-content: center; }
  .dataTables_info { text-align: center; }
  #ecd-buttons { row-gap: 10px; column-gap: 10px; }
  #ecd-buttons .btn {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
    padding: 12px 10px;
    font-size: 15px;
  }
  #ecd-report-left th, #ecd-report-right th { min-width: 0; width: 38%; }
  #ecd-reports .nick > a, #ecd-reports .nick > span,
  #ecd-reports .hostname > span,
  #ecd-reports td.nick .nick-cell,
  #ecd-reports td.nick .nick-cell a,
  #ecd-reports td.hostname,
  #ecd-reports td.hostname .fg-clickable { max-width: none; width: auto; }

  .scan-table-wrap { border: 0; background: transparent; overflow: visible; }
  #ecd-reports { table-layout: auto; }
  #ecd-reports thead { display: none; }
  #ecd-reports,
  #ecd-reports tbody { display: block; width: 100%; border: 0; }
  #ecd-reports tbody tr {
    display: block;
    background: rgba(12, 16, 24, 0.9) !important;
    border: 1px solid rgba(28, 181, 224, 0.16) !important;
    border-radius: 10px;
    margin: 0 0 12px;
    padding: 12px 12px 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  }
  #ecd-reports tbody tr:hover { background: rgba(18, 28, 40, 0.95) !important; }
  #ecd-reports td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border: 0 !important;
    padding: 6px 0 !important;
    white-space: normal !important;
    font-weight: 600;
    overflow: visible;
  }
  #ecd-reports td::before {
    content: attr(data-label);
    color: #8a93a3;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    flex: 0 0 auto;
  }
  #ecd-reports td.nick {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 10px !important;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    font-size: 16px;
  }
  #ecd-reports td.nick::before { display: none; }
  #ecd-reports td.more {
    display: block;
    padding-top: 10px !important;
  }
  #ecd-reports td.more::before { display: none; }
  #ecd-reports td.more .btn-more {
    display: block;
    width: 100%;
    min-height: 44px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
  }
  #ecd-reports td.empty,
  #ecd-reports td.loading {
    display: block;
    text-align: center;
  }
  #ecd-reports td.empty::before,
  #ecd-reports td.loading::before { display: none; }
  #ecd-reports.table-remove-reports td:first-child {
    justify-content: flex-start;
  }
  #ecd-reports.table-remove-reports td:first-child::before { display: none; }
  .modal { padding: 16px 10px; align-items: stretch; }
  .modal-dialog { margin: 0; max-width: 100%; }
  .remove-actions { flex-direction: column; align-items: stretch; }
  .remove-actions .btn { width: 100%; min-height: 44px; }
  .header-menu-auth { gap: 6px; }
  .footer { padding: 20px 8px calc(28px + env(safe-area-inset-bottom)); }
}
@media (max-width: 575px) {
  .report-title h1 { font-size: 18px; }
  .header-menu-nav .navbar-brand { max-width: 42vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
