.market-launch-ready .market-hub-titlebar{display:grid!important;grid-template-columns:40px minmax(0,1fr) 43px!important;align-items:center!important;gap:10px!important}.market-launch-ready .market-hub-titlebar>div:first-of-type{min-width:0}.market-launch-ready .market-hub-back{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.075);border-radius:13px;background:linear-gradient(180deg,rgba(255,255,255,.036),rgba(255,255,255,.014));color:#c5ccd6;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);text-decoration:none;transition:transform 150ms ease,border-color 150ms ease}.market-launch-ready .market-hub-back:active{transform:scale(.96)}.market-launch-ready .market-hub-back:focus-visible{outline:none;border-color:rgba(245,196,0,.3)}.market-launch-ready .market-hub-back svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.market-launch-ready .asset-detail-row.is-tech-hidden{display:none!important}.market-launch-ready #assetDetailBox .asset-detail-row span{font-size:7px}.market-launch-ready #assetDetailBox .asset-detail-row strong{max-width:62%;white-space:normal}.market-launch-ready .market-hub-titlebar .market-hub-add{justify-self:end}.market-launch-ready .market-hub-head[data-catalog-view="1"] .market-hub-titlebar h1{font-size:22px!important}.market-launch-ready .market-hub-head[data-catalog-view="1"] .market-hub-section-head strong{color:#f7f8fa}@media(max-width:370px){.market-launch-ready .market-hub-titlebar{grid-template-columns:38px minmax(0,1fr) 40px!important;gap:8px!important}.market-launch-ready .market-hub-back{width:38px;height:38px}.market-launch-ready .market-hub-add{width:40px!important;height:40px!important}}

/* Mobile KLine bootstrap geometry only.
   The former yellow action rail and fixed native controls were superseded by
   market-launch.js, which owns the current dark .mobile-chart-action-rail. */
@media (max-width:820px){
  html.market-chart-active:not(.chart-native-landscape):not(.mobile-chart-fullscreen-active) body.market-launch-ready .market-shell .market-main{
    inset:calc(56px + env(safe-area-inset-top)) 0 calc(114px + env(safe-area-inset-bottom)) 0!important;
  }

  /* backdrop-filter can turn fixed descendants into a topbar-local containing block on iOS. */
  html.market-chart-active:not(.chart-native-landscape):not(.mobile-chart-fullscreen-active) body.market-launch-ready .market-shell .market-topbar{
    overflow:visible!important;
    filter:none!important;
    transform:none!important;
    perspective:none!important;
    contain:none!important;
    will-change:auto!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}
