:root {
  --black: #030506;
  --panel: #111419;
  --panel-soft: #181b21;
  --line: #30353b;
  --text: #f4f6f5;
  --muted: #9da3aa;
  --lime: #a6fb7b;
  --mint-gray: #b5c0b2;
  --sans: Arial, Helvetica, sans-serif;
  font-family: var(--sans);
}
* {
  box-sizing: border-box;
}
html,
body {
  min-width: 0;
  margin: 0;
  background: var(--mint-gray);
  color: var(--text);
}
button {
  font: inherit;
  cursor: pointer;
}
button:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}
.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.stage {
  position: relative;
  display: grid;
  min-height: 100dvh;
  place-items: center;
  overflow: hidden;
  padding: 58px 20px;
  background: var(--mint-gray);
}
.showcase-bar {
  position: absolute;
  z-index: 4;
  top: 30px;
  right: 34px;
  left: 34px;
  display: flex;
  justify-content: space-between;
  color: #080b0b;
  font-size: 14px;
}
.showcase-bar p {
  margin: 0;
}
.showcase-bar i {
  display: inline-block;
  width: 19px;
  height: 24px;
  margin-right: 9px;
  vertical-align: middle;
  background: #080b0b;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
}
.showcase-bar span {
  margin-left: 9px;
  font-size: 21px;
}
.phone,
.showcase-phone {
  overflow: hidden;
  padding: 7px;
  border: 1px solid #1a1e20;
  border-radius: 43px;
  background: #080b0c;
  box-shadow:
    0 26px 46px rgba(22, 29, 24, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
.phone {
  position: relative;
  z-index: 3;
  width: 390px;
  height: 844px;
}
.screen,
.static-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 35px;
  background: var(--black);
}
.island {
  position: absolute;
  z-index: 12;
  top: 11px;
  left: 50%;
  inline-size: 96px;
  height: 24px;
  border-radius: 16px;
  background: #030303;
  transform: translateX(-50%);
}
.statusbar {
  position: relative;
  z-index: 13;
  display: flex;
  height: 43px;
  align-items: center;
  justify-content: space-between;
  padding: 4px 20px 0 23px;
  font-size: 14px;
  font-weight: 800;
}
.statusbar span {
  display: flex;
  align-items: center;
  gap: 3px;
}
.statusbar svg,
.tab svg,
.tool-row svg,
.back-small svg,
.charging-toggle svg,
.charger-sheet svg,
.static-screen svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.statusbar svg {
  width: 13px;
  height: 13px;
}
.statusbar svg:last-child {
  width: 17px;
}
.view {
  position: absolute;
  inset: 43px 0 0;
  overflow: hidden;
  padding: 10px 23px 96px;
}
.view[hidden] {
  display: none;
}
.profile-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.avatar {
  position: relative;
  display: grid;
  inline-size: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #d5b69e;
  color: #080b0b;
  font-family: Georgia, serif;
  font-size: 23px;
}
.avatar i {
  position: absolute;
  right: -1px;
  top: 2px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--lime);
}
.back-small {
  display: grid;
  inline-size: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #15191e;
  color: var(--text);
}
.dashboard-copy {
  margin: 21px 0 0;
  font-size: 16px;
  line-height: 1.06;
}
.hero-percent {
  display: block;
  margin: 22px 0 0;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.8;
}
.car-hero {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 68px;
  left: 0;
  height: 365px;
  overflow: hidden;
}
.car-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 5, 6, 0.94),
    transparent 25%,
    transparent 70%,
    rgba(3, 5, 6, 0.75)
  );
  content: "";
}
.car-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 65%;
  filter: brightness(0.74) saturate(0.82);
}
.metric-row {
  position: absolute;
  z-index: 2;
  right: 23px;
  bottom: 103px;
  left: 23px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.metric-row section {
  height: 148px;
  padding: 11px;
  border: 1px solid #252a30;
  border-radius: 12px;
  background: rgba(17, 20, 25, 0.93);
}
.metric-row small {
  color: #a1a8ad;
  font-size: 14px;
}
.gauge {
  position: relative;
  display: grid;
  height: 104px;
  place-items: end center;
  padding-bottom: 4px;
  overflow: hidden;
}
.gauge::before {
  position: absolute;
  bottom: 15px;
  inline-size: 108px;
  height: 108px;
  border: 1px solid #4a5156;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  content: "";
  transform: rotate(-43deg);
}
.gauge i {
  position: absolute;
  bottom: 65px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
}
.gauge b,
.range-ring b {
  position: relative;
  font-size: 19px;
  font-weight: 400;
}
.range-ring {
  display: grid;
  inline-size: 104px;
  height: 104px;
  margin: 10px auto 0;
  place-items: center;
  border: 1px solid #718275;
  border-radius: 50%;
}
.range-ring b {
  font-size: 16px;
}
.tool-row {
  display: flex;
  justify-content: space-between;
}
.tool-row button {
  display: grid;
  inline-size: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #15191e;
  color: var(--text);
}
.charge-percent {
  display: block;
  margin: 29px 0 10px;
  font-size: 88px;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.85;
}
.charge-title {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 15px;
}
.charge-title span {
  color: #a5abb1;
}
.charge-progress {
  height: 4px;
  margin-top: 17px;
  border-radius: 4px;
  background: #1c2226;
}
.charge-progress i {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
}
.charge-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  margin-top: 17px;
}
.charge-stats span {
  min-height: 55px;
  padding: 8px;
  border: 1px solid #20262b;
  border-radius: 9px;
  background: #101419;
  color: #899199;
  font-size: 14px;
}
.charge-stats b {
  display: block;
  margin-top: 5px;
  color: #f2f5f3;
  font-size: 14px;
  font-weight: 500;
}
.charge-photo {
  height: 267px;
  margin: 34px -23px 0;
  overflow: hidden;
}
.charge-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 67%;
  filter: brightness(0.72);
}
.charging-toggle {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 101px;
  left: 24px;
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  background: var(--lime);
  color: #0a1109;
  font-size: 14px;
}
.charging-toggle.is-paused {
  background: #ff7b80;
  color: #190508;
}
.map-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}
.routes .tool-row {
  position: relative;
  z-index: 4;
}
.route-art {
  position: absolute;
  inset: 18px 0 0;
}
.route-art svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.route-art path {
  fill: none;
  stroke: var(--lime);
  stroke-width: 3;
}
.route-art circle {
  fill: var(--lime);
  stroke: var(--lime);
  stroke-width: 1;
}
.route-art circle:nth-of-type(2),
.route-art circle:nth-of-type(3) {
  fill: #fff;
}
.route-pin {
  position: absolute;
  z-index: 3;
  inline-size: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
}
.route-pin.start {
  top: 108px;
  left: 144px;
}
.route-pin.target {
  top: 404px;
  left: 268px;
}
.charger-sheet {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 280px;
  padding: 22px 24px 154px;
  border: 1px solid #292f35;
  border-radius: 20px 20px 0 0;
  background: #11151b;
}
.charger-sheet h1 {
  margin: 0;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.02;
}
.charger-sheet h1 svg {
  display: inline;
  width: 20px;
  margin-left: 8px;
  color: var(--lime);
  vertical-align: middle;
}
.charger-sheet p {
  margin: 8px 0 14px;
  color: #989fa5;
  font-size: 14px;
}
.charger-sheet div {
  display: flex;
  gap: 44px;
}
.charger-sheet b {
  font-size: 18px;
  font-weight: 400;
}
.charger-sheet button {
  position: absolute;
  right: 24px;
  bottom: 96px;
  left: 24px;
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border: 0;
  border-radius: 12px;
  background: #f2f4f3;
  color: #101313;
}
.charger-sheet button svg {
  width: 20px;
}
.tabbar {
  position: absolute;
  z-index: 8;
  right: 44px;
  bottom: 22px;
  left: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 56px;
  padding: 4px;
  border-radius: 16px;
  background: rgba(23, 27, 31, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.tab {
  display: grid;
  min-inline-size: 44px;
  min-height: 44px;
  place-items: center;
  align-content: center;
  gap: 2px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #90989c;
  font-size: 14px;
}
.tab svg {
  width: 19px;
  height: 19px;
}
.tab.is-active {
  background: #f4f6f5;
  color: #141718;
}
.routes ~ .tabbar .tab.is-active,
.charging ~ .tabbar .tab.is-active {
  background: #f4f6f5;
}
.home-indicator {
  position: absolute;
  z-index: 14;
  bottom: 6px;
  left: 50%;
  inline-size: 112px;
  height: 4px;
  border-radius: 4px;
  background: #f2f4f3;
  pointer-events: none;
  transform: translateX(-50%);
}
.feedback {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.showcase-phone {
  position: absolute;
  z-index: 1;
  width: 377px;
  height: 700px;
  padding: 6px;
  border-radius: 43px;
}
.static-charge {
  left: calc(50% - 605px);
  top: 191px;
}
.static-map {
  right: calc(50% - 605px);
  top: 191px;
}
.static-screen {
  border-radius: 35px;
}
.static-time {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 30px;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}
.static-back,
.static-search {
  position: absolute;
  z-index: 4;
  top: 73px;
  display: grid;
  inline-size: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #181c22;
}
.static-back {
  left: 29px;
}
.static-search {
  right: 29px;
}
.static-percent {
  position: absolute;
  z-index: 2;
  top: 150px;
  left: 30px;
  margin: 0;
  font-size: 78px;
  letter-spacing: -0.08em;
}
.static-label {
  position: absolute;
  z-index: 3;
  top: 258px;
  right: 31px;
  left: 30px;
  margin: 0;
  font-size: 14px;
}
.static-label span {
  float: right;
  color: #8e969d;
}
.static-progress {
  position: absolute;
  z-index: 3;
  top: 292px;
  right: 31px;
  left: 30px;
  height: 4px;
  border-radius: 4px;
  background: #1b2227;
}
.static-progress i {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
}
.static-stats {
  position: absolute;
  z-index: 3;
  top: 314px;
  right: 30px;
  left: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.static-stats span {
  padding: 9px;
  border: 1px solid #20262b;
  border-radius: 9px;
  background: #101419;
  color: #879097;
  font-size: 14px;
}
.static-stats b {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.static-charge img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 57% 66%;
  filter: brightness(0.76);
}
.static-dock {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 27px;
  left: 28px;
  display: flex;
  height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 7px;
  border-radius: 18px;
  background: rgba(25, 29, 33, 0.94);
}
.static-dock b {
  display: grid;
  inline-size: 51px;
  height: 51px;
  place-items: center;
  border-radius: 50%;
  background: #2b3036;
}
.static-dock b:first-child {
  background: var(--lime);
  color: #111611;
}
.static-dock .danger {
  background: #ff7b80;
  color: #25080a;
}
.static-dock i {
  color: #a4abb0;
  font-style: normal;
}
.map-static > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-static .route-art {
  top: 15px;
}
.static-sheet {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 242px;
  padding: 27px 25px;
  border-radius: 20px 20px 0 0;
  background: #12161b;
}
.static-sheet h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.03;
}
.static-sheet p {
  margin: 10px 0 26px;
  color: #949ca2;
  font-size: 14px;
}
.static-sheet b {
  margin-right: 40px;
  font-size: 17px;
  font-weight: 400;
}
.embed-mode {
  overflow: hidden;
}
.embed-mode body {
  width: 390px;
  min-width: 390px;
  height: 844px;
  overflow: hidden;
  transform: scale(var(--embed-scale, 1));
  transform-origin: top left;
}
.embed-mode .stage {
  display: block;
  width: 390px;
  min-height: 844px;
  padding: 0;
}
.embed-mode .showcase-bar,
.embed-mode .showcase-phone {
  display: none;
}
.embed-mode .phone {
  width: 390px;
  height: 844px;
  transform: none;
}
@media (min-width: 1000px) {
  .phone {
    transform: translateY(34px);
  }
}
@media (max-width: 1000px) {
  .showcase-phone {
    display: none;
  }
}
@media (max-width: 760px) {
  .stage {
    padding: 0;
  }
  .showcase-bar,
  .showcase-phone {
    display: none;
  }
  .phone {
    width: 100%;
    height: 100dvh;
    min-height: 590px;
    padding: 6px;
    border-radius: 0;
  }
  .screen {
    border-radius: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
