:root {
  color-scheme: dark;
  font-family: Inter, system-ui, sans-serif;
  --cyan: #59ddff;
  --green: #50e99b;
  --amber: #ffca55;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  margin: 0;
  background:
    radial-gradient(circle at 14% 0, #0d718033, transparent 28%),
    radial-gradient(circle at 90% 15%, #6545df22, transparent 30%), #020b14;
  color: #eafaff;
}
button,
input {
  font: inherit;
}
.dx {
  max-width: 1900px;
  margin: auto;
  padding: 14px;
}
.dx > header {
  display: flex;
  align-items: end;
  gap: 9px;
  padding: 14px 16px;
  border: 1px solid #28647b;
  border-radius: 14px;
  background: linear-gradient(120deg, #092c40, #061724);
  box-shadow: 0 18px 55px #0008;
}
.dx > header div {
  margin-right: auto;
}
.dx > header small {
  color: var(--cyan);
  font-weight: 950;
  letter-spacing: 0.13em;
}
.dx h1 {
  margin: 3px 0;
  font-size: 1.8rem;
}
.dx header p {
  margin: 0;
  color: #8eabb7;
}
.dx input,
.dx button {
  height: 39px;
  padding: 0 11px;
  border: 1px solid #2a6a83;
  border-radius: 8px;
  background: #061c2a;
  color: #effcff;
}
.nodes {
  display: flex;
  gap: 7px;
  overflow: auto;
  margin: 10px 0;
}
.node {
  flex: 0 0 auto;
  padding: 8px 10px;
  border: 1px solid #286177;
  border-radius: 9px;
  background: #082333;
}
.node i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}
.node b {
  font-size: 0.76rem;
}
.node span {
  display: block;
  margin: 3px 0 0 15px;
  color: #7f9daa;
  font-size: 0.63rem;
}
.kpis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin: 10px 0;
}
.kpis article {
  padding: 11px 13px;
  border: 1px solid #235b71;
  border-radius: 11px;
  background: linear-gradient(145deg, #08283a, #061824);
}
.kpis small {
  display: block;
  color: #7195a5;
  font-size: 0.59rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}
.kpis strong {
  display: block;
  margin-top: 3px;
  font-size: 1.3rem;
}
.kpis .hot strong {
  color: var(--amber);
}
.bands {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  overflow: auto;
}
.bands button {
  height: auto;
  min-width: 65px;
  padding: 7px;
  border-color: var(--band);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--band) 24%, transparent);
}
.bands button b {
  display: block;
  color: var(--band);
}
.bands button.active {
  border-color: var(--band);
  background: color-mix(in srgb, var(--band) 14%, #071c29);
  box-shadow: 0 0 20px color-mix(in srgb, var(--band) 25%, transparent), inset 0 0 0 1px var(--band);
}
.table {
  overflow: auto;
  border: 1px solid #245b72;
  border-radius: 13px;
  background: #051723;
  box-shadow: 0 22px 60px #0007;
}
.row {
  min-width: 1500px;
  display: grid;
  grid-template-columns: 72px 70px 110px 120px 70px 105px 72px 70px 72px 72px 90px minmax(
      230px,
      1fr
    ) 85px 38px;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid #12394a;
  font-size: 0.74rem;
}
.row.head {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #0b3146;
  color: #66e5ff;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.05em;
}
.row:not(.head) {
  border-left: 4px solid var(--band);
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--band) 7%, transparent),
    transparent 24%
  );
  transition: 0.18s;
}
.row:not(.head):hover {
  transform: translateX(2px);
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--band) 15%, transparent),
    #092536
  );
}
.age {
  color: var(--amber);
  font-weight: 900;
}
.band,
.freq {
  color: var(--cyan);
  font-weight: 900;
}
.call a {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 950;
  text-decoration: none;
}
.country {
  display: grid;
  gap: 2px;
}
.country b {
  color: #eefbff;
}
.country small {
  overflow: hidden;
  color: #799ba9;
  font-size: 0.55rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mode {
  padding: 4px 6px;
  border: 1px solid #2d657b;
  border-radius: 6px;
  background: #092638;
  color: #aeeeff;
  font-weight: 900;
  text-align: center;
}
.snr {
  color: var(--green);
  font-weight: 900;
}
.bearing {
  color: #b0a0ff;
}
.comment {
  color: #b5cbd4;
}
.go {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #2e7892;
  border-radius: 8px;
  color: var(--cyan);
  text-decoration: none;
}
.empty {
  padding: 35px;
  text-align: center;
  color: #83a2b0;
}
.dx > footer {
  display: flex;
  justify-content: space-between;
  padding: 9px;
  color: #6e8e9c;
  font-size: 0.68rem;
}
@media (max-width: 900px) {
  .dx > header {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .dx > header div {
    width: 100%;
  }
  .dx input {
    flex: 1;
  }
  .kpis {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  .kpis {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.embed-logbook .dx{padding:8px}
body.embed-logbook .dx>header{padding:10px 12px;border-radius:10px}
body.embed-logbook .dx>header small,body.embed-logbook .dx>header p,body.embed-logbook .standalone{display:none}
body.embed-logbook .dx>header h1{font-size:1.05rem}
body.embed-logbook .nodes{margin:7px 0}.embed-logbook .node{padding:6px 8px}.embed-logbook .node span{display:none}
body.embed-logbook .kpis{margin:7px 0}.embed-logbook .kpis article{padding:7px 9px}.embed-logbook .kpis strong{font-size:1rem}
body.embed-logbook .bands{margin-bottom:7px}.embed-logbook .bands button{min-width:58px;padding:6px}
body.embed-logbook .row{font-size:.7rem}.embed-logbook .dx>footer{display:none}
