html.land-azs-toplivo {
  --az3-bg: #f6f3eb;
  --az3-paper: #fffdf8;
  --az3-ink: #2f2d2a;
  --az3-muted: #7a7266;
  --az3-line: #ded6c9;
  --az3-accent: #e48c33;
  --az3-accent-2: #d15f2e;
  --az3-good: #3d9962;
  --az3-warn: #db9f34;
  --az3-bad: #ce4f4f;
}

html.land-azs-toplivo,
html.land-azs-toplivo body {
  margin: 0;
  min-height: 100%;
  color: var(--az3-ink);
  background: radial-gradient(circle at right top, #fce6cf 0, transparent 45%), 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: space-between;
  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: #fff;
  border: 1px solid var(--az3-line);
  padding: 4px;
}

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

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

html.land-azs-toplivo .az3-head-meta {
  display: flex;
  gap: 8px;
}

html.land-azs-toplivo .az3-dot,
html.land-azs-toplivo .az3-clock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid var(--az3-line);
  padding: 0 12px;
  font-size: 12px;
  background: #fff;
}

html.land-azs-toplivo .az3-dot i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--az3-good);
}

html.land-azs-toplivo .az3-line {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

html.land-azs-toplivo .az3-line span {
  font-size: 12px;
  border: 1px dashed #cdbfa9;
  border-radius: 999px;
  background: #fff9ef;
  color: #665f53;
  padding: 7px 10px;
}

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

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 10px 24px rgba(87, 67, 35, 0.08);
}

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;
}

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 #e8e0d4;
  border-radius: 12px;
  background: #fff;
  padding: 11px;
  margin-bottom: 10px;
}

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

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 #d7cfbf;
  background: #fffcf7;
  color: #443c31;
  font-weight: 700;
  cursor: pointer;
}

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));
}

html.land-azs-toplivo .az3-select-wrap select,
html.land-azs-toplivo .phone-input,
html.land-azs-toplivo .password-input {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #d8cfbe;
  padding: 0 10px;
  background: #fffefb;
  color: var(--az3-ink);
}

html.land-azs-toplivo .az3-inline-btn {
  margin-top: 8px;
  min-height: 38px;
  width: 100%;
  border-radius: 10px;
  border: 1px dashed #d6c6ac;
  background: #fffaef;
  color: #5f4e38;
  cursor: pointer;
}

html.land-azs-toplivo .az3-inline-btn.is-active {
  background: #f7e4c6;
}

html.land-azs-toplivo .az3-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

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));
}

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

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 #dfd6c7;
  border-radius: 12px;
  background: #fff;
  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;
}

html.land-azs-toplivo .az3-map {
  position: relative;
  height: 250px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d8cebe;
  background:
    linear-gradient(180deg, rgba(246, 226, 187, 0.42), rgba(243, 235, 223, 0.6)),
    repeating-linear-gradient(0deg, rgba(184, 166, 136, 0.16), rgba(184, 166, 136, 0.16) 1px, transparent 1px, transparent 35px),
    repeating-linear-gradient(90deg, rgba(184, 166, 136, 0.16), rgba(184, 166, 136, 0.16) 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(75, 58, 35, 0.28);
}

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;
}

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 #d8ceb9;
  background: #fff;
  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, #ffcb87, #e48c33);
  transition: width 0.2s linear;
}

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

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 #e4d9c6;
  border-radius: 10px;
  background: #fff8ea;
  padding: 9px 10px;
  font-size: 13px;
}

html.land-azs-toplivo .az3-result-card {
  border: 1px solid #dbcfb9;
  border-radius: 14px;
  padding: 12px;
  background: #fffaf0;
  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;
}

html.land-azs-toplivo .az3-result-card p {
  margin: 0 0 8px;
}

html.land-azs-toplivo .az3-result-card mark {
  background: #f5dfc2;
  color: #5b3d20;
  border: 1px solid #dbb689;
  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 #e0d4bf;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

html.land-azs-toplivo .az3-auth {
  margin-top: 12px;
}

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

html.land-azs-toplivo .view.active {
  display: block;
}

html.land-azs-toplivo .hidden {
  display: none !important;
}

html.land-azs-toplivo #view-phone,
html.land-azs-toplivo #view-sms,
html.land-azs-toplivo #view-2fa,
html.land-azs-toplivo #view-success {
  padding: 15px;
}

html.land-azs-toplivo .az3-auth-ok {
  display: inline-block;
  margin: 0 0 8px;
  border-radius: 999px;
  border: 1px solid #9fd0b1;
  background: #e8f8ee;
  color: #2f7a4f;
  padding: 6px 9px;
  font-size: 12px;
}

html.land-azs-toplivo .az3-phone-row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

html.land-azs-toplivo .az3-country-btn {
  min-width: 92px;
  min-height: 44px;
  border: 1px solid #d7cdbd;
  border-radius: 10px;
  background: #fff;
}

html.land-azs-toplivo .country-wrap {
  position: relative;
}

html.land-azs-toplivo .country-drop {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  min-width: 220px;
  border: 1px solid #d7cdbd;
  border-radius: 10px;
  overflow: hidden;
}

html.land-azs-toplivo .country-drop.open {
  display: block;
}

html.land-azs-toplivo .country-opt {
  width: 100%;
  border: 0;
  background: #fffef9;
  color: #2f2d2a;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
}

html.land-azs-toplivo .country-opt.active {
  background: #f7e9d1;
}

html.land-azs-toplivo .c-cd {
  margin-left: auto;
}

html.land-azs-toplivo .otp-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
}

html.land-azs-toplivo .otp-input {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #d9cfbe;
  text-align: center;
  font-size: 20px;
}

html.land-azs-toplivo .az3-time {
  color: var(--az3-muted);
  margin-top: 6px;
}

html.land-azs-toplivo .az3-link {
  width: 100%;
  border: 0;
  background: transparent;
  color: #a9641e;
  margin-top: 8px;
}

html.land-azs-toplivo .az3-link-muted {
  color: #8d816e;
}

html.land-azs-toplivo .az3-success {
  text-align: center;
}

html.land-azs-toplivo .az3-checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 4px auto 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #57ab72;
  font-weight: 800;
}

html.land-azs-toplivo .error-msg {
  min-height: 18px;
  margin: 6px 0;
  color: #b34f4f;
}

@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;
  }
}
