:root {
  color-scheme: dark;
  --bg: #07100f;
  --panel: #0b1715;
  --panel-2: #10201d;
  --line: #20332f;
  --line-bright: #38524c;
  --text: #edf7f2;
  --muted: #8fa9a1;
  --faint: #5e7770;
  --accent: #b9f56a;
  --accent-2: #65e5c2;
  --process: #e6f7ef;
  --file: #e8bd6d;
  --socket: #6dd6e8;
  --fd: #bb8df2;
  --other: #879994;
  --danger: #ff8d7f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(rgba(101, 229, 194, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 229, 194, .025) 1px, transparent 1px),
    radial-gradient(circle at 48% -10%, rgba(101, 229, 194, .1), transparent 34%),
    var(--bg);
  background-size: 42px 42px, 42px 42px, auto, auto;
  color: var(--text);
  font-size: 13px;
}

a { color: inherit; }
button, input, select { font: inherit; }
button, select, input {
  color: var(--text);
  border: 1px solid var(--line);
  background: #0d1b18;
}
button, select { cursor: pointer; }
button:hover, select:hover { border-color: var(--line-bright); }
button:focus-visible, select:focus-visible, input:focus-visible, a:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
}

.topbar {
  position: sticky;
  z-index: 10;
  top: 0;
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: stretch;
  padding: 0 max(22px, calc((100vw - 1380px) / 2));
  border-top: 2px solid var(--accent-2);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 16, 15, .94);
  backdrop-filter: blur(18px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand-mark {
  width: 24px;
  height: 24px;
  border: 6px solid var(--accent);
  border-right-color: var(--accent-2);
  transform: rotate(45deg);
  box-shadow: 0 0 24px rgba(185, 245, 106, .2);
}
.brand span:last-child { display: grid; gap: 2px; }
.brand strong {
  color: var(--accent);
  font: 700 15px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.topbar nav { display: flex; align-items: stretch; }
.topbar nav a {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0 25px;
  color: var(--muted);
  text-decoration: none;
  font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.topbar nav a:hover, .topbar nav a.active { color: var(--text); }
.topbar nav a.active::after {
  position: absolute;
  right: 15px;
  bottom: -1px;
  left: 15px;
  height: 2px;
  background: var(--accent-2);
  content: "";
}
.live-indicator {
  align-self: center;
  justify-self: end;
  color: var(--muted);
  font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.live-indicator i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(185, 245, 106, .75);
}

main { width: min(1380px, calc(100% - 40px)); margin: 0 auto; }
.intro { padding: 38px 0 26px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-2);
  font: 600 10px/1.1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.intro-copy { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 8px; font-size: clamp(27px, 4vw, 48px); letter-spacing: -.045em; }
.intro p:last-child { max-width: 720px; margin: 0; color: var(--muted); font-size: 14px; }
.outline-link {
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 1px solid var(--line-bright);
  color: var(--accent-2);
  text-decoration: none;
  font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.outline-link:hover { border-color: var(--accent-2); }

.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 30px; }
.stat-card {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent-2);
  background: linear-gradient(135deg, rgba(16, 32, 29, .94), rgba(9, 20, 18, .88));
}
.stat-icon { color: var(--accent-2); font-size: 25px; }
.stat-card div { display: grid; gap: 7px; }
.stat-card small {
  color: var(--muted);
  font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.stat-card strong { font: 600 22px ui-monospace, SFMono-Regular, Menlo, monospace; }

.section-label { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--file); }
.section-label span { font-size: 16px; }
.section-label h2 {
  margin: 0;
  font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.search-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent-2);
  background: rgba(11, 23, 21, .91);
}
.search-field { position: relative; display: flex; align-items: center; }
.search-field > span { position: absolute; left: 11px; color: var(--accent-2); font-size: 19px; }
.search-field input { width: 100%; min-height: 43px; padding: 9px 75px 9px 38px; border-color: transparent; background: transparent; }
.search-field input::placeholder { color: var(--faint); }
kbd {
  position: absolute;
  right: 10px;
  padding: 4px 7px;
  border: 1px solid var(--line-bright);
  color: var(--faint);
  background: rgba(255, 255, 255, .02);
  font: 10px ui-monospace, SFMono-Regular, Menlo, monospace;
}
.action-button {
  min-width: 126px;
  padding: 0 15px;
  border-color: rgba(185, 245, 106, .35);
  color: var(--accent);
  background: rgba(185, 245, 106, .05);
  font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.filter-bar {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-top: 0;
  background: rgba(9, 20, 18, .9);
}
.filter-bar label {
  display: grid;
  gap: 5px;
  color: var(--faint);
  font: 600 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.filter-bar select { min-width: 145px; padding: 7px 9px; border-radius: 3px; font-size: 11px; }
.result-count { margin: 0 0 8px auto; color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }

.table-shell {
  position: relative;
  min-height: 310px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-top: 0;
  background: rgba(11, 23, 21, .9);
}
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
th, td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
th {
  height: 43px;
  color: var(--faint);
  background: rgba(7, 16, 15, .72);
  font: 600 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
th:nth-child(1) { width: 18%; }
th:nth-child(2) { width: 25%; }
th:nth-child(3) { width: 16%; }
th:nth-child(4) { width: 27%; }
th:nth-child(5) { width: 14%; }
th button { padding: 0; border: 0; color: inherit; background: transparent; text-transform: inherit; letter-spacing: inherit; }
tbody tr { transition: background .14s ease; }
tbody tr:hover { background: rgba(101, 229, 194, .035); }
td { color: var(--muted); }
.platform-list { display: flex; flex-wrap: wrap; gap: 5px; }
.platform-chip {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 4px 6px;
  border: 1px solid rgba(101, 229, 194, .24);
  border-radius: 3px;
  color: var(--accent-2);
  text-decoration: none;
  font: 600 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
}
.platform-chip:hover { border-color: var(--accent-2); }
.skill-link { display: grid; gap: 4px; color: var(--text); text-decoration: none; }
.skill-link strong { overflow-wrap: anywhere; font-size: 13px; }
.skill-link small { color: var(--faint); font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.skill-link:hover strong { color: var(--accent); }
.detected { display: grid; gap: 3px; }
.detected time { color: var(--text); font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.detected small { color: var(--faint); font-size: 10px; }
.hash {
  display: block;
  overflow: hidden;
  color: #b8cbc5;
  font: 10px ui-monospace, SFMono-Regular, Menlo, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.verdict { display: inline-grid; gap: 3px; min-width: 92px; padding: 5px 7px; border: 1px solid var(--line-bright); border-radius: 3px; }
.verdict strong { font: 700 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .07em; text-transform: uppercase; }
.verdict small { color: var(--faint); font-size: 9px; }
.verdict.malicious { border-color: rgba(255, 141, 127, .45); background: rgba(255, 141, 127, .06); }
.verdict.malicious strong { color: var(--danger); }
.verdict.benign { border-color: rgba(185, 245, 106, .38); background: rgba(185, 245, 106, .05); }
.verdict.benign strong { color: var(--accent); }
.verdict.unknown strong { color: var(--file); }
.loading-state, .empty-state {
  position: absolute;
  inset: 43px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  background: rgba(11, 23, 21, .96);
  color: var(--muted);
}
.loading-state > span { display: inline-block; width: 6px; height: 6px; margin: 0 2px; border-radius: 50%; background: var(--accent-2); animation: pulse 1s infinite alternate; }
.loading-state > span:nth-child(2) { animation-delay: .2s; }
.loading-state > span:nth-child(3) { animation-delay: .4s; }
.loading-state strong { margin-top: 9px; color: var(--text); font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.loading-state small, .empty-state span { color: var(--faint); }
.empty-state strong { color: var(--text); }
@keyframes pulse { to { opacity: .2; transform: translateY(-3px); } }

.methodology {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
  margin: 46px 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--file);
  background: rgba(11, 23, 21, .86);
}
.methodology h2 { margin-bottom: 9px; font-size: 21px; }
.methodology div p { max-width: 820px; margin: 0; color: var(--muted); line-height: 1.65; }
.methodology > a { color: var(--accent-2); font: 600 10px ui-monospace, SFMono-Regular, Menlo, monospace; text-decoration: none; text-transform: uppercase; }

footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 max(22px, calc((100vw - 1380px) / 2));
  border-top: 1px solid var(--line);
  color: var(--faint);
  background: rgba(7, 16, 15, .92);
  font: 9px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar nav { display: none; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-card { min-height: 76px; }
  .filter-bar { flex-wrap: wrap; }
  .result-count { width: 100%; margin: 5px 0 0; }
  th:nth-child(1), td:nth-child(1) { width: 170px; }
  th:nth-child(2), td:nth-child(2) { width: 250px; }
  th:nth-child(3), td:nth-child(3) { width: 170px; }
  th:nth-child(4), td:nth-child(4) { width: 260px; }
  th:nth-child(5), td:nth-child(5) { width: 140px; }
  table { min-width: 990px; }
  .methodology { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .topbar { min-height: 62px; padding: 0 15px; }
  .live-indicator { display: none; }
  .brand small { display: none; }
  main { width: min(100% - 24px, 1380px); }
  .intro { padding-top: 27px; }
  .intro-copy { align-items: start; flex-direction: column; }
  .search-bar { grid-template-columns: 1fr; }
  .action-button { min-height: 38px; }
  .filter-bar label, .filter-bar select { width: 100%; }
  footer { align-items: flex-start; flex-direction: column; padding: 16px; }
}
