:root {
  --ink: #080b09;
  --ink-soft: #101510;
  --panel: #141a15;
  --panel-light: #1b221c;
  --paper: #f2f4ed;
  --paper-bright: #fbfcf7;
  --muted: #8e978f;
  --line: rgba(255, 255, 255, 0.1);
  --paper-line: rgba(8, 11, 9, 0.13);
  --signal: #cfff47;
  --signal-dark: #a9dc2c;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--paper);
  background: var(--ink);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--ink);
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.provider-app {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(207, 255, 71, 0.08), transparent 20%),
    var(--ink);
}

.provider-topbar {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  pointer-events: none;
}

.provider-brand,
.customer-mode-link {
  pointer-events: auto;
}

.provider-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.provider-visitor-counter {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #b2bab3;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.7px;
}

.provider-visitor-counter i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(207, 255, 71, 0.1);
}

.provider-visitor-counter strong {
  color: var(--signal);
  font-size: 9px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.provider-visitor-counter small {
  font-size: 6px;
  letter-spacing: 0.7px;
}

.provider-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--paper-bright);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -1.4px;
}

.provider-brand small {
  margin-left: 2px;
  padding: 4px 7px;
  border: 1px solid rgba(207, 255, 71, 0.4);
  border-radius: 999px;
  color: var(--signal);
  font-size: 7px;
  letter-spacing: 1.1px;
}

.provider-brand-orbit {
  position: relative;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.provider-brand-orbit::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.provider-brand-orbit i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.provider-brand-orbit i:first-child {
  top: 5px;
  left: 3px;
}

.provider-brand-orbit i:last-child {
  right: 3px;
  bottom: 5px;
}

.customer-mode-link {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #b2bab3;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.7px;
}

.customer-mode-link span {
  color: var(--signal);
  font-size: 12px;
}

.provider-view {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.welcome-view {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 90px max(24px, calc((100vw - 1120px) / 2)) 42px;
  background:
    linear-gradient(180deg, rgba(8, 11, 9, 0.04), var(--ink) 80%),
    var(--ink);
}

.welcome-grid,
.route-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(207, 255, 71, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 255, 71, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 70% 35%, #000, transparent 72%);
}

.partner-signal {
  position: absolute;
  top: 50%;
  right: max(6vw, calc((100vw - 1120px) / 2));
  width: min(50vw, 620px);
  aspect-ratio: 1;
  transform: translateY(-56%);
}

.signal-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(207, 255, 71, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.signal-orbit::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-top: 1px solid var(--signal);
  border-radius: inherit;
  animation: signalSpin 8s linear infinite;
}

.signal-orbit-one {
  width: 96%;
  height: 96%;
}

.signal-orbit-two {
  width: 66%;
  height: 66%;
}

.signal-orbit-two::before {
  animation-duration: 5s;
  animation-direction: reverse;
}

.signal-orbit-three {
  width: 36%;
  height: 36%;
}

.signal-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 10px solid rgba(207, 255, 71, 0.16);
  border-radius: 50%;
  background: var(--signal);
  color: var(--ink);
  font-size: 27px;
  font-weight: 950;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 44px rgba(207, 255, 71, 0.2);
}

.signal-client {
  position: absolute;
  z-index: 3;
  min-width: 68px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(14, 19, 15, 0.9);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
}

.signal-client b {
  color: var(--paper-bright);
  font-size: 17px;
}

.signal-client small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-client-one {
  left: 12%;
  top: 28%;
}

.signal-client-two {
  right: 2%;
  top: 43%;
}

.signal-client-three {
  left: 24%;
  bottom: 12%;
  border-color: rgba(207, 255, 71, 0.36);
}

.signal-client-three b {
  color: var(--signal);
}

.welcome-copy,
.welcome-actions {
  position: relative;
  z-index: 5;
  width: min(510px, 45vw);
}

.provider-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  color: #8d968e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.7px;
}

.provider-kicker i,
.request-label-row i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(207, 255, 71, 0.1);
}

.welcome-copy h1 {
  margin: 0;
  color: var(--paper-bright);
  font-size: clamp(44px, 5.8vw, 82px);
  font-weight: 920;
  line-height: 0.93;
  letter-spacing: -4px;
}

.welcome-copy h1 em {
  color: var(--signal);
  font-style: normal;
}

.welcome-copy > p:last-child {
  max-width: 470px;
  margin: 20px 0 0;
  color: #a3aca4;
  font-size: 14px;
  line-height: 1.65;
}

.welcome-actions {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 10px;
  margin-top: 25px;
}

.welcome-actions > small {
  grid-column: 1 / -1;
  color: #59615b;
  font-size: 8px;
  line-height: 1.45;
}

.primary-provider-action,
.ghost-provider-action {
  min-height: 55px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 900;
}

.primary-provider-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  border: 0;
  background: var(--signal);
  color: var(--ink);
}

.primary-provider-action span {
  font-size: 20px;
}

.ghost-provider-action {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
  color: var(--paper);
}

.provider-step-index {
  position: absolute;
  z-index: 4;
  right: 25px;
  bottom: 20px;
  color: #59615b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.view-scroll,
.portal-scroll {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(207, 255, 71, 0.28) transparent;
}

.view-scroll::-webkit-scrollbar,
.portal-scroll::-webkit-scrollbar {
  width: 4px;
}

.view-scroll::-webkit-scrollbar-thumb,
.portal-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(207, 255, 71, 0.28);
}

.onboarding-view {
  background:
    radial-gradient(circle at 90% 4%, rgba(207, 255, 71, 0.08), transparent 23%),
    var(--paper);
  color: var(--ink);
}

.onboarding-view .view-scroll {
  padding: 92px max(24px, calc((100vw - 920px) / 2)) 55px;
}

.onboarding-head {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: start;
}

.round-back {
  width: 42px;
  height: 42px;
  border: 1px solid var(--paper-line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 18px;
}

.onboarding-head h1,
.portal-heading h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 930;
  line-height: 1;
  letter-spacing: -2px;
}

.onboarding-head > div > p:last-child,
.portal-heading > div > p:last-child {
  margin: 11px 0 0;
  color: #6e756f;
  font-size: 12px;
  line-height: 1.55;
}

.onboarding-form {
  display: grid;
  gap: 18px;
  margin: 35px 0 0 61px;
}

.provider-role-fieldset,
.service-radius-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.provider-role-fieldset legend,
.service-radius-fieldset legend {
  margin-bottom: 12px;
  color: #737b74;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.provider-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.provider-role-button {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid var(--paper-line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.47);
  color: var(--ink);
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.provider-role-button:hover {
  transform: translateY(-2px);
}

.provider-role-button.selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper-bright);
}

.provider-role-button span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: var(--ink);
  font-size: 11px;
  font-weight: 950;
}

.provider-role-button strong {
  font-size: 10px;
  line-height: 1.25;
}

.custom-role-wrap,
.identity-card,
.service-radius-fieldset,
.consent-row {
  border: 1px solid var(--paper-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.52);
}

.custom-role-wrap {
  padding: 15px;
}

.custom-role-wrap label,
.identity-card label {
  display: block;
  margin: 0 0 7px;
  color: #5d655f;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.phone-entry + label {
  margin-top: 14px;
}

.custom-role-wrap input,
.identity-card input {
  width: 100%;
  min-height: 47px;
  padding: 0 14px;
  border: 1px solid var(--paper-line);
  border-radius: 12px;
  outline: none;
  background: var(--paper-bright);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.custom-role-wrap input:focus,
.identity-card input:focus {
  border-color: var(--signal-dark);
  box-shadow: 0 0 0 3px rgba(169, 220, 44, 0.12);
}

.identity-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  padding: 17px;
}

.identity-title {
  grid-column: 1 / -1;
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 2px;
}

.identity-title > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--signal);
  font-size: 9px;
  font-weight: 900;
}

.identity-title div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.identity-title strong {
  font-size: 13px;
}

.identity-title small {
  color: #777e78;
  font-size: 9px;
}

.phone-entry {
  display: flex;
  min-height: 47px;
  border: 1px solid var(--paper-line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--paper-bright);
}

.phone-entry span {
  min-width: 49px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--paper-line);
  color: #656d66;
  font-size: 11px;
  font-weight: 800;
}

.phone-entry input {
  min-height: 45px;
  border: 0;
  border-radius: 0;
}

.service-radius-fieldset {
  padding: 17px;
}

.service-radius-fieldset p {
  margin: -3px 0 13px;
  color: #676f68;
  font-size: 10px;
}

.radius-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.radius-options button {
  min-height: 42px;
  border: 1px solid var(--paper-line);
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
}

.radius-options button.selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--signal);
}

.consent-row {
  display: flex;
  gap: 11px;
  padding: 15px 17px;
  color: #505852;
  font-size: 9px;
  line-height: 1.5;
}

.consent-row input {
  width: 17px;
  height: 17px;
  accent-color: var(--signal-dark);
}

.onboarding-submit {
  width: 100%;
  border-radius: 17px;
}

.portal-view {
  color: var(--paper);
  background:
    radial-gradient(circle at 85% 0%, rgba(207, 255, 71, 0.08), transparent 26%),
    var(--ink);
}

.portal-scroll {
  padding: 92px max(22px, calc((100vw - 760px) / 2)) 105px;
}

.portal-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.portal-heading h1 {
  color: var(--paper-bright);
}

.portal-heading h1 span {
  color: var(--signal);
}

.partner-avatar,
.profile-avatar {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.availability-card {
  min-height: 93px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 25px;
  padding: 17px 19px;
  border: 1px solid rgba(207, 255, 71, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 50%, rgba(207, 255, 71, 0.12), transparent 26%),
    var(--panel);
}

.availability-card > div {
  display: grid;
  gap: 3px;
}

.availability-card small {
  color: #89928b;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.availability-card strong {
  color: var(--signal);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.8px;
}

.availability-card > div span {
  color: #a4aca5;
  font-size: 9px;
}

.availability-toggle {
  position: relative;
  width: 58px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: #2d342e;
}

.availability-toggle span {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #777f79;
  transition: transform 220ms ease, background 220ms ease;
}

.availability-toggle.online {
  background: rgba(207, 255, 71, 0.15);
}

.availability-toggle.online span {
  background: var(--signal);
  transform: translateX(24px);
  box-shadow: 0 0 16px rgba(207, 255, 71, 0.3);
}

.remaining-time-card {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
}

.remaining-time-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.remaining-time-head small {
  color: #778079;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.remaining-time-head h2 {
  margin: 4px 0 0;
  color: var(--paper-bright);
  font-size: 15px;
  line-height: 1.2;
}

.remaining-time-head > span {
  padding: 5px 7px;
  border: 1px solid rgba(207, 255, 71, 0.24);
  border-radius: 999px;
  color: var(--signal);
  font-size: 7px;
  font-weight: 900;
}

.minute-control {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.minute-control button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--ink-soft);
  color: var(--paper);
  font-size: 18px;
}

.minute-control > div {
  min-height: 63px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  border-radius: 15px;
  background: var(--paper);
  color: var(--ink);
}

.minute-control strong {
  font-size: 37px;
  letter-spacing: -2px;
}

.minute-control span {
  font-size: 8px;
  font-weight: 900;
}

.remaining-time-card > p {
  margin: 12px 0 0;
  color: #79817a;
  font-size: 8px;
  line-height: 1.5;
}

.partner-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.partner-stats div {
  min-height: 69px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.025);
}

.partner-stats div + div {
  border-left: 1px solid var(--line);
}

.partner-stats small {
  color: #737c74;
  font-size: 7px;
}

.partner-stats strong {
  color: var(--paper-bright);
  font-size: 17px;
}

.priority-request {
  margin-top: 19px;
  padding: 17px;
  border: 1px solid rgba(207, 255, 71, 0.28);
  border-radius: 24px;
  background: var(--paper);
  color: var(--ink);
}

.request-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.request-label-row p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 1px;
}

.request-label-row span {
  color: #7b827c;
  font-size: 7px;
  font-weight: 850;
}

.request-radar {
  position: relative;
  height: 162px;
  margin: 13px 0;
  overflow: hidden;
  border-radius: 17px;
  background:
    linear-gradient(rgba(207, 255, 71, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 255, 71, 0.05) 1px, transparent 1px),
    #0c110d;
  background-size: 28px 28px;
}

.request-radar-ring {
  position: absolute;
  left: 29%;
  top: 64%;
  border: 1px solid rgba(207, 255, 71, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.request-radar .ring-one {
  width: 145px;
  height: 145px;
}

.request-radar .ring-two {
  width: 82px;
  height: 82px;
}

.request-you,
.request-customer {
  position: absolute;
  z-index: 3;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 950;
}

.request-you {
  left: calc(29% - 18px);
  top: calc(64% - 18px);
  border: 6px solid rgba(207, 255, 71, 0.16);
  background: var(--signal);
}

.request-customer {
  right: 13%;
  top: 14%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--paper);
}

.request-radar svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.request-radar path {
  fill: none;
  stroke: var(--signal);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 6 8;
  animation: dashRoute 1.4s linear infinite;
}

.request-radar > small {
  position: absolute;
  left: 50%;
  bottom: 11px;
  padding: 5px 8px;
  border: 1px solid rgba(207, 255, 71, 0.18);
  border-radius: 999px;
  color: #bbc4bc;
  font-size: 7px;
  transform: translateX(-50%);
}

.priority-copy small,
.request-card-top small {
  color: #747c76;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1px;
}

.priority-copy h2 {
  margin: 4px 0 5px;
  font-size: 23px;
  letter-spacing: -0.9px;
}

.priority-copy p,
.request-card > p {
  margin: 0;
  color: #5f6761;
  font-size: 9px;
  line-height: 1.55;
}

.request-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  border: 1px solid var(--paper-line);
  border-radius: 13px;
  overflow: hidden;
}

.request-facts span {
  min-height: 56px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
}

.request-facts span + span {
  border-left: 1px solid var(--paper-line);
}

.request-facts small {
  color: #818881;
  font-size: 6px;
}

.request-facts strong {
  font-size: 10px;
}

.quote-request-button,
.view-all-requests {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-radius: 13px;
  font-size: 10px;
  font-weight: 900;
}

.priority-request > .quote-request-button {
  margin-top: 13px;
  border: 0;
  background: var(--ink);
  color: var(--signal);
}

.quote-request-button span,
.view-all-requests span {
  font-size: 16px;
}

.view-all-requests {
  margin-top: 10px;
  border: 1px solid var(--line);
  background: transparent;
  color: #b6beb7;
}

.provider-bottom-nav {
  position: fixed;
  z-index: 70;
  left: 50%;
  bottom: max(13px, env(safe-area-inset-bottom));
  width: min(520px, calc(100% - 24px));
  min-height: 67px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 21px;
  background: rgba(17, 22, 18, 0.94);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.provider-bottom-nav button {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #788079;
}

.provider-bottom-nav button.selected {
  background: var(--signal);
  color: var(--ink);
}

.provider-bottom-nav button > span {
  font-size: 17px;
  font-weight: 900;
}

.provider-bottom-nav button > small {
  font-size: 7px;
  font-weight: 850;
}

.provider-bottom-nav button > i {
  position: absolute;
  top: 4px;
  right: 19%;
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: var(--ink);
  font-size: 6px;
  font-style: normal;
  font-weight: 950;
}

.provider-bottom-nav button.selected > i {
  background: var(--ink);
  color: var(--signal);
}

.compact-heading {
  align-items: center;
}

.compact-heading h1 {
  font-size: 35px;
}

.live-count,
.active-job-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid rgba(207, 255, 71, 0.22);
  border-radius: 999px;
  color: var(--signal);
  font-size: 7px;
  font-weight: 900;
}

.live-count i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(207, 255, 71, 0.1);
}

.request-filter-row {
  display: flex;
  gap: 7px;
  margin: 23px 0 13px;
  overflow-x: auto;
  scrollbar-width: none;
}

.request-filter-row::-webkit-scrollbar {
  display: none;
}

.request-filter-row button {
  flex: 0 0 auto;
  min-height: 35px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: #89928a;
  font-size: 8px;
  font-weight: 850;
}

.request-filter-row button.selected {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--ink);
}

.request-list {
  display: grid;
  gap: 10px;
}

.request-card {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}

.featured-request-card {
  border-color: rgba(207, 255, 71, 0.32);
}

.request-card-top {
  display: grid;
  grid-template-columns: 41px 1fr auto;
  gap: 11px;
  align-items: center;
}

.request-type-icon {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: var(--ink);
  font-size: 11px;
  font-weight: 950;
}

.request-card-top > div {
  display: grid;
  gap: 3px;
}

.request-card-top strong {
  color: var(--paper-bright);
  font-size: 13px;
}

.request-card-top em {
  color: var(--signal);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.request-card > p {
  margin: 12px 0;
  color: #949d95;
}

.request-card-meta {
  display: flex;
  gap: 7px;
}

.request-card-meta span {
  padding: 5px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #778079;
  font-size: 7px;
}

.request-card > .quote-request-button {
  margin-top: 13px;
  border: 1px solid rgba(207, 255, 71, 0.25);
  background: rgba(207, 255, 71, 0.05);
  color: var(--signal);
}

.empty-active-job {
  min-height: 470px;
  display: grid;
  place-items: center;
  align-content: center;
  margin-top: 18px;
  padding: 30px;
  border: 1px dashed rgba(207, 255, 71, 0.22);
  border-radius: 25px;
  text-align: center;
}

.empty-radar {
  position: relative;
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
}

.empty-radar::before,
.empty-radar::after,
.empty-radar i {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(207, 255, 71, 0.17);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.empty-radar::before {
  width: 100%;
  height: 100%;
}

.empty-radar::after {
  width: 68%;
  height: 68%;
}

.empty-radar i {
  width: 38%;
  height: 38%;
}

.empty-radar span {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
}

.empty-active-job h2 {
  margin: 0;
  font-size: 20px;
}

.empty-active-job p {
  max-width: 370px;
  margin: 10px 0 18px;
  color: #7d867e;
  font-size: 10px;
  line-height: 1.6;
}

.empty-active-job button {
  min-height: 43px;
  padding: 0 15px;
  border: 1px solid rgba(207, 255, 71, 0.25);
  border-radius: 12px;
  background: transparent;
  color: var(--signal);
  font-size: 9px;
  font-weight: 850;
}

.live-active-job {
  margin-top: 18px;
}

.partner-route-map {
  position: relative;
  height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 25px 25px 0 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(207, 255, 71, 0.1), transparent 20%),
    #0d120e;
}

.partner-route-map::before,
.partner-route-map::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 44px;
  border: 13px solid rgba(255, 255, 255, 0.035);
  border-left: 0;
  border-right: 0;
  border-radius: 50%;
  transform: rotate(-12deg);
}

.partner-route-map::before {
  left: -10%;
  top: 25%;
}

.partner-route-map::after {
  left: -10%;
  bottom: 18%;
  transform: rotate(7deg);
}

.partner-route-map svg {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.partner-route-map path {
  fill: none;
  stroke: var(--signal);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 7 9;
  animation: dashRoute 1.2s linear infinite;
}

.route-provider-dot,
.route-customer-dot {
  position: absolute;
  z-index: 4;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 950;
}

.route-provider-dot {
  left: 7%;
  bottom: 12%;
  border: 7px solid rgba(207, 255, 71, 0.14);
  background: var(--signal);
  color: var(--ink);
}

.route-customer-dot {
  right: 10%;
  top: 7%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--paper);
  color: var(--ink);
}

.route-provider-dot small,
.route-customer-dot small {
  position: absolute;
  top: 47px;
  color: #a0aaa1;
  font-size: 7px;
  white-space: nowrap;
}

.route-distance {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 51%;
  padding: 6px 9px;
  border: 1px solid rgba(207, 255, 71, 0.22);
  border-radius: 999px;
  background: rgba(8, 11, 9, 0.82);
  color: #aeb7af;
  font-size: 7px;
  transform: translate(-50%, -50%);
}

.active-job-sheet {
  padding: 18px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 25px 25px;
  background: var(--panel);
}

.active-job-head {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  gap: 11px;
  align-items: center;
}

.active-job-head > span,
.customer-location-card > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  color: var(--ink);
  font-size: 10px;
  font-weight: 950;
}

.active-job-head > div {
  min-width: 0;
}

.active-job-head small {
  color: #758078;
  font-size: 7px;
  font-weight: 850;
}

.active-job-head h2 {
  margin: 3px 0 0;
  overflow: hidden;
  color: var(--paper-bright);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active-job-head > strong {
  display: flex;
  align-items: baseline;
  gap: 3px;
  color: var(--signal);
  font-size: 28px;
  letter-spacing: -1.6px;
}

.active-job-head > strong small {
  color: #828b83;
  font-size: 7px;
}

.customer-location-card {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: 14px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--ink-soft);
}

.customer-location-card > span {
  width: 34px;
  height: 34px;
  background: var(--paper);
}

.customer-location-card p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.customer-location-card small {
  color: #727c73;
  font-size: 6px;
}

.customer-location-card strong {
  color: #c7cec7;
  font-size: 9px;
}

.active-job-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px 0 17px;
}

.active-job-steps::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 6px;
  height: 1px;
  background: #3d463e;
}

.active-job-steps span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 5px;
}

.active-job-steps i {
  width: 13px;
  height: 13px;
  border: 2px solid #59625b;
  border-radius: 50%;
  background: var(--panel);
}

.active-job-steps span.done i,
.active-job-steps span.current i {
  border-color: var(--signal);
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(207, 255, 71, 0.09);
}

.active-job-steps small {
  color: #697269;
  font-size: 6px;
}

.active-job-steps span.done small,
.active-job-steps span.current small {
  color: var(--paper);
}

.provider-map-link,
.advance-job-status,
.secondary-job-action {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  font-size: 9px;
  font-weight: 900;
}

.provider-map-link {
  border: 1px solid var(--line);
  color: #b1b9b2;
}

.provider-map-link span {
  margin-left: 7px;
  color: var(--signal);
  font-size: 13px;
}

.advance-job-status {
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 15px;
  border: 0;
  background: var(--signal);
  color: var(--ink);
}

.advance-job-status span {
  font-size: 17px;
}

.secondary-job-action {
  margin-top: 8px;
  border: 1px solid var(--line);
  background: transparent;
  color: #929b93;
}

.profile-hero {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 13px;
  align-items: center;
}

.profile-avatar {
  width: 58px;
  height: 58px;
}

.profile-hero .provider-kicker {
  margin-bottom: 4px;
}

.profile-hero h1 {
  margin: 0;
  color: var(--paper-bright);
  font-size: 22px;
  letter-spacing: -0.7px;
}

.profile-hero > div > p:last-child {
  margin: 4px 0 0;
  color: #768078;
  font-size: 9px;
}

.profile-hero > em {
  padding: 6px 8px;
  border: 1px solid rgba(207, 255, 71, 0.22);
  border-radius: 999px;
  color: var(--signal);
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.verification-score {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 15px;
  align-items: center;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(207, 255, 71, 0.24);
  border-radius: 20px;
  background: var(--panel);
}

.verification-score > div {
  position: relative;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
}

.verification-score > div span {
  position: relative;
  z-index: 2;
  color: var(--signal);
  font-size: 13px;
  font-weight: 950;
}

.verification-score svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.verification-score circle {
  fill: none;
  stroke: #2d352e;
  stroke-width: 3;
}

.verification-score .score-ring {
  stroke: var(--signal);
  stroke-dasharray: 25 100;
  stroke-linecap: round;
}

.verification-score p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.verification-score small {
  color: #798279;
  font-size: 7px;
  font-weight: 900;
}

.verification-score strong {
  color: var(--paper-bright);
  font-size: 14px;
}

.verification-score p span {
  color: #818a82;
  font-size: 8px;
}

.verification-list {
  display: grid;
  gap: 8px;
  margin-top: 13px;
}

.verification-list button {
  min-height: 67px;
  display: grid;
  grid-template-columns: 39px 1fr auto;
  gap: 11px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  color: var(--paper);
  text-align: left;
}

.verification-icon {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #252c26;
  color: #8e978f;
  font-size: 8px;
  font-weight: 950;
}

.verification-icon.done {
  background: var(--signal);
  color: var(--ink);
  font-size: 13px;
}

.verification-list p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.verification-list strong {
  font-size: 10px;
}

.verification-list small {
  color: #747e75;
  font-size: 7px;
}

.verification-list em {
  color: var(--signal);
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.profile-setting-card {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.profile-setting-card div {
  display: grid;
  gap: 4px;
}

.profile-setting-card small {
  color: #727b73;
  font-size: 7px;
  font-weight: 900;
}

.profile-setting-card strong {
  font-size: 11px;
}

.profile-setting-card button {
  min-height: 33px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: transparent;
  color: var(--signal);
  font-size: 8px;
  font-weight: 850;
}

.profile-privacy-note {
  margin: 14px 0 0;
  padding: 13px;
  border-left: 2px solid var(--signal-dark);
  color: #768078;
  font-size: 8px;
  line-height: 1.6;
}

.quote-dialog,
.quote-sent-dialog {
  width: min(560px, calc(100% - 24px));
  max-height: calc(100svh - 24px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.quote-dialog::backdrop,
.quote-sent-dialog::backdrop {
  background: rgba(2, 5, 3, 0.78);
  backdrop-filter: blur(10px);
}

.quote-dialog[open],
.quote-sent-dialog[open] {
  animation: dialogUp 220ms ease both;
}

.quote-dialog form {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.quote-dialog-head {
  display: grid;
  grid-template-columns: 45px 1fr 37px;
  gap: 11px;
  align-items: center;
}

.quote-dialog-head > span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  font-size: 12px;
  font-weight: 950;
}

.quote-dialog-head small {
  color: #777f78;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1px;
}

.quote-dialog-head h2 {
  margin: 3px 0 0;
  font-size: 18px;
  letter-spacing: -0.6px;
}

.quote-dialog-head button {
  width: 37px;
  height: 37px;
  border: 1px solid var(--paper-line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 20px;
}

.quote-request-meta {
  margin: 0;
  color: #737a74;
  font-size: 8px;
}

.quote-ai-equation {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 7px;
  align-items: center;
  padding: 11px;
  border-radius: 15px;
  background: #e2e5dd;
}

.quote-ai-equation div {
  display: grid;
  place-items: center;
  gap: 3px;
}

.quote-ai-equation small {
  color: #757d76;
  font-size: 6px;
}

.quote-ai-equation strong {
  font-size: 10px;
}

.quote-ai-equation div:last-of-type strong {
  color: #658619;
}

.quote-ai-equation b {
  color: #9ca39d;
  font-size: 10px;
}

.quote-dialog label {
  margin-top: 3px;
  color: #59615b;
  font-size: 8px;
  font-weight: 850;
}

.quote-dialog label small {
  color: #8c938d;
  font-weight: 600;
}

.quote-inline-input {
  min-height: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--paper-line);
  border-radius: 13px;
  background: var(--paper-bright);
}

.quote-inline-input input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 13px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.quote-inline-input > span {
  padding-right: 13px;
  color: #737b74;
  font-size: 8px;
  font-weight: 850;
}

.price-input > span {
  padding: 0 0 0 13px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.quote-dialog textarea {
  width: 100%;
  min-height: 65px;
  padding: 11px 13px;
  resize: vertical;
  border: 1px solid var(--paper-line);
  border-radius: 13px;
  outline: none;
  background: var(--paper-bright);
  color: var(--ink);
  font-size: 10px;
  line-height: 1.45;
}

.quote-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(169, 220, 44, 0.35);
  border-radius: 13px;
  background: rgba(207, 255, 71, 0.12);
}

.quote-summary span {
  color: #6b736c;
  font-size: 7px;
}

.quote-summary strong {
  color: #4d6910;
  font-size: 9px;
  text-align: right;
}

.submit-quote {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border: 0;
  border-radius: 14px;
  background: var(--ink);
  color: var(--signal);
  font-size: 10px;
  font-weight: 900;
}

.submit-quote span {
  font-size: 18px;
}

.quote-dialog form > p:last-child {
  margin: 0;
  color: #868e87;
  font-size: 7px;
  line-height: 1.45;
  text-align: center;
}

.quote-sent-dialog {
  padding: 26px;
  text-align: center;
}

.sent-signal {
  position: relative;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
}

.sent-signal::before,
.sent-signal::after,
.sent-signal i {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(8, 11, 9, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.sent-signal::before {
  width: 100%;
  height: 100%;
}

.sent-signal::after {
  width: 72%;
  height: 72%;
}

.sent-signal i {
  width: 46%;
  height: 46%;
}

.sent-signal span {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--signal);
  font-weight: 950;
}

.quote-sent-dialog .provider-kicker {
  justify-content: center;
  color: #737a74;
}

.quote-sent-dialog h2 {
  max-width: 360px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.quote-sent-dialog > p:not(.provider-kicker) {
  color: #687069;
  font-size: 10px;
}

.customer-compare-line {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 19px 0;
  padding: 12px;
  border-radius: 15px;
  background: #e4e7df;
  text-align: left;
}

.customer-compare-line > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--signal);
  font-size: 10px;
  font-weight: 950;
}

.customer-compare-line p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.customer-compare-line strong {
  font-size: 10px;
}

.customer-compare-line small {
  color: #747c75;
  font-size: 7px;
}

.quote-sent-dialog button {
  width: 100%;
  min-height: 47px;
  border-radius: 13px;
  font-size: 9px;
  font-weight: 900;
}

#simulateCustomerSelection {
  border: 0;
  background: var(--ink);
  color: var(--signal);
}

#closeQuoteSent {
  margin-top: 7px;
  border: 1px solid var(--paper-line);
  background: transparent;
  color: var(--ink);
}

.provider-toast {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: 95px;
  max-width: calc(100% - 30px);
  padding: 11px 15px;
  border: 1px solid rgba(207, 255, 71, 0.25);
  border-radius: 999px;
  background: rgba(10, 14, 11, 0.94);
  color: var(--paper);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.provider-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes signalSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dashRoute {
  to {
    stroke-dashoffset: -28;
  }
}

@keyframes dialogUp {
  from {
    opacity: 0;
    transform: translateY(15px) scale(0.98);
  }
}

@media (max-width: 820px) {
  .welcome-view {
    justify-content: flex-end;
    padding: 72px 18px 34px;
  }

  .partner-signal {
    top: 37%;
    right: 50%;
    width: min(105vw, 520px);
    transform: translate(50%, -54%);
  }

  .welcome-copy,
  .welcome-actions {
    width: 100%;
  }

  .welcome-copy h1 {
    font-size: clamp(39px, 11.5vw, 61px);
    letter-spacing: -3px;
  }

  .welcome-copy > p:last-child {
    max-width: 90%;
    font-size: 11px;
  }

  .welcome-actions {
    margin-top: 19px;
  }

  .provider-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .onboarding-form {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .provider-topbar {
    height: 64px;
    padding: 0 14px;
  }

  .provider-brand {
    gap: 7px;
    font-size: 20px;
  }

  .provider-brand-orbit {
    width: 31px;
    height: 31px;
  }

  .provider-brand small {
    padding: 3px 6px;
    font-size: 6px;
  }

  .customer-mode-link {
    min-height: 29px;
    padding: 0 9px;
    font-size: 6px;
  }

  .provider-top-actions {
    gap: 6px;
  }

  .provider-visitor-counter {
    min-height: 29px;
    padding: 0 8px;
  }

  .provider-visitor-counter small {
    display: none;
  }

  .welcome-view {
    padding: 66px 14px 24px;
  }

  .partner-signal {
    top: 34%;
    width: min(122vw, 490px);
  }

  .signal-core {
    width: 63px;
    height: 63px;
    border-width: 8px;
    font-size: 21px;
  }

  .signal-client {
    min-width: 58px;
    padding: 8px 10px;
  }

  .signal-client b {
    font-size: 14px;
  }

  .welcome-copy h1 {
    font-size: clamp(36px, 11.5vw, 50px);
    letter-spacing: -2.8px;
  }

  .welcome-copy > p:last-child {
    margin-top: 13px;
    font-size: 10px;
  }

  .welcome-actions {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 15px;
  }

  .welcome-actions > small {
    grid-column: auto;
  }

  .primary-provider-action,
  .ghost-provider-action {
    min-height: 49px;
    border-radius: 14px;
    font-size: 9px;
  }

  .provider-step-index {
    display: none;
  }

  .onboarding-view .view-scroll,
  .portal-scroll {
    padding: 76px 13px 98px;
  }

  .onboarding-head {
    grid-template-columns: 38px 1fr;
    gap: 11px;
  }

  .round-back {
    width: 37px;
    height: 37px;
  }

  .onboarding-head h1,
  .portal-heading h1 {
    font-size: 31px;
    letter-spacing: -1.5px;
  }

  .onboarding-head > div > p:last-child {
    font-size: 9px;
  }

  .onboarding-form {
    gap: 12px;
    margin-top: 23px;
  }

  .provider-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .provider-role-button {
    min-height: 79px;
    padding: 10px;
    border-radius: 14px;
  }

  .provider-role-button span {
    width: 28px;
    height: 28px;
    font-size: 9px;
  }

  .provider-role-button strong {
    font-size: 8px;
  }

  .identity-card {
    grid-template-columns: 1fr;
  }

  .radius-options {
    grid-template-columns: repeat(2, 1fr);
  }

  .portal-heading h1 {
    font-size: 30px;
  }

  .portal-heading > div > p:last-child {
    font-size: 9px;
  }

  .partner-avatar {
    width: 45px;
    height: 45px;
    font-size: 11px;
  }

  .availability-card {
    min-height: 84px;
    margin-top: 18px;
    border-radius: 18px;
  }

  .availability-card strong {
    font-size: 19px;
  }

  .remaining-time-card {
    border-radius: 18px;
  }

  .priority-request {
    border-radius: 20px;
  }

  .request-radar {
    height: 150px;
  }

  .compact-heading h1 {
    font-size: 29px;
  }

  .partner-route-map {
    height: 285px;
  }

  .quote-dialog {
    width: calc(100% - 14px);
    max-height: calc(100svh - 14px);
    border-radius: 22px;
  }

  .quote-dialog form {
    padding: 16px;
  }

  .quote-sent-dialog {
    width: calc(100% - 18px);
    padding: 22px 17px;
  }
}

@media (max-height: 760px) and (max-width: 560px) {
  .partner-signal {
    top: 31%;
    width: min(105vw, 420px);
  }

  .welcome-copy h1 {
    font-size: 39px;
  }

  .welcome-copy > p:last-child {
    display: none;
  }

  .welcome-actions {
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
