/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --ink: #17253f;
  --muted: #6d7890;
  --line: #c8def2;
  --paper: #fffdf8;
  --soft: #f2f8ff;
  --blue: #348fe5;
  --blue-dark: #185f9d;
  --blue-soft: #e5f3ff;
  --sky: #9ddcff;
  --coral: #ff7566;
  --coral-soft: #fff1ea;
  --gold: #ffc857;
  --gold-soft: #fff7d8;
  --mint: #bdf1d8;
  --mint-soft: #ecfff6;
  --panel: rgba(255, 253, 248, 0.9);
  --panel-strong: #ffffff;
  --shadow: 0 20px 48px rgba(154, 110, 56, 0.12), 0 10px 30px rgba(52, 143, 229, 0.09);
  --shadow-soft: 0 12px 30px rgba(154, 110, 56, 0.08), 0 8px 22px rgba(52, 143, 229, 0.07);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 200, 87, 0.22), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(157, 220, 255, 0.36), transparent 34%),
    radial-gradient(circle at 72% 92%, rgba(255, 117, 102, 0.13), transparent 32%),
    linear-gradient(135deg, #fffdf8 0%, #eef8ff 52%, #fff8f3 100%);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(47, 141, 228, 0.28);
  outline-offset: 2px;
}

* {
  scrollbar-color: #aad4f8 transparent;
  scrollbar-width: thin;
}

.landingShell {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.landingNav,
.travelerHero,
.landingConceptGrid,
.landingFooter {
  position: relative;
  z-index: 2;
}

.landingNav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 5vw, 64px);
}

.landingNavActions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-end;
}

.landingNav nav {
  display: flex;
  gap: clamp(14px, 3vw, 28px);
  align-items: center;
  color: var(--muted);
  font-weight: 850;
}

.landingNav nav a {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.languageSwitcher {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 850;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px;
  box-shadow: var(--shadow-soft);
}

.languageSwitcher select {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-weight: 850;
  min-height: auto;
  outline: 0;
  padding: 0;
  width: auto;
}

.languageSwitcher.compact span {
  color: inherit;
}

.landingNav a,
.authTopbar a {
  color: inherit;
  text-decoration: none;
}

.landingNav a.navRegister {
  color: white;
}

.navRegister {
  background: linear-gradient(135deg, var(--blue), var(--coral));
  border-radius: 999px;
  color: white;
  padding: 10px 14px;
  box-shadow: 0 10px 24px rgba(255, 128, 111, 0.22);
}

.heroSection {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: auto;
  padding: 18px clamp(18px, 5vw, 64px) 38px;
  text-align: center;
}

.travelerHero {
  align-items: center;
  gap: clamp(22px, 4vw, 58px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  justify-items: stretch;
  margin: 0 auto;
  max-width: 1280px;
  min-height: calc(100vh - 122px);
  padding-bottom: 20px;
  text-align: left;
}

.heroCopy {
  display: grid;
  justify-items: start;
}

.heroFlightPath {
  height: min(74vh, 650px);
  left: min(-96px, calc((100vw - 1280px) / 2 - 112px));
  max-height: 680px;
  min-height: 480px;
  pointer-events: none;
  position: absolute;
  top: clamp(92px, 14vh, 148px);
  width: clamp(112px, 14vw, 190px);
  z-index: 0;
}

.heroFlightPath img {
  display: block;
  height: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 88%, transparent 100%), linear-gradient(180deg, transparent 0%, #000 7%, #000 94%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  mask-image: linear-gradient(90deg, transparent 0%, #000 13%, #000 88%, transparent 100%), linear-gradient(180deg, transparent 0%, #000 7%, #000 94%, transparent 100%);
  object-fit: contain;
  object-position: center top;
  opacity: 0.92;
  width: 100%;
}

.flightRoute {
  height: 100%;
  inset: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}

.flightRoute path {
  fill: none;
  stroke: rgba(47, 141, 228, 0.22);
  stroke-dasharray: 11 13;
  stroke-linecap: round;
  stroke-width: 4;
}

.flightPlane {
  color: var(--blue);
  filter: drop-shadow(0 10px 16px rgba(47, 141, 228, 0.18));
  left: 70px;
  position: absolute;
  top: 0;
  transform: rotate(-32deg);
  z-index: 2;
}

.flightCloud {
  border: 3px solid rgba(188, 222, 250, 0.76);
  border-radius: 999px;
  height: 23px;
  left: 0;
  position: absolute;
  top: 76px;
  width: 62px;
}

.flightCloud::before,
.flightCloud::after {
  background: var(--paper);
  border: 3px solid rgba(188, 222, 250, 0.76);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
  position: absolute;
}

.flightCloud::before {
  height: 28px;
  left: 18px;
  top: -22px;
  width: 30px;
}

.flightCloud::after {
  height: 18px;
  left: -13px;
  top: -10px;
  width: 24px;
}

.flightPin {
  align-items: center;
  background: linear-gradient(135deg, #2f8de4, #4aa5ff);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(47, 141, 228, 0.24);
  color: white;
  display: grid;
  height: 45px;
  justify-items: center;
  left: 38px;
  position: absolute;
  top: 345px;
  width: 45px;
  z-index: 2;
}

.flightSpark {
  border: 2px solid var(--gold);
  border-left-color: transparent;
  border-radius: 999px;
  height: 23px;
  left: 76px;
  position: absolute;
  top: 398px;
  transform: rotate(-18deg);
  width: 23px;
}

.flightSpark::before {
  background: var(--gold);
  border-radius: 999px;
  content: "";
  height: 6px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 6px;
}

.heroSlogan {
  background: rgba(255, 247, 219, 0.94);
  border: 1px solid #f3d77d;
  border-radius: 999px;
  color: #7a5600;
  font-size: 0.92rem;
  font-weight: 950;
  margin-bottom: 16px;
  padding: 9px 13px;
}

.publicBrand,
.brandBlock,
.sideNav button,
.logoutButton,
.authTabs,
.authTabs button,
.featureItem,
.panelTitle,
.primaryAction,
.reasonList span,
.metaLine,
.conversationRow,
.safetyNote,
.chatSafetyToast,
.statusPill {
  align-items: center;
  display: flex;
}

.publicBrand {
  gap: 14px;
  margin-bottom: 22px;
}

.landingNav .publicBrand {
  margin-bottom: 0;
}

.publicBrand strong,
.brandBlock strong {
  font-size: 1.1rem;
}

.brandMark {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  display: grid;
  height: 58px;
  justify-items: center;
  width: 58px;
}

.brandBlock .brandMark {
  height: 64px;
  width: 64px;
}

.logoMark {
  overflow: hidden;
}

.logoMark img {
  display: block;
  height: 100%;
  object-fit: contain;
  transform: scale(1.55);
  width: 100%;
}

.statusPill {
  background: rgba(255, 247, 219, 0.9);
  border: 1px solid #f3d77d;
  border-radius: 999px;
  color: #7a5600;
  font-size: 0.88rem;
  font-weight: 850;
  margin-bottom: 14px;
  padding: 8px 14px;
}

.heroSection h1 {
  font-size: clamp(2.2rem, 6.4vw, 5.4rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0 0 14px;
  max-width: 860px;
}

.heroSection p {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.7vw, 1.12rem);
  line-height: 1.55;
  margin: 0;
  max-width: 650px;
}

.heroActions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.heroStats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 16px 0 4px;
}

.heroStats strong {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(35, 94, 149, 0.07);
  color: var(--blue-dark);
  padding: 8px 12px;
}

.heroStats strong:nth-child(2) {
  color: #9c3f32;
}

.heroStats strong:nth-child(3) {
  color: #3b7455;
}

.heroCta {
  background: linear-gradient(135deg, var(--blue), var(--coral));
  border-radius: 12px;
  box-shadow: var(--shadow);
  color: white;
  display: inline-flex;
  font-weight: 900;
  margin-top: 4px;
  min-height: 44px;
  align-items: center;
  padding: 12px 18px;
  text-decoration: none;
}

.heroSecondary {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--blue-dark);
  display: inline-flex;
  font-weight: 900;
  min-height: 44px;
  padding: 12px 16px;
  text-decoration: none;
}

.promisePills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.promisePills span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  font-weight: 900;
  padding: 8px 11px;
}

.promisePills span:nth-child(2) {
  color: #3d7959;
}

.promisePills span:nth-child(3) {
  color: #9c3f32;
}

.heroAppPreview {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(178, 218, 250, 0.95);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(36, 118, 190, 0.16);
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  padding: 18px;
  position: relative;
}

.heroAppPreview::before {
  content: none;
}

.previewTop {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.previewTop span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.previewTop strong {
  color: var(--ink);
}

.previewCards {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.travelerMiniCard {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 46px 1fr auto;
  min-height: 78px;
  padding: 12px;
}

.travelerMiniCard.active {
  border-color: #8ac8f7;
  box-shadow: 0 16px 32px rgba(47, 141, 228, 0.13);
}

.travelerMiniCard small,
.previewTop span {
  color: var(--muted);
}

.travelerMiniCard strong,
.travelerMiniCard small {
  display: block;
}

.travelerMiniCard small {
  line-height: 1.3;
  margin-top: 3px;
}

.travelerMiniCard b {
  background: var(--coral-soft);
  border-radius: 999px;
  color: #9c3f32;
  padding: 7px 9px;
}

.avatarDot {
  align-items: center;
  background: linear-gradient(135deg, var(--blue), #6fd5e3);
  border-radius: 999px;
  color: white;
  display: grid;
  font-weight: 950;
  height: 46px;
  justify-items: center;
  width: 46px;
}

.avatarDot.coral {
  background: linear-gradient(135deg, var(--coral), var(--gold));
}

.previewRoute {
  align-items: center;
  background: #f7fbff;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--blue-dark);
  display: grid;
  grid-gap: 9px;
  gap: 9px;
  grid-template-columns: auto 1fr auto 1fr auto;
  min-height: 58px;
  padding: 0 12px;
}

.previewRoute i {
  border-top: 2px dashed #9bcff7;
  height: 1px;
}

.previewRoute svg {
  color: var(--coral);
}

.previewChat {
  display: grid;
  grid-gap: 9px;
  gap: 9px;
}

.previewChat p {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px 16px 16px 4px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  max-width: 86%;
  padding: 10px 12px;
}

.previewChat p:last-child {
  border-radius: 16px 16px 4px 16px;
  justify-self: end;
}

.landingQuickStart {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: -12px auto 10px;
  max-width: 1180px;
  padding: 0 clamp(18px, 5vw, 64px);
}

.landingQuickStart article {
  align-items: start;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-gap: 7px;
  gap: 7px;
  grid-template-columns: 38px 1fr;
  padding: 14px;
}

.landingQuickStart svg {
  background: var(--blue-soft);
  border-radius: 999px;
  color: var(--blue-dark);
  height: 38px;
  padding: 9px;
  width: 38px;
}

.landingQuickStart strong,
.landingQuickStart span {
  grid-column: 2;
}

.landingQuickStart span {
  color: var(--muted);
  line-height: 1.4;
}

.routeAnimation {
  height: 70px;
  margin: 8px 0 14px;
  max-width: 470px;
  position: relative;
  width: min(600px, 100%);
}

.routeAnimation::before {
  border-top: 2px dashed #9bcff7;
  content: "";
  left: 42px;
  position: absolute;
  right: 42px;
  top: 34px;
}

.routeIcon {
  align-items: center;
  animation: float 4s ease-in-out infinite;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
  color: var(--blue);
  display: grid;
  height: 54px;
  justify-items: center;
  position: absolute;
  top: 9px;
  width: 54px;
}

.routeIcon.one {
  left: 0;
}

.routeIcon.two {
  animation-delay: 0.6s;
  color: var(--coral);
  left: 31%;
}

.routeIcon.three {
  animation-delay: 1s;
  color: #25a66d;
  right: 31%;
}

.routeIcon.four {
  animation-delay: 1.5s;
  color: #b58300;
  right: 0;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes cardSwipe {
  0%,
  100% {
    transform: translateX(0) rotate(-7deg);
  }

  50% {
    transform: translateX(16px) rotate(2deg);
  }
}

@keyframes scorePop {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes drawLine {
  0% {
    transform: scaleX(0.35);
    transform-origin: left;
  }

  45%,
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes mapPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(43, 127, 216, 0.28);
  }

  50% {
    box-shadow: 0 0 0 14px rgba(43, 127, 216, 0);
  }
}

@keyframes bubbleIn {
  0%,
  100% {
    opacity: 0.62;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes profileGlow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(43, 127, 216, 0.2);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(43, 127, 216, 0);
  }
}

@keyframes shieldFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes scanLine {
  0%,
  100% {
    top: 22px;
  }

  50% {
    top: 88px;
  }
}

.simpleFeatures {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  max-width: 760px;
}

.heroAuth {
  max-width: 410px;
  text-align: left;
  width: min(410px, 100%);
}

.landingSection {
  padding: 36px clamp(18px, 5vw, 64px);
}

.storySection {
  padding-top: 28px;
}

.founderNote {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 219, 0.72)),
    #ffffff;
  border: 1px solid #f0d484;
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(159, 113, 0, 0.12);
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(20px, 4vw, 34px);
  position: relative;
}

.founderNote::after {
  background: linear-gradient(135deg, var(--blue), #73d7e4);
  border-radius: 999px;
  color: white;
  content: "N";
  display: grid;
  font-weight: 950;
  height: 48px;
  justify-items: center;
  line-height: 48px;
  position: absolute;
  right: 24px;
  top: -24px;
  width: 48px;
}

.founderNote span {
  color: var(--coral);
  display: block;
  font-size: 0.8rem;
  font-weight: 950;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.founderNote h2 {
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 0.98;
  margin: 0 0 14px;
  max-width: 820px;
}

.founderNote p {
  color: #415c77;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.58;
  margin: 0 0 18px;
  max-width: 850px;
}

.founderNote strong {
  color: var(--blue-dark);
}

.sectionHeading {
  margin: 0 auto 20px;
  max-width: 780px;
  text-align: center;
}

.sectionHeading span {
  color: var(--coral);
  display: block;
  font-size: 0.8rem;
  font-weight: 950;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.sectionHeading h2 {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.featureGrid {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featureCard {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-rows: auto 116px auto auto;
  min-height: 330px;
  padding: 16px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.featureCard:hover {
  box-shadow: 0 20px 48px rgba(47, 141, 228, 0.18);
  transform: translateY(-4px);
}

.featureIcon {
  align-items: center;
  background: var(--blue-soft);
  border-radius: 12px;
  display: grid;
  height: 42px;
  justify-items: center;
  width: 42px;
}

.featureIcon svg {
  color: var(--blue);
}

.featureCard:nth-child(2n) .featureIcon {
  background: var(--coral-soft);
}

.featureCard:nth-child(3n) .featureIcon {
  background: var(--gold-soft);
}

.featureCard:nth-child(2n) .featureIcon svg {
  color: var(--coral);
}

.featureCard:nth-child(3n) .featureIcon svg {
  color: #a97900;
}

.featureCard h3 {
  font-size: 1.16rem;
  margin: 0;
}

.featureCard p {
  color: var(--muted);
  line-height: 1.48;
  margin: 0;
}

.featureCard > span {
  color: #385a7e;
  font-size: 0.92rem;
  line-height: 1.45;
}

.usecaseAnim {
  background:
    linear-gradient(90deg, rgba(47, 141, 228, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(47, 141, 228, 0.08) 1px, transparent 1px),
    #f8fcff;
  background-size: 22px 22px;
  border: 1px solid #d9eafa;
  border-radius: 14px;
  min-height: 116px;
  overflow: hidden;
  position: relative;
}

.matchAnim i {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(35, 94, 149, 0.12);
  height: 70px;
  left: 32px;
  position: absolute;
  top: 24px;
  width: 52px;
}

.matchAnim i:first-child {
  animation: cardSwipe 2.8s ease-in-out infinite;
  transform: rotate(-7deg);
}

.matchAnim i:nth-child(2) {
  left: 72px;
  transform: rotate(8deg);
}

.matchAnim b {
  animation: scorePop 2.8s ease-in-out infinite;
  background: var(--coral);
  border-radius: 999px;
  color: white;
  font-size: 0.84rem;
  padding: 7px 10px;
  position: absolute;
  right: 24px;
  top: 42px;
}

.tripAnim span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 16px;
  left: 24px;
  position: absolute;
  right: 24px;
}

.tripAnim span:first-child {
  animation: drawLine 3s ease-in-out infinite;
  top: 26px;
}

.tripAnim span:nth-child(2) {
  animation: drawLine 3s ease-in-out 0.35s infinite;
  top: 50px;
}

.tripAnim span:nth-child(3) {
  animation: drawLine 3s ease-in-out 0.7s infinite;
  top: 74px;
}

.exploreAnim span {
  animation: mapPulse 2.8s ease-in-out infinite;
  background: var(--coral);
  border-radius: 999px;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 42px;
  width: 20px;
}

.exploreAnim i {
  border: 2px solid #9ccbf4;
  border-radius: 999px;
  height: 46px;
  position: absolute;
  width: 46px;
}

.exploreAnim i:nth-child(2) {
  left: 22px;
  top: 20px;
}

.exploreAnim i:nth-child(3) {
  bottom: 18px;
  right: 26px;
}

.chatAnim span {
  animation: bubbleIn 3.4s ease-in-out infinite;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  height: 24px;
  left: 24px;
  position: absolute;
  right: 58px;
}

.chatAnim span:first-child {
  top: 24px;
}

.chatAnim span:nth-child(2) {
  animation-delay: 0.4s;
  left: 58px;
  right: 24px;
  top: 54px;
}

.chatAnim span:nth-child(3) {
  animation-delay: 0.8s;
  top: 84px;
}

.profileAnim span {
  animation: profileGlow 2.9s ease-in-out infinite;
  background: linear-gradient(135deg, var(--blue), var(--coral));
  border-radius: 999px;
  height: 42px;
  left: 24px;
  position: absolute;
  top: 28px;
  width: 42px;
}

.profileAnim i {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  height: 14px;
  left: 82px;
  position: absolute;
  right: 26px;
}

.profileAnim i:nth-child(2) {
  top: 28px;
}

.profileAnim i:nth-child(3) {
  top: 52px;
}

.profileAnim i:nth-child(4) {
  top: 76px;
}

.safetyAnim svg {
  animation: shieldFloat 3s ease-in-out infinite;
  color: var(--blue);
  left: calc(50% - 15px);
  position: absolute;
  top: 32px;
}

.safetyAnim span {
  animation: scanLine 2.2s ease-in-out infinite;
  background: rgba(255, 128, 111, 0.3);
  height: 3px;
  left: 28px;
  position: absolute;
  right: 28px;
  top: 22px;
}

.trustGrid {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.activityRow {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 44px 1fr;
  min-height: 82px;
  padding: 14px;
}

.activityRow svg {
  background: var(--coral-soft);
  border-radius: 8px;
  color: var(--coral);
  height: 38px;
  justify-self: center;
  padding: 9px;
  width: 38px;
}

.activityRow strong,
.activityRow span {
  display: block;
}

.activityRow span {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 3px;
}

.flowSection {
  padding-bottom: 58px;
}

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

.flowStep {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  padding: 16px;
}

.flowStep > span {
  align-items: center;
  background: linear-gradient(135deg, var(--blue), var(--coral));
  border-radius: 999px;
  color: white;
  display: grid;
  font-weight: 900;
  height: 30px;
  justify-items: center;
  margin-bottom: 12px;
  width: 30px;
}

.flowStep strong {
  display: block;
  font-size: 1.08rem;
}

.flowStep p {
  color: var(--muted);
  line-height: 1.45;
  margin: 6px 0 0;
}

.landingFooter {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 24px;
}

.landingFooter strong {
  color: var(--ink);
}

.featureItem {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  gap: 12px;
  padding: 14px;
}

.featureItem svg {
  color: var(--blue);
  flex: 0 0 auto;
}

.featureItem strong,
.featureItem span {
  display: block;
}

.featureItem span {
  color: var(--muted);
  line-height: 1.45;
  margin-top: 3px;
}

.authPanel,
.panel,
.tripCard {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 253, 248, 0.88)),
    radial-gradient(circle at 0 0, rgba(255, 200, 87, 0.12), transparent 30%);
  border: 1px solid rgba(226, 210, 185, 0.82);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.authPanel {
  padding: 18px;
}

.authPage {
  min-height: 100vh;
  padding: 18px clamp(18px, 5vw, 64px) 48px;
}

.authTopbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(42px, 9vh, 96px);
}

.authTopbar .publicBrand {
  margin-bottom: 0;
}

.authTopbarActions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.authTopbarActions a {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--coral);
  font-weight: 900;
  padding: 10px 14px;
}

.authPageGrid {
  align-items: center;
  display: grid;
  grid-gap: 34px;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 410px;
  margin: 0 auto;
  max-width: 1080px;
}

.authPageGrid h1 {
  font-size: clamp(2.2rem, 5.5vw, 5rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 12px 0 16px;
  max-width: 680px;
}

.authPageGrid p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0;
  max-width: 620px;
}

.authTabs {
  background: var(--soft);
  border-radius: 8px;
  gap: 4px;
  margin-bottom: 16px;
  padding: 4px;
}

.authTabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--muted);
  flex: 1 1;
  font-weight: 850;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
}

.authTabs button.active {
  background: white;
  box-shadow: 0 4px 14px rgba(35, 94, 149, 0.1);
  color: var(--ink);
}

.authForm {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.authForm label {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
  font-weight: 850;
}

.authForm label span {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 8px;
  min-height: 46px;
  padding: 0 12px;
}

.authForm input {
  background: transparent;
  border: 0;
  min-width: 0;
  outline: 0;
  width: 100%;
}

.authChoices {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.authForm .authChoice {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  padding: 11px 12px;
}

.authForm .authChoice input {
  accent-color: var(--blue);
  margin-top: 2px;
  width: 18px;
}

.authForm .authChoice span {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  min-height: 0;
  padding: 0;
}

.authChoice small {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.35;
}

.onboardingShell {
  min-height: 100vh;
  overflow-x: hidden;
  padding: 18px clamp(16px, 2.5vw, 42px) 36px;
}

.onboardingTopbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.onboardingTopbar .publicBrand {
  margin-bottom: 0;
}

.topbarControls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.topbarControls > span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  font-weight: 900;
  padding: 9px 13px;
}

.onboardingStage {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: 390px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1560px;
}

.onboardingMap,
.questionPanel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.onboardingMap {
  align-content: start;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  min-height: 620px;
  padding: 18px;
}

.boardingPass {
  background:
    linear-gradient(90deg, var(--pass-a, #2f8de4), var(--pass-b, #ff806f)) top / 100% 9px no-repeat,
    radial-gradient(circle at 86% 18%, var(--pass-glow, rgba(47, 141, 228, 0.24)) 0, transparent 34%),
    radial-gradient(circle at 8% 100%, var(--pass-soft, rgba(47, 141, 228, 0.08)) 0, transparent 42%),
    linear-gradient(180deg, #ffffff, #f8fcff);
  border: 1px solid rgba(151, 196, 237, 0.58);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(35, 94, 149, 0.12);
  color: var(--ink);
  display: grid;
  grid-gap: 9px;
  gap: 9px;
  min-height: 272px;
  overflow: hidden;
  padding: 22px 16px 14px;
  position: relative;
}

.boardingPass::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 6px, color-mix(in srgb, var(--pass-a, #2f8de4) 18%, transparent) 6px 8px),
    linear-gradient(135deg, var(--pass-soft, rgba(47, 141, 228, 0.08)), color-mix(in srgb, var(--pass-b, #ff806f) 10%, transparent));
  border-left: 1px solid rgba(151, 196, 237, 0.3);
  content: "";
  inset: 9px 0 82px auto;
  opacity: 0.62;
  position: absolute;
  width: 58px;
}

.boardingPass::after {
  border-top: 2px dashed #b8d6ef;
  bottom: 82px;
  content: "";
  left: 12px;
  position: absolute;
  right: 12px;
}

.boardingPass > * {
  position: relative;
  z-index: 1;
}

.passTopline {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}

.passTopline span,
.passPassenger small,
.passHomebase small,
.boardingRoute small,
.passMeta small {
  color: #66809b;
  font-weight: 850;
}

.passTopline span {
  color: var(--blue-dark);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.passPassenger {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  min-width: 0;
}

.boardingPass strong {
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.boardingRoute {
  align-items: center;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  margin: 0;
}

.boardingRoute span,
.passMeta span {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
}

.boardingRoute b {
  color: var(--ink);
  font-size: clamp(1.75rem, 4vw, 2.15rem);
  font-weight: 950;
  line-height: 0.95;
}

.boardingRoute i {
  align-self: end;
  border-top: 2px solid #9fcdf5;
  height: 12px;
  position: relative;
}

.boardingRoute i::after {
  background: var(--pass-c, #ffd166);
  border-radius: 999px;
  content: "";
  height: 9px;
  position: absolute;
  right: -1px;
  top: -5px;
  width: 9px;
}

.passHomebase {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  margin-top: 2px;
  min-width: 0;
}

.megaPass .passHomebase {
  max-width: 420px;
  width: 100%;
}

.passHomebase b {
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.18;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.passMeta {
  align-items: center;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

.passMeta span {
  background: #f7fbff;
  border: 1px solid #cce5fb;
  border-radius: 8px;
  padding: 8px;
}

.passMeta b {
  color: var(--blue-dark);
  font-size: 1.02rem;
  line-height: 1;
}

.ticketCutout {
  display: none;
}

.passFlagArt {
  bottom: 96px;
  color: var(--pass-a, var(--blue));
  filter: saturate(1.1);
  font-size: 5.2rem;
  line-height: 1;
  opacity: 0.1;
  position: absolute;
  right: 50px;
  transform: rotate(-6deg);
  z-index: 0;
}

.progressTrack {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.progressTrack button {
  align-items: center;
  background: var(--soft);
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  font-weight: 850;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 30px 1fr;
  min-height: 48px;
  padding: 8px 10px;
  text-align: left;
}

.progressTrack button span {
  align-items: center;
  background: white;
  border-radius: 999px;
  display: grid;
  height: 28px;
  justify-items: center;
  width: 28px;
}

.progressTrack button.active {
  background: #dff0ff;
  border-color: #9fd0fb;
  color: var(--blue-dark);
}

.progressTrack button.done {
  background: #edf8ef;
  color: #1f6f43;
}

.progressTrack button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.questionPanel {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  min-height: 620px;
  padding: clamp(18px, 3vw, 30px);
}

.questionHeader {
  align-items: start;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  grid-template-columns: 58px 1fr;
}

.questionIcon {
  align-items: center;
  background: var(--gold-soft);
  border: 1px solid #f1d783;
  border-radius: 8px;
  color: #9d6e00;
  display: grid;
  height: 58px;
  justify-items: center;
  width: 58px;
}

.questionHeader h1 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  text-transform: lowercase;
}

.questionHeader p {
  color: var(--muted);
  line-height: 1.55;
  margin: 10px 0 0;
  max-width: 680px;
}

.questionGrid {
  align-content: start;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.questionGrid label,
.profilePrompt {
  color: var(--ink);
  display: grid;
  font-weight: 850;
  grid-gap: 8px;
  gap: 8px;
}

.questionGrid input,
.questionGrid select,
.questionGrid textarea {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 46px;
  outline: 0;
  padding: 0 12px;
  width: 100%;
}

.questionGrid textarea {
  line-height: 1.45;
  min-height: 118px;
  padding: 12px;
  resize: vertical;
}

.profilePrompt button,
.countryInput button,
.quickPick button,
.chipShelf button,
.selectedShelf button,
.onboardingActions button {
  border-radius: 8px;
  font-weight: 850;
}

.profilePrompt button {
  align-items: center;
  background: var(--gold-soft);
  border: 1px solid #f1d783;
  color: #795600;
  display: flex;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
}

.quickPick,
.countryBuilder {
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  padding: 14px;
}

.quickPick strong,
.countryBuilder strong {
  align-items: center;
  display: flex;
  gap: 7px;
}

.quickPick > div,
.chipShelf,
.selectedShelf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.searchablePick input {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 42px;
  padding: 0 12px;
}

.photoUploader {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.photoDrop {
  align-items: center;
  background: linear-gradient(135deg, #f7fbff, #fff8f5);
  border: 1px solid #b8daf8;
  border-radius: 8px;
  color: var(--blue-dark);
  cursor: pointer;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 52px 1fr;
  min-height: 96px;
  padding: 16px 18px;
  position: relative;
  text-align: left;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.photoDrop:hover {
  border-color: var(--blue);
  box-shadow: 0 16px 36px rgba(47, 141, 228, 0.13);
  transform: translateY(-1px);
}

.photoDrop svg {
  background: white;
  border: 1px solid #c8e2fa;
  border-radius: 8px;
  color: var(--blue);
  height: 52px;
  padding: 13px;
  width: 52px;
}

.photoDrop strong {
  color: var(--ink);
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  grid-column: 2;
  line-height: 1.1;
}

.photoDrop span {
  color: var(--muted);
  font-weight: 750;
  grid-column: 2;
  line-height: 1.45;
  margin-top: 5px;
  max-width: 640px;
}

.photoDrop input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.photoHint {
  color: #4f6b86;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.45;
  margin: -4px 0 0;
}

.fieldHint {
  background: #f7fbff;
  border: 1px solid #cce5fb;
  border-radius: 8px;
  color: #4f6b86;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
  padding: 10px 12px;
}

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

.photoTile,
.photoPlaceholder {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.photoTile {
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(16, 45, 77, 0.08);
}

.photoTile.active {
  border-color: #ff9a8e;
  box-shadow: 0 0 0 4px var(--coral-soft), 0 18px 36px rgba(255, 128, 111, 0.16);
}

.photoTile img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.photoTile > span {
  align-items: center;
  background: white;
  border: 1px solid rgba(151, 196, 237, 0.6);
  border-radius: 999px;
  color: var(--blue-dark);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  height: 28px;
  justify-items: center;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 28px;
  z-index: 2;
}

.photoTile > div {
  background: linear-gradient(180deg, transparent, rgba(9, 31, 58, 0.78));
  bottom: 0;
  display: flex;
  gap: 8px;
  left: 0;
  padding: 52px 10px 10px;
  position: absolute;
  right: 0;
}

.photoTile button {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  flex: 1 1;
  min-height: 34px;
  min-width: 0;
  padding: 0 10px;
}

.photoTile button:last-child {
  background: rgba(255, 244, 241, 0.94);
  color: #a84336;
}

.photoPlaceholder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(93, 168, 238, 0.08), rgba(255, 128, 111, 0.08)),
    #f7fbff;
  border: 1px dashed #b9d9f5;
  color: #78b5ea;
  display: grid;
  justify-items: center;
}

.photoPlaceholder svg {
  background: white;
  border: 1px solid #d4e8fa;
  border-radius: 999px;
  height: 42px;
  padding: 10px;
  width: 42px;
}

.selectedShelf.compact {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.quickPick button,
.chipShelf button {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  color: var(--muted);
  display: inline-flex;
  gap: 5px;
  min-height: 34px;
  padding: 0 10px;
}

.quickPick button.active,
.chipShelf button.active {
  background: #dff0ff;
  border-color: #9fd0fb;
  color: var(--blue-dark);
}

.flagGlyph {
  font-size: 1rem;
  line-height: 1;
}

.smartSearch {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.searchResults {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.searchResults button {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  gap: 7px;
  min-height: 38px;
  padding: 0 10px;
  text-align: left;
}

.searchResults button.active {
  background: #dff0ff;
  border-color: #9fd0fb;
  color: var(--blue-dark);
}

.cityResults button {
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  min-height: 54px;
  padding-left: 38px;
  position: relative;
}

.cityResults button .flagGlyph {
  left: 11px;
  position: absolute;
  top: 12px;
}

.cityResults button small {
  color: var(--muted);
  font-weight: 750;
  padding-left: 24px;
}

.cityResults button:not(.active) {
  color: var(--ink);
}

.destinationPicker {
  gap: 14px;
}

.mapSectionTitle {
  color: var(--blue-dark);
  font-size: 0.96rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.mapHint {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
  margin: 0;
  max-width: 620px;
}

.mapLegend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mapLegend span {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 850;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
}

.mapLegend i {
  border-radius: 999px;
  display: inline-block;
  height: 11px;
  width: 11px;
}

.mapLegend i.want {
  background: #5da8ee;
}

.mapLegend i.visited {
  background: #f45172;
}

.mapLegend i.again {
  background: #7c7af2;
}

.worldPicker {
  background:
    linear-gradient(90deg, rgba(47, 141, 228, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(47, 141, 228, 0.08) 1px, transparent 1px),
    #eef8ff;
  background-size: 28px 28px;
  border: 1px solid #c7dff5;
  border-radius: 8px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 260px;
  padding: 12px;
}

.worldMapCard {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(35, 94, 149, 0.08);
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: clamp(14px, 2vw, 24px);
}

.worldMapHeader {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.worldMapHeader strong {
  color: var(--blue-dark);
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: lowercase;
}

.worldMapHeader span {
  color: var(--muted);
  display: block;
  font-size: 0.9rem;
  font-weight: 750;
  margin-top: 5px;
}

.realWorldMap {
  display: block;
  margin: 0 auto;
  max-height: 560px;
  width: min(100%, 1120px);
}

.mapCountry {
  cursor: pointer;
  fill: #dedede;
  outline: none;
  stroke: #c8c8c8;
  stroke-width: 0.45;
  transition:
    fill 160ms ease,
    filter 160ms ease,
    stroke 160ms ease;
}

.mapCountry:hover,
.mapCountry:focus-visible {
  filter: brightness(0.94);
  stroke: #7ba9d2;
  stroke-width: 1;
}

.mapCountry.want {
  fill: #5da8ee;
  stroke: #327dc6;
}

.mapCountry.visited {
  fill: #f45172;
  stroke: #d33859;
}

.mapCountry.again {
  fill: #7c7af2;
  stroke: #5452c7;
}

.mapStats {
  display: grid;
  justify-items: center;
  margin-top: -8px;
  text-align: center;
}

.mapStats strong {
  color: var(--ink);
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.mapStats span {
  color: #666;
  font-size: clamp(1rem, 2.2vw, 1.55rem);
  line-height: 1.15;
}

.mapStats small {
  color: #666;
  font-size: clamp(0.88rem, 1.5vw, 1.05rem);
  margin-top: 8px;
}

.mapRegion {
  align-content: start;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(148, 199, 244, 0.62);
  border-radius: 8px;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 10px;
}

.mapRegion > strong {
  color: var(--blue-dark);
  font-size: 0.82rem;
}

.mapRegion > div {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
}

.countryTerritory {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 6px;
  min-height: 34px;
  padding: 0 8px;
  text-align: left;
  width: 100%;
}

.countryTerritory span {
  flex: 0 0 auto;
}

.countryTerritory.want {
  background: var(--coral);
  border-color: #de6255;
  color: white;
}

.countryTerritory.visited {
  background: #2dbb78;
  border-color: #239863;
  color: white;
}

.mapSelections {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.mapSelections.single {
  grid-template-columns: 1fr;
}

.mapSelections .selectedShelf {
  align-content: start;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}

.mapSelections .selectedShelf > strong {
  color: var(--ink);
  display: block;
  flex-basis: 100%;
  font-size: 0.86rem;
  margin-bottom: 2px;
}

.mapSelections .selectedShelf button {
  background: #eaf5ff;
  border-color: #acd4f8;
  color: #1d609d;
}

.visitedShelf button {
  background: #fff0f3;
  border-color: #ffb9c8;
  color: #b62547;
}

.countryInput {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: 1fr 86px;
}

.countryInput button {
  background: var(--ink);
  border: 0;
  color: white;
}

.selectedShelf button {
  align-items: center;
  background: var(--coral-soft);
  border: 1px solid #ffc7bd;
  color: #983d31;
  display: inline-flex;
  gap: 6px;
  min-height: 36px;
  padding: 0 10px;
}

.selectedShelf button span:last-child {
  color: #b85b50;
  font-size: 0.72rem;
  margin-left: 7px;
}

.selectedShelf button .flagGlyph {
  color: inherit;
  font-size: 1rem;
  margin-left: 0;
}

.toggleStack {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.toggleStack label {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 9px;
  min-height: 44px;
  padding: 0 12px;
}

.toggleStack input {
  min-height: auto;
  width: auto;
}

.onboardingActions {
  align-items: center;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 150px 1fr;
  margin-top: auto;
}

.onboardingActions button {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  min-height: 46px;
}

.onboardingActions > button:first-child {
  background: white;
  border: 1px solid var(--line);
  color: var(--muted);
}

.primaryAction {
  background: linear-gradient(135deg, var(--blue), #7ecdf2 42%, var(--coral));
  border: 1px solid transparent;
  border-radius: 10px;
  color: white;
  font-weight: 850;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  box-shadow: 0 14px 28px rgba(255, 117, 102, 0.18), 0 10px 24px rgba(47, 141, 228, 0.15);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.primaryAction:not(:disabled):hover {
  box-shadow: 0 18px 36px rgba(255, 117, 102, 0.22), 0 12px 28px rgba(47, 141, 229, 0.18);
  transform: translateY(-1px);
}

.primaryAction:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.formError,
.formSuccess {
  border-radius: 8px;
  font-weight: 750;
  line-height: 1.4;
  margin: 0;
  padding: 10px 12px;
}

.formError {
  background: #fff0ed;
  color: #9d2d1f;
}

.formSuccess {
  background: #edf8ef;
  color: #1f6f43;
}

.appShell {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  height: 100vh;
  min-height: 680px;
  padding: 12px;
  grid-gap: 12px;
  gap: 12px;
}

.sidebar {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 200, 87, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 243, 0.88));
  border: 1px solid rgba(244, 205, 144, 0.56);
  border-radius: 18px;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  grid-gap: 22px;
  gap: 22px;
  grid-template-rows: auto 1fr auto;
  padding: 22px;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.brandBlock {
  gap: 14px;
}

.brandBlock span:last-child {
  color: var(--muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.25;
}

.sideNav {
  align-content: start;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.sideNav button,
.logoutButton {
  border: 1px solid rgba(197, 222, 245, 0.82);
  border-radius: 12px;
  gap: 10px;
  min-height: 48px;
  padding: 0 12px;
}

.sideNav button {
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.sideNav button.active,
.sideNav button:hover {
  background:
    radial-gradient(circle at 14% 50%, rgba(255, 200, 87, 0.26), transparent 28%),
    linear-gradient(135deg, #fff9e8, #eaf7ff 58%, #fff1ea);
  border-color: #ffc857;
  color: var(--blue-dark);
  transform: translateX(2px);
}

.sideNav button.active {
  box-shadow: inset 4px 0 0 var(--coral), 0 12px 26px rgba(255, 117, 102, 0.16);
}

.logoutButton {
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font-weight: 850;
  justify-content: center;
}

.workspace {
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 200, 87, 0.18), transparent 24%),
    radial-gradient(circle at 96% 0%, rgba(157, 220, 255, 0.34), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 246, 238, 0.28) 55%, rgba(232, 246, 255, 0.3));
  border-radius: 18px;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  padding: 10px 10px 10px 18px;
}

.workspaceHeader {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-height: 74px;
  padding: 4px 6px 2px 0;
}

.workspaceHeader h1 {
  font-size: clamp(1.7rem, 2.7vw, 2.8rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.workspaceHeader .eyebrow {
  display: none;
}

.workspaceActions {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}

.notificationCenter {
  position: relative;
}

.notificationButton {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  cursor: pointer;
  display: inline-flex;
  min-height: 42px;
  padding: 0 13px;
  position: relative;
}

.notificationButton b {
  background: var(--coral);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.72rem;
  line-height: 1;
  min-width: 18px;
  padding: 4px 5px;
  position: absolute;
  right: -4px;
  top: -5px;
}

.notificationPanel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 26px 70px rgba(16, 45, 77, 0.2);
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  max-height: 430px;
  overflow: auto;
  padding: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(360px, 88vw);
  z-index: 60;
}

.notificationPanel > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.notificationPanel button {
  background: #eff8ff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  cursor: pointer;
  font-weight: 900;
  padding: 7px 10px;
}

.notificationPanel article {
  background: #f7fbff;
  border: 1px solid rgba(185, 220, 250, 0.7);
  border-radius: 12px;
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  padding: 10px;
}

.notificationPanel article.unread {
  background: linear-gradient(135deg, #e8f5ff, #fff5ef);
}

.notificationPanel span,
.notificationPanel time {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 760;
}

.appGuideOverlay {
  align-items: center;
  background: rgba(7, 28, 58, 0.42);
  display: grid;
  inset: 0;
  padding: clamp(16px, 4vw, 34px);
  position: fixed;
  z-index: 110;
}

.appGuideCard {
  background:
    radial-gradient(circle at 13% 16%, rgba(255, 200, 87, 0.2), transparent 25%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 248, 255, 0.98));
  border: 1px solid rgba(185, 220, 250, 0.96);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(15, 34, 64, 0.28);
  display: grid;
  grid-gap: 22px;
  gap: 22px;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  justify-self: center;
  max-width: 840px;
  overflow: hidden;
  padding: clamp(20px, 4vw, 34px);
  position: relative;
  width: min(840px, 96vw);
}

.appGuideVisual {
  align-content: center;
  background:
    linear-gradient(180deg, rgba(47, 141, 228, 0.12), rgba(255, 255, 255, 0)),
    #ffffff;
  border: 1px dashed #a9d4f8;
  border-radius: 20px;
  color: var(--blue);
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  justify-items: center;
  min-height: 250px;
}

.appGuideVisual span {
  align-items: center;
  background: linear-gradient(135deg, var(--blue), var(--coral));
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 950;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.appGuideCopy {
  align-content: center;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.appGuideCopy h2 {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.98;
  margin: 0;
  padding-right: 36px;
}

.appGuideCopy p {
  color: #304a66;
  font-size: 1.03rem;
  font-weight: 740;
  line-height: 1.5;
  margin: 0;
}

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

.appGuideProgress i {
  background: #ddecfb;
  border-radius: 999px;
  height: 8px;
}

.appGuideProgress i.active {
  background: linear-gradient(90deg, var(--blue), var(--coral));
}

.appGuideActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.appGuideJump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.appGuideJump button {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  gap: 6px;
  min-height: 34px;
  padding: 0 11px;
}

.appGuideJump button.active {
  background: #e9f5ff;
  border-color: #8ac8f8;
}

@media (max-width: 720px) {
  .appGuideCard {
    grid-template-columns: 1fr;
    max-height: 92vh;
    overflow: auto;
  }

  .appGuideVisual {
    min-height: 150px;
  }
}

.eyebrow {
  color: var(--coral);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.viewSurface {
  min-height: 0;
  overflow: auto;
  padding-right: 8px;
}

.discoverGrid,
.workspaceGrid,
.messageWorkspace,
.profileGrid,
.safetyGrid {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  height: 100%;
}

.discoverGrid {
  align-items: start;
  grid-template-columns: minmax(600px, 1.1fr) minmax(380px, 0.9fr);
}

.workspaceGrid {
  grid-template-columns: 380px minmax(0, 1fr);
}

.messageWorkspace {
  grid-template-columns: 420px 1fr;
}

.messageWorkspace.empty {
  align-items: center;
  grid-template-columns: 1fr;
  justify-items: center;
}

.profileGrid {
  grid-template-columns: 360px 1fr;
}

.travelerProfileGrid {
  grid-template-columns: 390px minmax(0, 1fr);
}

.safetyGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 253, 248, 0.9)),
    radial-gradient(circle at 0 0, rgba(255, 200, 87, 0.12), transparent 28%);
  border: 1px solid rgba(201, 224, 244, 0.92);
  min-height: 0;
  overflow: auto;
  padding: 20px;
}

.panelTitle {
  gap: 10px;
  margin-bottom: 18px;
}

.panelTitle svg {
  background: linear-gradient(135deg, var(--gold-soft), var(--blue-soft));
  border: 1px solid rgba(255, 200, 87, 0.72);
  border-radius: 999px;
  color: var(--blue-dark);
  padding: 5px;
  height: 30px;
  width: 30px;
}

.panelTitle h2,
.matchPanel h2,
.tripCard h2,
.tagsPanel h2 {
  margin: 0;
}

.matchPanel,
.conversationList,
.chatPanel,
.profileCard,
.appForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.appForm input,
.appForm select,
.appForm textarea {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  min-height: 42px;
  outline: 0;
  padding: 0 11px;
  width: 100%;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.appForm input:focus,
.appForm select:focus,
.appForm textarea:focus {
  background: white;
  border-color: #8ac8f7;
  box-shadow: 0 0 0 4px rgba(47, 141, 228, 0.12);
}

.appForm textarea {
  line-height: 1.45;
  min-height: 110px;
  padding: 11px;
  resize: vertical;
}

.profilePassport {
  align-content: start;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  min-height: 0;
  overflow: auto;
  padding: 18px;
}

.profilePass {
  min-height: 292px;
}

.profileSnapshot,
.profileChipPanel,
.profileEditSection {
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  padding: 14px;
}

.profileSnapshot {
  background: linear-gradient(135deg, #ffffff, #f5fbff);
}

.profileBuilderForm {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  gap: 14px;
}

.profileBuilderHero {
  align-items: center;
  background: linear-gradient(135deg, #f7fbff, #fff8f5);
  border: 1px solid #b8daf8;
  border-radius: 8px;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  grid-template-columns: 54px 1fr;
  padding: 16px;
}

.profileBuilderHero h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.6rem);
  line-height: 0.98;
  margin: 0;
}

.profileBuilderHero p,
.profileEditSection p,
.profileEditSection > span {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.stepIcon {
  align-items: center;
  background: #fff7db;
  border: 1px solid #f1c85c;
  border-radius: 8px;
  color: #b07500;
  display: flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.profileEditSection > strong,
.profileChipPanel > strong {
  align-items: center;
  color: var(--ink);
  display: flex;
  gap: 8px;
  font-size: 1rem;
}

.profileEditSection label {
  color: var(--ink);
  display: grid;
  font-weight: 850;
  grid-gap: 8px;
  gap: 8px;
}

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

.profileSaveButton {
  justify-content: center;
  min-height: 48px;
}

.compactTags {
  margin-top: 0;
}

.tagGrid span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  font-size: 0.85rem;
  font-weight: 850;
  padding: 7px 10px;
}

.adminWorkspace {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  min-height: 100%;
}

.adminHero,
.adminPanel,
.adminReportCard,
.adminUserCard {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 253, 248, 0.9)),
    radial-gradient(circle at 0 0, rgba(255, 200, 87, 0.14), transparent 28%);
  border: 1px solid rgba(201, 224, 244, 0.92);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.adminHero {
  align-items: center;
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px;
}

.adminHero h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 8px;
}

.adminHero p {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
  max-width: 760px;
}

.adminStats {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
}

.adminStats span {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  grid-gap: 2px 10px;
  gap: 2px 10px;
  grid-template-columns: 34px 1fr;
  padding: 12px;
}

.adminStats svg {
  color: var(--coral);
  grid-row: span 2;
}

.adminStats strong {
  font-size: 1.6rem;
  line-height: 1;
}

.adminStats small {
  color: var(--muted);
  font-weight: 800;
}

.adminTabs,
.adminToolbar,
.adminActions,
.adminUserMeta,
.adminMiniTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.adminTabs button,
.adminActions button {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
}

.adminTabs button.active {
  background: linear-gradient(135deg, var(--blue), var(--coral));
  border-color: transparent;
  color: white;
}

.adminPanel {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  padding: 18px;
}

.adminToolbar {
  align-items: center;
  justify-content: space-between;
}

.adminToolbar label {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  flex: 1 1 360px;
  gap: 10px;
  min-height: 46px;
  padding: 0 12px;
}

.adminToolbar input,
.adminToolbar select {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-weight: 800;
  min-height: 42px;
  outline: 0;
}

.adminToolbar input {
  flex: 1 1;
  min-width: 0;
}

.adminToolbar select {
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 12px;
}

.adminReportList,
.adminUserGrid {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.adminUserGrid {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.adminReportCard,
.adminUserCard {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  padding: 14px;
}

.adminReportTop {
  align-items: center;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.adminReportTop strong {
  text-transform: capitalize;
}

.adminReportTop time,
.adminPerson small,
.adminUserMeta span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.adminReportPeople {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adminPerson {
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(201, 224, 244, 0.78);
  border-radius: 12px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 10px;
}

.adminAvatar {
  align-items: center;
  background: linear-gradient(135deg, var(--blue-soft), var(--gold-soft));
  border-radius: 999px;
  color: var(--blue-dark);
  display: flex;
  font-weight: 950;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  width: 48px;
}

.adminAvatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.adminPerson strong,
.adminPerson em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.adminPerson em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 750;
}

.adminReportDetails {
  background: #fffdf8;
  border: 1px solid rgba(244, 205, 144, 0.52);
  border-radius: 12px;
  color: #304466;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
  padding: 12px;
}

.adminReportDetails.muted {
  color: var(--muted);
}

.adminStatus {
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--blue-dark);
  font-size: 0.72rem;
  font-weight: 950;
  padding: 5px 8px;
}

.statusOPEN,
.statusPENDING_EMAIL {
  background: #fff7db;
  border-color: #f0d287;
  color: #8a6200;
}

.statusSUSPENDED,
.statusDISMISSED {
  background: #fff0ed;
  border-color: #ffc3ba;
  color: #9d2d1f;
}

.statusACTIVE,
.statusRESOLVED {
  background: #ecfff6;
  border-color: #b7ebd1;
  color: #1f6f43;
}

.statusREVIEWING {
  background: #e9f4ff;
  border-color: #b8daf8;
}

.adminActions {
  justify-content: flex-end;
}

.adminActions button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.adminMiniTags em {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 850;
  padding: 6px 9px;
}

.aliveProfile {
  align-items: stretch;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-areas:
    "pass map"
    "photos map"
    "details details";
  grid-template-columns: minmax(460px, 0.95fr) minmax(420px, 1.05fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 100%;
}

.alivePassPanel,
.alivePhotoPanel,
.aliveMapPanel,
.aliveDetailsPanel,
.aliveShelf {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 0;
  overflow: visible;
  padding: 18px;
}

.alivePassPanel {
  align-self: start;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-area: pass;
}

.alivePhotoPanel {
  align-self: stretch;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  grid-area: photos;
}

.aliveDetailsPanel {
  align-self: start;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  grid-area: details;
  padding: 0;
}

.megaPass {
  align-content: start;
  align-self: start;
  background:
    linear-gradient(90deg, var(--pass-a, #2f8de4), var(--pass-b, #ff806f)) top / 100% 54px no-repeat,
    radial-gradient(circle at 72% 18%, var(--pass-glow, rgba(47, 141, 228, 0.24)) 0, transparent 28%),
    radial-gradient(circle at 16% 100%, var(--pass-soft, rgba(47, 141, 228, 0.08)) 0, transparent 40%),
    linear-gradient(180deg, #ffffff, #f8fcff);
  border-radius: 18px;
  gap: 0;
  min-height: 322px;
  overflow: hidden;
  padding: 0;
}

.megaPass::after {
  border-top: 0;
  border-left: 2px dashed #bfdaf1;
  bottom: 0;
  left: auto;
  right: 220px;
  top: 54px;
}

.megaPass::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 6px, color-mix(in srgb, var(--pass-a, #2f8de4) 16%, transparent) 6px 8px),
    linear-gradient(135deg, var(--pass-soft, rgba(47, 141, 228, 0.08)), color-mix(in srgb, var(--pass-b, #ff806f) 10%, transparent));
  inset: 54px 0 0 auto;
  opacity: 0.54;
  width: 42px;
}

.megaPass .passFlagArt {
  bottom: 30px;
  font-size: clamp(7rem, 11vw, 9.5rem);
  opacity: 0.13;
  right: 244px;
}

.passPhotoStamp {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 255, 0.92));
  border: 3px solid white;
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(16, 45, 77, 0.18);
  color: var(--blue);
  display: flex;
  height: clamp(76px, 7vw, 98px);
  justify-content: center;
  overflow: visible;
  position: absolute;
  right: 16px;
  top: 30px;
  width: clamp(76px, 7vw, 98px);
  z-index: 3;
}

.megaPass .passPhotoStamp {
  height: 148px;
  position: relative;
  right: auto;
  top: auto;
  width: 148px;
}

.passPhotoPick {
  align-items: center;
  border-radius: inherit;
  color: var(--blue);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.passPhotoPick input {
  display: none;
}

.passPhotoStamp img,
.passPhotoPick img {
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.passPhotoStamp > svg,
.passPhotoPick > svg {
  height: 44px;
  width: 44px;
}

.passPhotoStamp > span {
  align-items: center;
  background: white;
  border: 1px solid #cce5fb;
  border-radius: 999px;
  bottom: 2px;
  box-shadow: 0 8px 18px rgba(16, 45, 77, 0.16);
  display: flex;
  font-size: 1.35rem;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 36px;
}

.megaPass .passPhotoStamp > span {
  font-size: 1.36rem;
  height: 40px;
  width: 40px;
}

.passPhotoRemove {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffd0c9;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(16, 45, 77, 0.18);
  color: #be3f32;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 32px;
  z-index: 4;
}

.passBoardingHeader {
  align-items: center;
  color: #ffffff;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
  padding: 0 26px;
}

.passBoardingHeader b {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.megaPass .passTopline span {
  color: #ffffff;
  font-size: clamp(0.72rem, 1.4vw, 0.86rem);
  letter-spacing: 0.14em;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.passTicketBody {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  min-height: 268px;
}

.passRoutePanel {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  padding: 26px 28px 22px;
  position: relative;
}

.megaPass .boardingRoute {
  gap: 18px;
  grid-template-columns: minmax(84px, 128px) minmax(52px, 0.34fr) minmax(84px, 128px);
  margin-top: 0;
  max-width: 430px;
}

.megaPass .boardingRoute b {
  color: var(--pass-a, var(--blue-dark));
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
}

.boardingRoute em {
  color: #66809b;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 850;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.megaPass .boardingRoute i {
  align-self: center;
  align-items: center;
  border-top: 2px solid #b7d7f1;
  color: var(--pass-b, var(--blue));
  display: flex;
  justify-content: center;
}

.megaPass .boardingRoute i::after {
  display: none;
}

.megaPass .boardingRoute i svg {
  background: #ffffff;
  color: var(--pass-b, var(--blue));
  padding: 2px;
  transform: rotate(90deg);
}

.megaPass .passPassenger {
  max-width: 420px;
}

.passNameInput {
  background: transparent;
  border: 0;
  color: var(--ink);
  font-size: clamp(2.1rem, 3.2vw, 3.7rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  min-height: 52px;
  outline: 0;
  padding: 0;
  width: 100%;
}

.megaPass .passNameInput {
  color: var(--ink);
  font-size: clamp(2rem, 3.8vw, 3.15rem);
}

.passInlineFields {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  min-width: 0;
}

.passInlineFields input {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #cce5fb;
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--ink);
  font-weight: 850;
  min-height: 38px;
  min-width: 0;
  outline: 0;
  padding: 0 11px;
  width: 100%;
}

.passStub {
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 255, 0.82)),
    var(--pass-soft, rgba(47, 141, 228, 0.08));
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  justify-items: center;
  padding: 18px 16px 16px;
}

.passStubTop {
  align-items: center;
  display: grid;
  justify-items: center;
}

.passBarcode {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #d7e9f8;
  border-radius: 8px;
  display: flex;
  gap: 2px;
  height: 48px;
  justify-content: center;
  padding: 7px 9px;
}

.passBarcode i {
  background: var(--ink);
  display: block;
  width: 2px;
}

.passBarcode i:nth-child(3n) {
  width: 4px;
}

.passBarcode i:nth-child(4n) {
  opacity: 0.32;
}

.passBarcode i:nth-child(5n) {
  width: 1px;
}

.alivePreferenceToggles {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.aliveToggle {
  align-items: center;
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  font-weight: 850;
  gap: 8px;
  padding: 12px;
}

.aliveToggle input {
  accent-color: var(--blue);
}

.aliveMapPanel {
  align-self: stretch;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-area: map;
}

.profileMapHeader {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.profileMapHeader h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  margin: 0;
}

.profileMapHint {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.profilePhotoCollage {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 1fr;
}

.profilePhotoCollage strong {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 950;
}

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

.profileCollageSlot {
  aspect-ratio: 1;
  border-radius: 14px;
  min-height: 78px;
  position: relative;
}

.profileCollageSlot.feature {
  grid-column: auto;
  height: auto;
}

.profileCollageSlot:not(.feature) {
  height: auto;
}

.profileCollageTile {
  align-items: center;
  background: linear-gradient(135deg, #f7fbff, #fffaf7);
  border: 1px solid var(--line);
  border-radius: inherit;
  box-shadow: 0 12px 24px rgba(16, 45, 77, 0.08);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.profileCollageTile img {
  border-radius: 10px;
  height: calc(100% - 18px);
  object-fit: contain;
  width: calc(100% - 18px);
}

.profileCollageTile input,
.profileCollageEmpty input {
  display: none;
}

.profileCollageTile span,
.profileCollageEmpty span {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  bottom: 8px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  left: 8px;
  padding: 5px 8px;
  position: absolute;
}

.profileCollageEmpty {
  align-items: center;
  background: #f1f8ff;
  border: 1px dashed #b9d9f5;
  border-radius: inherit;
  color: #7db9ee;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.profileCollageSlot.feature .profileCollageTile {
  border-color: var(--line);
  box-shadow: 0 12px 24px rgba(16, 45, 77, 0.08);
}

.photoDeleteButton {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffd0c9;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(16, 45, 77, 0.14);
  color: #be3f32;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
  z-index: 3;
}

.profileWorldMap {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 410px;
  overflow: hidden;
  padding: 12px;
}

.profileWorldMap .realWorldMap {
  height: 100%;
  min-height: 390px;
}

.mapCountryShelves {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.countryShelf {
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-rows: auto 1fr;
  min-height: 92px;
  padding: 12px;
}

.countryShelf > strong {
  color: var(--ink);
  font-weight: 900;
}

.countryTags {
  align-content: flex-start;
  align-items: flex-start;
  align-self: start;
  margin-top: 0;
}

.countryTags button {
  background: white;
  color: var(--blue-dark);
  flex: 0 1 auto;
  line-height: 1.15;
  max-width: 100%;
  min-height: 34px;
  overflow-wrap: anywhere;
  white-space: normal;
}

.accountSettingsPanel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 16px;
  padding: 18px;
}

.accountSettingsHeader {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.accountSettingsHeader h2 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1;
  margin: 0;
}

.accountSettingsGrid {
  align-items: stretch;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
}

.accountBox {
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 14px;
}

.accountBox strong {
  color: var(--ink);
  font-weight: 950;
}

.accountBox > span,
.accountBox p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}

.accountBox label {
  color: var(--ink);
  display: grid;
  font-weight: 850;
  grid-gap: 6px;
  gap: 6px;
}

.accountBox input {
  background: #ffffff;
  border: 1px solid #cce5fb;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  outline: 0;
  padding: 0 11px;
}

.accountBox input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 141, 228, 0.12);
}

.accountBox > button {
  margin-top: auto;
  width: 100%;
}

.accountBox label.accountToggle {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cce5fb;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
}

.accountPreferenceBox .accountToggle {
  margin-top: auto;
}

.accountBox label.accountToggle input {
  accent-color: var(--blue);
  flex: 0 0 auto;
  height: 16px;
  min-height: auto;
  padding: 0;
  width: 18px;
}

.accountBox label.accountToggle span {
  line-height: 1.25;
}

.dangerAccountBox {
  background: #fff8f7;
  border-color: #ffd0c9;
}

.secondaryAction,
.dangerAction {
  align-items: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
}

.secondaryAction {
  background: linear-gradient(135deg, #fff8e6, #e8f4ff);
  border: 1px solid rgba(255, 200, 87, 0.5);
  color: var(--blue-dark);
}

.dangerAction {
  background: #ff776d;
  color: #ffffff;
}

.secondaryAction:disabled,
.dangerAction:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.countryTags .flagGlyph {
  border: 0;
  font-size: 1rem;
  padding: 0;
}

.countryTags i {
  color: var(--coral);
  font-style: normal;
  font-weight: 950;
}

.aliveDetailsColumns {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  grid-template-columns: minmax(460px, 0.95fr) minmax(420px, 1.05fr);
}

.aliveDetailsGroup {
  align-content: start;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  min-width: 0;
}

.aliveDetailsProfileGroup {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  grid-template-rows: auto auto auto auto;
  padding: 14px;
}

.aliveChipEditor {
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 14px;
}

.aliveChipEditor > strong,
.aliveStory > span {
  color: var(--ink);
  font-weight: 900;
}

.tagGrid button {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 850;
  gap: 7px;
  padding: 7px 10px;
}

.tagGrid button span {
  border: 0;
  color: var(--coral);
  padding: 0;
}

.chipAddRow,
.aliveMiniFields {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 1fr auto;
}

.chipAddRow input,
.aliveMiniFields input,
.aliveMiniFields select,
.aliveStory textarea {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 42px;
  outline: 0;
  padding: 0 11px;
  width: 100%;
}

.chipAddRow button {
  background: var(--blue-soft);
  border: 1px solid #9fd0fb;
  border-radius: 8px;
  color: var(--blue-dark);
  font-weight: 900;
  padding: 0 14px;
}

.chipAddRow button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.profileMultiSelect {
  position: relative;
}

.profileMultiSelect summary {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: grid;
  font-weight: 850;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  list-style: none;
  min-height: 42px;
  padding: 0 11px;
}

.profileMultiSelect summary::-webkit-details-marker {
  display: none;
}

.profileMultiSelect summary::after {
  border-color: var(--blue-dark) transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  content: "";
  height: 0;
  width: 0;
}

.profileMultiSelect summary b {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid #9fd0fb;
  border-radius: 999px;
  color: var(--blue-dark);
  display: inline-flex;
  font-size: 0.78rem;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 7px;
}

.profileMultiSelectMenu {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(16, 45, 77, 0.14);
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  left: 0;
  max-height: 240px;
  overflow: auto;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 12;
}

.profileMultiSelectMenu label {
  align-items: center;
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-weight: 850;
  gap: 9px;
  min-height: 36px;
  padding: 7px 8px;
}

.profileMultiSelectMenu label:hover {
  background: #f1f8ff;
}

.profileMultiSelectMenu input {
  accent-color: var(--blue);
  flex: 0 0 auto;
}

.aliveMiniFields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aliveMiniFields label,
.aliveStory {
  color: var(--ink);
  display: grid;
  font-weight: 850;
  grid-gap: 8px;
  gap: 8px;
}

.readonlyProfileField span {
  align-items: center;
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  min-height: 42px;
  padding: 0 11px;
}

.aliveStory textarea {
  line-height: 1.5;
  min-height: 145px;
  padding: 12px;
  resize: vertical;
}

.profilePhotoStory {
  background: linear-gradient(135deg, #f8fcff, #fffaf7);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.profilePhotoStory textarea {
  min-height: 120px;
  resize: vertical;
}

.aliveActions {
  align-items: center;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 1fr;
  min-height: 42px;
}

.formGridTwo {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.checkboxLine {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-weight: 800;
  gap: 8px;
}

.checkboxLine input {
  min-height: auto;
  width: auto;
}

.emptyState {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  padding: 16px;
}

.emptyState strong {
  color: var(--ink);
}

.emptyState span {
  color: var(--muted);
  line-height: 1.45;
}

.emptyActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.messageEmptyLanding {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 200, 87, 0.2), transparent 30%),
    radial-gradient(circle at 100% 18%, rgba(157, 220, 255, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 253, 248, 0.86));
  border: 1px solid rgba(201, 224, 244, 0.86);
  border-radius: 22px;
  box-shadow: var(--shadow);
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  justify-items: center;
  max-width: 920px;
  padding: clamp(28px, 5vw, 54px);
  text-align: center;
  width: min(100%, 920px);
}

.messageEmptyLanding h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.messageEmptyLanding > p {
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  max-width: 620px;
}

.messageEmptyIllustration {
  align-items: center;
  background: linear-gradient(135deg, #e8f5ff, #fff7de);
  border: 1px solid rgba(185, 220, 250, 0.9);
  border-radius: 999px;
  color: var(--blue-dark);
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: auto 74px auto;
  min-height: 84px;
  padding: 0 24px;
}

.messageEmptyIllustration span {
  border-top: 4px dashed rgba(52, 143, 229, 0.26);
  border-radius: 999px;
  display: block;
}

.messageEmptyIllustration svg:last-child {
  color: var(--coral);
  transform: rotate(-8deg);
}

.messageEmptySteps {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  width: 100%;
}

.messageEmptySteps article {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(205, 226, 245, 0.72);
  border-radius: 16px;
  display: grid;
  grid-gap: 7px;
  gap: 7px;
  justify-items: center;
  padding: 16px;
}

.messageEmptySteps svg {
  color: var(--coral);
}

.messageEmptySteps strong {
  color: var(--ink);
}

.messageEmptySteps span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 780;
  line-height: 1.35;
}

.emptyActions button {
  min-width: 190px;
}

.limitedField {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.fieldCounter,
.characterCounter {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: right;
}

.fieldCounter.short,
.characterCounter.needsMore {
  color: var(--coral);
}

.fieldCounter.limit {
  background: #fff1ea;
  border: 1px solid rgba(255, 117, 102, 0.38);
  border-radius: 999px;
  color: #b33629;
  justify-self: end;
  padding: 4px 9px;
}

.avatarLarge,
.avatarSmall,
.tripIcon {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid #b8dcfb;
  color: var(--blue);
  display: grid;
  font-weight: 900;
  justify-items: center;
}

.avatarLarge {
  border-radius: 8px;
  font-size: 3rem;
  height: 170px;
  width: 170px;
}

.avatarSmall {
  border-radius: 8px;
  flex: 0 0 auto;
  height: 54px;
  width: 54px;
}

.scoreBadge {
  background: #fff4d7;
  border-radius: 999px;
  color: #6f4d00;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 8px;
  padding: 7px 10px;
}

.buddySetup {
  align-content: start;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  height: 100%;
  overflow: auto;
}

.buddySetupModal {
  align-items: center;
  display: grid;
  min-height: 100%;
  padding: 24px;
}

.buddyQuestionCard {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 200, 87, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 239, 0.98) 48%, rgba(240, 249, 255, 0.98));
  border: 1px solid rgba(244, 205, 144, 0.76);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(16, 78, 132, 0.16);
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  justify-self: center;
  max-width: 860px;
  padding: clamp(18px, 3vw, 30px);
  width: min(860px, 100%);
}

.buddyQuestionTop {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.buddyQuestionTop span:last-child {
  background: linear-gradient(135deg, var(--gold-soft), var(--blue-soft));
  border: 1px solid rgba(255, 200, 87, 0.72);
  border-radius: 999px;
  color: var(--blue-dark);
  font-weight: 950;
  padding: 7px 10px;
}

.buddyProgress {
  background: #fff1d2;
  border-radius: 999px;
  height: 9px;
  overflow: hidden;
}

.buddyProgress i {
  background: linear-gradient(90deg, var(--gold), var(--coral), var(--blue));
  display: block;
  height: 100%;
  transition: width 180ms ease;
}

.buddyQuestion {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.buddyQuestion h2 {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.96;
  margin: 0;
}

.buddyQuestion p {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.45;
  margin: 0;
}

.buddyQuestionActions {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: minmax(140px, 0.4fr) minmax(180px, 1fr);
}

.buddySetupHero,
.buddyFilterGrid,
.buddyCardPanel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 253, 248, 0.9)),
    radial-gradient(circle at 0 0, rgba(255, 200, 87, 0.12), transparent 30%);
  border: 1px solid rgba(226, 210, 185, 0.78);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
}

.buddySetupHero h2 {
  display: none;
}

.buddySetupHero {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.buddySetupHero p,
.buddyDistance span,
.buddyGender p {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.buddyFilterGrid {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buddyRange,
.buddyDistance,
.buddyGender {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(205, 226, 245, 0.9);
  border-radius: 12px;
  color: var(--ink);
  display: grid;
  font-weight: 900;
  grid-gap: 10px;
  gap: 10px;
  padding: 14px;
}

.buddyRange div,
.buddyGender {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.buddyGender strong,
.buddyGender p {
  grid-column: 1 / -1;
}

.buddyRange div {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.buddyRange input,
.distancePresetGroup button {
  accent-color: var(--blue);
}

.buddyRange input {
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  min-height: 42px;
  padding: 0 11px;
  width: 100%;
}

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

.genderChoice {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(205, 226, 245, 0.95);
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  gap: 11px;
  min-height: 86px;
  padding: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.genderChoice:hover {
  border-color: var(--gold);
  box-shadow: 0 12px 26px rgba(255, 117, 102, 0.12), 0 8px 18px rgba(36, 120, 194, 0.08);
  transform: translateY(-1px);
}

.genderChoice input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.genderChoice.selected {
  background: linear-gradient(135deg, #fff8e6, #e7f4ff, #fff1ea);
  border-color: var(--coral);
  box-shadow: inset 0 0 0 1px rgba(255, 117, 102, 0.18), 0 14px 30px rgba(255, 117, 102, 0.14);
}

.genderIcon {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-soft), var(--mint-soft));
  border: 1px solid rgba(255, 200, 87, 0.72);
  border-radius: 999px;
  color: var(--blue-dark);
  display: grid;
  flex: 0 0 42px;
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  height: 42px;
  justify-items: center;
}

.genderChoice span:last-child {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  min-width: 0;
}

.genderChoice small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.15;
}

.distancePresetGroup {
  display: grid;
  grid-gap: 9px;
  gap: 9px;
}

.distancePresetGroup > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.distancePresetGroup button {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  cursor: pointer;
  font-weight: 900;
  min-height: 34px;
  padding: 0 12px;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.distancePresetGroup button:not(:disabled):hover {
  border-color: #8ac8f7;
  box-shadow: 0 10px 20px rgba(47, 141, 228, 0.13);
  transform: translateY(-1px);
}

.distancePresetGroup button.active {
  background: linear-gradient(135deg, var(--blue), #67b7f6);
  border-color: var(--blue);
  color: #ffffff;
}

.distancePresetGroup button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.buddyDistanceMap {
  background: linear-gradient(180deg, #ffffff, #f3faff);
  border: 1px solid #bfe0fb;
  border-radius: 10px;
  min-height: 210px;
  overflow: hidden;
  position: relative;
}

.buddyDistanceSvg {
  display: block;
  height: 210px;
  width: 100%;
}

.distanceCountry {
  fill: #dce4ea;
  stroke: #ffffff;
  stroke-width: 0.8;
  transition: fill 180ms ease;
}

.distanceCountry.open {
  fill: #7fd6a3;
  stroke: #ffffff;
}

.distanceRadius {
  fill: rgba(71, 154, 225, 0.2);
  stroke: rgba(71, 154, 225, 0.82);
  stroke-dasharray: 8 6;
  stroke-width: 3;
}

.distancePulse {
  fill: rgba(255, 201, 93, 0.42);
  stroke: #ffffff;
  stroke-width: 5;
}

.distancePin {
  fill: var(--coral);
  stroke: #ffffff;
  stroke-width: 2.5;
}

.distanceMapBadge {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #bfe0fb;
  border-radius: 999px;
  bottom: 12px;
  box-shadow: 0 10px 28px rgba(19, 70, 116, 0.14);
  color: var(--ink);
  display: flex;
  gap: 8px;
  left: 12px;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  position: absolute;
}

.distanceMapBadge span {
  color: var(--ink);
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.distanceMapBadge strong {
  background: var(--blue-soft);
  border-radius: 999px;
  color: var(--blue-dark);
  padding: 4px 8px;
  white-space: nowrap;
}

.buddyGender.disabled {
  opacity: 0.72;
}

.buddyStartButton {
  justify-self: start;
  min-width: 240px;
}

.buddyEditFilters {
  justify-self: end;
}

.matchPanelTop {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.matchPanelTop h2 {
  color: var(--ink);
  font-size: clamp(1.55rem, 1.6vw, 2.1rem);
  line-height: 1;
  margin: 0;
}

.matchPanelTop .eyebrow {
  margin-bottom: 5px;
}

.matchCardHero {
  align-items: center;
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 200, 87, 0.32), transparent 32%),
    radial-gradient(circle at 84% 8%, rgba(189, 241, 216, 0.38), transparent 28%),
    linear-gradient(135deg, #fffefa 0%, #eef8ff 58%, #fff1ea 100%);
  border: 1px solid rgba(244, 205, 144, 0.72);
  border-radius: 18px;
  box-shadow: 0 22px 45px rgba(47, 141, 228, 0.12);
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: minmax(190px, 0.46fr) minmax(0, 1fr);
  min-height: 226px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.matchCardHero::after {
  background: linear-gradient(180deg, rgba(255, 200, 87, 0.62), rgba(255, 117, 102, 0.28), rgba(52, 143, 229, 0.22));
  content: "";
  inset: 0 0 0 auto;
  opacity: 0.8;
  position: absolute;
  width: 9px;
}

.matchPhotoStage {
  display: grid;
  justify-items: center;
  position: relative;
  z-index: 1;
}

.matchCardSummary {
  align-content: center;
  display: grid;
  grid-gap: 9px;
  gap: 9px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.matchCardSummary h2 {
  font-size: clamp(2rem, 2.55vw, 3.05rem);
  letter-spacing: 0;
  line-height: 1;
}

.matchCardSummary p {
  color: var(--blue-dark);
  font-size: 1.02rem;
  font-weight: 850;
  margin: 0;
}

.matchIntroBlock {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(244, 205, 144, 0.5);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  padding: 15px 16px;
}

.matchIntroBlock p {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.55;
  margin: 0;
}

.travelerPhotoLarge,
.travelerPhotoSmall {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid #b8dcfb;
  color: var(--blue);
  display: grid;
  font-weight: 950;
  justify-items: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.travelerPhotoLarge {
  aspect-ratio: 1;
  border: 5px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0 18px 34px rgba(29, 87, 142, 0.2);
  font-size: 3rem;
  height: auto;
  justify-self: center;
  max-width: 196px;
  width: 100%;
}

.travelerPhotoSmall {
  border-radius: 8px;
  height: 54px;
  width: 54px;
}

.travelerPhotoLarge img,
.travelerPhotoSmall img,
.travelerPhotoStrip img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.travelerPhotoLarge img {
  object-position: center 32%;
}

.buddyMetaPills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.buddyMetaPills.compact {
  margin-top: 4px;
}

.buddyMetaPills span {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 200, 87, 0.58);
  border-radius: 999px;
  color: var(--blue-dark);
  font-weight: 850;
  padding: 7px 10px;
}

.quickMessageBox {
  background:
    radial-gradient(circle at 0 0, rgba(255, 200, 87, 0.18), transparent 36%),
    linear-gradient(135deg, #fffefa, #fff4ed 58%, #eff9ff);
  border: 1px solid rgba(244, 205, 144, 0.66);
  border-radius: 16px;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 14px;
}

.quickMessageBox label {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 950;
}

.quickMessageBox textarea {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.45;
  min-height: 72px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.quickMessageBox textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 141, 228, 0.14);
  outline: none;
}

.matchDecisionRow {
  align-items: stretch;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: minmax(120px, 0.36fr) minmax(220px, 1fr);
}

.skipAction {
  background: #ffffff;
}

.subtleActions {
  margin-top: -2px;
}

.travelerOverlay {
  align-items: center;
  background: rgba(5, 22, 45, 0.42);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 40;
}

.travelerDetailCard {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 28px 70px rgba(16, 45, 77, 0.28);
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  max-height: min(860px, 92vh);
  max-width: 980px;
  overflow: auto;
  padding: 18px;
  position: relative;
  width: min(980px, 96vw);
}

.profilePreviewCard .candidateWorldMap {
  min-height: 250px;
}

.promptOverlay {
  background:
    radial-gradient(circle at 40% 20%, rgba(93, 168, 238, 0.22), transparent 34%),
    rgba(5, 22, 45, 0.46);
}

.promptCard {
  background: linear-gradient(135deg, #ffffff 0%, #f5fbff 62%, #fff6f2 100%);
  border: 1px solid #b9dcfa;
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(16, 45, 77, 0.28);
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  max-width: 520px;
  padding: 22px;
  position: relative;
  width: min(520px, 94vw);
}

.promptCard h2 {
  color: var(--ink);
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  line-height: 1.08;
  margin: 0;
  padding-right: 36px;
}

.promptCard textarea {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
  min-height: 132px;
  outline: none;
  padding: 14px;
  resize: vertical;
  width: 100%;
}

.promptCard textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(47, 141, 228, 0.14);
}

.promptActions {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: minmax(120px, 0.42fr) minmax(180px, 1fr);
}

.modalClose {
  background: #fff8f7;
  border: 1px solid #ffd0c9;
  border-radius: 999px;
  color: var(--coral);
  font-weight: 950;
  height: 34px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
}

.travelerDetailHeader {
  align-items: center;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: 180px 1fr;
  padding-right: 40px;
}

.travelerDetailHeader .travelerPhotoLarge {
  height: 180px;
}

.travelerDetailIntro {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.55;
}

.travelerPhotoStrip {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.travelerPhotoStrip img {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.candidateWorldMap {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.travelerDetailGrid {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detailTags {
  background: #f8fcff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 12px;
}

.matchPanel p,
.tripCard p,
.travelerRow span,
.conversationRow span,
.safetyCard span {
  color: var(--muted);
}

.reasonList,
.travelerList,
.conversationList,
.chatPanel {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.conversationList {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 253, 248, 0.72)),
    radial-gradient(circle at 0 0, rgba(255, 200, 87, 0.12), transparent 34%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
}

.chatPanel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(244, 250, 255, 0.64)),
    radial-gradient(circle at 100% 0, rgba(157, 220, 255, 0.22), transparent 34%);
}

.reasonList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reasonList span {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 216, 0.72), rgba(236, 248, 255, 0.9));
  border: 1px solid rgba(255, 200, 87, 0.62);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(47, 141, 228, 0.08);
  color: var(--blue-dark);
  font-size: 0.85rem;
  font-weight: 900;
  gap: 6px;
  line-height: 1.1;
  min-height: 32px;
  padding: 7px 10px 7px 8px;
  white-space: nowrap;
}

.reasonList b {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(185, 220, 250, 0.9);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 400;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.actionRow {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.actionRow button {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  font-weight: 850;
  min-height: 40px;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.actionRow button:hover {
  background: white;
  border-color: #8ac8f7;
  color: var(--blue-dark);
  transform: translateY(-1px);
}

.travelerRow,
.conversationRow {
  align-items: center;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(205, 226, 245, 0.52);
  border-radius: 12px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 54px 1fr auto;
  min-height: 76px;
  padding: 10px;
  text-align: left;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.conversationListHeader {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 253, 248, 0.92));
  flex: 0 0 auto;
  margin: -20px -20px 0;
  padding: 20px 20px 10px;
  position: -webkit-sticky;
  position: sticky;
  top: -20px;
  z-index: 8;
}

.conversationListHeader .panelTitle {
  margin: 0 0 10px;
}

.conversationList .panelTitle h2 {
  font-size: 1.55rem;
}

.conversationRow {
  flex: 0 0 68px;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  min-height: 68px;
  overflow: hidden;
  padding: 8px 10px;
}

.conversationRow.active {
  background: linear-gradient(135deg, #fffdf7, #eaf6ff);
  border-color: rgba(255, 200, 87, 0.82);
  box-shadow: inset 4px 0 0 var(--coral), 0 10px 24px rgba(52, 143, 229, 0.08);
}

.conversationRow.unread {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 247, 216, 0.58));
  border-color: #ffc857;
}

.travelerRow:hover,
.conversationRow:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: #ffc857;
  box-shadow: 0 12px 24px rgba(255, 117, 102, 0.08), 0 8px 18px rgba(47, 141, 228, 0.07);
  transform: translateY(-1px);
}

.travelerRow {
  grid-template-columns: 58px minmax(0, 1fr) auto;
}

.travelerRowInfo {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  min-width: 0;
}

.travelerRowInfo strong,
.travelerRowInfo span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.travelerRowScore,
.scoreBadge {
  background: #fff1d2;
  border: 1px solid #ffe0a6;
  border-radius: 999px;
  color: #8b4f00;
  font-weight: 950;
}

.travelerRowScore {
  align-self: start;
  font-size: 0.85rem;
  padding: 7px 9px;
}

.travelerRowScore.savedScore {
  background: #e8f4ff;
  border-color: #b9dcfa;
  color: var(--blue-dark);
}

.travelerPanelTabs {
  align-items: center;
  background: rgba(232, 244, 255, 0.62);
  border: 1px solid rgba(185, 220, 250, 0.85);
  border-radius: 12px;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 10px 0 12px;
  padding: 6px;
}

.travelerPanelTabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: var(--muted);
  display: inline-flex;
  font-weight: 950;
  gap: 8px;
  justify-content: center;
  min-height: 36px;
  padding: 0 10px;
  white-space: nowrap;
}

.travelerPanelTabs button.active {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(47, 141, 228, 0.1);
  color: var(--blue-dark);
}

.travelerPanelTabs span {
  align-items: center;
  background: #ffefe9;
  border-radius: 999px;
  color: var(--coral);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  justify-content: center;
  min-width: 24px;
  padding: 3px 7px;
}

.scoreBadge {
  align-items: center;
  bottom: -8px;
  box-shadow: 0 9px 22px rgba(255, 180, 56, 0.22);
  display: inline-flex;
  font-size: 1rem;
  justify-content: center;
  margin: 0;
  padding: 9px 13px;
  position: absolute;
  right: 8px;
}

.travelerRow strong,
.conversationRow strong {
  display: block;
}

.conversationRow strong {
  font-size: 0.9rem;
  line-height: 1.12;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.travelerRow span,
.conversationRow span {
  font-size: 0.84rem;
  line-height: 1.35;
}

.conversationRow span {
  font-size: 0.78rem;
}

@media (max-width: 700px) {
  .matchPanelTop {
    align-items: stretch;
    display: grid;
  }

  .buddyEditFilters {
    justify-self: stretch;
  }

  .matchCardHero {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 0;
    padding: 18px;
    text-align: center;
  }

  .matchCardSummary {
    justify-items: center;
  }

  .matchCardSummary h2 {
    font-size: clamp(1.9rem, 12vw, 2.45rem);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .matchCardSummary p {
    font-size: 0.95rem;
  }

  .travelerPhotoLarge {
    max-width: 190px;
  }

  .buddyMetaPills.compact {
    justify-content: center;
  }

  .matchDecisionRow {
    grid-template-columns: 1fr;
  }
}

.conversationRow time {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.conversationTabs {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(232, 244, 255, 0.96), rgba(255, 247, 243, 0.92));
  border: 1px solid rgba(185, 220, 250, 0.9);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(52, 143, 229, 0.07);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 0 0 auto;
  margin: 0 0 4px;
  max-width: 100%;
  overflow: hidden;
  padding: 5px;
  position: relative;
  z-index: 1;
}

.conversationTabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: var(--muted);
  display: inline-flex;
  flex: 1 1 78px;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 5px;
  height: 32px;
  justify-content: center;
  min-width: 0;
  padding: 0 8px;
  transition: background 150ms ease, box-shadow 150ms ease, color 150ms ease;
  white-space: nowrap;
}

.conversationTabs button:nth-child(3) {
  flex-basis: 112px;
}

.conversationTabs button:hover {
  background: rgba(255, 255, 255, 0.62);
  color: var(--blue-dark);
}

.conversationTabs button.active {
  background: var(--ink);
  box-shadow: 0 10px 20px rgba(14, 31, 59, 0.13);
  color: white;
}

.conversationTabs span,
.conversationMeta b,
.chatHeader b {
  align-items: center;
  background: #ffefe9;
  border-radius: 999px;
  color: var(--coral);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 950;
  justify-content: center;
  min-width: 19px;
  padding: 2px 5px;
}

.conversationTabs button.active span {
  background: rgba(255, 255, 255, 0.18);
  color: white;
}

.chatPanel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 255, 0.94)),
    radial-gradient(circle at 8% 4%, rgba(52, 143, 229, 0.12), transparent 28%);
  border-color: rgba(124, 190, 244, 0.92);
  box-shadow: 0 18px 42px rgba(52, 143, 229, 0.14);
  position: relative;
}

.chatAvatar {
  border-radius: 16px;
  overflow: hidden;
}

.conversationRow .chatAvatar {
  border-radius: 13px;
  height: 46px;
  width: 46px;
}

.chatAvatar img {
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  width: 100%;
}

.conversationSummary {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  min-width: 0;
}

.conversationSummary small,
.chatHeader small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.conversationSummary em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversationMeta {
  align-items: end;
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  justify-items: end;
}

.chatHeader {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(185, 220, 250, 0.68);
  border-radius: 16px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  padding: 10px;
}

.chatHeader > span:nth-child(2) {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.chatHeader strong {
  font-size: 1.12rem;
}

.tripBoard {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100%;
  overflow: auto;
}

.tripCard {
  display: grid;
  grid-template-rows: 120px minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

.tripIcon {
  background:
    linear-gradient(90deg, rgba(43, 127, 216, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(43, 127, 216, 0.1) 1px, transparent 1px),
    var(--blue-soft);
  background-size: 24px 24px;
  border: 0;
  border-radius: 0;
}

.tripCard > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  padding: 16px;
}

.metaLine {
  color: var(--muted);
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 850;
  gap: 10px;
}

.metaLine span {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.tripCard h2 {
  font-size: 1.2rem;
  line-height: 1.15;
}

.tripCard p {
  line-height: 1.45;
  margin: 0;
}

.tripCard footer {
  align-items: center;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: 1fr 1fr auto;
  margin-top: auto;
}

.tripCard footer span,
.tag {
  background: var(--soft);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  padding: 7px 8px;
  text-align: center;
  text-transform: capitalize;
}

.tripCard footer button {
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  color: white;
  font-weight: 850;
  min-height: 36px;
  padding: 0 14px;
}

.tripsBoardPage {
  align-content: start;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  height: 100%;
  overflow: auto;
  padding-right: 4px;
}

.tripsBoardHeader {
  align-items: start;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 209, 102, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 249, 255, 0.9));
  border: 1px solid rgba(185, 220, 250, 0.96);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(47, 141, 228, 0.1);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 18px;
}

.tripsBoardHeader h2 {
  color: var(--ink);
  font-size: clamp(1.9rem, 2.5vw, 3.1rem);
  line-height: 1;
  margin: 0;
}

.tripsBoardHeader p {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
  margin: 7px 0 4px;
  max-width: 740px;
}

.tripsBoardHeader strong {
  color: var(--blue-dark);
  display: inline-block;
  font-size: 1rem;
}

.createTripButton {
  align-items: center;
  background: linear-gradient(135deg, #ffffff, #eef8ff);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(47, 141, 228, 0.12);
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-width: 210px;
}

.tripFilterShell {
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 200, 87, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 248, 255, 0.82));
  border: 1px solid rgba(185, 220, 250, 0.9);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 12px;
}

.tripFilterShell > p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  margin: -2px 4px 0;
}

.tripFilterToggle {
  align-items: center;
  background:
    linear-gradient(135deg, #ffffff, #f2f9ff);
  border: 1px solid rgba(185, 220, 250, 0.95);
  border-radius: 14px;
  color: var(--blue-dark);
  display: flex;
  font-weight: 950;
  gap: 12px;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 14px;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tripFilterToggle:hover,
.tripFilterToggle.open {
  border-color: var(--gold);
  box-shadow: 0 14px 28px rgba(255, 200, 87, 0.14), 0 10px 24px rgba(52, 143, 229, 0.1);
  transform: translateY(-1px);
}

.tripFilterToggle span {
  align-items: center;
  display: inline-flex;
  gap: 9px;
  min-width: 0;
}

.tripFilterToggle em {
  background: linear-gradient(135deg, var(--gold-soft), #e8f5ff);
  border: 1px solid rgba(255, 200, 87, 0.72);
  border-radius: 999px;
  color: var(--ink);
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-style: normal;
  padding: 7px 10px;
}

.tripBoardFilters {
  animation: filterTrayIn 180ms ease both;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(185, 220, 250, 0.76);
  border-radius: 14px;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  grid-template-columns: minmax(260px, 1.1fr) minmax(180px, 0.62fr) minmax(180px, 0.52fr);
  padding: 14px;
}

@keyframes filterTrayIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tripLanguageFilter {
  grid-column: 1 / -1;
}

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

.tripFilterToggles {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
}

.tripFilterToggles label {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(185, 220, 250, 0.9);
  border-radius: 999px;
  color: var(--blue-dark);
  display: inline-flex;
  flex: 0 1 auto;
  font-weight: 900;
  gap: 9px;
  line-height: 1;
  min-height: 42px;
  padding: 0 14px 0 12px;
  white-space: nowrap;
}

.tripFilterToggles label:has(input:checked) {
  background: linear-gradient(135deg, #e8f5ff, #fff6ec);
  border-color: #83c3f6;
  box-shadow: 0 8px 18px rgba(47, 141, 228, 0.1);
}

.tripFilterToggles input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  accent-color: var(--blue);
  align-items: center;
  background: #ffffff;
  border: 1px solid #a9cdea;
  border-radius: 7px;
  display: grid;
  flex: 0 0 auto;
  height: 18px;
  justify-items: center;
  margin: 0;
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.tripFilterToggles input:checked {
  background: var(--blue);
  border-color: var(--blue);
}

.tripFilterToggles input:checked::after {
  color: #ffffff;
  content: "✓";
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
}

.tripFilterClear {
  background: #fff7f0;
  border: 1px solid rgba(255, 128, 111, 0.38);
  border-radius: 999px;
  color: #a9493d;
  cursor: pointer;
  font-weight: 950;
  line-height: 1;
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
}

.tripFilterClear:hover,
.tripFilterClear:focus-visible {
  background: #fff0e8;
  border-color: rgba(255, 128, 111, 0.62);
  outline: none;
}

.tripLanguageFilter .aliveChipEditor {
  background: linear-gradient(135deg, rgba(248, 252, 255, 0.95), rgba(255, 250, 247, 0.95));
  border-radius: 12px;
  box-shadow: none;
  padding: 12px;
}

.tripBoardFilters label,
.tripComposer label {
  display: grid;
  grid-gap: 5px;
  gap: 5px;
}

.tripBoardFilters span,
.tripComposer label span,
.tripComposer .fieldLabel {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 950;
}

.tripBoardFilters input,
.tripBoardFilters select,
.tripComposer input,
.tripComposer select,
.tripComposer textarea {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  min-height: 48px;
  padding: 0 14px;
}

.tripBoardFilters .tripFilterToggles {
  align-items: center;
  gap: 9px 10px;
}

.tripBoardFilters .tripFilterToggles label {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(185, 220, 250, 0.9);
  border-radius: 999px;
  color: var(--blue-dark);
  cursor: pointer;
  display: inline-flex;
  flex: 0 1 auto;
  font-weight: 900;
  gap: 9px;
  line-height: 1;
  min-height: 38px;
  padding: 0 14px 0 11px;
  white-space: nowrap;
}

.tripBoardFilters .tripFilterToggles label:has(input:checked) {
  background: linear-gradient(135deg, #e8f5ff, #fff6ec);
  border-color: #83c3f6;
  box-shadow: 0 8px 18px rgba(47, 141, 228, 0.1);
}

.tripBoardFilters .tripFilterToggles input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  background: #ffffff;
  border: 1px solid #a9cdea;
  border-radius: 6px;
  color: #ffffff;
  display: grid;
  flex: 0 0 auto;
  font: inherit;
  height: 17px;
  justify-items: center;
  margin: 0;
  min-height: 17px;
  padding: 0;
  width: 17px;
}

.tripBoardFilters .tripFilterToggles input:checked {
  background: var(--blue);
  border-color: var(--blue);
}

.tripBoardFilters .tripFilterToggles input:checked::after {
  content: "\2713";
  font-size: 0.74rem;
  font-weight: 950;
  line-height: 1;
}

.tripBoardFilters .tripFilterClear {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
}

.tripCreateOverlay {
  align-items: center;
  background: rgba(15, 34, 64, 0.28);
  display: grid;
  inset: 0;
  padding: clamp(18px, 4vw, 36px);
  position: fixed;
  z-index: 100;
}

.tripComposer textarea {
  line-height: 1.45;
  min-height: 118px;
  padding: 13px 14px;
}

.tripComposer {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 209, 102, 0.2), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 248, 255, 0.96));
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(11, 67, 118, 0.24);
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  justify-self: center;
  max-width: 980px;
  padding: 0;
  position: relative;
  width: min(980px, 100%);
}

.tripComposer.wizard {
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  overflow: hidden;
}

.tripComposer .modalClose {
  background: #fff5f2;
  border-color: #ffc4bd;
  color: var(--coral);
  right: 14px;
  top: 14px;
  z-index: 3;
}

.tripComposerPass {
  background:
    linear-gradient(180deg, rgba(47, 141, 228, 0.12), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, #ffffff, #e6f5ff);
  border-right: 1px dashed #aed6f8;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  padding: 28px 22px;
}

.tripComposerPass span {
  color: var(--blue-dark);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tripComposerPass strong {
  color: var(--ink);
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.9;
}

.tripComposerPass svg {
  color: var(--blue);
  filter: drop-shadow(0 10px 18px rgba(47, 141, 228, 0.2));
}

.tripComposerPass em {
  align-self: end;
  color: var(--muted);
  font-style: normal;
  font-weight: 850;
  line-height: 1.3;
}

.tripComposerMain {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  padding: 28px;
}

.tripComposerTop {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.tripComposerTop span {
  align-items: center;
  color: var(--blue-dark);
  display: inline-flex;
  font-weight: 950;
  gap: 7px;
}

.tripComposerTop p {
  color: var(--muted);
  font-weight: 820;
  line-height: 1.35;
  margin: 0;
}

.tripComposerTop h3 {
  color: var(--ink);
  font-size: clamp(1.75rem, 3vw, 2.9rem);
  line-height: 0.98;
  margin: 0;
}

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

.tripWizardProgress i {
  background: #dcecfb;
  border-radius: 999px;
  height: 8px;
}

.tripWizardProgress i.active {
  background: linear-gradient(90deg, var(--blue), var(--coral));
}

.tripWizardStep {
  display: none;
  gap: 12px;
}

.tripWizardStep.active {
  display: grid;
}

.tripTitleIconRow {
  align-items: start;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 1fr);
}

.tripEmojiPicker {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
  min-width: 0;
}

.tripEmojiPicker input {
  display: none;
}

.tripEmojiPickerShell {
  align-items: start;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 64px minmax(0, 1fr);
  padding: 8px;
}

.tripEmojiPreview {
  align-items: center;
  background: linear-gradient(135deg, #e7f5ff, #fff2ed);
  border: 1px solid #b8dcfb;
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  display: grid;
  font-size: 1.9rem;
  justify-items: center;
  min-height: 64px;
}

.tripEmojiOptions {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.tripEmojiOptions button {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(185, 220, 250, 0.95);
  border-radius: 10px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  font-size: 1.12rem;
  height: 30px;
  justify-items: center;
  min-height: 30px;
  padding: 2px;
  transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
  width: 30px;
}

.tripEmojiOptions button:hover,
.tripEmojiOptions button:focus-visible {
  background: #edf8ff;
  border-color: #69b7f4;
  box-shadow: 0 8px 16px rgba(47, 141, 228, 0.14);
  outline: none;
  transform: translateY(-1px);
}

.tripEmojiOptions button.selected {
  background: linear-gradient(135deg, #dff2ff, #fff0ec);
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(47, 141, 228, 0.12);
}

.tripTitleIconRow .limitedField {
  gap: 6px;
}

.tripTitleIconRow .fieldCounter {
  margin-top: -2px;
}

.tripEmojiHint {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 780;
  line-height: 1.35;
  margin: -4px 0 2px;
}

.tripChoiceGrid {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tripChoice {
  cursor: pointer;
  display: block;
}

.tripChoice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.tripChoice span {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--blue-dark);
  display: grid;
  font-weight: 950;
  justify-items: center;
  min-height: 58px;
  padding: 10px;
  text-align: center;
}

.tripChoice input:checked + span {
  background: linear-gradient(135deg, #e5f4ff, #fff2ef);
  border-color: #83c3f6;
  box-shadow: 0 12px 22px rgba(47, 141, 228, 0.14);
}

.tripWizardActions {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: minmax(120px, 0.36fr) 1fr;
}

.tripBoardMessage {
  margin: 0;
}

.tripBoardList {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.tripBoardEntry {
  align-items: start;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(185, 220, 250, 0.95);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(47, 141, 228, 0.07);
  display: grid;
  grid-gap: 14px 16px;
  gap: 14px 16px;
  grid-template-columns: 68px minmax(132px, 0.28fr) minmax(0, 1fr) auto;
  padding: 14px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.tripBoardEntry.clickable {
  cursor: pointer;
}

.tripBoardEntry:hover {
  box-shadow: 0 22px 48px rgba(47, 141, 228, 0.14);
  transform: translateY(-1px);
}

.tripBoardEntry:focus-visible {
  box-shadow: 0 0 0 3px rgba(47, 141, 228, 0.24), 0 22px 48px rgba(47, 141, 228, 0.14);
  outline: 0;
}

.tripEntryIcon {
  align-items: center;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 200, 87, 0.3), transparent 32%),
    linear-gradient(135deg, #e4f3ff, #fff5ef);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  display: grid;
  font-size: 2rem;
  height: 68px;
  justify-items: center;
  line-height: 1;
  overflow: hidden;
  width: 68px;
}

.tripEntryIcon.large {
  border-radius: 18px;
  font-size: 3rem;
  height: 92px;
  width: 92px;
}

.tripHostPhoto {
  align-items: center;
  background: linear-gradient(135deg, #e4f3ff, #fff5ef);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  height: 68px;
  justify-items: center;
  overflow: hidden;
  width: 68px;
}

.tripHostPhoto.large {
  height: 84px;
  width: 84px;
}

.tripHostPhoto.mini {
  border: 2px solid #ffffff;
  border-radius: 999px;
  bottom: -8px;
  box-shadow: 0 8px 18px rgba(47, 141, 228, 0.18);
  height: 38px;
  position: absolute;
  right: -8px;
  width: 38px;
}

.tripBoardAvatar {
  box-shadow: 0 10px 22px rgba(47, 141, 228, 0.1);
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.tripBoardAvatar:hover,
.tripBoardAvatar:focus-visible {
  border-color: #8ac8f7;
  box-shadow: 0 16px 28px rgba(47, 141, 228, 0.16);
  outline: 0;
  transform: translateY(-1px);
}

.tripHostPhoto img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tripHostPhoto span {
  color: var(--blue-dark);
  font-size: 1.35rem;
  font-weight: 950;
}

.profileButton {
  cursor: pointer;
  padding: 0;
}

.profileButton:disabled {
  cursor: default;
}

.tripHostMeta {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  min-width: 0;
}

.tripHostMeta strong,
.tripBoardTitleLine h3 {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.tripHostMeta strong {
  font-size: 1.04rem;
}

.tripHostMeta span {
  color: var(--muted);
  font-weight: 780;
}

.tripBoardContent {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
  min-width: 0;
}

.tripBoardTitleLine {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-width: 0;
}

.tripBoardTitleLine h3 {
  color: var(--blue-dark);
  font-size: 1.15rem;
  line-height: 1.1;
  margin: 0 0 3px;
  max-width: 100%;
}

.tripBoardTitleLine span,
.tripDates {
  align-items: center;
  color: var(--blue-dark);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 5px;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.tripTypeBadge {
  background: #eff8ff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  flex: 0 0 auto;
  font-size: 0.78rem;
  padding: 6px 9px;
}

.tripBoardContent p,
.tripDescriptionLine p {
  color: #344861;
  font-weight: 580;
  line-height: 1.36;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tripDescriptionLine {
  align-items: start;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr);
}

.tripDescriptionEmoji {
  align-items: center;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 200, 87, 0.28), transparent 36%),
    linear-gradient(135deg, #f4faff, #fff5ef);
  border: 1px solid rgba(185, 220, 250, 0.92);
  border-radius: 12px;
  display: inline-grid;
  font-size: 1.25rem;
  height: 38px;
  justify-items: center;
  line-height: 1;
  width: 38px;
}

.tripDescriptionLine p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tripValidUntil {
  align-items: start;
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  justify-items: end;
  min-width: 126px;
}

.tripValidUntil span {
  color: var(--muted);
  font-weight: 780;
}

.tripValidUntil strong {
  color: var(--ink);
}

.tripOpenButton {
  background: linear-gradient(135deg, #fff8e6, #e8f4ff);
  border: 1px solid rgba(255, 200, 87, 0.58);
  border-radius: 999px;
  color: var(--blue-dark);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
  min-height: 36px;
  padding: 0 14px;
  white-space: nowrap;
}

.tripOpenHint {
  background: linear-gradient(135deg, #fff8e6, #e8f4ff);
  border: 1px solid rgba(255, 200, 87, 0.58);
  border-radius: 999px;
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  padding: 10px 14px;
  white-space: nowrap;
}

.tripSaveButton {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 42px;
}

.tripSaveButton.saved {
  background: linear-gradient(135deg, #e8f5ff, #fff4ef);
  border-color: #8ac8f8;
  color: var(--coral);
}

.tripDetailsOverlay {
  align-items: center;
  background: rgba(15, 34, 64, 0.34);
  display: grid;
  inset: 0;
  padding: clamp(16px, 3vw, 34px);
  position: fixed;
  z-index: 80;
}

.tripDetailsIconStack {
  align-self: start;
  position: relative;
}

.tripDetailsCard {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 200, 87, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 255, 0.98));
  border: 1px solid rgba(185, 220, 250, 0.95);
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(15, 34, 64, 0.28);
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  justify-self: center;
  max-height: min(86vh, 820px);
  max-width: 1040px;
  overflow: auto;
  padding: clamp(18px, 2.8vw, 28px);
  position: relative;
  width: min(1040px, 96vw);
}

.tripDetailsHeader {
  align-items: center;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr);
  padding-right: 42px;
}

.tripDetailsHeader h3 {
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1;
  margin: 4px 0 8px;
  overflow-wrap: anywhere;
}

.tripDetailsHeader p,
.tripDetailsHeader strong {
  align-items: center;
  color: var(--blue-dark);
  display: flex;
  flex-wrap: wrap;
  font-weight: 900;
  gap: 6px;
  margin: 0;
}

.tripDetailsDescription {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(185, 220, 250, 0.78);
  border-radius: 14px;
  color: #263d5b;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 14px;
  word-break: break-word;
}

.tripDetailsQuickActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tripApplicationsPanel {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(185, 220, 250, 0.86);
  border-radius: 14px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 14px;
}

.tripApplicationRow {
  align-items: start;
  background: #f8fcff;
  border: 1px solid rgba(185, 220, 250, 0.72);
  border-radius: 13px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  padding: 10px;
}

.tripApplicationRow p {
  color: #304a66;
  font-weight: 650;
  line-height: 1.4;
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.tripApplicationRow span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: lowercase;
}

.applicationActions {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: end;
}

.applicationActions .primaryAction,
.applicationActions .secondaryAction,
.compactAction {
  min-height: 36px;
  padding: 0 12px;
}

.tripExpandedDetails.modalDetails {
  border-top: 0;
  grid-column: auto;
  margin-top: 0;
  padding-top: 0;
}

.tripDetailsActions {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: minmax(130px, 0.34fr) minmax(220px, 1fr);
}

.tripExpandedDetails {
  border-top: 1px dashed var(--line);
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, 1.15fr) minmax(260px, 0.85fr) minmax(240px, 0.75fr);
  margin-top: 2px;
  padding-top: 14px;
}

.tripExpandedDetails > div {
  align-content: start;
  background: rgba(240, 248, 255, 0.72);
  border: 1px solid rgba(185, 220, 250, 0.88);
  border-radius: 12px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  min-width: 0;
  padding: 12px;
}

.tripExpandedDetails p {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tripExpandedDetails strong {
  color: var(--ink);
}

.tripExpandedDetails dl {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  margin: 0;
}

.tripExpandedDetails dl div {
  align-items: start;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: minmax(92px, 0.68fr) minmax(0, 1fr);
}

.tripExpandedDetails dt {
  color: var(--muted);
  font-weight: 850;
}

.tripExpandedDetails dd {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.18;
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
}

.tripMiniTags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tripMiniTags span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  max-width: 100%;
  min-height: 28px;
  padding: 7px 10px;
  white-space: normal;
  width: auto;
}

.chatBubble {
  align-self: flex-start;
  background: #ffffff;
  border: 1px solid rgba(148, 197, 238, 0.88);
  border-radius: 18px 18px 18px 6px;
  box-shadow: 0 10px 22px rgba(52, 143, 229, 0.09);
  line-height: 1.45;
  max-width: 72%;
  padding: 12px 14px;
}

.chatBubble.mine {
  align-self: flex-end;
  background: linear-gradient(135deg, #dff0ff, #fff0ec);
  border: 1px solid rgba(87, 160, 226, 0.72);
  border-radius: 18px 18px 6px 18px;
  box-shadow: 0 12px 26px rgba(255, 117, 102, 0.11), 0 10px 22px rgba(52, 143, 229, 0.1);
}

.chatBubble p {
  margin: 0;
}

.chatBubble time {
  color: var(--muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  margin-top: 6px;
}

.chatBubble span {
  color: #9c6411;
  display: block;
  font-size: 0.76rem;
  font-weight: 850;
  margin-top: 6px;
}

.messageThread {
  align-content: start;
  background:
    linear-gradient(90deg, rgba(124, 190, 244, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(124, 190, 244, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(239, 248, 255, 0.9), rgba(255, 253, 248, 0.72));
  background-size: 28px 28px, 28px 28px, auto;
  border: 1px solid rgba(124, 190, 244, 0.62);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  display: grid;
  flex: 1 1;
  grid-gap: 12px;
  gap: 12px;
  min-height: 220px;
  overflow: auto;
  padding: 16px;
}

.messageComposer {
  align-items: center;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 1fr 124px;
}

.messageComposer textarea {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(185, 220, 250, 0.9);
  border-radius: 22px;
  color: var(--ink);
  font: inherit;
  line-height: 1.35;
  max-height: 150px;
  min-height: 52px;
  min-width: 0;
  overflow-y: auto;
  padding: 15px 18px;
  resize: vertical;
  width: 100%;
}

.messageComposer textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(52, 143, 229, 0.12);
  outline: 0;
}

.messageComposer .primaryAction {
  height: 52px;
  min-height: 52px;
}

.safetyNote {
  background: #fff4d7;
  border: 1px solid #efd38d;
  border-radius: 8px;
  color: #6f4d00;
  gap: 8px;
  padding: 12px;
}

.chatSafetyToast {
  animation: chatSafetyToastIn 180ms ease both;
  background: rgba(255, 247, 219, 0.96);
  border: 1px solid rgba(239, 211, 141, 0.95);
  border-radius: 16px;
  bottom: 86px;
  box-shadow: 0 18px 38px rgba(122, 86, 0, 0.14);
  color: #6f4d00;
  font-size: 0.88rem;
  font-weight: 850;
  gap: 8px;
  left: 24px;
  line-height: 1.35;
  padding: 12px 14px;
  position: absolute;
  right: 24px;
  z-index: 5;
}

@keyframes chatSafetyToastIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.readiness strong {
  display: block;
  font-size: 4rem;
  line-height: 1;
}

.readiness span {
  color: var(--muted);
}

.tagGrid {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.safetyCard {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.safetyCard strong {
  font-size: 1.1rem;
}

.safetyCard span {
  line-height: 1.45;
}

/* Public landing concept pass */
.travelerHero {
  gap: clamp(24px, 2.8vw, 44px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  isolation: isolate;
  max-width: 1530px;
  min-height: 560px;
  overflow: visible;
  padding-left: clamp(18px, 3vw, 42px);
  padding-right: clamp(18px, 3vw, 42px);
  padding-top: 6px;
  padding-bottom: 82px;
  position: relative;
}

.travelerHero .heroCopy {
  justify-items: center;
  padding-left: clamp(10px, 2vw, 28px);
  position: relative;
  text-align: center;
  min-width: 0;
  z-index: 2;
}

.travelerHero::before {
  content: none;
}

.travelerHero::after {
  color: var(--blue);
  content: "✈";
  font-size: 2.6rem;
  left: -42px;
  position: absolute;
  top: 66px;
  transform: rotate(-28deg);
}

.travelerHero::after {
  content: none;
}

.heroSlogan {
  background: #fffdf3;
  border: 1px solid #f1c85c;
  box-shadow: 0 10px 24px rgba(255, 209, 102, 0.14);
}

.travelerHero h1 {
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: clamp(3.2rem, 5.5vw, 5.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.02;
  max-width: 660px;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.sloganUnderline {
  display: block;
  height: 22px;
  margin: -12px 0 12px;
  overflow: visible;
  position: relative;
  width: min(460px, 74%);
}

.sloganUnderline::before {
  border-bottom: 7px solid var(--coral);
  border-radius: 0 0 70% 70%;
  content: "";
  inset: 0 3px auto;
  height: 20px;
  position: absolute;
  transform: rotate(-1.5deg);
}

.travelerHero p {
  color: #273d62;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  max-width: 620px;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.heroActions {
  margin-top: 22px;
  justify-content: center;
}

.heroCta,
.heroSecondary {
  gap: 10px;
  border-radius: 12px;
  min-height: 54px;
  padding: 0 22px;
}

.heroSecondary {
  background: white;
}

.playIcon {
  align-items: center;
  border: 2px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  height: 26px;
  justify-content: center;
  transform: rotate(18deg);
  width: 26px;
}

.promisePills {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  max-width: 640px;
  width: 100%;
}

.promisePills span {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  display: grid;
  font-size: 0.86rem;
  grid-gap: 3px 9px;
  gap: 3px 9px;
  grid-template-columns: 34px 1fr;
  line-height: 1.18;
  padding: 0;
}

.promisePills strong,
.promisePills small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.promisePills small {
  color: var(--muted);
  font-size: 0.79rem;
  font-weight: 750;
}

.promisePills svg {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  grid-row: span 2;
  height: 34px;
  padding: 8px;
  width: 34px;
}

.promisePills span:nth-child(2) svg {
  color: var(--blue-dark);
}

.promisePills span:nth-child(3) svg {
  color: #1f8c62;
}

.heroAppPreview {
  align-self: center;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 209, 102, 0.25), transparent 18%),
    radial-gradient(circle at 6% 92%, rgba(47, 141, 228, 0.16), transparent 22%),
    rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(178, 218, 250, 0.95);
  border-radius: 28px;
  box-shadow: 0 30px 76px rgba(36, 118, 190, 0.17);
  display: grid;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  min-height: 446px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.heroAppPreview::before {
  content: none;
}

.previewCloud {
  display: none;
}

.previewCloud::before,
.previewCloud::after {
  content: none;
}

.previewMatches {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(38, 115, 187, 0.14);
  display: grid;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  grid-gap: 10px;
  gap: 10px;
  grid-column: 1;
  margin: 28px -6px 28px 24px;
  padding: 20px;
  position: relative;
  width: auto;
  z-index: 2;
}

.previewMatches,
.travelerMiniCard,
.previewChat,
.previewStat,
.landingConceptGrid .landingQuickStart,
.landingFooter,
.fullFounderStory {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif;
  font-feature-settings: "kern";
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.previewTop {
  justify-content: start;
}

.previewTop span {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
}

.previewTop span::before {
  color: var(--gold);
  content: "✦ ";
}

.previewTop strong {
  display: none;
}

.previewCards {
  gap: 9px;
}

.travelerMiniCard {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 255, 0.88));
  border: 1px solid rgba(178, 218, 250, 0.96);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(38, 115, 187, 0.08);
  grid-template-columns: 60px minmax(0, 1fr) auto;
  min-height: 92px;
  padding: 10px;
}

.travelerMiniCard > div {
  align-content: center;
  display: grid;
  justify-items: start;
  min-width: 0;
}

.travelerMiniCard strong {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 760;
  gap: 5px;
  line-height: 1.15;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.avatarWrap {
  display: block;
  height: 60px;
  position: relative;
  width: 60px;
}

.avatarPortrait {
  border-radius: 999px;
  display: block;
  height: 60px;
  object-fit: cover;
  width: 60px;
}

.avatarWrap i {
  background: #40c66b;
  border: 3px solid white;
  border-radius: 999px;
  bottom: 0;
  box-shadow: 0 4px 12px rgba(26, 126, 72, 0.26);
  height: 17px;
  position: absolute;
  right: 0;
  width: 17px;
}

.cardFlag {
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 0.92rem;
  line-height: 1;
  vertical-align: -0.08em;
}

.travelerMiniCard small {
  color: #5f7592;
  display: block;
  font-size: 0.79rem;
  font-feature-settings: none;
  font-variant-ligatures: none;
  font-weight: 560;
  line-height: 1.35;
  margin-top: 2px;
}

.matchTags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}

.matchTags em {
  background: #e9f4ff;
  border: 1px solid #cfe7ff;
  border-radius: 999px;
  color: var(--blue-dark);
  font-size: 0.62rem;
  font-feature-settings: none;
  font-variant-ligatures: none;
  font-style: normal;
  font-weight: 720;
  line-height: 1;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding: 4px 7px;
}

.travelerMiniCard b {
  align-self: start;
  font-size: 0.78rem;
  font-weight: 760;
  margin-top: 0;
}

.avatarDot.gold {
  background: linear-gradient(135deg, #ff806f, #ffd166);
}

.travelerMiniCard b {
  align-self: start;
}

.previewMatches > a {
  color: var(--blue-dark);
  font-size: 0.88rem;
  font-weight: 780;
  margin-top: 4px;
  text-decoration: none;
}

.previewMatches > a::after {
  content: " →";
}

.previewMapChat {
  grid-column: 2;
  min-height: 446px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.previewWorld {
  background: url("/landing-world-map-reference.png") center center / cover no-repeat;
  border-radius: 22px;
  inset: 0 0 94px -8px;
  min-height: 0;
  opacity: 0.98;
  position: absolute;
}

.previewWorld .pin,
.previewWorld i,
.previewWorld svg {
  display: none;
}

.previewWorld i {
  border-top: 3px dashed #2f8de4;
  border-radius: 50%;
  height: 112px;
  left: 11%;
  position: absolute;
  top: 31%;
  transform: rotate(7deg);
  width: 78%;
}

.previewWorld svg {
  color: var(--blue);
  filter: drop-shadow(0 7px 10px rgba(47, 141, 228, 0.18));
  left: 51%;
  position: absolute;
  top: 29%;
  transform: rotate(18deg) translate(-50%, 0);
}

.pin {
  background: var(--blue);
  border: 3px solid white;
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  height: 18px;
  position: absolute;
  width: 18px;
}

.pin.one {
  left: 9%;
  top: 39%;
}

.pin.two {
  background: var(--gold);
  left: 48%;
  top: 26%;
}

.pin.three {
  background: var(--coral);
  right: 6%;
  top: 39%;
}

.previewChat {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
  position: absolute;
  right: 36px;
  top: 204px;
  width: min(312px, calc(100% - 86px));
  z-index: 1;
}

.previewChat p {
  background: linear-gradient(135deg, #dff0ff, #eff8ff);
  border: 1px solid rgba(178, 218, 250, 0.96);
  border-radius: 18px;
  box-shadow: 0 9px 24px rgba(38, 115, 187, 0.1);
  color: var(--blue-dark);
  font-size: 0.84rem;
  line-height: 1.26;
  max-width: 88%;
  overflow-wrap: anywhere;
  padding: 12px 14px;
}

.previewChat p:first-child,
.previewChat p:last-child {
  justify-self: end;
}

.previewChat p:nth-child(2) {
  background: white;
  color: var(--ink);
  justify-self: start;
  margin-left: 44px;
}

.previewSend {
  align-items: center;
  background: var(--coral);
  border: 0;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 18px 34px rgba(255, 128, 111, 0.34);
  color: white;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  position: absolute;
  right: 18px;
  transform: rotate(-16deg);
  width: 54px;
  z-index: 4;
}

.previewStat {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  bottom: -52px;
  box-shadow: 0 18px 44px rgba(38, 115, 187, 0.16);
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 44px 1fr 28px;
  left: 88px;
  min-height: 78px;
  padding: 12px 18px;
  position: absolute;
  top: calc(100% - 28px);
  width: 290px;
  z-index: 3;
}

.previewStat svg:first-child {
  color: var(--blue);
}

.previewStat svg:last-child {
  color: var(--coral);
}

.previewStat strong,
.previewStat small {
  display: block;
}

.previewStat small {
  color: var(--muted);
  line-height: 1.25;
}

.landingConceptGrid {
  display: grid;
  grid-gap: 28px;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr);
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 clamp(18px, 3vw, 42px) 30px;
}

.landingConceptGrid.landingConceptOnly {
  grid-template-columns: 1fr;
}

.landingConceptGrid.landingConceptOnly .landingQuickStart {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.landingConceptGrid .landingQuickStart {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-gap: 0;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  min-height: 222px;
  padding: 18px;
}

.landingConceptGrid .landingQuickStart article {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: 1fr;
  padding: 10px 18px;
  text-align: center;
}

.landingConceptGrid .landingQuickStart article + article {
  border-left: 1px solid var(--line);
}

.landingConceptGrid .landingQuickStart svg {
  height: 54px;
  justify-self: center;
  padding: 13px;
  width: 54px;
}

.landingConceptGrid .landingQuickStart article:nth-child(1) svg {
  color: var(--blue);
}

.landingConceptGrid .landingQuickStart article:nth-child(2) svg {
  background: #fff0ee;
  color: var(--coral);
}

.landingConceptGrid .landingQuickStart article:nth-child(3) svg {
  background: #e8f8ef;
  color: #1f8c62;
}

.landingConceptGrid .landingQuickStart article:nth-child(4) svg {
  background: #fff7db;
  color: #a87600;
}

.landingConceptGrid .landingQuickStart strong,
.landingConceptGrid .landingQuickStart span {
  grid-column: auto;
}

.landingConceptGrid .landingQuickStart strong {
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.landingConceptGrid .landingQuickStart span {
  font-size: 0.86rem;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

.founderNote {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 224, 0.82)),
    #ffffff;
  margin: 0;
  min-height: 222px;
  padding: 24px 146px 20px 34px;
}

.founderNote::before {
  background: var(--blue);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 34px;
  position: absolute;
  top: 88px;
  width: 170px;
  z-index: 0;
}

.founderPhoto {
  background: white;
  border: 10px solid white;
  border-radius: 10px;
  box-shadow: 0 16px 34px rgba(38, 115, 187, 0.16);
  height: 128px;
  object-fit: cover;
  position: absolute;
  right: 22px;
  top: 24px;
  transform: rotate(5deg);
  width: 104px;
  z-index: 2;
}

.founderNote::after {
  background:
    linear-gradient(90deg, rgba(238, 203, 138, 0.62), rgba(255, 236, 185, 0.9) 48%, rgba(238, 203, 138, 0.58));
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(126, 92, 21, 0.08);
  content: "";
  height: 25px;
  position: absolute;
  right: 28px;
  top: 14px;
  transform: rotate(6deg);
  width: 78px;
  z-index: 3;
}

.founderNote h2 {
  font-family: "Ink Free", "Segoe Script", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(1.95rem, 2.9vw, 2.65rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.92;
  max-width: 430px;
  overflow-wrap: anywhere;
  position: relative;
  z-index: 1;
}

.founderNote p {
  font-family: "Bradley Hand ITC", "Ink Free", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.18;
  margin-bottom: 0;
  max-width: 430px;
  overflow-wrap: anywhere;
  position: relative;
  z-index: 1;
}

.founderNote p + p {
  margin-top: 12px;
}

.founderNote strong {
  display: block;
  font-family: "Ink Free", "Segoe Script", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: 1.55rem;
  font-weight: 500;
  margin-top: 14px;
  max-width: 430px;
  position: relative;
  text-align: right;
  z-index: 1;
}

.fullFounderStory {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  margin: 0 auto 30px;
  max-width: 1460px;
  padding: clamp(24px, 3vw, 42px);
  position: relative;
  z-index: 2;
}

.fullFounderStory span {
  color: var(--coral);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.fullFounderStory h2 {
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 16px;
  max-width: 760px;
}

.fullFounderStory p {
  color: #273d62;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.6;
  margin: 0;
  max-width: 980px;
}

.fullFounderStory p + p {
  margin-top: 14px;
}

.landingFooter {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin: 0 clamp(18px, 5vw, 64px) 28px;
  max-width: none;
  padding: 14px 28px;
}

.landingFooter strong,
.landingFooter span {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.landingFooter strong {
  color: var(--blue-dark);
  font-size: 1.05rem;
}

.landingFooter svg {
  color: var(--blue);
}

.landingFooter span {
  color: var(--blue-dark);
  font-weight: 850;
}

@media (max-width: 1100px) {
  .landingShell,
  .appShell,
  .discoverGrid,
  .workspaceGrid,
  .tripBoard,
  .messageWorkspace,
  .profileGrid,
  .safetyGrid,
  .featureGrid,
  .trustGrid,
  .flowSteps,
  .travelerHero,
  .landingQuickStart,
  .landingConceptGrid,
  .authPageGrid,
  .onboardingStage,
  .aliveProfile,
  .aliveShelf,
  .aliveDetailsColumns,
  .aliveMiniFields,
  .alivePreferenceToggles,
  .buddyFilterGrid,
  .travelerDetailGrid,
  .travelerDetailHeader,
  .accountSettingsGrid,
  .profilePhotoCollage {
    grid-template-columns: 1fr;
  }

  .adminHero,
  .adminReportPeople,
  .adminReportTop {
    grid-template-columns: 1fr;
  }

  .adminStats {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .aliveProfile {
    grid-template-areas:
      "pass"
      "photos"
      "map"
      "details";
  }

  .landingNav {
    align-items: flex-start;
    flex-direction: column;
  }

  .landingNavActions {
    justify-content: flex-start;
    width: 100%;
  }

  .landingNav nav {
    flex-wrap: wrap;
  }

  .travelerHero {
    min-height: auto;
    text-align: left;
  }

  .travelerHero .heroCopy {
    justify-items: start;
    padding-left: 0;
    text-align: left;
  }

  .travelerHero::before,
  .travelerHero::after,
  .heroFlightPath {
    display: none;
  }

  .heroSection h1 {
    font-size: clamp(2.3rem, 12vw, 4.4rem);
  }

  .heroAppPreview,
  .landingConceptGrid .landingQuickStart {
    grid-template-columns: 1fr;
  }

  .heroAppPreview {
    display: grid;
    min-height: auto;
    overflow: hidden;
  }

  .heroAppPreview::before,
  .previewCloud {
    display: none;
  }

  .landingConceptGrid {
    margin-top: 0;
  }

  .previewMatches {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    left: auto;
    position: relative;
    top: auto;
    width: auto;
  }

  .previewMapChat {
    grid-column: auto;
    min-height: 360px;
    position: relative;
  }

  .previewWorld {
    inset: 18px;
    position: absolute;
  }

  .previewChat {
    bottom: 24px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: auto;
    width: auto;
  }

  .previewSend {
    bottom: 18px;
    right: 18px;
  }

  .previewStat {
    bottom: auto;
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }

  .landingConceptGrid .landingQuickStart article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .founderNote {
    padding-right: clamp(20px, 4vw, 34px);
  }

  .fullFounderStory {
    margin-left: clamp(18px, 3vw, 42px);
    margin-right: clamp(18px, 3vw, 42px);
  }

  .founderNote::after,
  .founderPhoto {
    display: none;
  }

  .appShell {
    height: auto;
  }

  .sidebar {
    grid-template-rows: auto auto auto;
  }

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

  .workspace {
    overflow: visible;
  }

  .workspaceHeader {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
  }

  .workspaceHeader .languageSwitcher {
    max-width: 100%;
  }

  .alivePassPanel,
  .alivePhotoPanel,
  .aliveMapPanel,
  .aliveDetailsPanel {
    grid-column: auto;
    grid-row: auto;
  }

  .onboardingMap,
  .questionPanel {
    min-height: auto;
  }

  .onboardingActions,
  .countryInput,
  .matchDecisionRow {
    grid-template-columns: 1fr;
  }

  .worldPicker,
  .mapSelections,
  .searchResults,
  .photoGrid,
  .buddyGender,
  .tripBoardFilters,
  .messageEmptySteps,
  .tripExpandedDetails {
    grid-template-columns: 1fr;
  }

  .tripsBoardHeader,
  .tripBoardTitleLine {
    display: grid;
  }

  .createTripButton {
    min-width: 0;
    width: 100%;
  }

  .tripBoardEntry {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .tripTitleIconRow {
    grid-template-columns: 1fr;
  }

  .tripEmojiPickerShell {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .tripEntryIcon,
  .tripHostPhoto {
    height: 72px;
    width: 72px;
  }

  .tripBoardContent,
  .tripValidUntil {
    grid-column: 1 / -1;
  }

  .tripDescriptionLine {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .tripDescriptionEmoji {
    border-radius: 10px;
    font-size: 1.1rem;
    height: 34px;
    width: 34px;
  }

  .tripValidUntil {
    align-items: center;
    display: flex;
    justify-content: space-between;
    justify-items: start;
  }

  .tripComposer.wizard {
    grid-template-columns: 1fr;
  }

  .tripComposerPass {
    border-bottom: 1px dashed #aed6f8;
    border-right: 0;
    grid-template-columns: 1fr auto;
    padding: 22px;
  }

  .tripComposerPass svg,
  .tripComposerPass em {
    display: none;
  }

  .tripComposerMain {
    padding: 22px;
  }

  .tripChoiceGrid,
  .tripWizardActions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1450px) and (min-width: 1101px) {
  .travelerHero {
    gap: 24px;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    padding-left: 18px;
    padding-right: 18px;
  }

  .travelerHero h1 {
    font-size: clamp(3rem, 4.8vw, 5rem);
  }

  .travelerHero p {
    font-size: 1.08rem;
  }

  .heroAppPreview {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  }

  .previewMatches {
    margin-left: 22px;
    padding: 16px;
  }

  .travelerMiniCard {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    min-height: 88px;
  }

  .avatarWrap,
  .avatarPortrait {
    height: 54px;
    width: 54px;
  }

  .previewChat {
    right: 28px;
    width: min(300px, calc(100% - 54px));
  }

  .landingConceptGrid {
    padding-left: 18px;
    padding-right: 18px;
  }
}

