body.live-logger-page {
  background:
    linear-gradient(rgba(4, 7, 9, 0.62), rgba(4, 7, 9, 0.9)),
    url('/images/dxcluster.webp') center / cover fixed !important;
}

body.live-logger-page .live-tool-shell {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  padding: 14px clamp(12px, 1.6vw, 24px) 28px !important;
  box-sizing: border-box;
}

body.live-logger-page .live-tool-head {
  align-items: center;
  gap: 14px;
  margin-bottom: 14px !important;
}

body.live-logger-page .live-tool-head h1 {
  font-size: clamp(1.9rem, 3vw, 2.8rem) !important;
  color: #ffd000 !important;
  text-shadow: 0 0 18px rgba(255, 208, 0, 0.24);
}

body.live-logger-page .live-tool-head p {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.98rem !important;
}

.live-logger-page .banana-table {
  border-color: rgba(255, 208, 0, 0.22);
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 10, 8, 0.84), rgba(0, 0, 0, 0.72));
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px rgba(255, 255, 255, 0.04);
}

.live-logger-page .banana-table td {
  border-color: rgba(255, 208, 0, 0.16);
  background: rgba(0, 0, 0, 0.36);
}

.live-logger-page .status-cell {
  background: rgba(0, 0, 0, 0.46) !important;
}

.live-logger-page .work-card {
  border-radius: 16px;
}

.live-logger-page input,
.live-logger-page button {
  min-height: 38px;
  border-radius: 11px;
}

.live-logger-page input {
  background: rgba(2, 4, 3, 0.88);
}

.live-logger-page button {
  background: #ffd000;
}

.live-logger-page .lookup-result,
.live-logger-page .log-preview,
.live-logger-page .recent-list {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.live-logger-page #quickMap {
  border-radius: 16px;
}

@media (max-width: 900px) {
  body.live-logger-page {
    background-attachment: scroll !important;
  }

  body.live-logger-page .live-tool-shell {
    left: auto;
    width: 100% !important;
    margin-left: 0 !important;
    padding-inline: 10px !important;
  }

  body.live-logger-page .live-tool-head {
    display: grid;
    gap: 6px;
  }
}

/* mobile-nav-flow-offset:live-logger */
@media (max-width: 900px) {
  body.live-logger-page {
    padding-top: 0 !important;
  }
}
