@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --tb-beta-sky: #0f172a;
  --tb-beta-sky-soft: #334155;
  --tb-beta-gold: #ca8a04;
  --tb-beta-mint: #0f766e;
  --tb-beta-ink: #0c0a09;
  --tb-beta-paper: #f8f6f1;
  --tb-beta-paper-strong: #f1ece3;
  --tb-beta-card: rgba(255, 252, 248, 0.94);
  --tb-beta-card-strong: rgba(255, 252, 248, 0.985);
  --tb-beta-line: rgba(12, 10, 9, 0.1);
  --tb-beta-line-strong: rgba(12, 10, 9, 0.18);
  --tb-beta-muted: #6b6258;
  --tb-beta-shadow-xl: 0 32px 72px rgba(11, 17, 32, 0.18);
  --tb-beta-shadow-lg: 0 22px 48px rgba(11, 17, 32, 0.13);
  --tb-beta-shadow-md: 0 14px 28px rgba(11, 17, 32, 0.1);
}

body.beta-mobile-theme {
  --tb-bg: var(--tb-beta-paper);
  --tb-ink: var(--tb-beta-ink);
  --tb-accent: var(--tb-beta-mint);
  --tb-accent-2: var(--tb-beta-sky);
  --tb-panel: var(--tb-beta-card);
  --tb-line: var(--tb-beta-line);
  --tb-shadow: var(--tb-beta-shadow-md);
  --bs-primary: var(--tb-beta-sky);
  --bs-primary-rgb: 15, 23, 42;
  --bs-secondary: var(--tb-beta-sky-soft);
  --bs-secondary-rgb: 51, 65, 85;
  --bs-success: var(--tb-beta-mint);
  --bs-success-rgb: 15, 118, 110;
  --bs-warning: var(--tb-beta-gold);
  --bs-warning-rgb: 202, 138, 4;
  --bs-body-font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --bs-body-color: var(--tb-beta-ink);
  --bs-body-bg: var(--tb-beta-paper);
  --tb-beta-shell-width: min(1240px, calc(100vw - 120px));
  --tb-beta-shell-padding-x: 1.5rem;
  --tb-beta-content-width: calc(var(--tb-beta-shell-width) - (var(--tb-beta-shell-padding-x) * 2));
  color: var(--tb-beta-ink);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(202, 138, 4, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.14), transparent 22%),
    linear-gradient(180deg, #fcfaf6 0%, #f3ede4 52%, #f8f6f1 100%);
}

body.beta-mobile-theme .site-main {
  padding-top: 1.2rem !important;
  padding-bottom: 7.6rem !important;
  width: var(--tb-beta-shell-width);
  margin: 0 auto;
}

body.beta-mobile-theme h1,
body.beta-mobile-theme h2,
body.beta-mobile-theme h3,
body.beta-mobile-theme h4,
body.beta-mobile-theme .landing-brand-title,
body.beta-mobile-theme .landing-hero-title,
body.beta-mobile-theme .section-title,
body.beta-mobile-theme .trip-detail-name,
body.beta-mobile-theme .web-session-timeout-title {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
  letter-spacing: -0.04em;
}

body.beta-mobile-theme .boot-splash,
body.beta-mobile-theme .web-session-timeout-backdrop {
  background:
    radial-gradient(circle at top left, rgba(202, 138, 4, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.14), transparent 24%),
    linear-gradient(180deg, #fcfaf6 0%, #f3ede4 100%);
}

body.beta-mobile-theme .boot-splash-card,
body.beta-mobile-theme .cookie-banner-card,
body.beta-mobile-theme .web-session-timeout-dialog,
body.beta-mobile-theme .modal-backdrop-custom__panel,
body.beta-mobile-theme .power-plug-card,
body.beta-mobile-theme .glass-card,
body.beta-mobile-theme .editor-panel,
body.beta-mobile-theme .trip-summary-stat,
body.beta-mobile-theme .trip-stats-summary-card,
body.beta-mobile-theme .stats-breakdown-row,
body.beta-mobile-theme .trip-participant-chip,
body.beta-mobile-theme .destination-preview-card,
body.beta-mobile-theme .family-settlement-panel,
body.beta-mobile-theme .trip-main-nav,
body.beta-mobile-theme .app-shell-nav,
body.beta-mobile-theme .trip-card,
body.beta-mobile-theme .transaction-total-card,
body.beta-mobile-theme .trip-balance-card,
body.beta-mobile-theme .trip-balance-flow,
body.beta-mobile-theme .trip-linked-badge,
body.beta-mobile-theme .catalog-toggle-chip {
  border-color: var(--tb-beta-line);
  box-shadow: var(--tb-beta-shadow-md);
}

body.beta-mobile-theme .boot-splash-card {
  padding: 1.4rem 1.6rem;
  border-radius: 28px;
  background: rgba(255, 252, 248, 0.92);
}

body.beta-mobile-theme .boot-splash-logo,
body.beta-mobile-theme .landing-logo,
body.beta-mobile-theme .hero-logo,
body.beta-mobile-theme .app-sidebar-logo {
  background: rgba(255, 252, 248, 0.98);
  border: 1px solid rgba(12, 10, 9, 0.08);
  box-shadow: 0 14px 30px rgba(11, 17, 32, 0.12);
}

body.beta-mobile-theme .landing-topbar,
body.beta-mobile-theme .app-connected-layout {
  gap: 1.35rem;
}

body.beta-mobile-theme .app-connected-layout {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

body.beta-mobile-theme .hero {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 38px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #0b1120 0%, #0f172a 58%, rgba(15, 118, 110, 0.96) 100%);
  box-shadow: var(--tb-beta-shadow-xl);
}

body.beta-mobile-theme .landing-brand-title,
body.beta-mobile-theme .landing-hero-title {
  color: #fffaf2;
}

body.beta-mobile-theme .hero-kicker,
body.beta-mobile-theme .landing-copy .text-secondary,
body.beta-mobile-theme .landing-copy .opacity-75,
body.beta-mobile-theme .landing-copy .lead {
  color: rgba(255, 250, 242, 0.82) !important;
}

body.beta-mobile-theme .landing-availability-badge,
body.beta-mobile-theme .landing-metric-card,
body.beta-mobile-theme .landing-feature-card,
body.beta-mobile-theme .landing-story-card,
body.beta-mobile-theme .landing-update-card,
body.beta-mobile-theme .landing-compare-card,
body.beta-mobile-theme .screenshot-card,
body.beta-mobile-theme .screenshot-transactions-panel,
body.beta-mobile-theme .landing-balance-demo-card {
  background: rgba(255, 252, 248, 0.84);
  border: 1px solid rgba(12, 10, 9, 0.08);
  box-shadow: var(--tb-beta-shadow-md);
  backdrop-filter: blur(12px);
}

body.beta-mobile-theme .landing-availability-pill,
body.beta-mobile-theme .trip-card-status-badge.is-ongoing,
body.beta-mobile-theme .trip-linked-badge.is-accepted {
  background: rgba(15, 118, 110, 0.12);
  color: #0d6158;
  border-color: rgba(15, 118, 110, 0.18);
}

body.beta-mobile-theme .trip-card-status-badge.is-upcoming,
body.beta-mobile-theme .trip-linked-badge.is-owner,
body.beta-mobile-theme .trip-linked-badge.is-self {
  background: rgba(202, 138, 4, 0.12);
  color: #8a5b00;
  border-color: rgba(202, 138, 4, 0.18);
}

body.beta-mobile-theme .family-balance-card-actions,
body.beta-mobile-theme .family-settlement-card-actions {
  margin-top: 0.9rem;
  display: flex;
  justify-content: flex-end;
}

body.beta-mobile-theme .family-settlement-card-actions {
  grid-column: 1 / -1;
  padding-top: 0.15rem;
}

body.beta-mobile-theme .tb-balance-detail-btn {
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 252, 248, 0.82);
  color: #0f172a;
  padding: 0.3rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

body.beta-mobile-theme .tb-balance-detail-btn:hover {
  background: rgba(255, 252, 248, 0.96);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.2);
}

body.beta-mobile-theme .balance-details-modal-panel {
  max-width: min(1040px, calc(100vw - 2rem));
}

body.beta-mobile-theme .balance-details-modal {
  display: grid;
  gap: 1rem;
}

body.beta-mobile-theme .balance-details-explainer,
body.beta-mobile-theme .balance-details-final,
body.beta-mobile-theme .balance-details-adjustment,
body.beta-mobile-theme .balance-details-section {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.72);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

body.beta-mobile-theme .balance-details-explainer,
body.beta-mobile-theme .balance-details-adjustment,
body.beta-mobile-theme .balance-details-final,
body.beta-mobile-theme .balance-details-section {
  padding: 1rem 1.1rem;
}

body.beta-mobile-theme .balance-details-kicker {
  margin-bottom: 0.35rem;
  color: #7c6850;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.beta-mobile-theme .balance-details-formula {
  color: #1f2937;
  font-size: 0.96rem;
  line-height: 1.5;
}

body.beta-mobile-theme .balance-details-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem;
}

body.beta-mobile-theme .balance-details-stage-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
}

body.beta-mobile-theme .balance-details-stage-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 252, 248, 0.88);
  padding: 0.95rem 1rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

body.beta-mobile-theme .balance-details-stage-card small {
  display: block;
  margin-bottom: 0.32rem;
  color: #7c6850;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.beta-mobile-theme .balance-details-stage-card strong {
  display: block;
  color: #0f172a;
  font-size: 1.04rem;
  font-weight: 700;
}

body.beta-mobile-theme .balance-details-stage-card span {
  display: block;
  margin-top: 0.2rem;
  color: #5b6470;
  font-size: 0.82rem;
}

body.beta-mobile-theme .balance-details-stage-card p {
  margin: 0.55rem 0 0;
  color: #5b6470;
  font-size: 0.84rem;
  line-height: 1.5;
}

body.beta-mobile-theme .balance-details-stage-card.is-creditor {
  border-color: rgba(15, 118, 110, 0.16);
  background: linear-gradient(135deg, rgba(240, 253, 250, 0.9), rgba(255, 252, 248, 0.9));
}

body.beta-mobile-theme .balance-details-stage-card.is-debtor {
  border-color: rgba(217, 119, 6, 0.16);
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.92), rgba(255, 252, 248, 0.9));
}

body.beta-mobile-theme .balance-details-stat {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 252, 248, 0.86);
  padding: 0.9rem 1rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

body.beta-mobile-theme .balance-details-stat small,
body.beta-mobile-theme .balance-details-final small,
body.beta-mobile-theme .balance-details-adjustment strong {
  display: block;
  margin-bottom: 0.32rem;
  color: #7c6850;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.beta-mobile-theme .balance-details-stat strong,
body.beta-mobile-theme .balance-details-final strong {
  display: block;
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 700;
}

body.beta-mobile-theme .balance-details-stat span,
body.beta-mobile-theme .balance-details-final span,
body.beta-mobile-theme .balance-details-adjustment small {
  display: block;
  margin-top: 0.2rem;
  color: #5b6470;
  font-size: 0.82rem;
}

body.beta-mobile-theme .balance-details-final.is-creditor {
  border-color: rgba(15, 118, 110, 0.16);
  background: linear-gradient(135deg, rgba(240, 253, 250, 0.94), rgba(255, 252, 248, 0.86));
}

body.beta-mobile-theme .balance-details-final.is-debtor {
  border-color: rgba(217, 119, 6, 0.18);
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.94), rgba(255, 252, 248, 0.86));
}

body.beta-mobile-theme .balance-details-adjustment {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
}

body.beta-mobile-theme .balance-details-adjustment span {
  color: #0f172a;
  font-weight: 700;
}

body.beta-mobile-theme .balance-details-section h4 {
  margin-bottom: 0.85rem;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
}

body.beta-mobile-theme .balance-details-section-copy {
  margin-bottom: 0.95rem;
  color: #5b6470;
  font-size: 0.86rem;
  line-height: 1.55;
}

body.beta-mobile-theme .balance-timeline {
  display: grid;
  gap: 0.9rem;
}

body.beta-mobile-theme .balance-timeline-item {
  display: grid;
  grid-template-columns: 18px minmax(92px, 110px) minmax(0, 1fr);
  gap: 0.8rem;
  align-items: stretch;
}

body.beta-mobile-theme .balance-timeline-rail {
  position: relative;
  width: 18px;
}

body.beta-mobile-theme .balance-timeline-rail::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.12);
}

body.beta-mobile-theme .balance-timeline-rail::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 1.05rem;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 3px solid rgba(255, 252, 248, 0.96);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

body.beta-mobile-theme .balance-timeline-item.is-positive .balance-timeline-rail::after {
  background: #0f766e;
}

body.beta-mobile-theme .balance-timeline-item.is-negative .balance-timeline-rail::after {
  background: #b45309;
}

body.beta-mobile-theme .balance-timeline-date {
  padding-top: 0.75rem;
  color: #7c6850;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.beta-mobile-theme .balance-timeline-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 252, 248, 0.9);
  padding: 0.9rem 1rem;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

body.beta-mobile-theme .balance-timeline-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}

body.beta-mobile-theme .balance-timeline-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
}

body.beta-mobile-theme .balance-timeline-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.18rem 0.65rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.beta-mobile-theme .balance-timeline-badge.is-muted {
  background: rgba(15, 23, 42, 0.06);
  color: #5b6470;
}

body.beta-mobile-theme .balance-timeline-allocation {
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px dashed rgba(15, 23, 42, 0.1);
  color: #5b6470;
  font-size: 0.84rem;
  line-height: 1.55;
}

body.beta-mobile-theme .balance-timeline-allocation strong {
  color: #0f172a;
  margin-right: 0.35rem;
}

body.beta-mobile-theme .modal-backdrop-custom__close {
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

@media (max-width: 767.98px) {
  body.beta-mobile-theme .balance-timeline-item {
    grid-template-columns: 18px 1fr;
  }

  body.beta-mobile-theme .balance-timeline-date {
    grid-column: 2;
    padding-top: 0;
    padding-left: 0.05rem;
  }

  body.beta-mobile-theme .balance-timeline-card {
    grid-column: 2;
  }

  body.beta-mobile-theme .balance-timeline-head {
    flex-direction: column;
  }
}

body.beta-mobile-theme .balance-details-table thead th {
  color: #7c6850;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom-color: rgba(15, 23, 42, 0.08);
}

body.beta-mobile-theme .balance-details-table tbody td {
  border-bottom-color: rgba(15, 23, 42, 0.06);
  vertical-align: top;
}

body.beta-mobile-theme .balance-details-entry-label {
  color: #0f172a;
  font-weight: 700;
}

body.beta-mobile-theme .balance-details-entry-context,
body.beta-mobile-theme .balance-details-entry-secondary,
body.beta-mobile-theme .balance-details-empty {
  color: #5b6470;
  font-size: 0.84rem;
}

body.beta-mobile-theme .balance-details-entry-amount {
  color: #0f172a;
  font-weight: 700;
}

body.beta-mobile-theme .landing-preview-dot.is-active,
body.beta-mobile-theme .progress-bar,
body.beta-mobile-theme .trip-budget-progress .progress-bar {
  background: linear-gradient(135deg, var(--tb-beta-gold), #d9a11c);
}

body.beta-mobile-theme .app-sidebar {
  position: static;
  top: auto;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(202, 138, 4, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(11, 17, 32, 0.98), rgba(15, 23, 42, 0.96));
  color: rgba(255, 250, 242, 0.9);
  box-shadow: var(--tb-beta-shadow-xl);
}

body.beta-mobile-theme .app-sidebar-brand {
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 0.55rem;
}

body.beta-mobile-theme .app-sidebar::before {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.beta-mobile-theme .app-sidebar .text-secondary,
body.beta-mobile-theme .app-sidebar small,
body.beta-mobile-theme .app-sidebar .app-sidebar-subtitle {
  color: rgba(255, 250, 242, 0.62) !important;
}

body.beta-mobile-theme .app-sidebar-avatar,
body.beta-mobile-theme .nav-profile-avatar,
body.beta-mobile-theme .account-avatar {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(241, 236, 227, 0.92));
  border-color: rgba(12, 10, 9, 0.08);
  color: var(--tb-beta-sky);
}

body.beta-mobile-theme .beta-profile-avatar {
  position: relative;
  padding: 0;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 14px;
  line-height: 0;
  background-image: none !important;
}

body.beta-mobile-theme .beta-profile-avatar.has-image {
  background-image: none !important;
}

body.beta-mobile-theme .beta-profile-avatar-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

body.beta-mobile-theme .beta-profile-avatar.has-image .beta-profile-trigger-glyph {
  display: none !important;
}

body.beta-mobile-theme .beta-profile-trigger-glyph {
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.beta-mobile-theme .beta-profile-trigger-glyph svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.beta-mobile-theme .beta-user-chip-copy {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
  flex: 1 1 auto;
}

body.beta-mobile-theme .beta-user-chip-name,
body.beta-mobile-theme .beta-user-chip-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.beta-mobile-theme .beta-user-chip-name {
  color: rgba(255, 250, 242, 0.96);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.beta-mobile-theme .beta-user-chip-meta {
  color: rgba(255, 250, 242, 0.62);
  font-size: 0.74rem;
  font-weight: 500;
}

body.beta-mobile-theme .app-shell-nav,
body.beta-mobile-theme .trip-main-nav {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body.beta-mobile-theme .app-trip-context {
  margin-top: 0.8rem;
  padding: 0.95rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(241, 236, 227, 0.9));
  border: 1px solid rgba(12, 10, 9, 0.1);
  box-shadow: 0 16px 30px rgba(11, 17, 32, 0.12);
}

body.beta-mobile-theme .app-trip-context-name {
  color: var(--tb-beta-ink);
}

body.beta-mobile-theme #appSidebarTripLabel {
  color: var(--tb-beta-mint) !important;
}

body.beta-mobile-theme .app-trip-context .text-secondary,
body.beta-mobile-theme .app-trip-context small,
body.beta-mobile-theme .app-trip-context .app-sidebar-subtitle,
body.beta-mobile-theme .app-trip-context #appSidebarTripDestination,
body.beta-mobile-theme .app-trip-context #appSidebarTripMeta {
  color: rgba(51, 42, 31, 0.72) !important;
}

body.beta-mobile-theme .app-trip-context-close {
  border-color: rgba(12, 10, 9, 0.12);
  background: rgba(255, 252, 248, 0.98);
  color: var(--tb-beta-sky);
  box-shadow: 0 8px 18px rgba(11, 17, 32, 0.08);
}

body.beta-mobile-theme .app-trip-context-close:hover,
body.beta-mobile-theme .app-trip-context-close:focus-visible {
  border-color: rgba(15, 23, 42, 0.22);
  box-shadow: 0 10px 22px rgba(11, 17, 32, 0.12);
}

body.beta-mobile-theme .app-trip-context-nav .app-shell-subnav-link {
  min-height: 54px;
  padding: 0.7rem 0.8rem;
  flex-direction: row;
  justify-content: center;
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(12, 10, 9, 0.08);
  color: var(--tb-beta-ink);
  box-shadow: none;
}

body.beta-mobile-theme .app-trip-context-nav .app-shell-subnav-link:hover {
  background: rgba(15, 23, 42, 0.1);
}

body.beta-mobile-theme .app-trip-context-nav .app-shell-subnav-link.is-active {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(26, 38, 64, 0.98));
  border-color: rgba(15, 23, 42, 0.18);
  color: #fffaf2;
  box-shadow: 0 12px 22px rgba(11, 17, 32, 0.14);
}

body.beta-mobile-theme .app-shell-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

body.beta-mobile-theme .trip-main-nav {
  background: rgba(255, 252, 248, 0.82);
  border-color: rgba(12, 10, 9, 0.08);
  box-shadow: var(--tb-beta-shadow-md);
}

body.beta-mobile-theme .app-shell-nav-link,
body.beta-mobile-theme .app-shell-subnav-link,
body.beta-mobile-theme .catalog-toggle-chip {
  position: relative;
  border-radius: 18px;
  border-color: rgba(12, 10, 9, 0.08);
  background: rgba(255, 252, 248, 0.88);
  color: var(--tb-beta-ink);
}

body.beta-mobile-theme .app-sidebar .app-shell-nav-link,
body.beta-mobile-theme .app-sidebar .app-shell-subnav-link {
  min-height: 68px;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.85rem 0.75rem;
  text-align: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 250, 242, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.beta-mobile-theme .app-shell-nav-link:hover,
body.beta-mobile-theme .app-shell-subnav-link:hover,
body.beta-mobile-theme .catalog-toggle-chip:hover {
  transform: translateY(-1px);
  background: rgba(255, 252, 248, 0.96);
}

body.beta-mobile-theme .app-sidebar .app-shell-nav-link:hover,
body.beta-mobile-theme .app-sidebar .app-shell-subnav-link:hover {
  background: rgba(255, 255, 255, 0.14);
}

body.beta-mobile-theme .app-shell-nav-link.is-active,
body.beta-mobile-theme .app-shell-subnav-link.is-active {
  background: linear-gradient(135deg, var(--tb-beta-sky), #16233f);
  border-color: rgba(15, 23, 42, 0.18);
  box-shadow: 0 14px 26px rgba(11, 17, 32, 0.16);
  color: #fffaf2;
}

body.beta-mobile-theme .app-sidebar .app-shell-nav-link.is-active,
body.beta-mobile-theme .app-sidebar .app-shell-subnav-link.is-active {
  background: linear-gradient(135deg, rgba(202, 138, 4, 0.92), rgba(168, 111, 0, 0.96));
  border-color: rgba(202, 138, 4, 0.32);
  color: #17110a;
  box-shadow: 0 14px 24px rgba(202, 138, 4, 0.22);
}

body.beta-mobile-theme #tripWorkspaceNavPanel {
  display: none !important;
}

body.beta-mobile-theme .trip-summary-stat,
body.beta-mobile-theme .trip-stats-summary-card,
body.beta-mobile-theme .stats-breakdown-row,
body.beta-mobile-theme .trip-participant-chip,
body.beta-mobile-theme .editor-panel,
body.beta-mobile-theme .power-plug-card,
body.beta-mobile-theme .catalog-toggle-chip {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(241, 236, 227, 0.84));
}

body.beta-mobile-theme .trip-summary-label,
body.beta-mobile-theme .trip-stats-summary-label,
body.beta-mobile-theme .trip-stats-summary-hint,
body.beta-mobile-theme .stats-breakdown-value,
body.beta-mobile-theme .stats-breakdown-value-main,
body.beta-mobile-theme .stats-breakdown-value-secondary,
body.beta-mobile-theme .trip-stats-summary-secondary,
body.beta-mobile-theme .text-secondary,
body.beta-mobile-theme .form-text,
body.beta-mobile-theme .cookie-banner-text,
body.beta-mobile-theme .web-session-timeout-message {
  color: var(--tb-beta-muted) !important;
}

body.beta-mobile-theme .trip-summary-value,
body.beta-mobile-theme .trip-stats-summary-value,
body.beta-mobile-theme .metric-value,
body.beta-mobile-theme .landing-metric-value,
body.beta-mobile-theme .transaction-total-primary {
  color: var(--tb-beta-sky);
}

body.beta-mobile-theme .trip-card {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(245, 239, 232, 0.94));
  border: 1px solid rgba(12, 10, 9, 0.08);
  box-shadow: var(--tb-beta-shadow-md);
}

body.beta-mobile-theme #tripList > [class*="col-"] {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

body.beta-mobile-theme .trip-list-divider {
  margin: 0.15rem 0 0.45rem;
}

body.beta-mobile-theme .trip-list-divider-badge {
  background: rgba(202, 138, 4, 0.12);
  color: #8a5b00;
  border: 1px solid rgba(202, 138, 4, 0.16);
}

body.beta-mobile-theme .trip-card-body {
  padding: 1.15rem 1.2rem 1.1rem;
}

body.beta-mobile-theme .trip-card-body h3 {
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.24rem, 1.1rem + 0.35vw, 1.48rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #10243b;
  text-shadow:
    0.55px 0 0 rgba(255, 252, 248, 0.88),
    -0.55px 0 0 rgba(255, 252, 248, 0.88),
    0 0.55px 0 rgba(255, 252, 248, 0.88),
    0 -0.55px 0 rgba(255, 252, 248, 0.88),
    0 10px 18px rgba(16, 36, 59, 0.08);
  -webkit-text-stroke: 0.25px rgba(255, 252, 248, 0.82);
  paint-order: stroke fill;
}

body.beta-mobile-theme .trip-card-role-badge,
body.beta-mobile-theme .trip-card-status-badge,
body.beta-mobile-theme .trip-currency-badge {
  font-weight: 800;
}

body.beta-mobile-theme .catalog-toggle-chip.is-active {
  background:
    linear-gradient(180deg, rgba(255, 246, 221, 0.98), rgba(244, 228, 191, 0.96));
  border-color: rgba(202, 138, 4, 0.3);
  color: #10243b;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.45),
    0 16px 28px rgba(166, 116, 17, 0.14);
}

body.beta-mobile-theme .catalog-toggle-chip.is-active::after {
  content: "✓";
  position: absolute;
  top: 0.62rem;
  right: 0.62rem;
  width: 1.22rem;
  height: 1.22rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.88);
  border: 1px solid rgba(202, 138, 4, 0.26);
  color: #8a5b00;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 6px 12px rgba(166, 116, 17, 0.12);
}

body.beta-mobile-theme .catalog-toggle-chip.is-active .catalog-toggle-title,
body.beta-mobile-theme .catalog-toggle-chip.is-active .catalog-toggle-meta {
  color: #10243b !important;
}

body.beta-mobile-theme .catalog-toggle-chip.is-active .catalog-toggle-meta {
  opacity: 0.76;
}

body.beta-mobile-theme .catalog-toggle-chip.is-active .trip-linked-badge {
  background: rgba(255, 252, 248, 0.78);
  color: #8a5b00;
  border-color: rgba(202, 138, 4, 0.18);
}

body.beta-mobile-theme .trip-card-cover.no-cover,
body.beta-mobile-theme .trip-cover-card.no-cover {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.62), transparent 24%),
    radial-gradient(circle at 82% 20%, rgba(244, 214, 170, 0.42), transparent 22%),
    linear-gradient(140deg, #eef5f1 0%, #e4efe9 48%, #dce8e1 100%);
}

body.beta-mobile-theme .trip-cover-card.tb-generated-cover-host {
  color: var(--tb-beta-ink);
}

body.beta-mobile-theme .trip-cover-card.tb-generated-cover-host .trip-cover-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(16, 36, 59, 0.14)),
    linear-gradient(140deg, rgba(250, 249, 245, 0), rgba(16, 36, 59, 0.14));
}

body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-cover-overlay {
  background:
    linear-gradient(180deg, rgba(8, 15, 28, 0.08), rgba(8, 15, 28, 0.3)),
    linear-gradient(140deg, rgba(8, 15, 28, 0.14), rgba(8, 15, 28, 0.12));
}

body.beta-mobile-theme .trip-cover-card.tb-generated-cover-host .trip-cover-content {
  z-index: 2;
}

body.beta-mobile-theme #tripDetailHero {
  min-height: 18.5rem;
  padding: 1.15rem 1.2rem 1.2rem !important;
}

body.beta-mobile-theme .trip-detail-hero-layout {
  min-height: 16.1rem;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 1rem;
}

body.beta-mobile-theme .trip-detail-hero-copy,
body.beta-mobile-theme .trip-detail-hero-side {
  position: relative;
  z-index: 2;
}

body.beta-mobile-theme #tripDetailActiveKicker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: max-content;
  max-width: calc(100% - 1rem);
  margin-bottom: 0 !important;
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 10, 9, 0.08);
  background: rgba(255, 252, 248, 0.76);
  color: rgba(16, 36, 59, 0.92);
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

body.beta-mobile-theme .trip-detail-hero-copy {
  width: min(20rem, 42%);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 2.9rem;
  color: var(--tb-beta-ink);
}

body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-detail-hero-copy {
  width: min(34rem, 68%);
  margin: auto;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  text-align: center;
}

body.beta-mobile-theme .trip-detail-hero-copy #tripDetailName {
  margin-bottom: 0.72rem !important;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.95rem, 2.6vw, 2.55rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #10243b;
  text-shadow: 0 8px 18px rgba(255, 255, 255, 0.55);
}

body.beta-mobile-theme .trip-detail-hero-copy #tripDetailDescription {
  max-width: 27ch;
  color: rgba(67, 78, 95, 0.92) !important;
  font-size: 0.98rem;
  line-height: 1.42;
}

body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-detail-hero-copy #tripDetailName {
  color: rgba(255, 252, 248, 0.98);
  text-shadow:
    1px 0 0 rgba(5, 8, 12, 0.96),
    -1px 0 0 rgba(5, 8, 12, 0.96),
    0 1px 0 rgba(5, 8, 12, 0.96),
    0 -1px 0 rgba(5, 8, 12, 0.96),
    0 5px 16px rgba(8, 15, 28, 0.62);
  -webkit-text-stroke: 1.55px rgba(5, 8, 12, 0.9);
  paint-order: stroke fill;
}

body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-detail-hero-copy #tripDetailDescription {
  max-width: 36ch;
  color: rgba(255, 252, 248, 0.98) !important;
  text-shadow:
    1px 0 0 rgba(5, 8, 12, 0.94),
    -1px 0 0 rgba(5, 8, 12, 0.94),
    0 1px 0 rgba(5, 8, 12, 0.94),
    0 -1px 0 rgba(5, 8, 12, 0.94),
    0 4px 12px rgba(8, 15, 28, 0.5);
  -webkit-text-stroke: 0.75px rgba(5, 8, 12, 0.82);
  paint-order: stroke fill;
}

body.beta-mobile-theme .trip-detail-hero-side {
  width: min(17.5rem, 34%);
  min-width: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.8rem;
}

body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-detail-hero-side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(17rem, 32%);
  padding-bottom: 0.15rem;
}

body.beta-mobile-theme .trip-detail-hero-side #tripDetailOwnerInfo {
  color: rgba(16, 36, 59, 0.78) !important;
  font-weight: 600;
  text-align: right;
  margin-bottom: 0 !important;
}

body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-detail-hero-side #tripDetailOwnerInfo {
  color: rgba(255, 252, 248, 0.96) !important;
  text-shadow:
    0 1px 0 rgba(8, 15, 28, 0.9),
    0 4px 12px rgba(8, 15, 28, 0.48);
  -webkit-text-stroke: 0.35px rgba(8, 15, 28, 0.52);
  paint-order: stroke fill;
}

body.beta-mobile-theme .trip-detail-hero-badges,
body.beta-mobile-theme .trip-detail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

body.beta-mobile-theme .trip-detail-hero-badges {
  padding: 0.86rem 0.92rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(12, 10, 9, 0.08);
  background: rgba(255, 252, 248, 0.72);
  box-shadow: 0 16px 26px rgba(11, 17, 32, 0.08);
  backdrop-filter: blur(12px);
}

body.beta-mobile-theme .trip-detail-hero-badges .badge {
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.74rem;
  font-weight: 800;
  background: rgba(255, 252, 248, 0.94) !important;
  border-color: rgba(12, 10, 9, 0.08) !important;
  color: #10243b !important;
}

body.beta-mobile-theme .trip-detail-hero-actions {
  justify-content: flex-end;
  margin-top: auto;
}

body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-detail-hero-actions {
  padding-top: 0.3rem;
}

body.beta-mobile-theme .trip-detail-hero-actions .btn {
  min-height: 2.5rem;
  padding-inline: 0.95rem;
}

body.beta-mobile-theme .trip-cover-card.tb-generated-cover-host .trip-detail-hero-copy,
body.beta-mobile-theme .trip-cover-card.tb-generated-cover-host .trip-detail-hero-side {
  padding-top: 0.1rem;
}

@media (max-width: 991.98px) {
  body.beta-mobile-theme #tripDetailHero {
    min-height: 21rem;
  }

  body.beta-mobile-theme .trip-detail-hero-layout {
    min-height: 18rem;
    align-items: flex-end;
  }

  body.beta-mobile-theme .trip-detail-hero-copy {
    width: min(20rem, 52%);
  }

  body.beta-mobile-theme .trip-detail-hero-side {
    width: min(15rem, 38%);
    min-width: 13rem;
  }
}

@media (max-width: 767.98px) {
  body.beta-mobile-theme #tripDetailHero {
    min-height: 23rem;
    padding: 1rem 1rem 1.1rem !important;
  }

  body.beta-mobile-theme .trip-detail-hero-layout {
    min-height: 20.2rem;
    display: block;
  }

  body.beta-mobile-theme .trip-detail-hero-copy {
    width: auto;
    max-width: 15rem;
    margin-left: auto;
    padding-top: 2.8rem;
  }

  body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-detail-hero-copy {
    width: min(28rem, 66%);
    padding-top: 0.5rem;
  }

  body.beta-mobile-theme .trip-detail-hero-copy #tripDetailName {
    font-size: 2rem;
  }

  body.beta-mobile-theme .trip-detail-hero-copy #tripDetailDescription {
    max-width: 18ch;
    font-size: 0.92rem;
  }

  body.beta-mobile-theme .trip-detail-hero-side {
    width: auto;
    min-width: 0;
    max-width: 13.5rem;
    margin-left: auto;
    margin-top: 0.95rem;
  }

  body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-detail-hero-copy {
    width: auto;
    max-width: 17rem;
    align-items: flex-start;
    text-align: left;
    padding-top: 2.8rem;
  }

  body.beta-mobile-theme .trip-cover-card:not(.tb-generated-cover-host) .trip-detail-hero-side {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin-left: auto;
  }

  body.beta-mobile-theme .trip-detail-hero-side #tripDetailOwnerInfo {
    text-align: left;
  }
}

body.beta-mobile-theme .tb-generated-trip-cover {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

body.beta-mobile-theme .tb-generated-trip-cover__sun {
  position: absolute;
  top: 1rem;
  right: 1.35rem;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 250, 236, 0.92) 0%, rgba(250, 222, 169, 0.46) 42%, rgba(250, 222, 169, 0) 78%);
  opacity: 0.92;
}

body.beta-mobile-theme .tb-generated-trip-cover__aurora {
  position: absolute;
  inset: auto -8% 20% 26%;
  height: 46%;
  background:
    radial-gradient(circle at 20% 32%, rgba(205, 242, 232, 0.84), rgba(205, 242, 232, 0) 54%),
    radial-gradient(circle at 68% 44%, rgba(191, 229, 255, 0.48), rgba(191, 229, 255, 0) 48%);
  filter: blur(12px);
  opacity: 0.72;
}

body.beta-mobile-theme .tb-generated-trip-cover__stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 26% 24%, rgba(255, 255, 255, 0.48) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.46) 0 1px, transparent 1.7px),
    radial-gradient(circle at 58% 18%, rgba(255, 255, 255, 0.32) 0 1px, transparent 1.6px),
    radial-gradient(circle at 84% 46%, rgba(255, 255, 255, 0.26) 0 1px, transparent 1.6px);
}

body.beta-mobile-theme .tb-generated-trip-cover__kicker {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  max-width: calc(100% - 2rem);
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 10, 9, 0.08);
  background: rgba(255, 252, 248, 0.72);
  color: rgba(16, 36, 59, 0.9);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

body.beta-mobile-theme .tb-generated-trip-cover__scene {
  position: absolute;
  left: 0.75rem;
  bottom: -0.55rem;
  width: 15.5rem;
  height: 12.4rem;
}

body.beta-mobile-theme .tb-generated-trip-cover__orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body.beta-mobile-theme .tb-generated-trip-cover__orbit--a {
  left: 0.85rem;
  bottom: 2.35rem;
  width: 11.5rem;
  height: 4.25rem;
  transform: rotate(12deg);
  opacity: 0.46;
}

body.beta-mobile-theme .tb-generated-trip-cover__orbit--b {
  left: 1.5rem;
  bottom: 3rem;
  width: 10rem;
  height: 3.7rem;
  transform: rotate(-16deg);
  opacity: 0.26;
}

body.beta-mobile-theme .tb-generated-trip-cover__globe {
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  width: 11.9rem;
  height: 11.9rem;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.22));
}

body.beta-mobile-theme .tb-generated-trip-cover__atmosphere {
  fill: none;
  stroke: rgba(186, 230, 253, 0.3);
  stroke-width: 6;
}

body.beta-mobile-theme .tb-generated-trip-cover__grid {
  fill: none;
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1.15;
  stroke-linecap: round;
}

body.beta-mobile-theme .tb-generated-trip-cover__land {
  fill: rgba(231, 255, 249, 0.3);
}

body.beta-mobile-theme .tb-generated-trip-cover__land-secondary {
  fill: rgba(208, 250, 229, 0.2);
}

body.beta-mobile-theme .tb-generated-trip-cover__planet-shadow {
  mix-blend-mode: multiply;
  opacity: 0.66;
}

body.beta-mobile-theme .tb-generated-trip-cover__planet-highlight {
  opacity: 0.7;
}

body.beta-mobile-theme .tb-generated-trip-cover__pole {
  position: absolute;
  left: 7.5rem;
  bottom: 5.3rem;
  width: 0.3rem;
  height: 5.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff5d6 0%, #efcf7b 24%, #c28d2e 66%, #8a5a17 100%);
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.3),
    0 0 0 1px rgba(12, 10, 9, 0.08),
    0 8px 14px rgba(11, 17, 32, 0.12);
  transform: rotate(8deg);
  transform-origin: bottom center;
}

body.beta-mobile-theme .tb-generated-trip-cover__pole::before {
  content: "";
  position: absolute;
  top: -0.34rem;
  left: 50%;
  width: 0.72rem;
  height: 0.72rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff7df 0%, #efcf7b 56%, #9c6720 100%);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.35),
    0 0 0 1px rgba(12, 10, 9, 0.08);
}

body.beta-mobile-theme .tb-generated-trip-cover__flag-badge {
  position: absolute;
  left: 8.2rem;
  bottom: 8.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  max-width: min(12.6rem, calc(100vw - 8rem));
  min-height: 2.72rem;
  padding: 0.44rem 0.86rem 0.44rem 0.74rem;
  border-radius: 0 0.95rem 1.05rem 0;
  border: 1px solid rgba(12, 10, 9, 0.12);
  border-left: 0;
  background: linear-gradient(180deg, rgba(233, 221, 196, 0.97), rgba(220, 206, 178, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 12px 22px rgba(11, 17, 32, 0.16);
  color: #0f172a;
  transform: rotate(-4deg);
  transform-origin: left center;
}

body.beta-mobile-theme .tb-generated-trip-cover__flag-badge::before {
  content: "";
  position: absolute;
  left: -0.65rem;
  top: -1px;
  width: 0.74rem;
  height: calc(100% + 2px);
  border-radius: 0.7rem 0 0 0.7rem;
  background: linear-gradient(180deg, #fff5d6 0%, #efcf7b 28%, #b27b22 100%);
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.26),
    0 0 0 1px rgba(12, 10, 9, 0.06);
}

body.beta-mobile-theme .tb-generated-trip-cover__flag-badge::after {
  content: "";
  position: absolute;
  right: -0.8rem;
  top: -1px;
  width: 1rem;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.02));
  clip-path: polygon(0 0, 100% 16%, 74% 50%, 100% 84%, 0 100%);
  opacity: 0.46;
}

body.beta-mobile-theme .tb-generated-trip-cover__flag-emoji {
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  font-size: 1rem;
  line-height: 1;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.16) 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.18));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 0 0 1px rgba(12, 10, 9, 0.06);
}

body.beta-mobile-theme .tb-generated-trip-cover__flag-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

body.beta-mobile-theme .tb-generated-trip-cover__flag-copy small {
  display: block;
  color: #5f5a50;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.beta-mobile-theme .tb-generated-trip-cover__flag-copy span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.92rem;
  font-weight: 800;
}

body.beta-mobile-theme .tb-generated-trip-cover__title {
  position: absolute;
  right: 1.2rem;
  bottom: 1.05rem;
  max-width: min(42%, 12rem);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.86rem;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #10243b;
  text-align: right;
  text-shadow: 0 8px 18px rgba(255, 255, 255, 0.55);
}

body.beta-mobile-theme .tb-generated-trip-cover--compact .tb-generated-trip-cover__sun {
  top: 0.7rem;
  right: 1rem;
  width: 5.5rem;
  height: 5.5rem;
}

body.beta-mobile-theme .tb-generated-trip-cover--compact .tb-generated-trip-cover__kicker {
  top: 0.78rem;
  right: 0.82rem;
  min-height: 1.78rem;
  padding: 0.28rem 0.62rem;
  font-size: 0.62rem;
}

body.beta-mobile-theme .tb-generated-trip-cover--compact .tb-generated-trip-cover__scene {
  left: 0.4rem;
  bottom: -1.1rem;
  transform: scale(0.84);
  transform-origin: left bottom;
}

body.beta-mobile-theme .trip-card:hover,
body.beta-mobile-theme .trip-card:focus-visible {
  border-color: rgba(202, 138, 4, 0.35);
  outline-color: rgba(202, 138, 4, 0.8);
  box-shadow: 0 30px 56px rgba(11, 17, 32, 0.18);
}

body.beta-mobile-theme .trip-card.active {
  border-color: rgba(15, 118, 110, 0.36);
  box-shadow: 0 24px 48px rgba(15, 118, 110, 0.12);
}

body.beta-mobile-theme .trip-card-delete-button {
  background: rgba(255, 252, 248, 0.96);
  box-shadow: 0 10px 22px rgba(11, 17, 32, 0.08);
}

body.beta-mobile-theme .trip-card-delete-button span[aria-hidden="true"] {
  font-size: 0;
}

body.beta-mobile-theme #appViewContacts,
body.beta-mobile-theme #section-catalog {
  height: auto;
  overflow: visible;
}

body.beta-mobile-theme #section-catalog {
  padding-bottom: 1.7rem !important;
}

body.beta-mobile-theme #section-catalog > .row {
  align-items: flex-start;
}

body.beta-mobile-theme #section-catalog .editor-panel.h-100 {
  height: auto !important;
  min-height: 0;
}

body.beta-mobile-theme #section-catalog .table-responsive {
  overflow: visible;
}

body.beta-mobile-theme .trip-generated-cover-preview {
  height: 150px;
  min-height: 150px;
  border-radius: 22px;
  box-shadow: 0 20px 42px rgba(17, 33, 54, 0.16);
}

body.beta-mobile-theme #tripDestinationFactsPanel .fw-semibold,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-facts-country,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-facts-label,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-facts-value,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-weather-chip-label,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-weather-chip-value,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-facts-side-value,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-inline-link,
body.beta-mobile-theme #tripDestinationFactsPanel strong {
  font-weight: 500 !important;
}

body.beta-mobile-theme #tripDestinationFactsPanel .destination-facts-country,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-facts-value,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-weather-chip-value,
body.beta-mobile-theme #tripDestinationFactsPanel .destination-facts-side-value {
  color: rgba(16, 36, 59, 0.92);
}

body.beta-mobile-theme .form-control,
body.beta-mobile-theme .form-select,
body.beta-mobile-theme .form-check-input,
body.beta-mobile-theme .input-group-text,
body.beta-mobile-theme textarea {
  border-color: rgba(12, 10, 9, 0.12);
  background: rgba(255, 252, 248, 0.88);
  color: var(--tb-beta-ink);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.beta-mobile-theme .form-control:focus,
body.beta-mobile-theme .form-select:focus,
body.beta-mobile-theme .form-check-input:focus,
body.beta-mobile-theme textarea:focus {
  border-color: rgba(202, 138, 4, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(202, 138, 4, 0.16);
}

body.beta-mobile-theme .form-switch {
  display: flex;
  align-items: flex-start;
  gap: 0.68rem;
  min-height: 1.45rem;
  padding-left: 0;
}

body.beta-mobile-theme .form-switch .form-check-input {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 0 auto;
  width: 2.55rem;
  height: 1.42rem;
  margin: 0;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background-color: rgba(15, 23, 42, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='8' fill='%23fffaf2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.96rem 0.96rem;
  background-position: left 0.16rem center;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 160ms ease, background-position 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

body.beta-mobile-theme .form-switch .form-check-input:checked {
  border-color: rgba(15, 118, 110, 0.36);
  background-color: rgba(15, 118, 110, 0.92);
  background-position: right 0.16rem center;
}

body.beta-mobile-theme .form-switch .form-check-input:focus {
  border-color: rgba(15, 118, 110, 0.4);
  box-shadow: 0 0 0 0.18rem rgba(15, 118, 110, 0.18);
}

body.beta-mobile-theme .form-switch .form-check-label {
  color: var(--tb-beta-ink);
  font-weight: 600;
  line-height: 1.28;
  padding-top: 0.04rem;
  cursor: pointer;
}

body.beta-mobile-theme .expense-family-scope-toggle {
  border-color: rgba(15, 23, 42, 0.1);
  background:
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.94), rgba(248, 251, 255, 0.92));
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

body.beta-mobile-theme .expense-family-scope-toggle .form-check-label {
  color: #10243b;
}

body.beta-mobile-theme .expense-family-scope-toggle__hint {
  color: #66707c;
}

body.beta-mobile-theme .btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.beta-mobile-theme .badge.text-bg-light,
body.beta-mobile-theme .badge.rounded-pill.text-bg-light {
  background: rgba(255, 252, 248, 0.92) !important;
  color: var(--tb-beta-ink) !important;
  border-color: rgba(12, 10, 9, 0.1) !important;
}

body.beta-mobile-theme .btn-primary,
body.beta-mobile-theme .btn-dark {
  border-color: rgba(15, 23, 42, 0.9);
  background: linear-gradient(135deg, var(--tb-beta-sky), #17233c);
  box-shadow: 0 14px 28px rgba(11, 17, 32, 0.14);
}

body.beta-mobile-theme .btn-primary:hover,
body.beta-mobile-theme .btn-dark:hover {
  border-color: rgba(15, 23, 42, 0.96);
  background: linear-gradient(135deg, #16233f, #22304f);
}

body.beta-mobile-theme .btn-outline-dark,
body.beta-mobile-theme .btn-outline-secondary,
body.beta-mobile-theme .btn-light {
  background: rgba(255, 252, 248, 0.88);
  border-color: rgba(12, 10, 9, 0.1);
  color: var(--tb-beta-ink);
}

body.beta-mobile-theme .btn-outline-dark:hover,
body.beta-mobile-theme .btn-outline-secondary:hover,
body.beta-mobile-theme .btn-light:hover {
  background: rgba(255, 252, 248, 0.98);
  border-color: rgba(12, 10, 9, 0.18);
  color: var(--tb-beta-ink);
}

body.beta-mobile-theme .btn-warning {
  color: #17110a;
  border-color: rgba(202, 138, 4, 0.65);
  background: linear-gradient(135deg, var(--tb-beta-gold), #d6a32d);
}

body.beta-mobile-theme .btn-success {
  border-color: rgba(15, 118, 110, 0.5);
  background: linear-gradient(135deg, var(--tb-beta-mint), #14857c);
}

body.beta-mobile-theme .modal-backdrop-custom__panel,
body.beta-mobile-theme .web-session-timeout-dialog {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.99), rgba(245, 239, 232, 0.98));
  border-radius: 30px;
  border-color: rgba(12, 10, 9, 0.08);
}

body.beta-mobile-theme .modal-backdrop-custom__header,
body.beta-mobile-theme .modal-backdrop-custom__footer {
  border-color: rgba(12, 10, 9, 0.08);
}

body.beta-mobile-theme .account-profile-actions,
body.beta-mobile-theme .transaction-launchers {
  gap: 0.8rem;
}

body.beta-mobile-theme .gdpr-panel {
  background:
    radial-gradient(circle at top right, rgba(248, 202, 120, 0.18), transparent 42%),
    linear-gradient(165deg, rgba(255, 250, 243, 0.98), rgba(255, 246, 233, 0.94));
  border: 1px solid rgba(12, 10, 9, 0.08);
  box-shadow: 0 18px 30px rgba(11, 17, 32, 0.08);
}

body.beta-mobile-theme .gdpr-panel__icon {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.98), rgba(255, 248, 232, 0.92)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(252, 243, 222, 0.95));
  border-color: rgba(12, 10, 9, 0.08);
}

body.beta-mobile-theme .gdpr-panel__copy .h5 {
  color: var(--tb-beta-ink);
}

body.beta-mobile-theme .gdpr-panel__copy p {
  color: rgba(54, 44, 34, 0.8) !important;
}

body.beta-mobile-theme .gdpr-panel__learn-more,
body.beta-mobile-theme .gdpr-modal-link {
  color: #2041a7;
}

body.beta-mobile-theme .gdpr-panel__actions .btn {
  border-radius: 999px;
}

body.beta-mobile-theme .quick-link-dark {
  background: rgba(255, 252, 248, 0.88);
  border-color: rgba(12, 10, 9, 0.1);
}

body.beta-mobile-theme .quick-link-dark:hover {
  background: rgba(255, 252, 248, 0.98);
}

body.beta-mobile-theme .auth-text-link,
body.beta-mobile-theme .auth-inline-link {
  color: var(--tb-beta-mint);
}

body.beta-mobile-theme .auth-text-link:hover,
body.beta-mobile-theme .auth-inline-link:hover {
  color: var(--tb-beta-sky);
}

body.beta-mobile-theme .flash-host .alert,
body.beta-mobile-theme .toast,
body.beta-mobile-theme .toast-body {
  border-radius: 18px;
}

body.beta-mobile-theme .beta-compare-surface {
  border: 1px solid rgba(12, 10, 9, 0.08);
  background:
    radial-gradient(circle at top right, rgba(248, 202, 120, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.99), rgba(245, 239, 232, 0.97));
  box-shadow: 0 20px 36px rgba(11, 17, 32, 0.08);
}

body.beta-mobile-theme .beta-compare-surface-head,
body.beta-mobile-theme .beta-compare-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.2rem;
  flex-wrap: wrap;
}

body.beta-mobile-theme .beta-compare-surface-intro {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

body.beta-mobile-theme .beta-compare-surface-copy,
body.beta-mobile-theme .beta-compare-panel-copy {
  max-width: 36rem;
  line-height: 1.55;
  color: rgba(54, 44, 34, 0.74) !important;
}

body.beta-mobile-theme #landingCompareTitle,
body.beta-mobile-theme #landingWhyTripbillTitle,
body.beta-mobile-theme #landingWhyTripbillHighlightsTitle {
  font-weight: 600 !important;
  letter-spacing: -0.025em;
}

body.beta-mobile-theme #landingWhyTripbillTableTitle {
  font-weight: 600 !important;
}

body.beta-mobile-theme .beta-compare-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.28rem 0.82rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.beta-mobile-theme .beta-compare-badge-pro {
  background: linear-gradient(135deg, #ffdca1 0%, #f7b955 100%);
  color: #442800;
  border: 1px solid rgba(166, 116, 17, 0.16);
  box-shadow: 0 10px 18px rgba(166, 116, 17, 0.14);
}

body.beta-mobile-theme .beta-compare-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

body.beta-mobile-theme .beta-compare-legend-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.28rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 10, 9, 0.08);
  background: rgba(255, 252, 248, 0.84);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

body.beta-mobile-theme .beta-compare-legend-chip.is-yes {
  background: rgba(15, 118, 110, 0.11);
  border-color: rgba(15, 118, 110, 0.22);
  color: #0f766e;
}

body.beta-mobile-theme .beta-compare-legend-chip.is-partial {
  background: rgba(217, 119, 6, 0.09);
  border-color: rgba(217, 119, 6, 0.16);
  color: #b45309;
}

body.beta-mobile-theme .beta-compare-legend-chip.is-no {
  background: rgba(220, 38, 38, 0.08);
  border-color: rgba(220, 38, 38, 0.16);
  color: #b42318;
}

body.beta-mobile-theme .beta-compare-table-wrap {
  border: 1px solid rgba(12, 10, 9, 0.08);
  border-radius: 24px;
  overflow: auto;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(249,245,239,0.94));
}

body.beta-mobile-theme .landing-compare-table thead th,
body.beta-mobile-theme .market-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(255, 251, 245, 0.97);
  border-bottom-color: rgba(12, 10, 9, 0.08);
  color: rgba(84, 67, 52, 0.84);
  font-weight: 650;
}

body.beta-mobile-theme .landing-compare-table tbody td,
body.beta-mobile-theme .market-compare-table tbody td {
  border-color: rgba(12, 10, 9, 0.06);
}

body.beta-mobile-theme .landing-compare-table tbody td:first-child,
body.beta-mobile-theme .market-compare-table tbody td:first-child {
  color: var(--tb-beta-ink);
  font-weight: 600;
}

body.beta-mobile-theme .landing-compare-table tbody td:nth-child(3),
body.beta-mobile-theme .landing-compare-table thead th:nth-child(3) {
  background:
    radial-gradient(circle at top right, rgba(248, 202, 120, 0.2), transparent 35%),
    linear-gradient(180deg, rgba(255, 248, 234, 0.96), rgba(255, 242, 216, 0.82));
}

body.beta-mobile-theme .landing-compare-table thead th:nth-child(3) {
  color: #7b4f00;
}

body.beta-mobile-theme .landing-compare-table thead th:nth-child(2) {
  color: rgba(84, 67, 52, 0.7);
}

body.beta-mobile-theme .landing-compare-table .plan-chip,
body.beta-mobile-theme .market-compare-table .market-compare-value {
  border-radius: 18px;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

body.beta-mobile-theme .landing-compare-table .plan-chip.is-yes {
  background: rgba(15, 118, 110, 0.12);
  border-color: rgba(15, 118, 110, 0.2);
}

body.beta-mobile-theme .landing-compare-table .plan-chip.is-no {
  background: rgba(220, 38, 38, 0.08);
  border-color: rgba(220, 38, 38, 0.14);
}

body.beta-mobile-theme .landing-compare-table .plan-chip.is-beta {
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.18);
}

body.beta-mobile-theme .market-compare-table th.market-compare-tripbill,
body.beta-mobile-theme .market-compare-table td.market-compare-tripbill {
  background:
    radial-gradient(circle at top right, rgba(248, 202, 120, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(255, 248, 234, 0.98), rgba(255, 241, 212, 0.84));
}

body.beta-mobile-theme .market-compare-table th.market-compare-tripbill {
  color: #7b4f00;
  position: relative;
}

body.beta-mobile-theme .market-compare-table th.market-compare-tripbill::after {
  content: "★";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.45rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.88);
  color: #c0841d;
  font-size: 0.72rem;
  vertical-align: middle;
}

body.beta-mobile-theme .market-compare-tripbill .market-compare-value {
  background: rgba(255, 252, 248, 0.9);
  border-color: rgba(166, 116, 17, 0.12);
  color: #10243b;
  box-shadow: 0 12px 22px rgba(166, 116, 17, 0.08), inset 0 1px 0 rgba(255,255,255,0.85);
  font-weight: 700;
}

body.beta-mobile-theme .beta-market-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.beta-mobile-theme .market-highlight-card {
  border: 1px solid rgba(12, 10, 9, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(248, 202, 120, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.99), rgba(245, 239, 232, 0.96));
  box-shadow: 0 18px 32px rgba(11, 17, 32, 0.08);
  padding: 1.15rem 1.15rem 1.1rem;
}

body.beta-mobile-theme .market-highlight-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.95rem;
}

body.beta-mobile-theme .market-highlight-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #10243b;
  margin: 0;
}

body.beta-mobile-theme .market-highlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.95rem;
  padding: 0.24rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  border: 1px solid rgba(15, 118, 110, 0.18);
  color: #0f766e;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.beta-mobile-theme .market-highlight-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.96fr);
  gap: 0.95rem;
}

body.beta-mobile-theme .market-highlight-column {
  border: 1px solid rgba(12, 10, 9, 0.08);
  border-radius: 20px;
  background: rgba(255, 252, 248, 0.8);
  padding: 0.9rem 0.95rem;
}

body.beta-mobile-theme .market-highlight-column.is-tripbill {
  background: linear-gradient(180deg, rgba(255, 247, 231, 0.92), rgba(255, 239, 205, 0.82));
}

body.beta-mobile-theme .market-highlight-column-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(84, 67, 52, 0.8);
  margin-bottom: 0.6rem;
}

body.beta-mobile-theme .market-highlight-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.beta-mobile-theme .market-highlight-list li {
  display: grid;
  grid-template-columns: minmax(88px, 104px) minmax(0, 1fr);
  gap: 0.6rem;
  align-items: start;
}

body.beta-mobile-theme .market-highlight-app {
  font-weight: 650;
  color: #10243b;
}

body.beta-mobile-theme .market-highlight-copy {
  color: rgba(67, 78, 95, 0.88);
  line-height: 1.45;
}

body.beta-mobile-theme .market-highlight-feature {
  color: #10243b;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.48;
}

@media (max-width: 991.98px) {
  body.beta-mobile-theme .beta-market-highlight-grid {
    grid-template-columns: 1fr;
  }

  body.beta-mobile-theme .market-highlight-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.beta-mobile-theme .beta-compare-surface-head,
  body.beta-mobile-theme .beta-compare-panel-head {
    align-items: flex-start;
  }

  body.beta-mobile-theme .beta-compare-surface-intro {
    align-items: flex-start;
  }

  body.beta-mobile-theme .landing-compare-table tbody td:first-child,
  body.beta-mobile-theme .market-compare-table tbody td:first-child {
    min-width: 170px;
  }
}

body.beta-mobile-theme .beta-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: calc(env(safe-area-inset-bottom) - 6px);
  transform: translateX(-50%);
  width: var(--tb-beta-content-width);
  z-index: 2400;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.38rem;
  padding: 0.9rem 0.62rem calc(1.62rem + env(safe-area-inset-bottom));
  border-radius: 28px 28px 0 0;
  background: rgba(255, 252, 248, 0.96);
  border: 1px solid rgba(12, 10, 9, 0.08);
  border-bottom: 0;
  box-shadow: 0 22px 42px rgba(11, 17, 32, 0.18);
  backdrop-filter: blur(18px);
  overflow: visible;
}

body.beta-mobile-theme .beta-bottom-nav-item {
  min-height: 62px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: transparent;
  color: var(--tb-beta-muted);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  padding: 0.42rem 0.18rem 0.26rem;
  width: min(100%, 5.1rem);
  justify-self: center;
  cursor: pointer;
  transform: translateY(-4px);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.beta-mobile-theme .beta-bottom-nav-item:hover {
  transform: translateY(-5px);
  background: rgba(241, 236, 227, 0.72);
  color: var(--tb-beta-ink);
}

body.beta-mobile-theme .beta-bottom-nav-item.is-active {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(26, 38, 64, 0.98));
  color: #fffaf2;
  border-color: rgba(15, 23, 42, 0.18);
  box-shadow: 0 14px 22px rgba(11, 17, 32, 0.16);
}

body.beta-mobile-theme .beta-bottom-nav-item.is-disabled,
body.beta-mobile-theme .beta-bottom-nav-item:disabled {
  opacity: 0.42;
  cursor: default;
  box-shadow: none;
}

body.beta-mobile-theme .beta-bottom-nav-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.beta-mobile-theme .beta-bottom-nav-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.beta-mobile-theme .beta-bottom-nav-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

body.beta-mobile-theme .beta-bottom-nav-label {
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1.05;
}

@media (max-width: 991.98px) {
  body.beta-mobile-theme {
    --tb-beta-shell-width: min(100%, calc(100vw - 44px));
    --tb-beta-shell-padding-x: 1rem;
  }

  body.beta-mobile-theme .site-main {
    padding-top: 0.75rem !important;
    width: var(--tb-beta-shell-width);
  }

  body.beta-mobile-theme .hero {
    border-radius: 30px;
  }

  body.beta-mobile-theme .app-shell-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.beta-mobile-theme .beta-bottom-nav {
    width: var(--tb-beta-content-width);
    gap: 0.28rem;
    padding: 0.76rem 0.44rem calc(1.3rem + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
  }

  body.beta-mobile-theme .beta-bottom-nav-item {
    min-height: 58px;
    border-radius: 16px;
    width: min(100%, 4.8rem);
    transform: translateY(-3px);
  }

  body.beta-mobile-theme .beta-bottom-nav-label {
    font-size: 0.65rem;
  }
}
