/*!
 * MilitaryHomeStore — My Dashboard (Mur150)
 * Locked mocks: 01-mobile · 02-tour-bump · 03-desktop
 * Stamp: ?v=20260904Mur150 · LOCAL ONLY
 * Navy deep #051224 / #081c32 · Gold #f9c440 · No membership/shoppers chrome
 */
:root {
  --mhs-navy-deep: #051224;
  --mhs-navy: #0a192f;
  --mhs-navy-mid: #13253d;
  --mhs-navy-lift: #1a3352;
  --mhs-navy-line: rgba(255, 255, 255, 0.12);
  --mhs-gold: #f9c440;
  --mhs-gold-hot: #ffd662;
  --mhs-gold-deep: #e0a800;
  --mhs-ink: #0a192f;
  --mhs-muted: #a0aec0;
  --mhs-white: #ffffff;
  --mhs-cream: #f8f7f5;
  --mhs-green: #2ecc71;
  --mhs-radius: 12px;
  --mhs-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

/* ===== Hub canvas (account / my-profile) ===== */
body.page-my_profile #controller_area,
body.page-my-profile #controller_area,
#controller_area.mhs-dash-scope,
.mhs-dash-scope {
  background: var(--mhs-navy-deep) !important;
  color: var(--mhs-white);
}

/* Soft-scope when body class unknown — pagehead presence */
.mhs-dash-pagehead {
  --mhs-on-dash: 1;
}

/* ===== Pagehead ===== */
.mhs-dash-pagehead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 8px 0 18px;
  border-bottom: 1px solid var(--mhs-navy-line);
  margin-bottom: 16px;
  background: transparent;
  color: var(--mhs-white);
}

.mhs-dash-pagehead__title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mhs-dash-pagehead__h {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--mhs-white);
  letter-spacing: -0.02em;
}

.mhs-dash-pagehead__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.mhs-dash-pagehead__right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mhs-dash-pagehead__user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mhs-dash-pagehead__photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(249, 196, 64, 0.55);
  background: var(--mhs-navy-mid);
}

.mhs-dash-pagehead__usertext {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  font-size: 13px;
  color: var(--mhs-muted);
}

.mhs-dash-pagehead__name {
  color: var(--mhs-white);
  font-size: 15px;
}

.mhs-dash-pro {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--mhs-white);
}

.mhs-dash-pro__star {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--mhs-gold);
  color: var(--mhs-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.mhs-dash-greet--mobile { display: none; }
.mhs-dash-greet__hi {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--mhs-white);
}
.mhs-dash-greet__sub {
  margin: 4px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

/* ===== New here / Quick Tour entry ===== */
#newhere,
.newheredesktop,
.mhs-dash-newhere {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  background: linear-gradient(90deg, var(--mhs-gold-hot), var(--mhs-gold)) !important;
  color: var(--mhs-ink) !important;
  border-radius: var(--mhs-radius) !important;
  border: none !important;
  box-shadow: var(--mhs-shadow);
  padding: 14px 48px 14px 18px !important;
  position: relative;
  margin: 0 0 18px !important;
}

.mhs-dash-newhere__emoji { font-size: 1.35rem; line-height: 1; }
.mhs-dash-newhere__label,
#newhere .newhere,
span.newhere {
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  color: var(--mhs-ink) !important;
}
.mhs-dash-newhere__sub {
  font-size: 14px;
  color: rgba(10, 25, 47, 0.82);
}
.mhs-dash-newhere__sub--mobile { display: none; }

.mhs-dash-newhere__cta,
#newhere a.button,
.mhs-tour-entry-cta {
  background: var(--mhs-ink) !important;
  color: var(--mhs-white) !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  padding: 10px 16px !important;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none !important;
}
.mhs-dash-newhere__cta-mob { display: none; }

.newhereclose,
.mhs-dash-newhere__close {
  position: absolute !important;
  top: 8px !important;
  right: 10px !important;
  width: 28px !important;
  height: 28px !important;
  border: none !important;
  background: transparent !important;
  color: var(--mhs-ink) !important;
  font-size: 20px !important;
  cursor: pointer;
  opacity: 0.7;
  line-height: 1;
}

/* ===== Desktop QA cards (mock 03) ===== */
.mhs-dash-qa {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 20px;
}

.mhs-dash-qa__card {
  background: var(--mhs-navy-mid);
  border: 1px solid var(--mhs-navy-line);
  border-radius: var(--mhs-radius);
  padding: 18px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  min-height: 220px;
}

.mhs-dash-qa__ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 4px;
}

.mhs-dash-qa__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--mhs-white);
}

.mhs-dash-qa__meta {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--mhs-muted);
  flex: 1 1 auto;
}

.mhs-dash-qa__prog {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 6px;
}
.mhs-dash-qa__bar {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.mhs-dash-qa__bar > i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--mhs-gold), var(--mhs-gold-hot));
  border-radius: inherit;
}
.mhs-dash-qa__pct {
  font-size: 12px;
  font-weight: 700;
  color: var(--mhs-gold);
}

.mhs-dash-qa__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.25);
  color: var(--mhs-white) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  margin-top: auto;
}
.mhs-dash-qa__btn:hover {
  border-color: var(--mhs-gold);
  color: var(--mhs-gold) !important;
}

/* ===== Post band (desktop) ===== */
.mhs-dash-postband {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background: var(--mhs-navy-mid);
  border: 1px solid var(--mhs-navy-line);
  border-radius: var(--mhs-radius);
  padding: 20px 22px;
  margin: 0 0 22px;
}

.mhs-dash-postband__copy {
  flex: 1 1 240px;
  min-width: 200px;
}
.mhs-dash-postband__h {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--mhs-white);
}
.mhs-dash-postband__copy p {
  margin: 0;
  color: var(--mhs-muted);
  font-size: 14px;
  line-height: 1.45;
}

.mhs-dash-postband__art {
  flex: 0 0 120px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mhs-dash-postband__art img {
  max-height: 88px;
  max-width: 120px;
  object-fit: contain;
}
.mhs-dash-postband__art--css::before {
  content: "🏠 FOR SALE";
  font-size: 13px;
  font-weight: 800;
  color: var(--mhs-gold);
  letter-spacing: 0.04em;
}

.mhs-dash-postband__cta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, var(--mhs-gold-hot), var(--mhs-gold-deep));
  color: var(--mhs-ink) !important;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  padding: 14px 22px;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(249, 196, 64, 0.35);
  white-space: nowrap;
}
.mhs-dash-postband__plus {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--mhs-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

/* ===== Mobile post gold + twins — desktop hide ===== */
.mhs-dash-post-gold,
.mhs-dash-twins {
  display: none;
}

/* ===== Boost strip (mock 03) ===== */
.mhs-dash-boosts,
.mhs-upsell-strip {
  background: var(--mhs-navy-mid);
  border: 1px solid var(--mhs-navy-line);
  border-radius: var(--mhs-radius);
  padding: 18px 18px 8px;
  margin: 0 0 22px;
}

.mhs-dash-boosts__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.mhs-dash-boosts__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--mhs-white);
  display: flex;
  align-items: center;
  gap: 8px;
}
.mhs-dash-boosts__sub {
  margin: 4px 0 0;
  color: var(--mhs-muted);
  font-size: 13px;
}
.mhs-dash-boosts__hist {
  color: var(--mhs-gold) !important;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
}

.mhs-dash-boosts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

.mhs-dash-boost-card,
.mhs-upsell-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  background: var(--mhs-navy);
  border: 1px solid var(--mhs-navy-line);
  border-radius: 10px;
  padding: 16px 14px 28px;
  margin: 0 0 18px;
}

.mhs-dash-boost-card__ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.mhs-dash-boost-card__ico--bump { background: #2b6cb0; }
.mhs-dash-boost-card__ico--hl { background: #6b46c1; }

.mhs-upsell-card__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--mhs-white);
}
.mhs-upsell-card__promise {
  margin: 0;
  font-size: 13px;
  color: var(--mhs-muted);
  line-height: 1.4;
}

.mhs-dash-boost-card__buy {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.mhs-dash-boost-card__price .mhs-price {
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--mhs-white);
}
.mhs-dash-boost-card__dur {
  display: block;
  font-size: 12px;
  color: var(--mhs-muted);
}
.mhs-dash-boost-card__design-note {
  display: inline-block;
  margin-top: 2px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(249, 196, 64, 0.65);
  font-weight: 700;
}

.mhs-dash-boost-card__cta,
.mhs-upsell-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--mhs-gold-hot), var(--mhs-gold-deep));
  color: var(--mhs-ink) !important;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  border: none;
}

.mhs-dash-boost-card__sticky {
  position: absolute;
  left: 16px;
  bottom: 6px;
  margin: 0;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 12px;
  color: #8ecae6;
  transform: rotate(-2deg);
  pointer-events: none;
}

/* ===== Featured Agent upsell ===== */
.mhs-dash-fa--desk {
  display: grid;
  grid-template-columns: 140px 1fr minmax(200px, 280px);
  gap: 18px;
  align-items: center;
  background: var(--mhs-navy);
  border: 1px dashed var(--mhs-gold);
  border-radius: var(--mhs-radius);
  padding: 20px;
  margin: 0 0 22px;
}

.mhs-dash-fa__uhoh {
  margin: 0 0 6px;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 1.6rem;
  color: var(--mhs-gold);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mhs-dash-fa__bulldog {
  width: 120px;
  height: auto;
  display: block;
}
.mhs-dash-fa__title {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--mhs-white);
}
.mhs-dash-fa__title u {
  text-decoration-color: var(--mhs-gold);
  text-underline-offset: 3px;
}
.mhs-dash-fa__sub {
  margin: 0 0 12px;
  color: var(--mhs-muted);
  font-size: 14px;
  line-height: 1.45;
}
.mhs-dash-fa__benefits {
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(142, 202, 230, 0.25);
  border-radius: 8px;
  color: #b8d4e8;
  font-size: 13px;
}
.mhs-dash-fa__benefits li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mhs-dash-fa__buy {
  border-left: 1px solid var(--mhs-navy-line);
  padding-left: 18px;
  text-align: left;
}
.mhs-dash-fa__buy h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--mhs-white);
}
.mhs-dash-fa__price {
  margin: 0 0 4px;
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--mhs-white);
}
.mhs-dash-fa__per { font-size: 0.9rem; font-weight: 500; }
.mhs-dash-fa__was {
  margin-left: 8px;
  font-size: 0.95rem;
  color: var(--mhs-muted);
  font-weight: 500;
}
.mhs-dash-fa__save {
  margin: 0 0 12px;
  font-size: 12px;
  color: var(--mhs-muted);
}
.mhs-dash-fa__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  background: linear-gradient(90deg, var(--mhs-gold-hot), #f3a02a);
  color: var(--mhs-ink) !important;
  font-weight: 900;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none !important;
  margin-bottom: 8px;
}
.mhs-dash-fa__more {
  color: #8ecae6 !important;
  font-size: 13px;
  text-decoration: none !important;
}

.mhs-dash-fa--mob { display: none; }

/* ===== Listings strip ===== */
.mhs-dash-listings {
  background: var(--mhs-cream);
  color: var(--mhs-ink);
  border-radius: var(--mhs-radius);
  padding: 14px 16px;
  margin: 0 0 22px;
}
.mhs-dash-listings__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(10, 25, 47, 0.12);
  margin-bottom: 10px;
}
.mhs-dash-listings__title {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #b8860b;
}
.mhs-dash-listings__all {
  font-size: 12px;
  font-weight: 800;
  color: var(--mhs-ink) !important;
  text-decoration: none !important;
}
.mhs-dash-listings__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mhs-dash-listings__link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  color: inherit !important;
  padding: 8px 0;
}
.mhs-dash-listings__thumb {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  background: #dde3ea;
  flex: 0 0 auto;
}
.mhs-dash-listings__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mhs-dash-listings__ph {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #6b7c93;
}
.mhs-dash-listings__meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.mhs-dash-listings__name {
  font-size: 14px;
  color: var(--mhs-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mhs-dash-listings__price {
  font-weight: 800;
  color: #b8860b;
  font-size: 14px;
}
.mhs-dash-listings__status {
  font-size: 12px;
  color: #6b7c93;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.mhs-dash-listings__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mhs-green);
  display: inline-block;
}
.mhs-dash-listings__stats {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #6b7c93;
  margin-top: 4px;
}
.mhs-dash-listings__chev {
  color: #8a96a8;
  font-weight: 700;
}
.mhs-dash-listings__empty {
  text-align: center;
  padding: 18px 8px;
  color: #4d6075;
}
.mhs-dash-listings__empty-cta {
  display: inline-flex;
  margin-top: 10px;
  padding: 10px 16px;
  background: var(--mhs-ink);
  color: #fff !important;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none !important;
  font-size: 13px;
}

/* Hide desktop listings strip by default on large? keep both; mock is mobile-first for this strip */
@media (min-width: 901px) {
  .mhs-dash-listings { /* still useful on desktop */ }
}

/* ===== Optional mobile tabbar ===== */
.mhs-dash-tabbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background: #1a2330;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 4px calc(8px + env(safe-area-inset-bottom, 0));
  justify-content: space-around;
  align-items: flex-end;
}
.mhs-dash-tabbar__item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px;
}
.mhs-dash-tabbar__ico { font-size: 18px; line-height: 1; }
.mhs-dash-tabbar__item.is-active {
  color: var(--mhs-gold) !important;
}
.mhs-dash-tabbar__item.is-active .mhs-dash-tabbar__ico {
  filter: drop-shadow(0 0 8px rgba(249, 196, 64, 0.65));
}
.mhs-dash-tabbar__badge {
  position: absolute;
  top: 0;
  right: calc(50% - 18px);
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--mhs-gold);
  color: var(--mhs-ink);
  font-size: 10px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===== Legacy Mur140 widget/CTA soft remap on dark hub ===== */
.mhs-dash-widgets,
.mhs-dash-ctas { display: none !important; } /* replaced by QA + postband in Mur150 widgets tpl */

.mhs-acct-nudge.mhs-dash-uh-oh:not(.mhs-dash-fa) {
  /* if old uh-oh left in profile, darkify until replaced */
  background: var(--mhs-navy-mid);
  border: 1px dashed var(--mhs-gold);
  color: var(--mhs-white);
  border-radius: var(--mhs-radius);
  padding: 14px;
}

/* Tabs on dark hub */
.mhs-dash-pagehead ~ .tabs,
.content-padding .tabs.tabs-hash {
  border-bottom-color: var(--mhs-navy-line);
}
.tabs.tabs-hash li a {
  color: var(--mhs-muted);
}
.tabs.tabs-hash li.active a {
  color: var(--mhs-gold);
}

/* Sidebar account menu — dark + active gold (best-effort) */
.side_block.block_my_profile_sidebar,
#my_profile_sidebar,
.account-menu-content {
  background: var(--mhs-navy-deep);
  color: var(--mhs-white);
}
.mhs-dash-menu-lane {
  display: block;
  margin: 14px 0 6px;
  padding: 0 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mhs-muted);
  font-weight: 700;
}

/* ===== Price placeholder chrome ===== */
.mhs-price:empty::before,
.mhs-price:is([data-mhs-price-key]):not(:empty) { }
span.mhs-price {
  font-variant-numeric: tabular-nums;
}
/* When literal {PRICE} still in DOM, style gently */
.mhs-price {
  letter-spacing: 0.02em;
}

/* ===== MOBILE (mock 01) ===== */
@media (max-width: 900px) {
  .mhs-dash-pagehead {
    flex-direction: column;
    align-items: stretch;
    border-bottom: none;
  }
  .mhs-dash-pagehead__h { display: none; } /* mobile uses greet */
  .mhs-dash-pagehead__usertext { display: none; }
  .mhs-dash-greet--mobile { display: block; }
  .mhs-dash-pagehead__right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .mhs-dash-pagehead {
    position: relative;
    padding-right: 100px;
  }
  .mhs-dash-pagehead__photo { display: none; }

  /* Newhere → tour card */
  #newhere,
  .mhs-dash-newhere {
    background: var(--mhs-navy) !important;
    border: 1px solid var(--mhs-gold) !important;
    color: var(--mhs-white) !important;
    flex-wrap: nowrap;
    padding: 14px 40px 14px 14px !important;
  }
  .mhs-dash-newhere__emoji {
    content: "";
    font-size: 1.5rem;
    color: var(--mhs-gold);
  }
  .mhs-dash-newhere__label,
  #newhere .newhere {
    color: var(--mhs-gold) !important;
    display: block;
  }
  .mhs-dash-newhere__sub { display: none; }
  .mhs-dash-newhere__sub--mobile {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
  }
  .mhs-dash-newhere__cta {
    background: linear-gradient(90deg, var(--mhs-gold-hot), var(--mhs-gold)) !important;
    color: var(--mhs-ink) !important;
  }
  .mhs-dash-newhere__cta-desk { display: none; }
  .mhs-dash-newhere__cta-mob { display: inline; }
  .mhs-dash-newhere__close,
  .newhereclose { color: var(--mhs-gold) !important; }

  /* Show mobile post + twins; hide desktop QA + postband */
  .mhs-dash-post-gold {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(180deg, var(--mhs-gold-hot), var(--mhs-gold-deep));
    border-radius: var(--mhs-radius);
    padding: 14px 14px;
    text-decoration: none !important;
    margin: 0 0 12px;
    color: var(--mhs-ink) !important;
  }
  .mhs-dash-post-gold__plus {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--mhs-ink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    flex: 0 0 auto;
  }
  .mhs-dash-post-gold__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .mhs-dash-post-gold__text strong {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
  .mhs-dash-post-gold__text span {
    font-size: 12px;
    opacity: 0.9;
  }
  .mhs-dash-post-gold__chev {
    font-weight: 800;
    font-size: 18px;
  }

  .mhs-dash-twins {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 12px;
  }
  .mhs-dash-twin {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--mhs-navy);
    border: 1px solid var(--mhs-gold);
    border-radius: 10px;
    padding: 12px 10px;
    text-decoration: none !important;
    color: var(--mhs-white) !important;
    min-height: 72px;
  }
  .mhs-dash-twin__ico {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--mhs-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mhs-gold);
    flex: 0 0 auto;
    font-size: 14px;
  }
  .mhs-dash-twin__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }
  .mhs-dash-twin__body strong {
    color: var(--mhs-gold);
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .mhs-dash-twin__body span {
    font-size: 11px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.88);
  }
  .mhs-dash-twin__chev { color: var(--mhs-gold); font-weight: 700; }

  .mhs-dash-qa,
  .mhs-dash-postband,
  .mhs-dash-fa--desk {
    display: none !important;
  }

  .mhs-dash-fa--mob {
    display: block;
    background: var(--mhs-cream);
    color: var(--mhs-ink);
    border-radius: var(--mhs-radius);
    padding: 16px;
    margin: 0 0 14px;
    position: relative;
    overflow: hidden;
  }
  .mhs-dash-fa__kicker {
    margin: 0 0 6px;
    font-size: 11px;
    letter-spacing: 0.08em;
    font-weight: 900;
    color: #c9a227;
  }
  .mhs-dash-fa__mobtitle {
    margin: 0 0 10px;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--mhs-ink);
    max-width: 58%;
  }
  .mhs-dash-fa__mobrow {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .mhs-dash-fa__checks {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
  }
  .mhs-dash-fa__checks li {
    position: relative;
    padding-left: 22px;
    margin: 0 0 6px;
    font-size: 13px;
    color: #334155;
  }
  .mhs-dash-fa__checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--mhs-gold);
    color: var(--mhs-ink);
    font-size: 11px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mhs-dash-fa__connect {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    background: var(--mhs-ink);
    color: #fff !important;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none !important;
  }
  .mhs-dash-fa__portrait {
    position: relative;
    flex: 0 0 110px;
    margin-left: auto;
  }
  .mhs-dash-fa__portrait img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    background: #dde3ea;
  }
  .mhs-dash-fa__shield {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 64px;
    padding: 8px 4px;
    background: var(--mhs-ink);
    color: var(--mhs-gold);
    border: 1px solid var(--mhs-gold);
    border-radius: 8px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.2;
  }

  /* Boosts stack on mobile */
  .mhs-dash-boosts__grid { grid-template-columns: 1fr; }
  .mhs-dash-boost-card {
    grid-template-columns: auto 1fr;
  }
  .mhs-dash-boost-card__buy {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
  }

  /* Optional tabbar if included */
  .mhs-dash-tabbar { display: flex; }
  body:has(.mhs-dash-tabbar) #controller_area {
    padding-bottom: 72px;
  }
}

@media (max-width: 600px) {
  .mhs-dash-fa--desk { grid-template-columns: 1fr; }
  .mhs-dash-fa__buy { border-left: none; padding-left: 0; border-top: 1px solid var(--mhs-navy-line); padding-top: 14px; }
}

/* Preview helpers */
.mhs-preview-body {
  margin: 0;
  background: var(--mhs-navy-deep);
  color: var(--mhs-white);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}
.mhs-preview-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 18px 80px;
}
.mhs-preview-shell--mobile {
  max-width: 430px;
  padding: 12px 12px 90px;
}


/* ===== Mur150 APP SHELL — match locked mock 03 =====
   body class from head.tpl: my-profile-page (Key my_profile → replace _ with -)
*/
body.my-profile-page,
body.page-my_profile {
  background: var(--mhs-navy-deep) !important;
}

/* Hide PUBLIC site header on DESKTOP dashboard only (mock 03 app shell).
   MOBILE mock 01 KEEPS header (hamburger + MHS logo + bell) — do not hide ≤900. */
@media (min-width: 901px) {
  body.my-profile-page > .main-wrapper > header.page-header,
  body.my-profile-page header.page-header,
  body.my-profile-page .page-header,
  body.my-profile-page .top-navigation,
  body.my-profile-page .page-header-mask,
  body.my-profile-page .header-banner,
  body.my-profile-page .bread-crumbs,
  body.my-profile-page .breadcrumb,
  body.my-profile-page #bread_crumbs,
  body.my-profile-page .page-title:not(.mhs-dash-pagehead__h),
  body.my-profile-page .content-top {
    display: none !important;
  }
}

/* Dark full canvas */
body.my-profile-page .main-wrapper,
body.my-profile-page #main_container,
body.my-profile-page .page-content,
body.my-profile-page .content-padding,
body.my-profile-page #controller_area,
body.my-profile-page .controller-area,
body.my-profile-page .middle,
body.my-profile-page #wrapper,
body.my-profile-page .row,
body.my-profile-page .col-md-3,
body.my-profile-page .col-md-9,
body.my-profile-page .col-lg-3,
body.my-profile-page .col-lg-9 {
  background: var(--mhs-navy-deep) !important;
  color: var(--mhs-white);
}

/* Sidebar column → mock left rail */
body.my-profile-page .side_block.block_my_profile_sidebar,
body.my-profile-page #my_profile_sidebar,
body.my-profile-page .block_my_profile_sidebar {
  background: var(--mhs-navy-deep) !important;
  color: var(--mhs-white) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 18px 12px 24px !important;
  min-height: 100vh;
}
body.my-profile-page .block_my_profile_sidebar > h3,
body.my-profile-page .block_my_profile_sidebar .newheremobile {
  display: none !important;
}

/* Hide Flynax profile photo / manage / account-type junk in sidebar */
body.my-profile-page .block_my_profile_sidebar .account-info,
body.my-profile-page .block_my_profile_sidebar .profile-thumbnail,
body.my-profile-page .block_my_profile_sidebar .thumbnail,
body.my-profile-page .block_my_profile_sidebar img[src*="account"],
body.my-profile-page .block_my_profile_sidebar a[href*="photo"],
body.my-profile-page .block_my_profile_sidebar .manage-photo,
body.my-profile-page .block_my_profile_sidebar .no-picture,
body.my-profile-page .block_my_profile_sidebar .media,
body.my-profile-page .block_my_profile_sidebar .picture,
body.my-profile-page .block_my_profile_sidebar .account-type,
body.my-profile-page .block_my_profile_sidebar .upgrade,
body.my-profile-page .block_my_profile_sidebar .info-table,
body.my-profile-page .block_my_profile_sidebar table,
body.my-profile-page .block_my_profile_sidebar .fieldset,
body.my-profile-page .block_my_profile_sidebar .submit-cell,
body.my-profile-page .block_my_profile_sidebar .name,
body.my-profile-page .block_my_profile_sidebar .caption {
  display: none !important;
}
/* Keep only brand + nav list visible in sidebar */
body.my-profile-page .block_my_profile_sidebar .clearfix > *:not(.account-menu-content):not(.mhs-dash-nav):not(ul) {
  /* aggressive: hide non-menu children if any */
}

.mhs-dash-sidebrand {
  padding: 8px 10px 22px;
  border-bottom: 1px solid var(--mhs-navy-line);
  margin-bottom: 14px;
}
.mhs-dash-sidebrand__link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: var(--mhs-white) !important;
}
.mhs-dash-sidebrand__mark {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
}
.mhs-dash-sidebrand__text {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--mhs-white);
}

/* Nav list */
ul.account-menu-content.mhs-dash-nav,
body.my-profile-page ul.account-menu-content {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 4px !important;
  background: transparent !important;
}
.mhs-dash-nav__item { margin: 2px 0; }
.mhs-dash-nav__link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 12px !important;
  border-radius: 10px;
  color: rgba(255,255,255,.82) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  background: transparent !important;
}
.mhs-dash-nav__link:hover {
  background: rgba(255,255,255,.06) !important;
  color: var(--mhs-white) !important;
}
.mhs-dash-nav__item.is-active .mhs-dash-nav__link,
.mhs-dash-nav__link.font1 {
  color: var(--mhs-gold) !important;
  background: rgba(249,196,64,.12) !important;
}
.mhs-dash-nav__ico {
  width: 1.25rem;
  text-align: center;
  opacity: .9;
  font-style: normal;
}
.mhs-dash-nav__badge {
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--mhs-gold);
  color: var(--mhs-ink);
  font-size: 11px;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}
.mhs-dash-menu-lane {
  display: block !important;
  margin: 16px 0 6px !important;
  padding: 0 12px !important;
  font-size: 10px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mhs-muted) !important;
  font-weight: 800 !important;
  list-style: none !important;
}

.mhs-dash-refer {
  list-style: none !important;
  margin: 18px 8px !important;
  padding: 0 !important;
}
.mhs-dash-refer__inner {
  border: 1px dashed rgba(249,196,64,.55);
  border-radius: 12px;
  padding: 14px 12px;
  background: rgba(0,0,0,.18);
}
.mhs-dash-refer__title {
  font-weight: 800;
  color: var(--mhs-white);
  margin-bottom: 6px;
}
.mhs-dash-refer__copy {
  font-size: 12px;
  color: var(--mhs-muted);
  margin: 0 0 12px;
  line-height: 1.4;
}
.mhs-dash-refer__btn {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid var(--mhs-gold);
  border-radius: 8px;
  color: var(--mhs-gold) !important;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none !important;
}
.mhs-dash-refer__btn:hover {
  background: var(--mhs-gold);
  color: var(--mhs-ink) !important;
}
.mhs-dash-nav__support {
  list-style: none;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--mhs-navy-line);
}
.mhs-dash-nav__support .mhs-dash-nav__link {
  color: var(--mhs-muted) !important;
  font-size: 12px;
  font-weight: 600;
}

/* Main column breathing room */
body.my-profile-page #controller_area,
body.my-profile-page .content-padding {
  padding: 20px 28px 48px !important;
}

/* Hide legacy light account chrome leftovers */
body.my-profile-page .welcome,
body.my-profile-page .mhs-dash-greeting {
  display: none !important;
}

@media (max-width: 900px) {
  body.my-profile-page .block_my_profile_sidebar,
  body.my-profile-page #my_profile_sidebar {
    display: none !important; /* mobile mock: hamburger header + bottom nav */
  }
}



/* ==== Mur150 — Mobile dashboard = locked mock 01 (fix) ==== */
/* Bugs fixed: boost strip had order:0 so it beat greet/POST; hamburger was outside header-nav. */

@media (max-width: 900px) {
  body.my-profile-page {
    background: var(--mhs-navy-deep) !important;
  }

  /* Hide left account sidebar on mobile */
  body.my-profile-page .block_my_profile_sidebar,
  body.my-profile-page #my_profile_sidebar {
    display: none !important;
  }

  /* --- Header: hamburger | MHS logo | messages --- */
  body.my-profile-page header.page-header {
    display: block !important;
    background: var(--mhs-navy-deep) !important;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  body.my-profile-page .page-header-mask,
  body.my-profile-page .header-banner,
  body.my-profile-page .bread-crumbs,
  body.my-profile-page .breadcrumb,
  body.my-profile-page #bread_crumbs,
  body.my-profile-page .header-contacts,
  body.my-profile-page .lang-selector,
  body.my-profile-page .shopping-cart {
    display: none !important;
  }

  /* Collapse top-nav + header-nav into one mock bar */
  body.my-profile-page .top-navigation {
    display: block !important;
    background: var(--mhs-navy-deep) !important;
    border: none !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
  body.my-profile-page .top-navigation > .point1 {
    position: relative !important;
    min-height: 52px !important;
    padding: 0 48px !important; /* room for hamburger + bell */
  }
  body.my-profile-page .menu-button {
    display: inline-flex !important;
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 5 !important;
    color: #fff !important;
    margin: 0 !important;
    font-size: 0 !important; /* icon only */
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  body.my-profile-page .menu-button svg {
    width: 22px !important;
    height: 16px !important;
    fill: #fff !important;
    display: block !important;
  }
  body.my-profile-page .user-navbar {
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 5 !important;
  }
  body.my-profile-page .user-navbar #user-navbar > span.default {
    display: none !important;
  }
  /* Messages as bell */
  body.my-profile-page .user-navbar::after {
    content: none;
  }

  body.my-profile-page .header-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--mhs-navy-deep) !important;
    padding: 0 12px 10px !important;
    border: none !important;
    min-height: 0 !important;
    margin-top: -52px !important; /* sit logo on same bar as hamburger */
    pointer-events: none;
  }
  body.my-profile-page .header-nav #logo {
    pointer-events: auto;
    text-align: center !important;
    margin: 0 auto !important;
  }
  body.my-profile-page .header-nav .main-menu {
    display: none !important;
  }
  body.my-profile-page #logo img {
    width: auto !important;
    max-height: 36px !important;
    max-width: 170px !important;
    padding: 0 !important;
  }

  /* Classic footer off — tabbar is footer */
  body.my-profile-page footer,
  body.my-profile-page .page-footer,
  body.my-profile-page #footer,
  body.my-profile-page .footer-container,
  body.my-profile-page .bottom-menu {
    display: none !important;
  }

  /* Hub stack — EXPLICIT orders so nothing defaults to 0 ahead of greet */
  body.my-profile-page #controller_area,
  body.my-profile-page .content-padding {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 12px 14px 88px !important;
    background: var(--mhs-navy-deep) !important;
  }
  body.my-profile-page .mhs-dash-pagehead { order: 1 !important; }
  body.my-profile-page .mhs-dash-post-gold { order: 2 !important; display: flex !important; width: 100%; }
  body.my-profile-page .mhs-dash-twins { order: 3 !important; display: grid !important; }
  body.my-profile-page #newhere,
  body.my-profile-page .mhs-dash-newhere { order: 4 !important; display: flex !important; }
  body.my-profile-page .mhs-dash-fa,
  body.my-profile-page .mhs-dash-featured-agent,
  body.my-profile-page .mhs-dash-fa--mob { order: 5 !important; }
  body.my-profile-page .mhs-dash-listings,
  body.my-profile-page .mhs-dash-listings-strip { order: 6 !important; }
  body.my-profile-page .mhs-dash-tabbar { order: 99 !important; }

  /* Hide desktop hub + priced boost strip on mobile (twins replace it) */
  body.my-profile-page .mhs-dash-qa,
  body.my-profile-page .mhs-dash-postband,
  body.my-profile-page .mhs-dash-fa--desk,
  body.my-profile-page .mhs-dash-boosts,
  body.my-profile-page .mhs-upsell-strip,
  body.my-profile-page #mhs-dash-boosts,
  body.my-profile-page .mhs-dash-pagehead__h,
  body.my-profile-page .mhs-dash-pagehead__usertext,
  body.my-profile-page .mhs-dash-pagehead__photo,
  body.my-profile-page .tabs,
  body.my-profile-page .tabs-hash,
  body.my-profile-page #account,
  body.my-profile-page .submit-cell,
  body.my-profile-page form[name="profile"],
  body.my-profile-page form[name="account_reg_form"],
  body.my-profile-page .mhs-wt-anchors {
    display: none !important;
  }

  body.my-profile-page .mhs-dash-greet--mobile { display: block !important; }
  body.my-profile-page .mhs-dash-pagehead {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    border: none !important;
    padding: 4px 0 8px !important;
    margin: 0 !important;
  }
  body.my-profile-page .mhs-dash-greet__hi {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 !important;
  }
  body.my-profile-page .mhs-dash-greet__sub {
    color: rgba(255,255,255,0.75) !important;
    margin: 4px 0 0 !important;
    font-size: 0.92rem !important;
  }

  /* Tour card mock style */
  body.my-profile-page #newhere,
  body.my-profile-page .mhs-dash-newhere {
    background: var(--mhs-navy) !important;
    border: 1px solid var(--mhs-gold) !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 14px 40px 14px 14px !important;
    align-items: center !important;
    gap: 10px !important;
  }
  body.my-profile-page .mhs-dash-newhere__label,
  body.my-profile-page #newhere .newhere { color: var(--mhs-gold) !important; font-weight: 800 !important; }
  body.my-profile-page .mhs-dash-newhere__sub { display: none !important; }
  body.my-profile-page .mhs-dash-newhere__sub--mobile { display: block !important; color: #fff !important; font-size: 0.82rem !important; }
  body.my-profile-page .mhs-dash-newhere__cta-desk { display: none !important; }
  body.my-profile-page .mhs-dash-newhere__cta-mob { display: inline !important; }
  body.my-profile-page .mhs-dash-newhere__cta,
  body.my-profile-page .mhs-tour-entry-cta {
    background: var(--mhs-gold) !important;
    color: var(--mhs-ink) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-weight: 800 !important;
    font-size: 0.72rem !important;
    white-space: nowrap !important;
  }

  body.my-profile-page .mhs-dash-tabbar {
    display: flex !important;
    position: fixed !important;
    left: 0; right: 0; bottom: 0;
    z-index: 200;
    background: #050d18 !important;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
}


/* ==== Mur150 — dedicated mobile chrome + force tabbar ==== */
.mhs-dash-mchrome { display: none; }

@media (max-width: 900px) {
  body.my-profile-page .mhs-dash-mchrome {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: sticky;
    top: 0;
    z-index: 300;
    background: var(--mhs-navy-deep, #051224) !important;
    padding: 10px 12px;
    margin: 0 0 8px;
    order: 0 !important;
    min-height: 52px;
  }
  .mhs-dash-mchrome__menu {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #fff;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .mhs-dash-mchrome__burger,
  .mhs-dash-mchrome__burger::before,
  .mhs-dash-mchrome__burger::after {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    position: relative;
  }
  .mhs-dash-mchrome__burger::before,
  .mhs-dash-mchrome__burger::after {
    content: '';
    position: absolute;
    left: 0;
  }
  .mhs-dash-mchrome__burger::before { top: -6px; }
  .mhs-dash-mchrome__burger::after { top: 6px; }

  .mhs-dash-mchrome__logo {
    flex: 1 1 auto;
    text-align: center;
    line-height: 0;
  }
  .mhs-dash-mchrome__logo img {
    max-height: 36px !important;
    width: auto !important;
    max-width: 170px !important;
  }
  .mhs-dash-mchrome__bell {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    position: relative;
    font-size: 18px;
  }
  .mhs-dash-mchrome__badge {
    position: absolute;
    top: 4px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--mhs-gold, #f9c440);
    color: #0a192f;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Hide stock Flynax header on mobile dash — replaced by mchrome */
  body.my-profile-page header.page-header {
    display: none !important;
  }

  /* Force bottom tabbar visible */
  body.my-profile-page .mhs-dash-tabbar,
  .mhs-dash-tabbar {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 400 !important;
    background: #050d18 !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    padding: 8px 4px calc(8px + env(safe-area-inset-bottom, 0)) !important;
  }
}


/* ==== Mur150 — tabbar fit 5 items + hide stray password btn ==== */
@media (max-width: 900px) {
  body.my-profile-page .mhs-dash-tabbar,
  .mhs-dash-tabbar {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 6px 2px calc(6px + env(safe-area-inset-bottom, 0)) !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    transform: none !important;
    z-index: 9000 !important;
  }
  body.my-profile-page .mhs-dash-tabbar__item,
  .mhs-dash-tabbar__item {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: 20% !important;
    padding: 4px 1px !important;
    font-size: 8px !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    overflow: hidden !important;
  }
  .mhs-dash-tabbar__item > span:not(.mhs-dash-tabbar__ico):not(.mhs-dash-tabbar__badge) {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    text-align: center !important;
  }
  .mhs-dash-tabbar__ico {
    font-size: 16px !important;
  }

  /* Stray Password Settings above greet */
  body.my-profile-page .mhs-dash-pagehead ~ input[type="button"],
  body.my-profile-page input[value="PASSWORD SETTINGS"],
  body.my-profile-page input[value="Password Settings"],
  body.my-profile-page .mhs-dash-mchrome + input,
  body.my-profile-page #controller_area > input[type="button"] {
    display: none !important;
  }
}
