body {
  background: #e8ebe9;
}
.premium {
  background: #f6f7f4;
}
.top-actions {
  display: flex;
  gap: 8px;
}
.location-chip {
  border: 0;
  background: #fff;
  border-radius: 99px;
  padding: 8px 11px;
  color: #43504b;
  font-size: 12px;
  font-weight: 700;
}
.auth-shell {
  min-height: 100dvh;
  max-width: 980px;
  margin: auto;
  background: #f7f8f5;
  display: grid;
}
.auth-visual {
  min-height: 47vh;
  padding: 28px 24px;
  border-radius: 0 0 38px 38px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #063d33, #007a64 58%, #31d2ae);
  color: #fff;
}
.auth-visual:after {
  content: "";
  position: absolute;
  width: 340px;
  height: 170px;
  left: -40px;
  top: 42%;
  border-radius: 60%;
  border: 35px solid #ffffff22;
  transform: rotate(-15deg);
}
.city-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 18%, #65fbd677, transparent 28%);
}
.floating-pin {
  position: absolute;
  right: 22%;
  top: 35%;
  z-index: 2;
  width: 75px;
  height: 75px;
  border-radius: 50% 50% 50% 14px;
  transform: rotate(-45deg);
  background: #fff;
  color: #006b57;
  display: grid;
  place-items: center;
  font-size: 33px;
  font-weight: 900;
  box-shadow: 0 24px 45px #0004;
}
.auth-brand {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
}
.auth-brand .brand {
  color: #fff;
}
.auth-brand .brand-mark {
  background: #fff;
  color: #006b57;
}
.live-badge {
  font-size: 10px;
  padding: 7px 10px;
  border: 1px solid #ffffff66;
  border-radius: 99px;
}
.auth-copy {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 24px;
  right: 24px;
}
.auth-copy .eyebrow {
  color: #8dffe3;
}
.auth-copy h1 {
  font-size: 34px;
}
.auth-copy p {
  color: #ffffffc7;
  margin: 0;
}
.auth-panel {
  padding: 24px;
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #e8ece8;
  border-radius: 15px;
  padding: 4px;
  margin-bottom: 20px;
}
.auth-tabs button {
  border: 0;
  background: transparent;
  padding: 12px;
  border-radius: 11px;
  font-weight: 750;
}
.auth-tabs .active {
  background: #fff;
  box-shadow: 0 4px 15px #0001;
}
.legal {
  text-align: center;
  font-size: 11px;
}
.map-page {
  padding: 0;
}
.map-stage {
  height: calc(100dvh - 160px);
  position: relative;
}
.map-search {
  position: absolute;
  z-index: 12;
  top: 14px;
  left: 18px;
  right: 18px;
  background: #fffffff2;
  backdrop-filter: blur(15px);
  border-radius: 19px;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 12px 34px #14231e21;
}
.map-search small,
.map-search strong {
  display: block;
}
.map-search small {
  font-size: 9px;
  color: #77827e;
  letter-spacing: 0.12em;
}
.map-search button {
  border: 0;
  background: #dcfff5;
  width: 40px;
  height: 40px;
  border-radius: 13px;
}
.map-status {
  position: absolute;
  z-index: 11;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  background: #15231f;
  color: #fff;
  border-radius: 99px;
  padding: 8px 13px;
  font-size: 11px;
  white-space: nowrap;
}
.map-status span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42e1bc;
  margin-right: 6px;
}
.spot-card,
.empty-map {
  position: absolute;
  z-index: 12;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: #fff;
  border-radius: 27px;
  padding: 18px;
  box-shadow: 0 20px 60px #1628222e;
}
.spot-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 11px;
}
.spot-top h2 {
  font-size: 18px;
  margin: 2px 0;
}
.spot-top p {
  margin: 0;
  font-size: 12px;
}
.time-pill {
  background: #e3fff6;
  color: #006b57;
  border-radius: 13px;
  padding: 8px;
  font-size: 12px;
  font-weight: 800;
}
.spot-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 15px 0;
}
.spot-metrics div {
  padding: 10px 4px;
  text-align: center;
  background: #f0f3f1;
  border-radius: 14px;
}
.spot-metrics strong,
.spot-metrics span {
  display: block;
}
.spot-metrics span {
  font-size: 9px;
  color: #78817d;
}
.spot-note,
.trust-note {
  font-size: 12px;
  padding: 12px;
  background: #fff9ec;
  border-radius: 12px;
  margin-bottom: 12px;
}
.empty-map {
  text-align: center;
}
.location-gate {
  padding-top: 16vh;
  text-align: center;
}
.location-orb {
  width: 110px;
  height: 110px;
  border-radius: 40px;
  background: linear-gradient(135deg, #d9fff4, #c8d9ff);
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  font-size: 50px;
  color: #006b57;
}
.premium-card {
  background: #fff;
  border: 1px solid #dde5e1;
  border-radius: 25px;
  padding: 19px;
  box-shadow: 0 10px 30px #11271f0f;
}
.location-preview {
  padding: 15px;
  background: #eafff8;
  border-radius: 15px;
  color: #006b57;
  font-weight: 700;
}
.wait-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.wait-grid input {
  display: none;
}
.wait-grid span {
  display: block;
  border: 2px solid #dce5e1;
  border-radius: 17px;
  text-align: center;
  padding: 13px;
}
.wait-grid input:checked + span {
  background: #dffff6;
  border-color: #00a887;
  color: #006b57;
}
.wait-grid b {
  font-size: 21px;
}
.live-page {
  text-align: center;
}
.live-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #006b57;
}
.live-label i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #00c2a0;
  border-radius: 50%;
  margin-right: 6px;
}
.hero-timer {
  width: 195px;
  height: 195px;
  margin: 22px auto;
  background: #fff;
  border: 12px solid #d9fff4;
  border-top-color: #00b997;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.hero-timer strong {
  font-size: 43px;
}
.hero-timer span {
  font-size: 11px;
  color: #77827e;
}
.handover-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.handover-steps span {
  font-size: 9px;
  padding: 8px;
  background: #edf0ee;
  border-radius: 99px;
}
.handover-steps .done {
  background: #cffff1;
  color: #006b57;
}
.activity-list {
  display: grid;
  gap: 10px;
}
.activity-card {
  background: #fff;
  border: 1px solid #e0e6e3;
  border-radius: 20px;
  padding: 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 11px;
  align-items: center;
}
.activity-card span {
  font-size: 10px;
  color: #77827e;
}
.activity-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #e0fff5;
  display: grid;
  place-items: center;
}
.profile-hero {
  background: linear-gradient(135deg, #093c33, #007d67);
  color: #fff;
  border-radius: 28px;
  padding: 22px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.profile-hero h1 {
  margin: 3px 0;
  font-size: 24px;
}
.profile-hero p {
  color: #bde8dc;
  margin: 0;
}
.profile-avatar {
  margin: 0;
  background: #fff;
  color: #006b57;
}
.verified {
  font-size: 10px;
  color: #71f3d2;
}
.premium-metrics {
  margin-top: 12px;
}
.premium-metrics > div {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid #e0e6e3;
}
.premium-metrics span,
.premium-metrics strong {
  display: block;
}
.premium-metrics span {
  font-size: 9px;
  color: #7a8580;
}
.premium-metrics strong {
  font-size: 21px;
  margin-top: 6px;
}
.settings-card {
  margin-top: 12px;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
}
.settings-card button {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 17px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #edf0ee;
}
.error {
  background: #8c1821 !important;
}
.splash {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  background: #006b57;
  color: #fff;
  font-size: 70px;
  font-weight: 900;
}
@media (min-width: 760px) {
  .auth-shell {
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 720px;
    margin: 40px auto;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 30px 90px #12231e33;
  }
  .auth-visual {
    min-height: 720px;
    border-radius: 0;
  }
  .auth-panel {
    align-self: center;
    padding: 48px;
  }
}

/* Generated ParkSwap city artwork: premium context without blocking the UI. */
.auth-shell {
  max-width: 1100px;
}
.auth-visual {
  isolation: isolate;
  background: #063d33 url("/assets/parkswap-city-hero.jpg") center 62% / cover no-repeat;
}
.auth-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(2 25 22 / 42%), rgb(3 41 34 / 18%) 38%, rgb(2 26 22 / 91%)),
    linear-gradient(90deg, rgb(0 54 45 / 38%), transparent 72%);
}
.auth-visual > * {
  z-index: 1;
}
.auth-copy h1,
.auth-copy p {
  text-shadow: 0 3px 24px #001d18;
}
.floating-pin {
  background: rgb(255 255 255 / 94%);
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff9c;
}
.live-badge {
  background: #003e3473;
  backdrop-filter: blur(10px);
}
@media (max-width: 759px) {
  .auth-visual {
    background-position: 57% 58%;
  }
  .floating-pin {
    right: 17%;
    top: 31%;
    width: 66px;
    height: 66px;
  }
  .auth-copy h1 {
    font-size: 31px;
  }
}

/* Unified product surfaces and crisp vector icon system. */
.ui-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
.input,
input,
textarea,
select {
  font-size: 16px;
}
.input {
  min-height: 56px;
  border: 1px solid #d9e2de;
  border-radius: 18px;
  padding: 16px 17px;
  box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.input:focus {
  border-color: #00a889;
  background: #fff;
  box-shadow: 0 0 0 4px rgb(0 168 137 / 11%);
}
.topbar {
  height: 78px;
  border-bottom: 1px solid rgb(12 55 47 / 6%);
}
.location-chip,
.credit-pill {
  min-height: 44px;
  padding: 10px 13px;
  box-shadow: 0 8px 26px rgb(15 42 35 / 7%);
}
.location-chip .ui-icon {
  width: 17px;
  height: 17px;
  color: #008870;
}
.credit-pill .ui-icon {
  width: 19px;
  color: #f2a800;
}
.bottom-nav {
  height: 86px;
  padding-top: 9px;
  border-top: 1px solid rgb(17 52 43 / 8%);
  box-shadow: 0 -14px 40px rgb(9 38 30 / 6%);
}
.nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border-radius: 18px;
  transition: color 0.2s, transform 0.2s;
}
.nav-item .ui-icon {
  width: 24px;
  height: 24px;
}
.nav-item.active::before {
  content: "";
  position: absolute;
  top: -9px;
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: #00a889;
}
.nav-item:active {
  transform: translateY(1px);
}
.section-heading {
  padding: 10px 2px 8px;
}
.section-heading p {
  margin: 0;
  max-width: 370px;
}
.offer-page,
.activity-page,
.profile-page,
.live-page {
  padding-top: 22px;
}
.offer-card {
  display: grid;
  gap: 22px;
  padding: 22px;
  border: 0;
  box-shadow: 0 20px 55px rgb(16 45 37 / 8%);
}
.location-preview {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 16px;
}
.location-preview .ui-icon {
  width: 25px;
  height: 25px;
}
.location-preview b,
.location-preview small {
  display: block;
}
.location-preview small {
  margin-top: 3px;
  color: #628078;
  font-weight: 500;
}
.trust-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  color: #38574f;
  background: linear-gradient(135deg, #edfff9, #f7fffc);
  border: 1px solid #d2f4e9;
}
.trust-note b {
  display: block;
  color: #006b57;
  margin-bottom: 2px;
}
.map-search button {
  display: grid;
  place-items: center;
  color: #007c66;
}
.empty-map {
  border: 1px solid rgb(10 53 44 / 6%);
  padding: 22px;
}
.empty-map .empty-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #dcfff5, #eef7ff);
  color: #00755f;
}
.empty-map .empty-icon .ui-icon {
  width: 29px;
  height: 29px;
}
.empty-map .eyebrow {
  display: block;
  margin-bottom: 5px;
}
.empty-map .btn .ui-icon,
.offer-page .btn .ui-icon {
  width: 19px;
  height: 19px;
}
.activity-page::before,
.offer-page::before {
  content: "";
  position: absolute;
  inset: 78px 0 auto;
  height: 170px;
  z-index: -1;
  background: radial-gradient(circle at 80% 0, #d6fff3, transparent 63%);
}
.activity-list {
  margin-top: 14px;
}
.activity-card {
  min-height: 82px;
  border: 0;
  padding: 16px;
  box-shadow: 0 13px 36px rgb(16 45 37 / 7%);
}
.activity-icon {
  width: 48px;
  height: 48px;
  border-radius: 17px;
  color: #00755f;
}
.activity-card > b {
  color: #006b57;
}
.profile-hero {
  position: relative;
  overflow: hidden;
  min-height: 154px;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(135deg, #053b32, #00866d 72%, #16b995);
  box-shadow: 0 22px 50px rgb(0 84 68 / 20%);
}
.profile-orb {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -60px;
  top: -95px;
  border: 35px solid rgb(255 255 255 / 9%);
  border-radius: 50%;
}
.profile-avatar {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 27px;
  font-size: 35px;
  box-shadow: 0 14px 35px rgb(0 32 26 / 20%);
}
.profile-identity {
  min-width: 0;
  z-index: 1;
}
.profile-identity h1 {
  margin: 5px 0 3px;
}
.profile-identity p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.verified {
  display: flex;
  align-items: center;
  gap: 5px;
}
.verified .ui-icon {
  width: 15px;
  height: 15px;
}
.premium-metrics {
  gap: 12px;
  margin-top: 16px;
}
.premium-metrics > div {
  min-height: 106px;
  padding: 18px;
  border: 0;
  box-shadow: 0 12px 34px rgb(16 45 37 / 6%);
}
.premium-metrics strong {
  display: flex;
  align-items: center;
  gap: 5px;
}
.premium-metrics .ui-icon {
  width: 21px;
  color: #f2a800;
}
.settings-card {
  margin-top: 16px;
  border: 1px solid rgb(12 55 47 / 6%);
  box-shadow: 0 15px 42px rgb(16 45 37 / 7%);
}
.settings-card button {
  min-height: 62px;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 12px;
  align-items: center;
  color: #19352e;
  text-align: left;
}
.settings-card button .ui-icon {
  color: #00866d;
}
.settings-card button i {
  color: #8ba09a;
  font-size: 23px;
  font-style: normal;
}
.live-page .premium-card {
  border: 0;
  box-shadow: 0 18px 50px rgb(16 45 37 / 9%);
}
.hero-timer {
  box-shadow: 0 18px 50px rgb(0 107 87 / 10%);
}
@media (max-width: 420px) {
  .topbar {
    padding-inline: 14px;
  }
  .brand {
    font-size: 22px;
    gap: 7px;
  }
  .brand-mark {
    width: 32px;
    height: 32px;
  }
  .location-chip {
    padding-inline: 10px;
  }
  .location-chip span {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .credit-pill {
    padding-inline: 11px;
  }
  .page {
    padding-inline: 16px;
  }
  .profile-hero {
    padding: 20px;
  }
  .profile-avatar {
    width: 78px;
    height: 78px;
  }
}

/* Selected interaction language from React Bits / 21st: spotlight, fluid glass, pill nav. */
.app {
  padding-bottom: 104px;
}
.bottom-nav {
  bottom: max(10px, env(safe-area-inset-bottom));
  width: min(456px, calc(100% - 24px));
  height: 78px;
  padding: 7px 8px;
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: 26px;
  background: linear-gradient(135deg, rgb(255 255 255 / 88%), rgb(246 252 249 / 76%));
  box-shadow:
    0 18px 50px rgb(10 41 33 / 16%),
    0 1px 0 #fff inset;
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
}
.nav-item {
  overflow: hidden;
  isolation: isolate;
}
.nav-item.active {
  background: linear-gradient(145deg, rgb(221 255 246 / 90%), rgb(242 255 250 / 74%));
  box-shadow:
    0 8px 22px rgb(0 117 95 / 10%),
    0 1px 0 #fff inset;
}
.nav-item.active::before {
  display: none;
}
.spotlight-surface {
  --spot-x: 22%;
  --spot-y: 5%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.spotlight-surface::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(180px circle at var(--spot-x) var(--spot-y), rgb(69 231 190 / 17%), transparent 68%);
  transition: opacity 0.3s ease;
}
.spotlight-surface:hover::after {
  opacity: 1;
}
.reveal-item {
  animation: surface-reveal 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--reveal-delay, 0ms);
}
.btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #006b57, #008f74 58%, #00715d);
  box-shadow:
    0 13px 28px rgb(0 107 87 / 22%),
    0 1px 0 rgb(255 255 255 / 24%) inset;
}
.btn-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 42%;
  height: 220%;
  left: -65%;
  top: -60%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 34%), transparent);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-primary:hover::before,
.btn-primary:focus-visible::before {
  left: 125%;
}
.btn-primary:focus-visible,
.nav-item:focus-visible,
.location-chip:focus-visible {
  outline: 3px solid rgb(0 168 137 / 24%);
  outline-offset: 2px;
}
.hero-timer {
  position: relative;
  isolation: isolate;
}
.hero-timer::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(42 222 178 / 17%), transparent 68%);
  animation: calm-pulse 2.6s ease-in-out infinite;
}
.map-status {
  box-shadow: 0 10px 30px rgb(6 34 28 / 20%);
  animation: status-float 3s ease-in-out infinite;
}
@keyframes surface-reveal {
  from {
    opacity: 0;
    transform: translateY(13px) scale(0.985);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes calm-pulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}
@keyframes status-float {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -3px);
  }
}
@media (hover: none) {
  .spotlight-surface::after {
    opacity: 0.62;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-item,
  .hero-timer::before,
  .map-status {
    animation: none;
  }
  .btn-primary::before {
    display: none;
  }
}

/* Generated raster icon pack with optical, rather than box-only, centering. */
.nav-image {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
  transform: translateZ(0);
}
.topbar,
.top-actions,
.location-chip,
.credit-pill {
  align-items: center;
}
.location-chip {
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}
.location-chip .chip-image {
  width: 27px;
  height: 27px;
  margin: -3px -2px -3px -4px;
}
.credit-pill {
  justify-content: center;
  line-height: 1;
}
.nav-item .nav-image {
  width: 38px;
  height: 38px;
  margin: -5px auto -3px;
  filter: grayscale(1) saturate(0.2) opacity(0.58);
  transition: filter 0.2s, transform 0.2s;
}
.nav-item.active .nav-image {
  filter: none;
  transform: none;
}
.map-search button .nav-image {
  width: 35px;
  height: 35px;
}
.empty-map .empty-icon .nav-image {
  width: 46px;
  height: 46px;
}
.activity-icon {
  overflow: hidden;
}
.activity-icon .nav-image {
  width: 43px;
  height: 43px;
}
.activity-page .empty-icon .nav-image {
  width: 64px;
  height: 64px;
  margin: auto;
}
@media (max-width: 420px) {
  .top-actions {
    gap: 6px;
  }
  .location-chip {
    min-width: 0;
  }
  .nav-item .nav-image {
    width: 38px;
    height: 38px;
  }
}
