html.land-azs-toplivo {
  --az3-bg: #eef2f7;
  --az3-paper: #ffffff;
  --az3-ink: #0f172a;
  --az3-muted: #64748b;
  --az3-line: #dbe3ef;
  --az3-accent: #2563eb;
  --az3-accent-2: #1d4ed8;
  --az3-good: #16a34a;
  --az3-warn: #ea580c;
  --az3-bad: #dc2626;
  --az3-soft: #f8fafc;
  --az3-soft-2: #eff6ff;
}

html.land-azs-toplivo,
html.land-azs-toplivo body {
  margin: 0;
  min-height: 100%;
  color: var(--az3-ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.1) 0, transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(22, 163, 74, 0.06) 0, transparent 38%),
    var(--az3-bg);
  font-family: Inter, "Segoe UI", sans-serif;
}

html.land-azs-toplivo * {
  box-sizing: border-box;
}

html.land-azs-toplivo .az3-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 16px;
}

html.land-azs-toplivo .az3-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

html.land-azs-toplivo .az3-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

html.land-azs-toplivo .az3-logo img {
  border-radius: 10px;
  background: var(--az3-paper);
  border: 1px solid var(--az3-line);
  padding: 4px;
}

html.land-azs-toplivo .az3-logo strong {
  display: block;
  font-size: 24px;
  color: var(--az3-ink);
}

html.land-azs-toplivo .az3-logo p {
  margin: 2px 0 0;
  color: var(--az3-muted);
  font-size: 13px;
}

html.land-azs-toplivo .az3-layout {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  gap: 14px;
}

html.land-azs-toplivo .az3-shell.az3-result-only .az3-layout {
  grid-template-columns: 1fr;
}

html.land-azs-toplivo .az3-shell.az3-result-only .az3-control {
  display: none;
}

html.land-azs-toplivo .az3-shell.az3-result-only .az3-board {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

html.land-azs-toplivo .az3-control,
html.land-azs-toplivo .az3-board,
html.land-azs-toplivo .az3-auth .view.active {
  border: 1px solid var(--az3-line);
  border-radius: 18px;
  background: var(--az3-paper);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

html.land-azs-toplivo .az3-control {
  padding: 14px;
}

html.land-azs-toplivo .az3-control h1 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.05;
  color: var(--az3-ink);
}

html.land-azs-toplivo .az3-control > p {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--az3-muted);
}

html.land-azs-toplivo .az3-box {
  border: 1px solid var(--az3-line);
  border-radius: 12px;
  background: var(--az3-soft);
  padding: 11px;
  margin-bottom: 10px;
}

html.land-azs-toplivo .az3-box h2 {
  margin: 0 0 8px;
  font-size: 15px;
  color: var(--az3-ink);
}

html.land-azs-toplivo .az3-fuel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

html.land-azs-toplivo .az3-fuel-grid button {
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid var(--az3-line);
  background: var(--az3-paper);
  color: var(--az3-ink);
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

html.land-azs-toplivo .az3-fuel-grid button:hover {
  border-color: #93c5fd;
  background: var(--az3-soft-2);
}

html.land-azs-toplivo .az3-fuel-grid button.is-active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(140deg, var(--az3-accent), var(--az3-accent-2));
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
}

html.land-azs-toplivo .az3-select-wrap select {
  width: 100%;
  min-height: 50px;
  border-radius: 10px;
  border: 1px solid var(--az3-line);
  padding: 0 12px;
  background: var(--az3-paper);
  color: var(--az3-ink);
}

html.land-azs-toplivo .az3-select-wrap select {
  font-size: 15px;
  font-weight: 600;
}

html.land-azs-toplivo .az3-inline-btn {
  margin-top: 8px;
  min-height: 38px;
  width: 100%;
  border-radius: 10px;
  border: 1px dashed #93c5fd;
  background: var(--az3-soft-2);
  color: var(--az3-accent-2);
  cursor: pointer;
}

html.land-azs-toplivo .az3-inline-btn.is-active {
  background: #dbeafe;
  border-style: solid;
}

html.land-azs-toplivo .az3-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--az3-ink);
  cursor: pointer;
}

html.land-azs-toplivo .az3-check input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

html.land-azs-toplivo .az3-check span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}

html.land-azs-toplivo .az3-check span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid #94a3b8;
  background: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background 0.15s, border-color 0.15s;
}

html.land-azs-toplivo .az3-check input:checked + span::before {
  border-color: #1d4ed8;
  background: linear-gradient(140deg, var(--az3-accent), var(--az3-accent-2));
}

html.land-azs-toplivo .az3-check input:checked + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-58%) rotate(45deg);
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

html.land-azs-toplivo .az3-check:last-child {
  margin-bottom: 0;
}

html.land-azs-toplivo .az3-run-btn {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(140deg, var(--az3-accent), var(--az3-accent-2));
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.25);
  transition: filter 0.15s, transform 0.15s;
}

html.land-azs-toplivo .az3-run-btn:hover:not(:disabled) {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

html.land-azs-toplivo .az3-run-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

html.land-azs-toplivo .az3-board {
  padding: 14px;
}

html.land-azs-toplivo .az3-stage {
  display: none;
}

html.land-azs-toplivo .az3-stage.is-active {
  display: block;
}

html.land-azs-toplivo .az3-info-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

html.land-azs-toplivo .az3-info-cards article {
  border: 1px solid var(--az3-line);
  border-radius: 12px;
  background: var(--az3-soft);
  padding: 10px;
}

html.land-azs-toplivo .az3-info-cards p {
  margin: 0 0 5px;
  color: var(--az3-muted);
  font-size: 12px;
}

html.land-azs-toplivo .az3-info-cards h3 {
  margin: 0;
  font-size: 30px;
  color: var(--az3-accent-2);
}

html.land-azs-toplivo .az3-map {
  position: relative;
  height: 250px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--az3-line);
  background:
    linear-gradient(180deg, rgba(219, 234, 254, 0.55), rgba(241, 245, 249, 0.85)),
    repeating-linear-gradient(0deg, rgba(148, 163, 184, 0.14), rgba(148, 163, 184, 0.14) 1px, transparent 1px, transparent 35px),
    repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.14), rgba(148, 163, 184, 0.14) 1px, transparent 1px, transparent 35px);
}

html.land-azs-toplivo .az3-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.18);
}

html.land-azs-toplivo .az3-pin.on {
  background: var(--az3-good);
}

html.land-azs-toplivo .az3-pin.lim {
  background: var(--az3-warn);
}

html.land-azs-toplivo .az3-pin.off {
  background: var(--az3-bad);
}

html.land-azs-toplivo .az3-note {
  margin: 10px 0 0;
  color: var(--az3-muted);
  font-size: 12px;
}

html.land-azs-toplivo .az3-stage h2 {
  margin: 0 0 8px;
  font-size: 28px;
  color: var(--az3-ink);
}

html.land-azs-toplivo .az3-scan-line {
  margin: 0 0 8px;
  color: var(--az3-muted);
}

html.land-azs-toplivo .az3-meter {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--az3-line);
  background: var(--az3-paper);
  border-radius: 999px;
  height: 34px;
  margin-bottom: 10px;
}

html.land-azs-toplivo .az3-meter i {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #93c5fd, var(--az3-accent));
  transition: width 0.2s linear;
}

html.land-azs-toplivo .az3-meter span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: var(--az3-ink);
}

html.land-azs-toplivo .az3-scan-log {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

html.land-azs-toplivo .az3-scan-log li {
  border: 1px solid var(--az3-line);
  border-radius: 10px;
  background: var(--az3-soft-2);
  padding: 9px 10px;
  font-size: 13px;
  color: var(--az3-ink);
}

html.land-azs-toplivo .az3-result-card {
  border: 1px solid var(--az3-line);
  border-radius: 14px;
  padding: 12px;
  background: var(--az3-soft-2);
  margin-bottom: 10px;
}

html.land-azs-toplivo .az3-result-card small {
  color: var(--az3-muted);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

html.land-azs-toplivo .az3-result-card h3 {
  margin: 6px 0 4px;
  font-size: 36px;
  color: var(--az3-accent-2);
}

html.land-azs-toplivo .az3-result-card p {
  margin: 0 0 8px;
  color: var(--az3-muted);
}

html.land-azs-toplivo .az3-result-card mark {
  background: #dbeafe;
  color: var(--az3-accent-2);
  border: 1px solid #93c5fd;
  border-radius: 999px;
  padding: 6px 9px;
}

html.land-azs-toplivo .az3-result-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: grid;
  gap: 7px;
}

html.land-azs-toplivo .az3-result-list li {
  border: 1px solid var(--az3-line);
  border-radius: 10px;
  background: var(--az3-paper);
  padding: 10px;
}

@media (max-width: 980px) {
  html.land-azs-toplivo .az3-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  html.land-azs-toplivo .az3-shell {
    padding: 10px;
  }

  html.land-azs-toplivo .az3-head {
    flex-direction: column;
    align-items: flex-start;
  }

  html.land-azs-toplivo .az3-logo strong {
    font-size: 20px;
  }
}
