/* GiftznMoney v24 — performance and responsive polish. */
:root {
  --v24-radius: 32px;
  --v24-card-radius: 24px;
  --v24-shadow: 12px 17px 36px rgba(52, 34, 104, .09), -7px -7px 19px rgba(255, 255, 255, .96);
}

/* Account, checkout and notification updates. */
.signup-otp-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}.signup-otp-row .outline-button{min-width:116px}.signup-otp-field label small{color:var(--muted);font-weight:600}.checkout-zcoin-combine{display:grid;grid-template-columns:auto 54px minmax(0,1fr) auto;align-items:center;gap:12px;margin:14px 0 0;padding:14px;border:1px solid #e2d7fa;border-radius:18px;background:#fbf9ff}.checkout-zcoin-combine>input{width:18px;height:18px;accent-color:var(--purple)}.checkout-zcoin-combine div{display:grid;gap:3px}.checkout-zcoin-combine small{color:var(--muted)}.checkout-zcoin-combine>b{color:var(--purple)}.product-notify-button{position:relative;z-index:2;width:100%;margin-top:8px}.account-profile-toggle{display:grid!important}
@media(max-width:650px){.site-header .header-inner .header-nav a.wishlist-nav{display:none!important}.site-header .header-inner .header-nav .account-profile-toggle{display:grid!important;width:34px!important;min-width:34px!important;height:34px!important;padding:7px!important}.site-header .header-inner .header-nav .account-profile-toggle svg{width:20px;height:20px}.signup-otp-row{grid-template-columns:1fr}.checkout-zcoin-combine{grid-template-columns:auto 44px minmax(0,1fr)}.checkout-zcoin-combine>b{grid-column:2/4}}
.payment-reference-icon {
  background-image: url("optimized/payment-reference.webp") !important;
}
.checkout-reference-icon {
  background-image: url("optimized/checkout-icon-pack.webp") !important;
}
.gift-attribute-icon {
  background-image: url("optimized/gift-card-attributes.webp") !important;
}

/* Keep navigation media inside a fixed box even while older CSS is cached. */
.site-header .header-inner .header-nav a.zcoin-nav,
.site-header .header-inner .header-nav .zcoin-nav {
  overflow: hidden !important;
}
.site-header .header-inner .header-nav a.zcoin-nav > img.nav-zcoin-image,
.site-header .header-inner .header-nav .zcoin-nav img {
  display: block !important;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  flex: 0 0 28px !important;
  object-fit: contain !important;
  object-position: center !important;
}
.site-header .brand img,
.glassy-brand img {
  object-fit: contain !important;
}

.view-all {
  min-width: 76px;
  min-height: 36px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border: 1px solid rgba(99, 66, 174, .08);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f6f1ff);
  box-shadow: 5px 7px 15px rgba(54, 35, 106, .08), -3px -3px 8px #fff;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap;
}

/* Complete, individually optimized How-it-Works artwork. */
.home-how-works .works-v6-steps {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 22px !important;
  overflow: visible !important;
}
.home-how-works .works-v6-card {
  min-width: 0 !important;
}
.home-how-works .works-v6-visual {
  height: 164px !important;
  display: grid !important;
  place-items: center !important;
  margin: 2px 0 4px !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  background: radial-gradient(circle, #f4efff 0 58%, rgba(255,255,255,.8) 59%) !important;
}
.home-how-works .works-v6-visual img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  padding: 8px !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: center !important;
  mix-blend-mode: multiply;
}
.works-v6-page > .works-v6-steps .works-v6-visual {
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}
.works-v6-page > .works-v6-steps .works-v6-visual img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  padding: 10px !important;
  transform: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Lower sections can skip paint work until they approach the viewport. */
.home-marketplace-panel,
.page-shell > .section:not(:first-child),
.dashboard-main > section {
  content-visibility: auto;
  contain-intrinsic-size: auto 420px;
}

.policy-page .policy-card,
.policy-page .support-public-card {
  border-radius: var(--v24-radius) !important;
  box-shadow: var(--v24-shadow) !important;
}

/* Refer & Earn metric glyphs must remain centred. */
.referral-stat .category-icon,
.referral-stat .metric-icon,
.referral-metrics article > span:first-child,
body[data-page="dashboard"] .metric-grid .metric > .category-icon {
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  overflow: hidden;
  line-height: 1 !important;
  text-align: center !important;
}

body[data-page="dashboard"] .metric-grid .metric > .category-icon {
  border-radius: 50%;
}
.mobile-record-dialog {
  width: min(560px, calc(100% - 24px));
  max-width: 560px;
  max-height: min(88vh, 760px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 28px;
  background: linear-gradient(155deg, #fff, #faf7ff);
  box-shadow: 18px 24px 55px rgba(32, 20, 70, .25);
}
.mobile-record-dialog::backdrop {
  background: rgba(17, 12, 43, .52);
  backdrop-filter: blur(7px);
}
.mobile-record-dialog header {
  position: sticky;
  z-index: 4;
  top: 0;
  display: flex;
  justify-content: flex-end;
  padding: 13px 14px 0;
  background: linear-gradient(#fff 65%, transparent);
}
.mobile-record-dialog header button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: #251451;
  background: #f1ebff;
  font-size: 24px;
  cursor: pointer;
}
.mobile-record-dialog > [data-mobile-record-detail] {
  padding: 0 24px 26px;
}
.gift-card-value-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
}
.gift-card-value-summary p {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 5px;
  margin: 0 !important;
  padding: 12px;
  border: 1px solid rgba(101, 70, 174, .09);
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, #f7f2ff);
  box-shadow: 5px 7px 15px rgba(52, 33, 104, .07);
}
.gift-card-value-summary span {
  color: #737b94;
  font-size: 10px;
}
.gift-card-value-summary b {
  color: #19234b;
  font-size: 15px;
}
.gift-card-secure-detail .mobile-gift-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 20px;
}
.gift-card-secure-detail .mobile-gift-actions > * {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 900px) {
  .home-how-works .works-v6-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .home-how-works .works-v6-card {
    min-height: 205px !important;
    padding: 14px 7px 13px !important;
  }
  .home-how-works .works-v6-visual {
    height: 118px !important;
  }
  .home-how-works .works-v6-card h3 {
    font-size: 12px !important;
  }
  .home-how-works .works-v6-card p {
    font-size: 8px !important;
  }
  .hero-service-line,
  .home-marketplace-trust {
    overflow: hidden !important;
  }
}

@media (max-width: 650px) {
  .mobile-record-dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border-radius: 0;
  }

  /* Signed-in mobile navigation uses bare icons, without mismatched circles. */
  .site-header .header-inner .header-nav a.zcoin-nav,
  .site-header .header-inner .header-nav a.wishlist-nav {
    width: 31px !important;
    min-width: 31px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 1px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body[data-authenticated="true"] .site-header .header-nav .mobile-hide-nav {
    display: inline-flex !important;
  }
  .site-header .header-inner .header-nav a.zcoin-nav > img.nav-zcoin-image {
    width: 27px !important;
    min-width: 27px !important;
    max-width: 27px !important;
    height: 27px !important;
    min-height: 27px !important;
    max-height: 27px !important;
  }
  .site-header .wishlist-glyph {
    width: 27px !important;
    height: 27px !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 25px !important;
  }

  /* Banner remains automatic and swipeable without separate arrow controls. */
  .hero-arrow {
    display: none !important;
  }
  .hero-service-line {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 2px !important;
    padding: 7px 4px !important;
  }
  .hero-service-line > span {
    min-width: 0 !important;
    justify-content: center !important;
    gap: 3px !important;
  }
  .hero-service-line .clay-trust-icon {
    width: 27px !important;
    height: 27px !important;
    flex: 0 0 27px !important;
  }
  .hero-service-line b {
    font-size: 6.2px !important;
    line-height: 1.2 !important;
  }

  /* One compact, non-scrollable trust panel. */
  .home-marketplace-trust {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 8px !important;
    overflow: hidden !important;
  }
  .home-marketplace-trust article {
    min-width: 0 !important;
    min-height: 58px !important;
    grid-template-columns: 35px minmax(0, 1fr) !important;
    gap: 6px !important;
    padding: 7px !important;
    border-right: 1px solid #eee9f7;
    border-bottom: 1px solid #eee9f7;
  }
  .home-marketplace-trust article:nth-child(2n) {
    border-right: 0;
  }
  .home-marketplace-trust article:nth-child(5) {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
    border-right: 0;
    border-bottom: 0;
  }
  .home-marketplace-trust .clay-trust-icon,
  .home-marketplace-trust .clay-category-icon {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
  }
  .home-marketplace-trust b {
    font-size: 8px !important;
  }
  .home-marketplace-trust small {
    font-size: 6.2px !important;
    line-height: 1.25 !important;
  }

  /* Five steps in one view: 2 + 2 + centred final card, no horizontal rail. */
  .home-how-works {
    padding: 18px 9px 20px !important;
  }
  .home-how-works > header h2 {
    font-size: 21px !important;
  }
  .home-how-works > header p {
    margin-bottom: 15px !important;
    font-size: 10px !important;
  }
  .home-how-works .works-v6-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }
  .home-how-works .works-v6-card {
    width: auto !important;
    min-width: 0 !important;
    min-height: 178px !important;
    padding: 10px 6px 11px !important;
    border-radius: 18px !important;
  }
  .home-how-works .works-v6-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 5px) !important;
    justify-self: center;
  }
  .home-how-works .works-v6-card:not(:last-child)::after {
    display: none !important;
  }
  .home-how-works .works-v6-visual {
    height: 103px !important;
    border-radius: 14px !important;
  }
  .home-how-works .works-v6-visual img {
    padding: 5px !important;
  }
  .home-how-works .works-v6-card h3 {
    margin: 7px 0 3px !important;
    font-size: 11px !important;
  }
  .home-how-works .works-v6-card p {
    font-size: 7.4px !important;
    line-height: 1.35 !important;
  }

  /* Product information order: three features, then two centred features. */
  .gift-attribute-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .gift-attribute-grid article {
    grid-column: span 2 !important;
    min-height: 135px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 11px 4px !important;
    text-align: center !important;
  }
  .gift-attribute-grid article:nth-child(n+4) {
    grid-column: span 3 !important;
  }
  .gift-attribute-grid article:nth-child(3) {
    border-right: 0 !important;
  }
  .gift-attribute-grid article:nth-child(4) {
    border-left: 0 !important;
  }
  .gift-attribute-icon {
    width: 49px !important;
    min-width: 49px !important;
    height: 49px !important;
    flex: 0 0 49px !important;
    margin: 0 auto !important;
  }
  .gift-attribute-grid b {
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }
  .gift-attribute-grid small {
    font-size: 8.5px !important;
    line-height: 1.35 !important;
  }

  .view-all {
    min-width: 72px !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    font-size: 9px !important;
  }
  .content-layout [data-product-grid] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    overflow: visible !important;
    padding: 3px 0 12px !important;
    scroll-snap-type: none !important;
  }
  .content-layout [data-product-grid] .product-card {
    width: auto !important;
    min-width: 0 !important;
    flex: initial !important;
  }
  .trust-footer-strip.benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .trust-footer-strip.benefit-grid article:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 4px);
    justify-self: center;
  }
  .gift-card-secure-detail .mobile-gift-actions {
    grid-template-columns: 1fr;
  }
}

/* v25: visible stock-request flow and unambiguous mobile account navigation. */
.product-card.is-out-of-stock{opacity:1!important;min-height:270px!important;border-color:#eadffb!important;background:linear-gradient(145deg,#fff,#faf7ff)!important}.product-card.is-out-of-stock .product-logo{filter:none!important;opacity:.72}.product-notify-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;margin-top:10px!important;border-color:#7137f5!important;background:#fff!important;color:#7137f5!important;font-weight:900!important;cursor:pointer!important}.product-notify-button:disabled{cursor:default;opacity:.7}.stock-notify-dialog{width:min(calc(100% - 28px),460px);padding:0;border:0;border-radius:28px;background:transparent;box-shadow:0 24px 70px rgba(34,20,80,.28)}.stock-notify-dialog::backdrop{background:rgba(19,12,46,.52);backdrop-filter:blur(3px)}.stock-notify-card{position:relative;display:grid;gap:14px;padding:30px;border:1px solid #e8dff8;border-radius:28px;background:linear-gradient(145deg,#fff,#f8f4ff);color:#14204f}.stock-notify-card h2,.stock-notify-card p{margin:0}.stock-notify-card p{color:var(--muted);line-height:1.6}.stock-notify-card label{display:grid;gap:7px;font-weight:800}.stock-notify-card input{width:100%;height:48px;padding:0 15px;border:1px solid #ddd2f0;border-radius:14px;background:#fff;font:inherit}.stock-notify-card .purple-button{width:100%;border:0}.stock-notify-card small{min-height:18px;color:#554477;font-weight:700}.stock-notify-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:0;border-radius:50%;background:#eee7fb;color:#2b195b;font-size:24px;cursor:pointer}.stock-notify-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:18px;background:#f0e8ff;font-size:28px}
@media(max-width:900px){.site-header .header-inner .header-nav .account-profile-toggle{display:grid!important;visibility:visible!important;width:38px!important;min-width:38px!important;height:38px!important;padding:8px!important}.site-header .header-inner .header-nav a.wishlist-nav{display:none!important}.mobile-account-grid a[href*="wishlist=1"]{display:flex!important}.product-card.is-out-of-stock{min-height:250px!important}}
@media(max-width:650px){.site-header .header-inner .header-nav{display:flex!important}.site-header .header-inner .header-nav .account-profile-toggle{order:2}.site-header .header-inner .header-nav .mobile-menu-toggle{order:3}.site-header .header-inner .header-nav .zcoin-nav{order:1}.site-header .header-inner .header-nav a.wishlist-nav{display:none!important}.stock-notify-card{padding:25px 20px}.product-card.is-out-of-stock{min-height:235px!important}}

@media (max-width: 380px) {
  .site-header .header-inner .header-nav {
    gap: 1px !important;
  }
  .home-how-works .works-v6-card {
    min-height: 168px !important;
  }
  .home-how-works .works-v6-visual {
    height: 94px !important;
  }
}

@media (max-width: 650px) {
  body[data-authenticated="true"] .site-header .header-inner .header-nav a.wishlist-nav,
  body:not([data-authenticated="true"]) .site-header .header-inner .header-nav a.wishlist-nav {
    display: none !important;
  }
  .site-header .header-inner .header-nav .account-profile-toggle {
    display: grid !important;
  }
}

/* v27: exactly one mobile account control: sign-in for guests, menu for members. */
@media (max-width:900px){body:not([data-authenticated="true"]) .site-header .account-profile-toggle{display:grid!important}body:not([data-authenticated="true"]) .site-header .mobile-menu-toggle{display:none!important}body[data-authenticated="true"] .site-header .account-profile-toggle{display:none!important}body[data-authenticated="true"] .site-header .mobile-menu-toggle{display:grid!important}}

/* v28: align the Wishlist tile with the existing Z Coin tile. */
@media(max-width:900px){.mobile-account-grid a[href*="wishlist=1"]{display:grid!important;grid-template-columns:38px minmax(0,1fr) auto!important;align-items:center!important;justify-content:stretch!important;gap:7px!important;text-align:left!important}.mobile-account-grid a[href*="wishlist=1"] .wishlist-glyph{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;min-width:36px!important;border-radius:12px!important;background:#fff!important;color:#7137ef!important;font-size:27px!important;line-height:1!important;box-shadow:none!important}.mobile-account-grid a[href*="wishlist=1"] strong{font-size:13px!important;font-weight:800!important;line-height:1.2!important}.mobile-account-grid a[href*="wishlist=1"] i{justify-self:end!important}}

/* v29: on mobile the profile shortcut is a sign-in control only. Once the
   account is authenticated, the header keeps Z Coin + the account menu. */

/* v30: premium solid 3D Wishlist heart in the desktop header and mobile profile grid. */
.site-header .wishlist-nav .wishlist-glyph{
  color:transparent!important;
  font-size:0!important;
  background-color:#fff!important;
  background-image:url("optimized/wishlist-heart-3d-v30.webp")!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:25px 25px!important;
}
@media(max-width:900px){
  .mobile-account-grid a[href*="wishlist=1"] .wishlist-glyph{
    color:transparent!important;
    font-size:0!important;
    background-color:#fff!important;
    background-image:url("optimized/wishlist-heart-3d-v30.webp")!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:30px 30px!important;
    border-radius:12px!important;
    box-shadow:3px 5px 11px rgba(91,54,167,.12)!important;
  }
}
@media(max-width:900px){
  body[data-authenticated="true"] .site-header .header-inner .header-nav .account-profile-toggle{display:none!important;visibility:hidden!important}
  body[data-authenticated="true"] .site-header .header-inner .header-nav .mobile-menu-toggle{display:grid!important;visibility:visible!important}
  body:not([data-authenticated="true"]) .site-header .header-inner .header-nav .account-profile-toggle{display:grid!important;visibility:visible!important}
  body:not([data-authenticated="true"]) .site-header .header-inner .header-nav .mobile-menu-toggle{display:none!important;visibility:hidden!important}
}

/* Customer order history intentionally exposes only final states. */
.status.incomplete{color:#c3263b;background:#ffe2e7}
.mobile-order-alert.incomplete{background:#fff0f0;color:#bd3042}
@media(min-width:901px){body[data-page="dashboard"] .order-metric-grid{grid-template-columns:repeat(3,1fr)}}

.checkout-wallet-methods{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0 0;padding:14px;border:1px solid #e3d9f5;border-radius:18px;background:#fbf9ff}.checkout-wallet-methods[hidden]{display:none!important}.checkout-wallet-methods>p{grid-column:1/-1;margin:0;color:#34406a;font-size:13px;font-weight:900}.checkout-wallet-methods>label{display:grid;grid-template-columns:auto 48px minmax(0,1fr);align-items:center;gap:9px;min-height:72px;padding:10px;border:1px solid #e5dcf5;border-radius:15px;background:#fff;cursor:pointer}.checkout-wallet-methods>label.active{border-color:#7137f5;background:#f6f1ff}.checkout-wallet-methods input{accent-color:#7137f5}.checkout-wallet-methods label div{display:grid;gap:3px}.checkout-wallet-methods label small{color:var(--muted);font-size:11px}.razorpay-wallet-mark{display:grid;place-items:center;width:42px;height:42px;padding:8px;border:1px solid #e3e8f4;border-radius:13px;background:#fff;box-shadow:0 3px 10px rgba(7,38,84,.08)}.razorpay-wallet-mark svg{display:block;width:25px;height:29px}@media(max-width:650px){.checkout-wallet-methods{grid-template-columns:1fr}.checkout-wallet-methods>p{grid-column:1}.checkout-wallet-methods>label{grid-template-columns:auto 44px minmax(0,1fr)}}

/* 2026-08-14 storefront refinements. */
.newsletter.newsletter-single{grid-template-columns:minmax(0,1fr)!important}
.newsletter-single .newsletter-card{width:100%;min-height:180px;display:flex;flex-direction:column;justify-content:center}
.newsletter-single .newsletter-form{max-width:760px;width:100%}
.home-marketplace-panel{overflow:visible!important;content-visibility:visible!important;contain:none!important}
.home-marketplace-row{overflow:visible}
.home-marketplace-row .product-grid{overflow-y:visible;padding-top:10px;margin-top:-4px}
.auth-promo.auth-promo-v2{min-height:auto!important;padding-bottom:36px!important}
@media (hover:none),(max-width:900px){
  .home-marketplace-panel .product-card:hover{transform:none!important}
}

/* v35: edge-to-edge hero artwork and stable mobile auto-rails. */
.hero-feature-art.hero-market-original-art{
  position:relative!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:31px!important;
  background:#faf7ff!important;
  isolation:isolate;
}
.hero-feature-art.hero-market-original-art>[data-hero-active-image]{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:inherit!important;
  transform:translateX(0);
  backface-visibility:hidden;
  will-change:transform;
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  -webkit-user-drag:none!important;
  mix-blend-mode:normal!important;
  filter:none!important;
}
@media(max-width:900px){
  .hero-feature-art.hero-market-original-art{
    width:min(530px,calc(100% - 24px))!important;
    height:auto!important;
    aspect-ratio:1/1!important;
    margin:2px auto 15px!important;
    border-radius:27px!important;
  }
  .home-marketplace-panel [data-category-grid],
  .home-marketplace-panel [data-product-grid],
  section[aria-labelledby="recent-title"] [data-product-grid]{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:none!important;
    scrollbar-width:none!important;
    padding:9px 2px 17px!important;
    overscroll-behavior-inline:contain;
  }
  .home-marketplace-panel [data-category-grid]::-webkit-scrollbar,
  .home-marketplace-panel [data-product-grid]::-webkit-scrollbar,
  section[aria-labelledby="recent-title"] [data-product-grid]::-webkit-scrollbar{display:none!important}
  .home-marketplace-panel [data-category-grid] .category-card{
    flex:0 0 calc((100% - 12px)/2)!important;
    width:auto!important;
    min-width:0!important;
    transform:none!important;
  }
  .home-marketplace-panel [data-product-grid] .product-card,
  section[aria-labelledby="recent-title"] [data-product-grid] .product-card{
    flex:0 0 calc((100% - 12px)/2)!important;
    width:auto!important;
    min-width:0!important;
    transform:none!important;
  }
}
@media(max-width:650px){
  .hero-carousel{min-height:720px!important}
  .hero-stage{min-height:607px!important}
  .hero-slide{grid-template-rows:auto minmax(310px,1fr)!important}
  .hero-feature-art.hero-market-original-art{
    width:calc(100% - 22px)!important;
    max-width:520px!important;
    margin:0 auto 15px!important;
    border-radius:25px!important;
  }
}

/* v37: compact mobile authentication and dashboard-only desktop logout. */
.dashboard-nav .dashboard-logout-button{display:flex;width:100%;min-height:59px!important;align-items:center;gap:13px!important;padding:5px 13px!important;border:0;border-radius:16px;background:transparent;color:#c22452;font:inherit;font-weight:600;text-align:left;cursor:pointer}
.dashboard-nav .dashboard-logout-button:hover{background:linear-gradient(145deg,#fff,#fff0f3);box-shadow:6px 8px 16px rgba(148,46,81,.10),-5px -5px 12px #fff}
.dashboard-icon-logout{display:grid!important;place-items:center!important;background:#fff0f3!important;color:#e72b66;font-style:normal;font-size:26px;font-weight:900;line-height:1}
.dashboard-icon-logout::before{content:'\21AA'}
@media(max-width:650px){
  .auth-page-v2 .auth-main-v2{gap:10px!important}
  .auth-page-v2 .auth-promo-v2{min-height:0!important;padding-bottom:8px!important}
  .auth-page-v2 .auth-promo-v2 h1{margin-bottom:8px!important}
  .auth-page-v2 .auth-promo-v2 p{margin-bottom:0!important}
  .auth-page-v2 .auth-benefits-v2,.auth-page-v2 .auth-wallet-scene{display:none!important}
  .auth-page-v2 .auth-card-v2{margin-top:0!important}
}
