:root {
  --yellow: #ffd400;
  --yellow2: #ffbf00;
  --black: #080909;
  --panel: #141616;
  --text: #ffffff;
  --muted: #aeb4b4;
  --red: #ef2b25;
  --green: #55c72a;
  --border: rgba(255, 255, 255, 0.09);
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--black);
  color: var(--text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
button,
input,
textarea,
select {
  font: inherit;
}
body {
  background:
    radial-gradient(
      circle at 70% 0%,
      rgba(255, 212, 0, 0.1),
      transparent 32rem
    ),
    linear-gradient(180deg, #0c0d0d 0, #070808 100%);
}
.shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px;
}
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  font-weight: 1000;
  letter-spacing: -0.04em;
  font-size: clamp(22px, 4vw, 34px);
}
.brand .speed {
  color: var(--green);
}
.brand .service {
  color: var(--red);
}
.pill {
  padding: 10px 14px;
  border: 1px solid var(--border);
  background: #151717;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}
.hero {
  min-height: 72vh;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 44px;
  padding: 58px 0 34px;
}
.eyebrow {
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 13px;
}
h1 {
  margin: 12px 0 16px;
  font-size: clamp(48px, 8vw, 94px);
  line-height: 0.9;
  letter-spacing: -0.065em;
  max-width: 800px;
}
.yellow {
  color: var(--yellow);
}
.lead {
  color: #d6dada;
  line-height: 1.55;
  font-size: clamp(17px, 2vw, 21px);
  max-width: 650px;
}
.call-wrap {
  margin: 34px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.call-button {
  border: 0;
  cursor: pointer;
  color: #080909;
  font-weight: 1000;
  text-transform: uppercase;
  width: min(100%, 430px);
  min-height: 92px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    #ffe55d 0%,
    var(--yellow) 50%,
    var(--yellow2) 100%
  );
  box-shadow:
    0 0 0 10px rgba(255, 212, 0, 0.07),
    0 18px 50px rgba(255, 193, 0, 0.28),
    inset 0 2px 1px rgba(255, 255, 255, 0.65);
  font-size: clamp(18px, 2.3vw, 25px);
  transition: 0.18s ease;
}
.call-button:hover {
  transform: translateY(-2px) scale(1.01);
}
.call-button:active {
  transform: scale(0.985);
}
.emergency {
  min-height: 60px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 212, 0, 0.38);
  background: transparent;
  color: #fff;
  font-weight: 800;
}
.visual {
  border-radius: 34px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(255, 212, 0, 0.16), transparent 45%),
    repeating-linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.025) 0 2px,
      transparent 2px 16px
    ),
    #121414;
  display: grid;
  place-items: center;
  padding: 30px;
}
.tire {
  width: min(340px, 74vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 34px solid #111;
  box-shadow:
    inset 0 0 0 8px #252828,
    0 28px 70px rgba(0, 0, 0, 0.5);
  background: radial-gradient(
    circle,
    #444 0 12%,
    #111 13% 24%,
    #bbb 25% 28%,
    #333 29% 36%,
    #0d0e0e 37%
  );
  position: relative;
}
.tire:after {
  content: "24/7";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 50px;
  font-weight: 1000;
  color: var(--yellow);
}
.badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  background: rgba(7, 8, 8, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 20px 0 48px;
}
.feature {
  padding: 18px;
  background: #111313;
  border: 1px solid var(--border);
  border-radius: 18px;
}
.feature b {
  color: var(--yellow);
  display: block;
  margin-bottom: 5px;
}
.feature span {
  color: var(--muted);
  font-size: 14px;
}
.modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  padding: 16px;
  overflow: auto;
}
.modal-backdrop.open {
  display: grid;
  place-items: center;
}
.modal {
  width: min(680px, 100%);
  background: #101212;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 30px 100px #000;
}
.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #1c1f1f;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.field.full {
  grid-column: 1/-1;
}
label {
  font-size: 13px;
  color: #c9cece;
  font-weight: 800;
}
input,
textarea,
select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #1a1d1d;
  color: #fff;
  padding: 14px 15px;
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: rgba(255, 212, 0, 0.65);
  box-shadow: 0 0 0 3px rgba(255, 212, 0, 0.08);
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}
.problem {
  border: 1px solid var(--border);
  background: #1a1d1d;
  color: #fff;
  border-radius: 14px;
  padding: 14px;
  text-align: left;
  cursor: pointer;
}
.problem.active {
  border-color: var(--yellow);
  box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.11);
}
.actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.primary {
  background: var(--yellow);
  color: #090a0a;
  border: 0;
  border-radius: 14px;
  padding: 15px 20px;
  font-weight: 1000;
  cursor: pointer;
}
.secondary {
  background: #1c1f1f;
  color: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 15px 20px;
  font-weight: 800;
  cursor: pointer;
}
.statusbox {
  display: none;
  margin-top: 22px;
  padding: 20px;
  border-radius: 20px;
  background: #141616;
  border: 1px solid var(--border);
}
.statusbox.show {
  display: block;
}
.status-big {
  font-size: 28px;
  font-weight: 1000;
  color: var(--yellow);
}
.master-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  min-height: 100vh;
}
.sidebar {
  border-right: 1px solid var(--border);
  padding: 24px;
  background: #0d0f0f;
  position: sticky;
  top: 0;
  height: 100vh;
}
.main {
  padding: 26px;
}
.master-title {
  font-size: 34px;
  margin: 0 0 20px;
}
.request-list {
  display: grid;
  gap: 14px;
}
.request-card {
  background: #121414;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px;
}
.request-card.new {
  border-color: rgba(255, 212, 0, 0.55);
  box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.06);
}
.request-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}
.request-id {
  font-size: 13px;
  color: var(--muted);
}
.request-phone {
  color: white;
  font-size: 23px;
  font-weight: 1000;
  text-decoration: none;
}
.status {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  background: #242727;
}
.request-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 15px 0;
}
.data-cell {
  background: #191c1c;
  padding: 12px;
  border-radius: 13px;
}
.data-cell small {
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}
.status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.status-actions button {
  background: #222525;
  border: 1px solid var(--border);
  color: #fff;
  border-radius: 11px;
  padding: 10px 12px;
  cursor: pointer;
}
.status-actions button:hover {
  border-color: var(--yellow);
}
.photo-thumb {
  max-width: 180px;
  max-height: 120px;
  border-radius: 12px;
  margin-top: 12px;
  object-fit: cover;
}
.login-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #080909;
  padding: 20px;
}
.login-card {
  width: min(430px, 100%);
  background: #111313;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
}
.hidden {
  display: none !important;
}
.toast {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 200;
  background: var(--yellow);
  color: #090909;
  font-weight: 900;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: 0 20px 60px #000;
  display: none;
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  .visual {
    min-height: 310px;
  }
  .features {
    grid-template-columns: 1fr 1fr;
  }
  .master-layout {
    display: block;
  }
  .sidebar {
    height: auto;
    position: relative;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .request-data {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .shell {
    padding: 16px;
  }
  .hero {
    min-height: auto;
    gap: 24px;
  }
  .visual {
    display: none;
  }
  .features {
    grid-template-columns: 1fr 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .call-button {
    min-height: 82px;
  }
  .topbar .pill {
    display: none;
  }
  .main {
    padding: 16px;
  }
}

.active-request-card {
  margin: 4px 0 24px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 212, 0, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 212, 0, 0.09), transparent 55%), #111313;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.active-request-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.active-request-number {
  margin-top: 5px;
  font-size: 15px;
  color: var(--muted);
  font-weight: 800;
}

.active-request-badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: #252828;
  font-size: 12px;
  font-weight: 1000;
}

.active-request-badge[data-status="new"] {
  color: var(--yellow);
}

.active-request-badge[data-status="accepted"],
.active-request-badge[data-status="on_the_way"],
.active-request-badge[data-status="working"] {
  color: #fff;
  border: 1px solid rgba(255, 212, 0, 0.35);
}

.active-request-badge[data-status="completed"] {
  color: var(--green);
}

.active-request-badge[data-status="cancelled"] {
  color: var(--red);
}

.active-request-status {
  margin-top: 18px;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.05;
  font-weight: 1000;
  color: var(--yellow);
}

.active-request-text {
  margin: 9px 0 18px;
  color: #d6dada;
  font-size: 16px;
}

.active-request-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #292c2c;
}

.active-request-progress-fill {
  width: 10%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--yellow2), var(--yellow));
  transition: width 0.4s ease;
}

.active-request-footer {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
}

/* SPEED SERVICE CUSTOM ADDRESS AUTOCOMPLETE */

.address-suggestions {
  position: relative;
  z-index: 10000;
  width: 100%;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 212, 0, 0.55);
  border-radius: 14px;
  background: #121414;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}

.address-suggestions.hidden {
  display: none;
}

.address-suggestion {
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: #151818;
  color: #f5f5f5;
  font: inherit;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.address-suggestion:last-of-type {
  border-bottom: 0;
}

.address-suggestion:hover,
.address-suggestion:focus {
  outline: none;
  background: #202323;
  color: #ffd400;
}

.address-google-attribution {
  padding: 7px 12px;
  background: #ffffff;
  color: #6b6b6b;
  font-size: 11px;
  line-height: 1.2;
  text-align: right;
}

@media (max-width: 700px) {
  .address-suggestions {
    border-radius: 12px;
  }

  .address-suggestion {
    min-height: 58px;
    padding: 14px 13px;
    font-size: 16px;
  }
}

/* SPEED SERVICE DELETE / RESTORE BUTTONS */

.status-actions .btn-delete {
  border: 1px solid rgba(255, 69, 69, 0.48);
  background: linear-gradient(
    180deg,
    rgba(88, 22, 22, 0.72) 0%,
    rgba(47, 13, 13, 0.88) 100%
  );
  color: #ffb9b9;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 12px rgba(0, 0, 0, 0.18);
}

.status-actions .btn-delete:hover {
  border-color: #ff4a4a;
  background: linear-gradient(180deg, #c82d2d 0%, #921d1d 100%);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow:
    0 8px 22px rgba(210, 40, 40, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.status-actions .btn-delete:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(210, 40, 40, 0.18);
}

.status-actions .btn-restore {
  border: 1px solid rgba(55, 205, 105, 0.48);
  background: linear-gradient(
    180deg,
    rgba(19, 78, 41, 0.78) 0%,
    rgba(10, 43, 23, 0.92) 100%
  );
  color: #a8f5bf;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 4px 12px rgba(0, 0, 0, 0.18);
}

.status-actions .btn-restore:hover {
  border-color: #39d875;
  background: linear-gradient(180deg, #27ad59 0%, #177c3c 100%);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow:
    0 8px 22px rgba(39, 180, 91, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.status-actions .btn-restore:active {
  transform: translateY(0);
}

.status-actions .btn-delete,
.status-actions .btn-restore {
  font-weight: 800;
  transition:
    transform 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease;
}

/* MASTER DELETED SIDEBAR BUTTON */

#deletedBtn {
  min-width: 155px;
  padding: 16px 20px;

  border: 1px solid rgba(255, 65, 65, 0.45);
  border-radius: 17px;

  background: linear-gradient(
    180deg,
    rgba(55, 20, 20, 0.82) 0%,
    rgba(27, 14, 14, 0.92) 100%
  );

  color: #ffb3b3;

  font: inherit;
  font-weight: 800;
  font-size: 17px;

  cursor: pointer;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 5px 14px rgba(0, 0, 0, 0.2);

  transition:
    transform 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease;
}

#deletedBtn:hover {
  background: linear-gradient(180deg, #a52626 0%, #6f1717 100%);

  border-color: #ff4d4d;
  color: #ffffff;

  transform: translateY(-1px);

  box-shadow: 0 9px 22px rgba(190, 35, 35, 0.25);
}

#deletedBtn:active {
  transform: translateY(0);
}

#deletedBtn.deleted-view-active {
  background: linear-gradient(180deg, #b62c2c 0%, #811c1c 100%);

  border-color: #ff6262;
  color: #ffffff;
}

/* MASTER SIDEBAR ACTION LAYOUT */

#refreshBtn,
#deletedBtn,
#logoutBtn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 194px;
  min-width: 194px;
  min-height: 64px;

  margin: 0 0 12px 0;
  padding: 14px 18px;

  border-radius: 17px;

  font: inherit;
  font-size: 17px;
  font-weight: 800;

  box-sizing: border-box;
}

#deletedBtn {
  min-width: 194px;
}

#logoutBtn {
  margin-top: 2px;
}

/* На вузькій панелі не даємо кнопкам вилізати */
@media (max-width: 900px) {
  #refreshBtn,
  #deletedBtn,
  #logoutBtn {
    width: 100%;
    min-width: 0;
  }
}

/* SPEED SERVICE WHEEL CTA */

.wheel-call-button {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 230px;
  height: 230px;

  margin: 28px auto;

  padding: 0;

  border: 4px solid #292929;
  border-radius: 50%;

  background: radial-gradient(
    circle at center,
    #171717 0 35%,
    #080808 36% 57%,
    #202020 58% 62%,
    #050505 63% 100%
  );

  color: #fff;

  cursor: pointer;
  overflow: hidden;

  box-shadow:
    0 0 0 2px rgba(255, 214, 0, 0.32),
    0 18px 45px rgba(0, 0, 0, 0.5),
    inset 0 0 30px rgba(255, 255, 255, 0.06);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

/* прибираємо старий вигляд CTA */
.wheel-call-button::before {
  content: "";

  position: absolute;
  inset: 8px;

  border-radius: 50%;

  background: repeating-conic-gradient(
    from 0deg,
    rgba(255, 255, 255, 0.12) 0deg 5deg,
    transparent 5deg 13deg
  );

  mask: radial-gradient(circle, transparent 0 63%, #000 64% 100%);

  pointer-events: none;
}

.wheel-call-button::after {
  content: "";

  position: absolute;

  width: 132px;
  height: 132px;

  border-radius: 50%;

  border: 2px solid rgba(255, 214, 0, 0.75);

  background: radial-gradient(
    circle,
    #171717 0 20%,
    #292929 21% 24%,
    #101010 25% 100%
  );

  box-shadow:
    0 0 24px rgba(255, 214, 0, 0.13),
    inset 0 0 20px rgba(0, 0, 0, 0.8);

  pointer-events: none;
}

.wheel-inner {
  position: relative;
  z-index: 4;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  line-height: 1.08;

  text-align: center;
}

.wheel-small {
  margin-bottom: 7px;

  color: #ffd600;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: 2px;
}

.wheel-main {
  color: #fff;

  font-size: 18px;
  font-weight: 950;

  letter-spacing: 0.4px;

  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}

.wheel-call-button:hover {
  transform: translateY(-4px) rotate(2deg) scale(1.025);

  box-shadow:
    0 0 0 2px rgba(255, 214, 0, 0.7),
    0 24px 55px rgba(0, 0, 0, 0.58),
    0 0 35px rgba(255, 214, 0, 0.14);
}

.wheel-call-button:active {
  transform: scale(0.97);
}

@media (max-width: 600px) {
  .wheel-call-button {
    width: 205px;
    height: 205px;
  }

  .wheel-call-button::after {
    width: 118px;
    height: 118px;
  }

  .wheel-main {
    font-size: 16px;
  }
}

/* WHEEL YELLOW GLOW V2 */

.wheel-call-button {
  border-color: rgba(255, 214, 0, 0.85);

  box-shadow:
    0 0 0 2px rgba(255, 214, 0, 0.22),
    0 0 22px rgba(255, 214, 0, 0.32),
    0 0 55px rgba(255, 214, 0, 0.14),
    0 24px 50px rgba(0, 0, 0, 0.58),
    inset 0 0 25px rgba(255, 214, 0, 0.06);

  animation: speedservice-wheel-glow 2.4s ease-in-out infinite;
}

.wheel-call-button::after {
  border-color: #ffd600;

  box-shadow:
    0 0 12px rgba(255, 214, 0, 0.42),
    0 0 30px rgba(255, 214, 0, 0.12),
    inset 0 0 24px rgba(0, 0, 0, 0.88);
}

.wheel-call-button:hover {
  transform: translateY(-5px) scale(1.035);

  box-shadow:
    0 0 0 2px rgba(255, 214, 0, 0.55),
    0 0 32px rgba(255, 214, 0, 0.58),
    0 0 75px rgba(255, 214, 0, 0.26),
    0 27px 55px rgba(0, 0, 0, 0.65);
}

.wheel-call-button:active {
  transform: scale(0.96);

  box-shadow:
    0 0 18px rgba(255, 214, 0, 0.55),
    0 12px 30px rgba(0, 0, 0, 0.55);
}

@keyframes speedservice-wheel-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 2px rgba(255, 214, 0, 0.2),
      0 0 18px rgba(255, 214, 0, 0.25),
      0 0 45px rgba(255, 214, 0, 0.1),
      0 24px 50px rgba(0, 0, 0, 0.58);
  }

  50% {
    box-shadow:
      0 0 0 2px rgba(255, 214, 0, 0.4),
      0 0 30px rgba(255, 214, 0, 0.45),
      0 0 68px rgba(255, 214, 0, 0.19),
      0 24px 50px rgba(0, 0, 0, 0.58);
  }
}

/* SPEED SERVICE CLEAN WHEEL CTA V20 */

.speed-wheel-cta {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 250px !important;
  min-width: 250px !important;
  height: 250px !important;
  min-height: 250px !important;

  margin: 28px auto 40px !important;
  padding: 0 !important;

  border: 4px solid #ffd600 !important;
  border-radius: 50% !important;

  overflow: hidden !important;

  background: radial-gradient(
    circle at center,
    #111 0 33%,
    #050505 34% 57%,
    #252525 58% 62%,
    #050505 63% 100%
  ) !important;

  color: #fff !important;

  box-shadow:
    0 0 8px rgba(255, 214, 0, 0.85),
    0 0 26px rgba(255, 214, 0, 0.48),
    0 0 65px rgba(255, 214, 0, 0.22),
    0 24px 55px rgba(0, 0, 0, 0.65) !important;

  cursor: pointer !important;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease !important;

  animation: speed-wheel-pulse-v20 2.5s ease-in-out infinite !important;
}

/* протектор */
.speed-wheel-cta::before {
  content: "";

  position: absolute;
  inset: 10px;

  border-radius: 50%;

  background: repeating-conic-gradient(
    from 0deg,
    rgba(255, 255, 255, 0.19) 0deg 5deg,
    transparent 5deg 12deg
  );

  -webkit-mask: radial-gradient(circle, transparent 0 67%, #000 68% 100%);

  mask: radial-gradient(circle, transparent 0 67%, #000 68% 100%);

  pointer-events: none !important;
}

/* внутрішній диск */
.speed-wheel-cta::after {
  content: "";

  position: absolute;

  width: 142px;
  height: 142px;

  border: 2px solid #ffd600;
  border-radius: 50%;

  background: radial-gradient(
    circle,
    #171717 0 18%,
    #292929 19% 22%,
    #0b0b0b 23% 100%
  );

  box-shadow:
    0 0 16px rgba(255, 214, 0, 0.4),
    inset 0 0 25px rgba(0, 0, 0, 0.85);

  pointer-events: none !important;
}

.speed-wheel-tire {
  position: absolute;
  inset: 0;

  border-radius: 50%;

  pointer-events: none !important;
}

.speed-wheel-center {
  position: relative;
  z-index: 5;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  color: #fff;

  text-align: center;
  line-height: 1.05;

  pointer-events: none !important;
}

.speed-wheel-small {
  margin-bottom: 7px;

  color: #ffd600;

  font-size: 11px;
  font-weight: 950;

  letter-spacing: 2px;

  pointer-events: none !important;
}

.speed-wheel-title {
  color: #fff;

  font-size: 20px;
  font-weight: 950;

  text-shadow:
    0 2px 4px #000,
    0 0 5px rgba(255, 255, 255, 0.15);

  pointer-events: none !important;
}

.speed-wheel-cta:hover {
  transform: translateY(-4px) scale(1.035) !important;

  box-shadow:
    0 0 10px rgba(255, 214, 0, 1),
    0 0 35px rgba(255, 214, 0, 0.68),
    0 0 85px rgba(255, 214, 0, 0.3),
    0 28px 60px rgba(0, 0, 0, 0.68) !important;
}

.speed-wheel-cta:active {
  transform: scale(0.96) !important;
}

@keyframes speed-wheel-pulse-v20 {
  0%,
  100% {
    box-shadow:
      0 0 8px rgba(255, 214, 0, 0.7),
      0 0 24px rgba(255, 214, 0, 0.38),
      0 0 55px rgba(255, 214, 0, 0.16),
      0 24px 55px rgba(0, 0, 0, 0.65);
  }

  50% {
    box-shadow:
      0 0 12px rgba(255, 214, 0, 1),
      0 0 36px rgba(255, 214, 0, 0.62),
      0 0 80px rgba(255, 214, 0, 0.27),
      0 24px 55px rgba(0, 0, 0, 0.65);
  }
}

@media (max-width: 600px) {
  .speed-wheel-cta {
    width: 215px !important;
    min-width: 215px !important;

    height: 215px !important;
    min-height: 215px !important;
  }

  .speed-wheel-cta::after {
    width: 124px;
    height: 124px;
  }

  .speed-wheel-title {
    font-size: 17px;
  }

  .speed-wheel-small {
    font-size: 9px;
  }
}

/* SPEED SERVICE MAIN WHEEL HTML V21 */

.speed-wheel-main {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 250px !important;
  min-width: 250px !important;

  height: 250px !important;
  min-height: 250px !important;

  margin: 28px auto 42px !important;
  padding: 0 !important;

  border: 4px solid #ffd600 !important;
  border-radius: 50% !important;

  background: radial-gradient(
    circle,
    #111111 0 34%,
    #050505 35% 57%,
    #252525 58% 62%,
    #050505 63% 100%
  ) !important;

  color: white !important;

  overflow: hidden !important;
  cursor: pointer !important;

  box-shadow:
    0 0 8px rgba(255, 214, 0, 0.95),
    0 0 28px rgba(255, 214, 0, 0.52),
    0 0 70px rgba(255, 214, 0, 0.22),
    0 25px 55px rgba(0, 0, 0, 0.65) !important;

  animation: main-wheel-glow 2.4s ease-in-out infinite !important;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease !important;
}

/* протектор */
.speed-wheel-main::before {
  content: "";

  position: absolute;
  inset: 10px;

  border-radius: 50%;

  background: repeating-conic-gradient(
    rgba(255, 255, 255, 0.2) 0deg 5deg,
    transparent 5deg 12deg
  );

  -webkit-mask: radial-gradient(circle, transparent 0 67%, #000 68%);

  mask: radial-gradient(circle, transparent 0 67%, #000 68%);

  pointer-events: none;
}

/* центральний диск */
.speed-wheel-main::after {
  content: "";

  position: absolute;

  width: 142px;
  height: 142px;

  border: 2px solid #ffd600;
  border-radius: 50%;

  background: radial-gradient(
    circle,
    #171717 0 18%,
    #292929 19% 22%,
    #090909 23% 100%
  );

  box-shadow:
    0 0 18px rgba(255, 214, 0, 0.42),
    inset 0 0 26px rgba(0, 0, 0, 0.9);

  pointer-events: none;
}

.wheel-center-copy {
  position: relative;
  z-index: 5;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
  line-height: 1.05;

  pointer-events: none;
}

.wheel-mini {
  margin-bottom: 7px;

  color: #ffd600;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
}

.wheel-big {
  color: #fff;

  font-size: 20px;
  font-weight: 950;

  text-shadow:
    0 2px 4px #000,
    0 0 4px rgba(255, 255, 255, 0.2);
}

.speed-wheel-main:hover {
  transform: translateY(-4px) scale(1.035) !important;

  box-shadow:
    0 0 12px rgba(255, 214, 0, 1),
    0 0 40px rgba(255, 214, 0, 0.7),
    0 0 90px rgba(255, 214, 0, 0.3),
    0 28px 60px rgba(0, 0, 0, 0.7) !important;
}

.speed-wheel-main:active {
  transform: scale(0.96) !important;
}

@keyframes main-wheel-glow {
  0%,
  100% {
    box-shadow:
      0 0 8px rgba(255, 214, 0, 0.7),
      0 0 25px rgba(255, 214, 0, 0.38),
      0 0 55px rgba(255, 214, 0, 0.15),
      0 25px 55px rgba(0, 0, 0, 0.65);
  }

  50% {
    box-shadow:
      0 0 12px rgba(255, 214, 0, 1),
      0 0 38px rgba(255, 214, 0, 0.62),
      0 0 82px rgba(255, 214, 0, 0.28),
      0 25px 55px rgba(0, 0, 0, 0.65);
  }
}

@media (max-width: 600px) {
  .speed-wheel-main {
    width: 215px !important;
    min-width: 215px !important;

    height: 215px !important;
    min-height: 215px !important;
  }

  .speed-wheel-main::after {
    width: 122px;
    height: 122px;
  }

  .wheel-big {
    font-size: 17px;
  }
}

/* SPEED SERVICE WHEEL PULSE V25 */

.speed-wheel-main {
  animation: speed-wheel-blink-v25 1.35s ease-in-out infinite !important;
}

@keyframes speed-wheel-blink-v25 {
  0%,
  100% {
    transform: scale(1);

    filter: brightness(1);

    box-shadow:
      0 0 6px rgba(255, 214, 0, 0.65),
      0 0 20px rgba(255, 214, 0, 0.3),
      0 0 45px rgba(255, 214, 0, 0.12),
      0 24px 55px rgba(0, 0, 0, 0.65);
  }

  50% {
    transform: scale(1.035);

    filter: brightness(1.13);

    box-shadow:
      0 0 12px rgba(255, 225, 70, 1),
      0 0 36px rgba(255, 214, 0, 0.78),
      0 0 85px rgba(255, 214, 0, 0.4),
      0 0 120px rgba(255, 214, 0, 0.15),
      0 26px 60px rgba(0, 0, 0, 0.7);
  }
}

.speed-wheel-main:hover {
  animation-play-state: paused !important;

  transform: scale(1.055) !important;

  filter: brightness(1.18);

  box-shadow:
    0 0 14px rgba(255, 230, 90, 1),
    0 0 44px rgba(255, 214, 0, 0.85),
    0 0 100px rgba(255, 214, 0, 0.44),
    0 28px 60px rgba(0, 0, 0, 0.7) !important;
}

.speed-wheel-main:active {
  transform: scale(0.94) !important;
}

/* WHEEL LAYERS FINAL FIX V27 */

.speed-wheel-main {
  isolation: isolate !important;
}

/* протектор */
.speed-wheel-main::before {
  z-index: 1 !important;
}

/* центральний чорний диск */
.speed-wheel-main::after {
  z-index: 2 !important;
}

/* напис завжди поверх диска */
.speed-wheel-main .wheel-center-copy {
  position: relative !important;
  z-index: 10 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 125px !important;
  height: 125px !important;

  margin: 0 !important;

  text-align: center !important;
  pointer-events: none !important;
}

.speed-wheel-main .wheel-mini {
  position: relative !important;
  z-index: 11 !important;

  margin-bottom: 7px !important;

  color: #ffd600 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 1.8px !important;
}

.speed-wheel-main .wheel-big {
  position: relative !important;
  z-index: 11 !important;

  display: block !important;

  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: 950 !important;
  line-height: 1.03 !important;

  white-space: nowrap !important;

  text-shadow:
    0 2px 4px #000,
    0 0 5px rgba(255, 255, 255, 0.18) !important;
}

/* ===== WHEEL FINAL VISUAL FIX V28 ===== */

/* Старий центральний диск більше не використовуємо */
.speed-wheel-main::after {
  display: none !important;
}

/* Центр колеса тепер є контейнером самого тексту */
.speed-wheel-main .wheel-center-copy {
  position: relative !important;
  z-index: 50 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 142px !important;
  height: 142px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 2px solid #ffd600 !important;
  border-radius: 50% !important;

  background: radial-gradient(
    circle,
    #171717 0%,
    #101010 55%,
    #080808 100%
  ) !important;

  box-shadow:
    0 0 14px rgba(255, 214, 0, 0.3),
    inset 0 0 25px rgba(0, 0, 0, 0.9) !important;

  overflow: visible !important;
  pointer-events: none !important;
}

.speed-wheel-main .wheel-mini {
  position: relative !important;
  z-index: 51 !important;

  display: block !important;

  margin: 0 0 7px !important;

  color: #ffd600 !important;

  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 1.7px !important;

  white-space: nowrap !important;
}

.speed-wheel-main .wheel-big {
  position: relative !important;
  z-index: 51 !important;

  display: block !important;

  margin: 0 !important;

  color: #fff !important;

  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;

  white-space: nowrap !important;

  text-shadow:
    0 2px 4px #000,
    0 0 5px rgba(255, 255, 255, 0.15) !important;
}

/* Значно спокійніше "дихання" */
.speed-wheel-main {
  animation: speed-wheel-soft-pulse-v28 3.8s ease-in-out infinite !important;
}

@keyframes speed-wheel-soft-pulse-v28 {
  0%,
  100% {
    transform: scale(1);

    filter: brightness(1);

    box-shadow:
      0 0 7px rgba(255, 214, 0, 0.65),
      0 0 22px rgba(255, 214, 0, 0.3),
      0 0 48px rgba(255, 214, 0, 0.12),
      0 24px 55px rgba(0, 0, 0, 0.65);
  }

  50% {
    transform: scale(1.012);

    filter: brightness(1.05);

    box-shadow:
      0 0 10px rgba(255, 220, 35, 0.9),
      0 0 30px rgba(255, 214, 0, 0.5),
      0 0 64px rgba(255, 214, 0, 0.2),
      0 24px 55px rgba(0, 0, 0, 0.65);
  }
}

.speed-wheel-main:hover {
  animation-play-state: paused !important;

  transform: translateY(-3px) scale(1.025) !important;

  filter: brightness(1.08) !important;
}

.speed-wheel-main:active {
  transform: scale(0.96) !important;
}

@media (max-width: 600px) {
  .speed-wheel-main .wheel-center-copy {
    width: 124px !important;
    height: 124px !important;
  }

  .speed-wheel-main .wheel-big {
    font-size: 15px !important;
  }

  .speed-wheel-main .wheel-mini {
    font-size: 8px !important;
  }
}

/* ==================================================
   SPEED SERVICE WHEEL FINAL V29
   ================================================== */

.speed-wheel-main {
  transform: none !important;

  animation: speed-wheel-breathe-v29 6s ease-in-out infinite !important;

  animation-play-state: running !important;

  will-change: box-shadow, filter;
}

/* правильні шари */
.speed-wheel-main::before {
  z-index: 1 !important;
}

.speed-wheel-main::after {
  display: none !important;
}

/* центр фізично містить текст */
.speed-wheel-main .wheel-center-copy {
  position: relative !important;
  z-index: 20 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 142px !important;
  height: 142px !important;

  border: 2px solid #ffd600 !important;
  border-radius: 50% !important;

  background: radial-gradient(
    circle at 50% 42%,
    #171717 0%,
    #0d0d0d 58%,
    #050505 100%
  ) !important;

  box-shadow:
    inset 0 0 28px rgba(0, 0, 0, 0.92),
    0 0 13px rgba(255, 214, 0, 0.24) !important;

  pointer-events: none !important;
}

.speed-wheel-main .wheel-mini {
  display: block !important;

  margin: 0 0 8px !important;

  color: #ffd600 !important;

  font-size: 9px !important;
  font-weight: 950 !important;

  line-height: 1 !important;
  letter-spacing: 1.8px !important;

  white-space: nowrap !important;
}

.speed-wheel-main .wheel-big {
  display: block !important;

  margin: 0 !important;

  color: #ffffff !important;

  font-size: 17px !important;
  font-weight: 950 !important;

  line-height: 1.04 !important;

  white-space: nowrap !important;

  text-shadow:
    0 2px 4px #000,
    0 0 5px rgba(255, 255, 255, 0.15) !important;
}

/* ПОВІЛЬНЕ ДИХАННЯ СВІТЛА */
@keyframes speed-wheel-breathe-v29 {
  0%,
  100% {
    filter: brightness(1);

    box-shadow:
      0 0 5px rgba(255, 214, 0, 0.55),
      0 0 16px rgba(255, 214, 0, 0.25),
      0 0 35px rgba(255, 214, 0, 0.1),
      0 22px 50px rgba(0, 0, 0, 0.62) !important;
  }

  25% {
    filter: brightness(1.035);

    box-shadow:
      0 0 8px rgba(255, 220, 35, 0.72),
      0 0 24px rgba(255, 214, 0, 0.38),
      0 0 52px rgba(255, 214, 0, 0.16),
      0 22px 50px rgba(0, 0, 0, 0.62) !important;
  }

  50% {
    filter: brightness(1.09);

    box-shadow:
      0 0 12px rgba(255, 225, 70, 0.95),
      0 0 34px rgba(255, 214, 0, 0.58),
      0 0 72px rgba(255, 214, 0, 0.25),
      0 0 100px rgba(255, 214, 0, 0.1),
      0 22px 50px rgba(0, 0, 0, 0.62) !important;
  }

  75% {
    filter: brightness(1.035);

    box-shadow:
      0 0 8px rgba(255, 220, 35, 0.72),
      0 0 24px rgba(255, 214, 0, 0.38),
      0 0 52px rgba(255, 214, 0, 0.16),
      0 22px 50px rgba(0, 0, 0, 0.62) !important;
  }
}

/* hover не зупиняє дихання */
.speed-wheel-main:hover {
  animation-play-state: running !important;

  transform: translateY(-2px) scale(1.01) !important;
}

.speed-wheel-main:active {
  transform: scale(0.97) !important;
}

@media (max-width: 600px) {
  .speed-wheel-main .wheel-center-copy {
    width: 122px !important;
    height: 122px !important;
  }

  .speed-wheel-main .wheel-big {
    font-size: 15px !important;
  }

  .speed-wheel-main .wheel-mini {
    font-size: 8px !important;
  }
}

/* =========================================
   SPEED SERVICE AUTO GLOW FINAL V30
   ========================================= */

/* колесо більше не смикаємо */
.speed-wheel-main {
  animation: none !important;
  overflow: visible !important;
}

/* окремий живий ореол */
.speed-wheel-main::after {
  content: "" !important;

  display: block !important;

  position: absolute !important;
  inset: -9px !important;

  width: auto !important;
  height: auto !important;

  border: 3px solid #ffd600 !important;
  border-radius: 50% !important;

  background: transparent !important;

  pointer-events: none !important;

  z-index: 0 !important;

  opacity: 0.25;

  box-shadow:
    0 0 10px rgba(255, 214, 0, 0.55),
    0 0 28px rgba(255, 214, 0, 0.35),
    0 0 60px rgba(255, 214, 0, 0.18);

  animation: wheel-auto-glow-v30 5.5s ease-in-out infinite !important;
}

/* протектор */
.speed-wheel-main::before {
  z-index: 2 !important;
}

/* текст */
.speed-wheel-main .wheel-center-copy {
  z-index: 10 !important;
}

/* приблизно 2.75 сек світлішає + 2.75 сек згасає */
@keyframes wheel-auto-glow-v30 {
  0%,
  100% {
    opacity: 0.22;

    transform: scale(0.985);

    box-shadow:
      0 0 7px rgba(255, 214, 0, 0.4),
      0 0 20px rgba(255, 214, 0, 0.22),
      0 0 42px rgba(255, 214, 0, 0.1);
  }

  50% {
    opacity: 1;

    transform: scale(1.045);

    box-shadow:
      0 0 14px rgba(255, 235, 100, 1),
      0 0 38px rgba(255, 214, 0, 0.7),
      0 0 78px rgba(255, 214, 0, 0.38),
      0 0 115px rgba(255, 214, 0, 0.16);
  }
}

/* навіть якщо Windows увімкнув reduced motion —
   для цієї CTA лишаємо наше повільне світіння */
@media (prefers-reduced-motion: reduce) {
  .speed-wheel-main::after {
    animation: wheel-auto-glow-v30 5.5s ease-in-out infinite !important;
  }
}

/* ===============================================
   SPEED SERVICE LIVE MASTER MAP V31
   =============================================== */

.master-live-location {
  margin-top: 22px;
  padding: 18px;

  border: 1px solid rgba(255, 214, 0, 0.32);
  border-radius: 20px;

  background:
    linear-gradient(180deg, rgba(255, 214, 0, 0.055), rgba(255, 214, 0, 0.015)),
    #101212;

  overflow: hidden;
}

.master-live-head {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 10px;
}

.master-live-label {
  margin-bottom: 4px;

  color: #ffd600;

  font-size: 11px;
  font-weight: 950;

  letter-spacing: 1.8px;
}

.master-live-title {
  color: #fff;

  font-size: 18px;
  font-weight: 900;
}

.master-live-dot {
  width: 12px;
  height: 12px;

  border-radius: 50%;

  background: #45e36f;

  box-shadow:
    0 0 8px rgba(69, 227, 111, 0.8),
    0 0 20px rgba(69, 227, 111, 0.4);

  animation: master-live-dot-pulse 2s ease-in-out infinite;
}

.master-live-info {
  margin-bottom: 12px;

  color: #c4c8c8;

  font-size: 14px;
}

.master-live-map {
  width: 100%;
  height: 290px;

  border: 1px solid #2d3030;
  border-radius: 16px;

  overflow: hidden;

  background: #080909;
}

@keyframes master-live-dot-pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@media (max-width: 600px) {
  .master-live-location {
    padding: 14px;
  }

  .master-live-map {
    height: 240px;
  }

  .master-live-title {
    font-size: 16px;
  }
}

/* ============================================
   MASTER MAP EXPAND V34
   ============================================ */

.master-map-expand-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  margin: 0 0 12px;
  padding: 13px 16px;

  border: 1px solid rgba(255, 214, 0, 0.45);
  border-radius: 14px;

  background: rgba(255, 214, 0, 0.08);

  color: #ffd600;

  font: inherit;
  font-size: 15px;
  font-weight: 900;

  cursor: pointer;
}

.master-map-expand-btn[hidden] {
  display: none !important;
}

.master-map-expand-btn:active {
  transform: scale(0.98);
}

/* Поки повний екран відкритий —
   сторінка під картою не скролиться */
body.master-map-open {
  overflow: hidden !important;
}

/* FULL SCREEN MAP */
.master-live-location.map-expanded .master-live-map {
  position: fixed !important;

  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;

  z-index: 10000 !important;

  width: 100vw !important;
  height: 100dvh !important;

  margin: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;
}

/* Кнопка закриття поверх карти */
.master-live-location.map-expanded .master-map-expand-btn {
  position: fixed !important;

  top: calc(env(safe-area-inset-top) + 14px) !important;
  right: 14px !important;

  z-index: 10002 !important;

  width: auto !important;

  margin: 0 !important;
  padding: 12px 16px !important;

  border: 1px solid rgba(255, 214, 0, 0.75) !important;

  background: rgba(10, 10, 10, 0.88) !important;

  color: #ffd600 !important;

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45) !important;

  backdrop-filter: blur(10px);
}

/* Трохи більша карта навіть без fullscreen */
@media (max-width: 600px) {
  .master-live-map {
    height: 310px;
  }

  .master-live-location.map-expanded .master-live-map {
    height: 100dvh !important;
  }
}

/* ======================================
   MASTER PHONE V35
   ====================================== */

.master-live-phone {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;

  margin: 0 0 12px;
  padding: 14px 16px;

  box-sizing: border-box;

  border: 1px solid rgba(69, 227, 111, 0.42);
  border-radius: 14px;

  background: linear-gradient(
    180deg,
    rgba(69, 227, 111, 0.11),
    rgba(69, 227, 111, 0.045)
  );

  color: #8df2aa;

  font-size: 16px;
  font-weight: 900;

  text-decoration: none;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);

  transition:
    transform 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease;
}

.master-live-phone[hidden] {
  display: none !important;
}

.master-live-phone:hover {
  border-color: #45e36f;

  background: rgba(69, 227, 111, 0.17);

  color: #b7ffc9;
}

.master-live-phone:active {
  transform: scale(0.975);
}

/* ==================================================
   SPEED SERVICE FINANCE V40
   ================================================== */

#financeBtn {
  width: 194px;
  min-width: 194px;
  min-height: 64px;

  margin: 0 0 12px 0;

  border: 1px solid rgba(255, 214, 0, 0.38);
  border-radius: 17px;

  background: linear-gradient(
    180deg,
    rgba(67, 58, 15, 0.72),
    rgba(35, 31, 12, 0.92)
  );

  color: #ffe56e;

  font-size: 17px;
  font-weight: 850;
}

.request-source {
  display: inline-flex;

  margin-top: 8px;
  padding: 5px 9px;

  border: 1px solid #323636;
  border-radius: 999px;

  background: #101212;

  color: #c7cccc;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.6px;
}

.finance-summary {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));

  gap: 14px;

  margin-bottom: 30px;
}

.finance-summary-card {
  padding: 20px;

  border: 1px solid #292d2d;
  border-radius: 18px;

  background: linear-gradient(180deg, #151717, #0e1010);
}

.finance-summary-card small {
  display: block;

  margin-bottom: 10px;

  color: #909898;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.finance-summary-card strong {
  display: block;

  color: #fff;

  font-size: 25px;
}

.finance-summary-card.commission {
  border-color: rgba(255, 214, 0, 0.45);
}

.finance-summary-card.commission strong {
  color: #ffd600;
}

.finance-summary-card.paid {
  border-color: rgba(56, 202, 105, 0.35);
}

.finance-summary-card.paid strong {
  color: #7ee79d;
}

.finance-summary-card.unpaid {
  border-color: rgba(255, 176, 51, 0.42);
}

.finance-summary-card.unpaid strong {
  color: #ffba55;
}

.finance-history-title {
  margin: 10px 0 18px;

  color: #fff;
}

.finance-history {
  display: grid;
  gap: 16px;
}

.finance-split {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 12px;

  margin-top: 18px;
}

.finance-split > div {
  padding: 14px;

  border: 1px solid #292d2d;
  border-radius: 14px;

  background: #0d0f0f;
}

.finance-split small {
  display: block;

  margin-bottom: 7px;

  color: #919999;
}

.finance-split strong {
  color: #fff;

  font-size: 18px;
}

.finance-split .commission {
  border-color: rgba(255, 214, 0, 0.4);
}

.finance-split .commission strong {
  color: #ffd600;
}

.finance-payment-status {
  padding: 7px 10px;

  border-radius: 999px;

  font-size: 11px;
  font-weight: 900;
}

.finance-payment-status.paid {
  background: rgba(49, 184, 90, 0.15);

  color: #7ee79d;
}

.finance-payment-status.unpaid {
  background: rgba(255, 174, 46, 0.13);

  color: #ffc36a;
}

.finance-paid-btn {
  margin-top: 15px;
  padding: 12px 16px;

  border: 1px solid rgba(255, 214, 0, 0.42);

  border-radius: 13px;

  background: rgba(255, 214, 0, 0.07);

  color: #ffd600;

  font: inherit;
  font-weight: 850;

  cursor: pointer;
}

.finance-no-commission {
  margin-top: 15px;

  color: #8d9696;

  font-size: 13px;
}

@media (max-width: 700px) {
  .finance-split {
    grid-template-columns: 1fr;
  }

  #financeBtn {
    width: 100%;
    min-width: 0;
  }
}

/* ==================================================
   SPEED SERVICE ETA V42
   ================================================== */

.master-live-eta {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 9px;

  margin: 14px 0 12px;
}

.master-eta-item {
  min-width: 0;

  padding: 12px 10px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 14px;

  background: linear-gradient(
    180deg,
    rgba(29, 31, 31, 0.96),
    rgba(15, 17, 17, 0.96)
  );

  text-align: center;
}

.master-eta-item small {
  display: block;

  margin-bottom: 7px;

  color: #929b9b;

  font-size: 10px;
  font-weight: 900;

  letter-spacing: 0.8px;
}

.master-eta-item strong {
  display: block;

  color: #ffffff;

  font-size: 17px;
  font-weight: 950;
}

.master-eta-item:nth-child(2) {
  border-color: rgba(255, 214, 0, 0.32);
}

.master-eta-item:nth-child(2) strong {
  color: #ffd600;
}

.master-eta-item.arrival {
  border-color: rgba(73, 215, 117, 0.27);
}

.master-eta-item.arrival strong {
  color: #7ee79d;
}

.master-live-location.map-expanded .master-live-eta {
  position: fixed;

  z-index: 1000002;

  left: 50%;
  bottom: 18px;

  transform: translateX(-50%);

  width: min(calc(100vw - 30px), 520px);

  margin: 0;

  padding: 7px;

  border-radius: 18px;

  background: rgba(7, 9, 9, 0.88);

  backdrop-filter: blur(14px);

  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.48);
}

@media (max-width: 520px) {
  .master-live-eta {
    gap: 6px;
  }

  .master-eta-item {
    padding: 10px 5px;
  }

  .master-eta-item small {
    font-size: 8px;
  }

  .master-eta-item strong {
    font-size: 14px;
  }

  .master-live-location.map-expanded .master-live-eta {
    bottom: 12px;

    width: calc(100vw - 20px);
  }
}

/* ==================================================
   SPEED SERVICE NOTIFICATIONS V43
   ================================================== */

.customer-notification-toast {
  position: fixed;

  z-index: 2000000;

  left: 50%;
  top: max(16px, env(safe-area-inset-top));

  transform: translate(-50%, -140%);

  width: min(calc(100vw - 28px), 520px);

  padding: 16px 18px;

  border: 1px solid rgba(255, 214, 0, 0.48);

  border-radius: 18px;

  background: rgba(12, 14, 14, 0.96);

  box-shadow: 0 16px 55px rgba(0, 0, 0, 0.52);

  backdrop-filter: blur(16px);

  opacity: 0;

  pointer-events: none;

  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
}

.customer-notification-toast.show {
  transform: translate(-50%, 0);

  opacity: 1;
}

.customer-notification-toast strong {
  display: block;

  margin-bottom: 5px;

  color: #ffd600;

  font-size: 16px;
  font-weight: 950;
}

.customer-notification-toast span {
  display: block;

  color: #f4f6f6;

  font-size: 14px;
  line-height: 1.4;
}

/* ==================================================
   SPEED SERVICE — PERMANENT DELETE V44
   ================================================== */

.btn-permanent-delete {
  min-height: 48px;

  padding: 11px 16px;

  border: 1px solid rgba(255, 49, 49, 0.7);

  border-radius: 13px;

  background: linear-gradient(
    180deg,
    rgba(105, 15, 15, 0.62),
    rgba(58, 9, 9, 0.8)
  );

  color: #ff7070;

  font: inherit;
  font-weight: 900;

  cursor: pointer;
}

.btn-permanent-delete:hover {
  border-color: #ff4242;
  background: rgba(130, 18, 18, 0.7);

  color: #ffffff;
}

.btn-permanent-delete:active {
  transform: scale(0.98);
}

/* ==========================================================
   MASTER LOGIN UI V46
   ========================================================== */

.login-overlay {
  padding: 18px;
}

.login-card {
  width: min(430px, calc(100vw - 30px));

  padding: 28px 24px 24px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 24px;

  background: linear-gradient(180deg, #151717 0%, #0d0f0f 100%);

  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.login-card .brand {
  margin-bottom: 24px;
}

.login-card h2 {
  margin: 0 0 22px;

  color: #fff;

  font-size: 25px;
  line-height: 1.15;
}

.master-login-label {
  display: block;

  margin: 0 0 7px;

  color: #c2c8c8;

  font-size: 13px;
  font-weight: 800;
}

#masterLogin,
#masterPassword {
  box-sizing: border-box;

  display: block;

  width: 100%;
  height: 54px;

  margin: 0;

  padding: 0 16px;

  border: 1px solid #343939;

  border-radius: 14px;

  outline: none;

  background: #090b0b;

  color: #fff;

  font-size: 16px;

  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

#masterLogin {
  margin-bottom: 18px;
}

#masterLogin:focus,
#masterPassword:focus {
  border-color: #ffd600;

  background: #0d0f0f;

  box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.12);
}

#masterLogin::placeholder,
#masterPassword::placeholder {
  color: #697070;
}

.master-password-wrap {
  position: relative;

  width: 100%;

  margin-bottom: 20px;
}

.master-password-wrap #masterPassword {
  padding-right: 58px;
}

.master-password-toggle {
  position: absolute;

  top: 50%;
  right: 7px;

  transform: translateY(-50%);

  display: grid;

  place-items: center;

  width: 42px;
  height: 40px;

  padding: 0;

  border: 0;
  border-radius: 11px;

  background: rgba(255, 255, 255, 0.055);

  color: #fff;

  font-size: 18px;

  cursor: pointer;
}

.master-password-toggle:active {
  transform: translateY(-50%) scale(0.94);
}

.login-card .actions {
  display: block;

  width: 100%;

  margin: 0;
}

.login-card .actions #loginBtn {
  width: 100%;
  min-height: 54px;

  margin: 0;

  border: 0;
  border-radius: 14px;

  background: linear-gradient(180deg, #ffe32c, #ffd000);

  color: #080909;

  font-size: 17px;
  font-weight: 950;

  box-shadow: 0 10px 26px rgba(255, 214, 0, 0.16);
}

.login-card .actions #loginBtn:active {
  transform: scale(0.985);
}

@media (max-width: 520px) {
  .login-overlay {
    align-items: center;

    padding: 15px;
  }

  .login-card {
    width: 100%;

    padding: 25px 20px 21px;

    border-radius: 21px;
  }

  .login-card h2 {
    font-size: 23px;

    margin-bottom: 20px;
  }

  #masterLogin,
  #masterPassword {
    height: 56px;

    font-size: 16px;
  }

  .login-card .actions #loginBtn {
    min-height: 56px;
  }
}

/* ==========================================================
   WEB PUSH V47
   ========================================================== */

#masterPushBtn {
  width: 194px;
  min-width: 194px;
  min-height: 58px;

  margin-bottom: 12px;

  border: 1px solid rgba(255, 214, 0, 0.25);

  border-radius: 17px;

  background: #141616;

  color: #e7eeee;

  font-size: 16px;
  font-weight: 850;
}

#masterPushBtn.push-enabled {
  border-color: rgba(74, 218, 115, 0.4);

  color: #7ee79d;
}

.customer-push-btn {
  position: fixed;

  z-index: 80;

  left: 50%;
  bottom: calc(18px + env(safe-area-inset-bottom));

  transform: translateX(-50%);

  width: min(360px, calc(100vw - 30px));

  min-height: 50px;

  padding: 10px 18px;

  border: 1px solid rgba(255, 214, 0, 0.42);

  border-radius: 16px;

  background: rgba(13, 15, 15, 0.96);

  color: #ffd600;

  font: inherit;
  font-weight: 900;

  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.46);

  backdrop-filter: blur(12px);
}

.customer-push-btn.enabled {
  border-color: rgba(67, 214, 111, 0.36);

  color: #7ee79d;
}

.customer-push-btn[hidden] {
  display: none !important;
}

@media (max-width: 700px) {
  #masterPushBtn {
    width: 100%;
    min-width: 0;
  }
}

/* ==================================================
   SPEED SERVICE MASTER LOGIN V48
   ================================================== */

.login-card {
  width: min(100% - 32px, 460px);
  padding: 30px;
}

.login-card h2 {
  margin: 24px 0 8px;
}

.master-login-fields {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.master-login-field {
  display: grid;
  gap: 8px;
}

.master-login-field > span {
  color: #aeb4b4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.master-login-field input {
  width: 100%;
  min-height: 62px;
  box-sizing: border-box;
  padding: 0 18px;

  border: 1px solid #363a3a;
  border-radius: 16px;

  background: #171919;
  color: #fff;

  font-size: 18px;
  outline: none;
}

.master-login-field input:focus {
  border-color: #ffd600;

  box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.1);
}

.master-password-wrap {
  position: relative;
}

.master-password-wrap input {
  padding-right: 64px;
}

.master-password-toggle {
  position: absolute;

  top: 50%;
  right: 9px;

  width: 46px;
  height: 46px;

  transform: translateY(-50%);

  border: 0;
  border-radius: 12px;

  background: #242727;
  color: #fff;

  font-size: 20px;
}

.master-login-actions {
  margin-top: 24px;
}

.master-login-actions #loginBtn {
  width: 100%;
  min-height: 62px;

  border-radius: 16px;

  font-size: 19px;
  font-weight: 950;
}

@media (max-width: 520px) {
  .login-card {
    padding: 26px 22px;
  }

  .login-card .brand {
    font-size: 26px;
  }
}


/* ==================================================
   SPEED SERVICE MASTER LOGIN V49 — FINAL OVERRIDE
   ================================================== */

.login-overlay {
  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

  padding:
    max(18px, env(safe-area-inset-top))
    18px
    max(18px, env(safe-area-inset-bottom));

  background: #050606;
}

.login-card {
  box-sizing: border-box;

  width: min(100%, 430px);

  padding: 28px 24px 26px;

  border: 1px solid #2d3131;
  border-radius: 24px;

  background:
    linear-gradient(
      180deg,
      #121414 0%,
      #0b0d0d 100%
    );

  box-shadow:
    0 25px 70px rgba(0, 0, 0, .55);
}

.login-card .brand {
  margin: 0 0 24px;
}

.login-card h2 {
  margin: 0 0 10px;

  color: #fff;

  font-size: 28px;
  line-height: 1.1;
}

.login-card > p {
  margin:
    0
    0
    28px !important;

  line-height: 1.4;
}

.master-auth-form {
  display: grid;

  gap: 22px;

  margin: 0;
}

.master-auth-group {
  display: grid;

  gap: 9px;

  margin: 0;
}

.master-auth-group::before,
.master-auth-group::after,
.master-auth-caption::before,
.master-auth-caption::after {
  content: none !important;
  display: none !important;
}

.master-auth-caption {
  margin: 0;

  color: #c5caca;

  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
}

.master-auth-input,
#masterLogin.master-auth-input,
#masterPassword.master-auth-input {
  display: block;

  box-sizing: border-box;

  width: 100%;
  height: 60px;

  margin: 0 !important;

  padding: 0 18px;

  border: 1px solid #343939;
  border-radius: 16px;

  outline: none;

  background: #090b0b;

  color: #fff;

  font-size: 17px;

  appearance: none;
  -webkit-appearance: none;

  transition:
    border-color .16s ease,
    box-shadow .16s ease,
    background .16s ease;
}

.master-auth-input::placeholder {
  color: #626969;
  opacity: 1;
}

.master-auth-input:focus,
#masterLogin.master-auth-input:focus,
#masterPassword.master-auth-input:focus {
  border-color: #ffd600;

  background: #0d0f0f;

  box-shadow:
    0 0 0 3px rgba(255, 214, 0, .11);
}

.master-auth-password {
  position: relative;

  width: 100%;

  margin: 0;
}

.master-auth-password
#masterPassword {
  padding-right: 68px;
}

.master-auth-eye {
  position: absolute;

  top: 50%;
  right: 8px;

  display: grid;
  place-items: center;

  width: 46px;
  height: 44px;

  padding: 0;

  transform: translateY(-50%);

  border: 0;
  border-radius: 12px;

  background: #242727;

  color: #fff;

  font-size: 20px;
  line-height: 1;

  cursor: pointer;
}

.master-auth-eye:active {
  transform:
    translateY(-50%)
    scale(.94);
}

.master-login-actions {
  margin-top: 26px !important;
}

.master-login-actions #loginBtn {
  box-sizing: border-box;

  width: 100%;
  min-height: 60px;

  margin: 0;

  border: 0;
  border-radius: 16px;

  background:
    linear-gradient(
      180deg,
      #ffe42e,
      #ffd000
    );

  color: #080909;

  font-size: 19px;
  font-weight: 950;
}

@media (max-width: 520px) {
  .login-card {
    width: 100%;

    padding: 26px 22px 24px;

    border-radius: 22px;
  }

  .login-card .brand {
    margin-bottom: 22px;
  }

  .login-card h2 {
    font-size: 26px;
  }

  .login-card > p {
    margin-bottom: 25px !important;
  }

  .master-auth-form {
    gap: 20px;
  }

  .master-auth-input,
  #masterLogin.master-auth-input,
  #masterPassword.master-auth-input {
    height: 58px;
  }

  .master-login-actions #loginBtn {
    min-height: 58px;
  }
}



/* FIXED UKRAINE PHONE PREFIX */
.phone-input-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #343838;
  border-radius: 17px;
  background: #1b1d1d;
  overflow: hidden;
}

.phone-input-wrap:focus-within {
  border-color: #ffd600;
  box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.12);
}

.phone-prefix {
  flex: 0 0 auto;
  padding-left: 20px;
  font-size: inherit;
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.phone-input-wrap #phone {
  flex: 1;
  min-width: 0;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 4px;
}

