:root {
  --mv-blue-950: #071b55;
  --mv-blue-900: #0a2a78;
  --mv-blue-800: #123da6;
  --mv-blue-700: #2457e6;
  --mv-blue-600: #2f6df5;
  --mv-blue-500: #4b82ff;
  --mv-cyan: #5ee7ff;
  --mv-text: #10224d;
  --mv-muted: #5a698a;
  --mv-border: #dce5fb;
  --coffee-primary: #2457e6;
  --coffee-primary-dark: #123da6;
  --coffee-primary-light: #4b82ff;
}

body {
  background: linear-gradient(180deg, #f6f8ff 0%, #edf3ff 100%) !important;
  color: var(--mv-text);
  font-family: "Open Sans", sans-serif !important;
}

h1, h2, h3, h4, .brand, .marketplace-promo-copy h1 {
  font-family: "Poppins", sans-serif;
}

body .coffee-header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(36, 87, 230, 0.2) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

body .market-nav { background: #f8faff !important; }
body .market-nav-item::after { background: #2457e6 !important; }
body .market-header-search button { background: #2457e6 !important; }
body .coffee-header .mv-site-logo {
  width: 180px !important;
  overflow: visible !important;
  background: transparent !important;
  color: #2457e6 !important;
}

/* 调整白色导航栏上的文字和图标颜色 */
body .coffee-header .market-action,
body .coffee-header .market-action:link,
body .coffee-header .market-action:visited {
  color: #2457e6 !important;
}

body .coffee-header .market-action:hover,
body .coffee-header .market-action:focus {
  color: #123da6 !important;
}

body .market-nav-item {
  color: #565959 !important;
}

body .market-nav-item:hover,
body .market-nav-item.is-current {
  color: #2457e6 !important;
}
body .marketplace-category-rail h2,
body .marketplace-category-rail > a:first-of-type {
  background: linear-gradient(135deg, var(--mv-blue-800), var(--mv-blue-600)) !important;
}
body .marketplace-category-rail {
  border-color: #cbd8f3 !important;
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%) !important;
}
@media (min-width: 1024px) {
  body .marketplace-category-rail {
    display: flex !important;
    flex-direction: column;
  }
}
body .marketplace-category-rail h2 {
  min-height: 49px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
body .marketplace-category-rail > a:first-of-type {
  min-height: 46px;
  color: #fff !important;
  border-top: 0;
  box-shadow: inset 4px 0 0 #77ebff;
}
body .marketplace-category-rail > a:first-of-type > i {
  color: #b9edff !important;
}
body #marketplace-category-rail-list > a {
  min-height: 46px;
  padding: 7px 12px;
  grid-template-columns: 30px 1fr 14px;
  color: #273653;
  border-top-color: #e7edf8;
}
body #marketplace-category-rail-list > a > i:first-child {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--mv-blue-700) !important;
  border-radius: 9px;
  background: #edf3ff;
}
body #marketplace-category-rail-list > a > i:last-child { color: #8a9abb !important; }
body #marketplace-category-rail-list > a:hover {
  color: var(--mv-blue-800);
  background: #f0f5ff;
  box-shadow: inset 3px 0 0 var(--mv-blue-600);
}
.mv-rail-assurance {
  margin: auto 9px 9px;
  padding: 16px 14px;
  color: #fff;
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% 10%, rgba(104, 235, 255, .34), transparent 32%),
    linear-gradient(145deg, var(--mv-blue-950), var(--mv-blue-600));
  box-shadow: 0 12px 26px rgba(24, 65, 164, .18);
}
.mv-rail-assurance-kicker {
  display: block;
  margin-bottom: 5px;
  color: #87edff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}
.mv-rail-assurance > strong { display: block; margin-bottom: 12px; font-size: 13px; }
.mv-rail-assurance > div {
  min-height: 28px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 7px;
  color: #eaf1ff;
  font-size: 10px;
}
.mv-rail-assurance > div i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #72eaff;
  border-radius: 8px;
  background: rgba(255,255,255,.1);
}
body .marketplace-rail-help {
  margin: 0 9px 9px;
  border: 1px solid #d7e4fb;
  background: #edf4ff !important;
  color: var(--mv-blue-800);
}
body .marketplace-rail-help > i { color: var(--mv-blue-700); }
body .marketplace-rail-help small { color: #62708c; }
body .marketplace-rail-help strong { color: var(--mv-blue-800); }

body .marketplace-main-promo {
  display: flex !important;
  flex-direction: column;
  min-height: 0 !important;
  padding: 0 !important;
  background: linear-gradient(120deg, #081c58 0%, #1644ba 54%, #3977f5 100%) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  box-shadow: 0 22px 52px rgba(18, 61, 166, .22) !important;
}

body .marketplace-main-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 78% 20%, rgba(94, 231, 255, .3), transparent 34%);
}

body .marketplace-promo-copy {
  order: 2;
  width: 100%;
  padding: 20px 108px 22px 24px;
  z-index: 2;
}
body .marketplace-promo-copy h1,
body .marketplace-promo-copy p,
body .marketplace-promo-copy .marketplace-kicker { color: #fff !important; }
body .marketplace-promo-copy h1 strong { color: #8ceeff !important; }
body .marketplace-main-promo > img { opacity: .88; mix-blend-mode: screen; filter: saturate(.8) hue-rotate(170deg); }
.mv-hero-slides {
  position: relative;
  inset: auto;
  order: 1;
  width: 100%;
  aspect-ratio: 950 / 360;
  overflow: hidden;
  isolation: isolate;
  background: #06143b;
}
.mv-hero-slides::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: 0;
  background-image: linear-gradient(rgba(4, 16, 54, .24), rgba(4, 16, 54, .24)), var(--mv-banner-image);
  background-position: center;
  background-size: cover;
  filter: blur(10px) saturate(.95);
  transform: scale(1.06);
}
.mv-hero-slides img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transition: opacity .55s ease;
  mix-blend-mode: normal;
  filter: none;
}
.mv-hero-slides img.is-active { opacity: 1; }
body .marketplace-discount-bubble {
  top: auto;
  right: 24px;
  bottom: 24px;
}

body .marketplace-side-deals { min-height: 100%; }
body .marketplace-side-card {
  position: relative;
  isolation: isolate;
  border-color: #cbdaf8 !important;
}
body .marketplace-guide-card {
  background:
    radial-gradient(circle at 82% 42%, rgba(76, 154, 255, .2), transparent 34%),
    linear-gradient(145deg, #f8fbff 0%, #e8f0ff 100%) !important;
}
.mv-side-category-art {
  display: grid;
  grid-template-columns: repeat(2, 58px);
  justify-content: center;
  gap: 10px;
  margin: 16px auto;
}
.mv-side-category-art i {
  width: 58px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 15px;
  background: linear-gradient(145deg, var(--mv-blue-500), var(--mv-blue-800));
  box-shadow: 0 10px 22px rgba(36, 87, 230, .18);
}
body .marketplace-mini-deal {
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 75% 62%, rgba(78, 225, 255, .22), transparent 35%),
    linear-gradient(150deg, #071b55 0%, #164bc7 58%, #3479f6 100%) !important;
}
.mv-mini-deal-copy { position: relative; z-index: 2; }
body .marketplace-mini-deal small { color: #a9c9ff !important; }
body .marketplace-mini-deal strong { max-width: 210px; color: #fff !important; font-size: 17px; }
body .marketplace-mini-deal .mv-mini-deal-copy > span { color: #71ebff !important; font-weight: 700; }
.mv-mini-deal-art {
  position: relative;
  min-height: 150px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.mv-mini-deal-art::before,
.mv-mini-deal-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(121, 232, 255, .28);
  border-radius: 50%;
}
.mv-mini-deal-art::before { width: 150px; height: 150px; }
.mv-mini-deal-art::after { width: 108px; height: 108px; }
.mv-mini-deal-art > i {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 88px;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.28));
}
.mv-mini-deal-art > span,
.mv-mini-deal-art > b {
  position: absolute;
  z-index: 2;
  padding: 5px 9px;
  color: #08236b;
  border-radius: 999px;
  background: #75efff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.mv-mini-deal-art > span { top: 12px; left: 16px; }
.mv-mini-deal-art > b { right: 20px; bottom: 14px; }
body .marketplace-cta,
body .marketplace-discount-bubble,
body .market-section-icon,
body .market-slider-btn:hover,
body .market-newsletter button { background: var(--mv-blue-600) !important; color: #fff !important; }
body .commerce-panel,
body .marketplace-benefits,
body .market-service-grid > div { border-color: var(--mv-border) !important; }
body .market-see-all,
body .market-service-grid i,
body .market-section-header h2 { color: var(--mv-blue-800) !important; }
body .marketplace-category-rail h2 { color: #fff !important; }
body .marketplace-category-rail > a > i:first-child,
body #marketplace-category-rail-list > a > i:first-child,
body .marketplace-benefits i,
body .marketplace-side-card span,
body .market-category-grid span,
body .market-promo-tile small,
body .market-promo-tile span,
body .shop-breadcrumb a,
body .pd-breadcrumb a,
body .pd-features i,
body .pd-rating-row > a { color: var(--mv-blue-700) !important; }
body .marketplace-rail-help,
body .market-category-grid span,
body .shop-sidebar-title,
body .shop-brand-avatar,
body .pd-brand,
body .pd-service-note { background: #eef4ff !important; }
body .marketplace-guide-card .marketplace-side-action,
body .marketplace-guide-card:hover .marketplace-side-action,
body .pd-add-cart,
body .shop-view-toggle button.is-active,
body .account-empty-state a { background: var(--mv-blue-700) !important; color: #fff !important; }
body .pd-buy-now,
body .shop-filter-trigger { border-color: var(--mv-blue-700) !important; color: var(--mv-blue-700) !important; }
body .market-category-grid a:hover { border-color: var(--mv-blue-600) !important; box-shadow: 0 4px 14px rgba(36,87,230,.14) !important; }
body .market-promo-help { background: linear-gradient(135deg, var(--mv-blue-900), var(--mv-blue-600)) !important; }
body .market-newsletter { background: linear-gradient(125deg, var(--mv-blue-950), var(--mv-blue-700)) !important; }
body app-footer footer { border-color: var(--mv-border) !important; background: linear-gradient(180deg, #edf3ff, #f8faff) !important; }
body app-footer .gradient-text { background: none !important; color: var(--mv-blue-700) !important; -webkit-text-fill-color: currentColor !important; }
.bg-primary, .from-primary { background-color: var(--mv-blue-700) !important; }
.bg-primary-dark, .from-primary-dark { background-color: var(--mv-blue-800) !important; }
.bg-primary-light, .from-primary-light { background-color: var(--mv-blue-500) !important; }
.text-primary, .text-primary-dark { color: var(--mv-blue-700) !important; }
.text-primary-light { color: var(--mv-blue-500) !important; }
.border-primary, .border-primary\/20, .border-primary\/30, .border-primary\/40, .border-primary\/50 { border-color: rgba(36, 87, 230, .28) !important; }
.bg-primary\/5 { background-color: rgba(36, 87, 230, .05) !important; }
.bg-primary\/10 { background-color: rgba(36, 87, 230, .10) !important; }
.bg-primary\/20 { background-color: rgba(36, 87, 230, .20) !important; }
.hover\:bg-primary:hover { background-color: var(--mv-blue-700) !important; }
.hover\:text-primary:hover { color: var(--mv-blue-700) !important; }
.focus\:border-primary:focus { border-color: var(--mv-blue-600) !important; }
.focus\:ring-primary\/20:focus { --tw-ring-color: rgba(36, 87, 230, .20) !important; }
.modern-button { background: linear-gradient(105deg, var(--mv-blue-700), var(--mv-blue-500)) !important; color: #fff !important; border-color: transparent !important; }
.modern-card { border-color: var(--mv-border) !important; box-shadow: 0 14px 34px rgba(18,61,166,.08) !important; }
.gradient-text { background: linear-gradient(135deg, var(--mv-blue-800), var(--mv-blue-500)) !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; }

/* Blue normalization for shared mobile actions, shop filters and contact cards. */
body #mobile-cart-btn.mv-mobile-cart-action {
  color: var(--mv-blue-800) !important;
  border: 1px solid rgba(36, 87, 230, .25) !important;
  background: rgba(75, 130, 255, .08) !important;
  box-shadow: 0 4px 14px rgba(18, 61, 166, .06);
}
body #mobile-cart-btn.mv-mobile-cart-action i { color: var(--mv-blue-600) !important; }
body #mobile-cart-btn.mv-mobile-cart-action:hover,
body #mobile-cart-btn.mv-mobile-cart-action:focus-visible {
  color: var(--mv-blue-900) !important;
  border-color: var(--mv-blue-500) !important;
  background: rgba(75, 130, 255, .16) !important;
  box-shadow: 0 6px 18px rgba(18, 61, 166, .13);
}
body #category-filter .shop-filter-option { color: #34466e !important; }
body #category-filter .shop-filter-option:hover {
  color: var(--mv-blue-800) !important;
  background: #f0f5ff !important;
}
body #category-filter .shop-filter-option:has(input:checked) {
  color: var(--mv-blue-800) !important;
  background: #e5edff !important;
  box-shadow: inset 3px 0 0 var(--mv-blue-600);
}
body #category-filter .shop-brand-avatar {
  color: var(--mv-blue-700) !important;
  background: #eaf1ff !important;
}
body #category-filter .shop-filter-check { color: var(--mv-blue-600) !important; }
body .mv-contact-item > div:first-child {
  color: var(--mv-blue-700) !important;
  border-color: rgba(36, 87, 230, .24) !important;
  background: rgba(75, 130, 255, .10) !important;
}
body .mv-contact-item > div:first-child i { color: var(--mv-blue-700) !important; }
body .mv-contact-item:hover > div:first-child {
  color: var(--mv-blue-900) !important;
  border-color: var(--mv-blue-500) !important;
  background: rgba(75, 130, 255, .18) !important;
  box-shadow: 0 6px 16px rgba(18, 61, 166, .12);
}
.legal-page section.rounded-xl { background: #eef4ff !important; }
.mv-content-page { width: min(980px, calc(100% - 32px)); margin: 118px auto 70px; padding: clamp(24px, 5vw, 56px); border: 1px solid var(--mv-border); border-radius: 28px; background: #fff; box-shadow: 0 22px 55px rgba(18,61,166,.10); }
.mv-content-page > header { padding-bottom: 27px; margin-bottom: 26px; border-bottom: 1px solid var(--mv-border); }
.mv-content-page > header span { color: var(--mv-blue-600); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.mv-content-page > header h1 { margin: 8px 0 10px; color: var(--mv-text); font-size: clamp(30px, 5vw, 47px); line-height: 1.15; }
.mv-content-page > header p { max-width: 760px; margin: 0; color: var(--mv-muted); line-height: 1.7; }
.mv-article-grid { display: grid; gap: 14px; }
.mv-article-grid section { padding: 20px 22px; border: 1px solid #e5ebfa; border-radius: 17px; background: #f9fbff; }
.mv-article-grid h2 { margin: 0 0 7px; color: var(--mv-blue-800); font-size: 16px; }
.mv-article-grid p { margin: 0; color: #536383; font-size: 13px; line-height: 1.7; text-align: left; }
.mv-content-page > aside { margin-top: 22px; padding: 20px 22px; display: flex; align-items: center; gap: 15px; color: #fff; border-radius: 18px; background: linear-gradient(125deg, var(--mv-blue-950), var(--mv-blue-700)); }
.mv-content-page > aside i { width: 42px; height: 42px; display: grid; place-items: center; flex: none; color: var(--mv-blue-800); border-radius: 13px; background: #fff; }
.mv-content-page > aside p { margin: 3px 0 0; color: #d4e1ff; font-size: 12px; }
.mv-site-logo { display: inline-flex; align-items: center; gap: 9px; color: var(--mv-blue-950); text-decoration: none; }
.coffee-header .mv-site-logo { color: #fff; }
.mv-site-logo-mark { width: 38px; height: 38px; display: inline-grid; place-items: center; color: #fff; border-radius: 12px; background: linear-gradient(135deg, var(--mv-cyan), var(--mv-blue-600) 55%, #6c4bff); box-shadow: 0 8px 20px rgba(25,85,229,.3); transform: rotate(-6deg); }
.mv-site-logo strong { font: 800 19px Poppins, sans-serif; letter-spacing: .04em; }
.mv-site-logo strong span { color: var(--mv-cyan); }
app-footer .mv-site-logo strong span { color: var(--mv-blue-600); }
@media (max-width: 767px) {
  body .marketplace-promo-copy {
    order: 2;
    padding: 17px 76px 18px 16px;
  }
  .mv-hero-slides {
    position: relative;
    inset: auto;
    order: 1;
    width: 100%;
    aspect-ratio: 950 / 360;
    opacity: 1;
  }
  body .marketplace-discount-bubble {
    right: 14px;
    bottom: 18px;
  }
  .market-product-grid, #products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .mv-hero-slides img { transition: none; }
}

/* Mallvexe blue scrollbar system */
html {
  scrollbar-width: thin;
  scrollbar-color: var(--mv-blue-600) #e8effd;
}
* {
  scrollbar-color: rgba(47, 109, 245, .82) #e8effd;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #e8effd;
  border-radius: 999px;
}
::-webkit-scrollbar-thumb {
  min-height: 42px;
  border: 2px solid #e8effd;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mv-blue-500), var(--mv-blue-800));
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #4f91ff, var(--mv-blue-950));
}
#mobile-menu .overflow-y-auto {
  scrollbar-color: var(--mv-blue-600) transparent;
}
#mobile-menu .overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--mv-blue-600);
}
#mobile-menu .overflow-y-auto::-webkit-scrollbar-thumb:hover {
  background: var(--mv-blue-800);
}

/* Home reviews */
body .market-reviews-panel {
  border-color: #cfdbf5 !important;
  background: linear-gradient(180deg, #fff 0%, #f6f9ff 100%) !important;
}
body .market-reviews-panel .market-section-header {
  padding-bottom: 13px;
  border-bottom: 1px solid #dce6f8;
}
body .market-review-card {
  border-color: #d7e2f7;
  background: linear-gradient(145deg, #fff 0%, #f7faff 100%);
  box-shadow: 0 8px 22px rgba(18, 61, 166, .07);
}
body .market-review-card:hover {
  border-color: var(--mv-blue-500);
  box-shadow: 0 12px 28px rgba(18, 61, 166, .13);
}
body .market-review-avatar {
  color: #fff;
  background: linear-gradient(145deg, var(--mv-blue-500), var(--mv-blue-800));
  box-shadow: 0 7px 16px rgba(36, 87, 230, .22);
}
body .market-review-author-copy strong { color: var(--mv-blue-950); }
body .market-review-author-copy span { color: #66738f; }
body .market-review-verified { color: var(--mv-blue-700); }
body .market-review-rating strong { color: var(--mv-blue-800); }
body .market-review-text { color: #425170; }

/* Product review section */
body #reviews-section .pd-section-card {
  border: 1px solid #cfdbf5;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  box-shadow: 0 12px 30px rgba(18, 61, 166, .07);
}
body #reviews-section .pd-section-title {
  padding-bottom: 15px;
  color: var(--mv-blue-950);
  border-bottom: 1px solid #dce6f8;
}
body #reviews-section .pd-section-title > i { color: var(--mv-blue-600) !important; }
body #reviews-section .pd-section-title > span { color: #647393; }
body #reviews-section .pd-review-card {
  border: 1px solid #d7e2f7 !important;
  background: #fff !important;
  box-shadow: 0 7px 20px rgba(18, 61, 166, .07) !important;
}
body #reviews-section .pd-review-card:hover {
  border-color: var(--mv-blue-500) !important;
  box-shadow: 0 11px 26px rgba(18, 61, 166, .12) !important;
}
body #reviews-section .pd-review-card .bg-primary\/10 {
  color: #fff !important;
  border-color: rgba(255,255,255,.38) !important;
  background: linear-gradient(145deg, var(--mv-blue-500), var(--mv-blue-800)) !important;
}
body #reviews-section .pd-seller-reply {
  border-color: #c5d8fb !important;
  background: #edf4ff !important;
}
body #reviews-section .pd-seller-reply > div { color: var(--mv-blue-700) !important; }
body #reviews-section #load-more-reviews { background: linear-gradient(105deg, var(--mv-blue-700), var(--mv-blue-500)) !important; }
body #reviews-section #load-more-reviews .text-gray-500 { color: #ddebff !important; }

/* Homepage and footer newsletters */
body .market-newsletter {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(123, 193, 255, .4) !important;
  background:
    radial-gradient(circle at 83% 20%, rgba(100, 231, 255, .26), transparent 31%),
    linear-gradient(125deg, var(--mv-blue-950), var(--mv-blue-700) 65%, var(--mv-blue-500)) !important;
  box-shadow: 0 18px 38px rgba(18, 61, 166, .2) !important;
}
body .market-newsletter small { color: #79ecff; }
body .market-newsletter h2 { color: #fff; }
body .market-newsletter p { color: #dce8ff; }
body .market-newsletter input {
  border: 2px solid transparent;
  background: rgba(255,255,255,.96);
  color: var(--mv-blue-950);
}
body .market-newsletter input:focus {
  border-color: #72eaff;
  box-shadow: 0 0 0 4px rgba(114, 234, 255, .18);
}
body .market-newsletter button {
  background: linear-gradient(135deg, #387cf7, #1645b8) !important;
  box-shadow: 0 8px 18px rgba(3, 25, 85, .25);
}
body .mv-footer-newsletter {
  border-color: #c9daf9 !important;
  background:
    radial-gradient(circle at 88% 16%, rgba(80, 211, 255, .18), transparent 28%),
    linear-gradient(145deg, #f8fbff 0%, #eaf2ff 100%) !important;
  box-shadow: 0 12px 30px rgba(18, 61, 166, .09) !important;
}
body .mv-footer-newsletter h4 { color: var(--mv-blue-950) !important; }
body .mv-footer-newsletter p { color: #596987 !important; }
body .mv-footer-newsletter > div > div:first-child > div:first-child {
  background: linear-gradient(145deg, var(--mv-blue-500), var(--mv-blue-800)) !important;
  box-shadow: 0 9px 20px rgba(36, 87, 230, .23);
}
body .mv-footer-newsletter input {
  border-color: #cbd9f4 !important;
  background: #fff !important;
}
body .mv-footer-newsletter input:focus {
  border-color: var(--mv-blue-500) !important;
  box-shadow: 0 0 0 4px rgba(47, 109, 245, .13) !important;
}

.mv-campaign-strip {
  margin: 18px 0;
  padding: clamp(22px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto minmax(245px, .75fr);
  align-items: center;
  gap: 28px;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 24px;
  background: linear-gradient(118deg, var(--mv-blue-950), #1748c7 58%, var(--mv-blue-500));
  box-shadow: 0 22px 48px rgba(18,61,166,.22);
}
.mv-campaign-strip[hidden] { display: none !important; }
.mv-campaign-strip::before { content: ""; position: absolute; width: 340px; height: 340px; right: 18%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025); }
.mv-campaign-copy, .mv-campaign-visual, .mv-campaign-action { position: relative; z-index: 1; }
.mv-campaign-copy > span { color: #a5efff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.mv-campaign-copy h2 { margin: 8px 0; color: #fff; font-size: clamp(25px, 3.2vw, 40px); line-height: 1.14; letter-spacing: -.03em; }
.mv-campaign-copy p { margin: 0; color: #d4e1ff; font-size: 13px; }
.mv-campaign-visual { width: 142px; height: 142px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 8px solid rgba(255,255,255,.22); border-radius: 40px; background: linear-gradient(135deg, var(--mv-cyan), var(--mv-blue-600) 52%, #5945de); box-shadow: 0 18px 35px rgba(2,18,73,.3); }
.mv-campaign-visual i:nth-child(2) { font-size: 28px; }
.mv-campaign-action { padding: 19px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(7,27,85,.32); backdrop-filter: blur(10px); }
.mv-campaign-action small { display: block; margin-bottom: 12px; color: #d5e2ff; }
.mv-campaign-action button { width: 100%; min-height: 48px; color: var(--mv-blue-950); border: 0; border-radius: 13px; background: #fff; font-weight: 800; cursor: pointer; }
.mv-campaign-action button:hover { color: var(--mv-blue-700); background: #eaf6ff; }
.mv-campaign-action button:disabled { cursor: wait; opacity: .72; }
.mv-action-progress { height: 5px; margin-top: 12px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.2); }
.mv-action-progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mv-cyan), #fff); }

.mv-loading-screen {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #fff;
  background: radial-gradient(circle at 50% 35%, #3876f8 0, #174bd3 38%, #081e67 100%);
  transition: opacity .4s ease, visibility .4s ease;
}

.mv-loading-screen::before,
.mv-loading-screen::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
}
.mv-loading-screen::after { width: 620px; height: 620px; }
.mv-loading-screen.is-complete { opacity: 0; visibility: hidden; }
.mv-loading-card { width: min(540px, 100%); position: relative; text-align: center; }
.mv-brand-mark {
  width: 66px;
  height: 66px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--mv-cyan), var(--mv-blue-600) 55%, #6c4bff);
  box-shadow: 0 0 45px rgba(94,231,255,.45);
  font-size: 25px;
  transform: rotate(-6deg);
}
.mv-loading-eyebrow { margin: 26px 0 8px; color: #bdd5ff; letter-spacing: .19em; font-size: 11px; font-weight: 700; }
.mv-loading-card h1 { margin: 0 0 30px; font: 700 clamp(25px, 5vw, 39px)/1.2 Poppins, sans-serif; }
.mv-loading-track { height: 9px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(0,0,0,.22); }
.mv-loading-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mv-cyan), #fff); box-shadow: 0 0 22px var(--mv-cyan); }
.mv-loading-meta { display: flex; justify-content: space-between; margin-top: 12px; color: #bdd5ff; font-size: 12px; }
.mv-loading-meta strong { color: #fff; }

.mv-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 18px;
}
.mv-modal[hidden] { display: none !important; }
.mv-modal-backdrop { position: absolute; inset: 0; background: rgba(2,13,48,.72); backdrop-filter: blur(8px); animation: mv-fade-in .2s ease; }
.mv-modal-panel {
  width: min(720px, 100%);
  max-height: min(880px, calc(100vh - 36px));
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: var(--mv-text);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16,55,150,.28);
  animation: mv-modal-in .25s ease;
}
.mv-modal-close {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 3;
  right: 18px;
  top: 18px;
  color: var(--mv-blue-800);
  border: 1px solid #d7e2fb;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.mv-modal-close:hover { color: #fff; background: var(--mv-blue-700); }
.mv-modal-heading { padding: 34px 76px 22px 34px; color: #fff; background: linear-gradient(125deg, var(--mv-blue-950), var(--mv-blue-700)); }
.mv-modal-heading > span,
.mv-support-header span { color: #9feeff; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.mv-modal-heading h2 { margin: 6px 0 3px; font: 700 35px Poppins, sans-serif; }
.mv-modal-heading p { margin: 0; color: #c7d7f8; font-size: 12px; }
.mv-rules-tabs { padding: 17px 30px 0; display: flex; gap: 8px; background: #fff; }
.mv-rules-tabs button { padding: 9px 18px; color: var(--mv-muted); border: 1px solid var(--mv-border); border-radius: 999px; background: #f8faff; font-size: 12px; font-weight: 700; cursor: pointer; }
.mv-rules-tabs button.is-active { color: #fff; border-color: var(--mv-blue-700); background: var(--mv-blue-700); }
.mv-rules-scroll { max-height: calc(100vh - 245px); padding: 20px 30px 32px; overflow-y: auto; }
.mv-probability-list h3,
.mv-instructions h3 { margin: 0 0 13px; font: 700 17px Poppins, sans-serif; }
.mv-probability-list > div { min-height: 49px; padding: 8px 12px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid #edf1fa; font-size: 12px; }
.mv-probability-list > div i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--mv-blue-700); border-radius: 10px; background: #eaf1ff; }
.mv-probability-list b { color: var(--mv-blue-700); font-size: 11px; }
.mv-instructions { margin-top: 25px; padding: 22px; border: 1px solid var(--mv-border); border-radius: 18px; background: #f4f7ff; }
.mv-instructions ol { margin: 0; padding-left: 21px; color: var(--mv-muted); font-size: 11px; line-height: 1.65; }
.mv-instructions li + li { margin-top: 8px; }

.mv-support-panel { width: min(560px, 100%); }
.mv-support-header { padding: 26px 75px 24px 25px; display: flex; align-items: center; gap: 16px; color: #fff; background: linear-gradient(125deg, var(--mv-blue-950), var(--mv-blue-700)); }
.mv-support-header img { width: 68px; height: 68px; object-fit: cover; border: 3px solid rgba(255,255,255,.7); border-radius: 19px; }
.mv-support-header h2 { margin: 3px 0; color: #fff; font: 700 23px Poppins, sans-serif; }
.mv-support-header p { margin: 0; color: #d5e2ff; font-size: 11px; }
.mv-support-header p i { width: 7px; height: 7px; display: inline-block; margin-right: 5px; border-radius: 50%; background: #4ce49b; }
.mv-chat-area { max-height: calc(100vh - 285px); padding: 23px 24px 12px; overflow-y: auto; background: #f5f8ff; }
.mv-bot-message,
.mv-user-message { width: max-content; max-width: 82%; margin-bottom: 9px; padding: 11px 14px; color: #3f4e70; border: 1px solid #dce6fb; border-radius: 5px 16px 16px 16px; background: #fff; font-size: 12px; line-height: 1.5; }
.mv-user-message { margin-left: auto; color: #fff; border: 0; border-radius: 16px 5px 16px 16px; background: var(--mv-blue-700); }
.mv-question-list { display: grid; gap: 9px; margin-top: 17px; }
.mv-question-list button { padding: 13px 14px; display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; text-align: left; color: var(--mv-text); border: 1px solid var(--mv-border); border-radius: 13px; background: #fff; cursor: pointer; }
.mv-question-list button:hover { border-color: var(--mv-blue-500); box-shadow: 0 9px 20px rgba(36,87,230,.1); }
.mv-question-list span { font-size: 12px; font-weight: 700; }
.mv-question-list small { grid-column: 1; color: var(--mv-muted); font-size: 10px; }
.mv-question-list i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--mv-blue-600); }
.mv-support-footnote { margin: 0; padding: 15px 24px 20px; color: var(--mv-muted); background: #fff; font-size: 10px; line-height: 1.5; }

.mv-result-panel { width: min(440px, 100%); padding: 48px 35px 35px; text-align: center; }
.mv-result-logo { width: 116px; height: 116px; margin: 0 auto 22px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; border: 8px solid #e6efff; border-radius: 34px; background: linear-gradient(135deg, var(--mv-blue-500), #283dc8); box-shadow: 0 18px 35px rgba(36,87,230,.3); }
.mv-result-logo i:nth-child(2) { font-size: 25px; }
.mv-result-eyebrow { color: var(--mv-blue-600); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.mv-result-panel h2 { margin: 8px 0; font: 700 27px Poppins, sans-serif; }
.mv-result-panel p { margin: 0 0 25px; color: var(--mv-muted); font-size: 13px; line-height: 1.65; }
.mv-primary-button { width: 100%; min-height: 52px; padding: 0 20px; color: #fff; border: 0; border-radius: 15px; background: linear-gradient(105deg, var(--mv-blue-700), var(--mv-blue-500)); box-shadow: 0 14px 30px rgba(36,87,230,.3); font-weight: 800; cursor: pointer; }
.mv-welcome-panel { width: min(640px, 100%); }
.mv-welcome-panel > img { width: 100%; height: auto; display: block; aspect-ratio: 640 / 300; object-fit: cover; background: #eaf1ff; }
.mv-welcome-copy { padding: 26px 30px 32px; text-align: center; }
.mv-welcome-copy > span { color: var(--mv-blue-600); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.mv-welcome-copy h2 { margin: 8px 0; color: var(--mv-blue-950); font: 700 clamp(24px, 5vw, 34px) Poppins, sans-serif; }
.mv-welcome-copy p { margin: 0 auto 22px; max-width: 480px; color: var(--mv-muted); font-size: 13px; line-height: 1.6; }
.mv-welcome-copy .mv-primary-button { display: inline-flex; align-items: center; justify-content: center; width: auto; min-width: 250px; text-decoration: none; }
.mv-promo-icon-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 2px 2px 10px; }
.mv-promo-icon { flex: 1 1 calc(11.11% - 11px); min-width: 92px; position: relative; overflow: hidden; color: var(--mv-blue-950); border: 1px solid var(--mv-border); border-radius: 16px; background: #fff; text-align: center; text-decoration: none; box-shadow: 0 8px 20px rgba(18,61,166,.07); transition: transform .2s ease, border-color .2s ease; display: flex; flex-direction: column; }
.mv-promo-icon img { width: 100%; height: 140px; display: block; object-fit: contain; background: #f8faff; }
.mv-promo-icon span { display: block; padding: 8px 5px 10px; font-size: 11px; font-weight: 800; }
.mv-promo-icon:hover { border-color: var(--mv-blue-500); transform: translateY(-2px); }
.mv-promo-discount { position: absolute; top: 8px; right: 8px; padding: 4px 8px; color: #fff; border-radius: 8px; background: linear-gradient(135deg, #ef4444, #dc2626); font-size: 10px; font-weight: 800; box-shadow: 0 4px 10px rgba(239, 68, 68, .3); }
@media (max-width: 1200px) { .mv-promo-icon { flex: 1 1 calc(25% - 9px); } .mv-promo-icon img { height: 150px; } }
@media (max-width: 768px) { .mv-promo-icon { flex: 1 1 calc(33.33% - 8px); } .mv-promo-icon img { height: 120px; } }
@media (max-width: 480px) { .mv-promo-icon { flex: 1 1 calc(50% - 6px); } .mv-promo-icon img { height: 100px; } }

button:focus-visible,
a:focus-visible { outline: 3px solid var(--mv-cyan); outline-offset: 3px; }
@keyframes mv-fade-in { from { opacity: 0; } }
@keyframes mv-modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } }

@media (max-width: 767px) {
  .mv-campaign-strip { margin: 13px 0; padding: 24px 20px; grid-template-columns: 1fr; text-align: center; }
  .mv-campaign-visual { width: 115px; height: 115px; margin: auto; }
  .mv-modal { padding: 10px; }
  .mv-modal-panel { max-height: calc(100vh - 20px); border-radius: 22px; }
  .mv-modal-heading { padding: 27px 66px 20px 22px; }
  .mv-rules-tabs { padding: 14px 20px 0; }
  .mv-rules-scroll { padding: 16px 20px 25px; max-height: calc(100vh - 212px); }
  .mv-probability-list > div { grid-template-columns: 34px 1fr auto; padding-left: 0; padding-right: 0; }
  .mv-instructions { padding: 17px; }
  .mv-support-header { padding-left: 18px; }
  .mv-chat-area { padding: 19px 16px 10px; }
  .mv-welcome-copy { padding: 22px 20px 26px; }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .mv-campaign-strip { grid-template-columns: 1fr minmax(240px, .65fr); }
  .mv-campaign-visual { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
