.page-loader {
  display: none !important;
}

.detail-seo-copy {
  display: none !important;
}

#firmPlatforms {
  display: grid !important;
  grid-template-columns: repeat(6, 42px);
  align-items: center;
  gap: 9px !important;
  width: max-content;
  max-width: 297px;
}

.rmp-seo-wrap {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 38px auto 8px;
  padding: 0 16px;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

.rmp-seo {
  text-align: center;
}

.rmp-seo h2 {
  max-width: 1220px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(36px,5.4vw,62px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.04;
  filter: none;
  opacity: 1;
  text-shadow: none;
}

.rmp-seo-accent {
  background: linear-gradient(90deg,#ded9ff 0%,#9f91ff 52%,#8176ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: none;
  opacity: 1;
  text-shadow: none;
}

.rmp-seo p {
  max-width: 850px;
  margin: 14px auto 0;
  color: #f0eff9;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.62;
  text-align: center;
  text-wrap: balance;
  filter: none;
  opacity: 1;
  text-shadow: none;
}

#rmpLoader {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background: transparent !important;
  pointer-events: none;
}

/* Content-hub first paint: reserve the exact featured/card layout while CMS data loads. */
.rmp-news-skeleton-card,
.rmp-news-skeleton-media,
.rmp-news-skeleton-line,
.rmp-news-skeleton-pill,
.rmp-news-skeleton-dot {
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg,rgba(255,255,255,.045) 8%,rgba(145,120,255,.13) 18%,rgba(255,255,255,.045) 33%);
  background-size: 220% 100%;
  animation: rmp-news-skeleton-shimmer 1.35s linear infinite;
  animation-delay: var(--rmp-skeleton-delay,0ms);
}
.rmp-news-skeleton-card { pointer-events: none; transform: none!important; }
.rmp-news-skeleton-card .card-body { min-height: 216px; }
.rmp-news-skeleton-media { min-height: 168px; border-color: rgba(255,255,255,.055)!important; }
.featured-inner > .rmp-news-skeleton-media { min-height: 290px; }
.rmp-news-skeleton-feature-copy { display: flex; flex-direction: column; justify-content: center; }
.rmp-news-skeleton-line { display: block; width: 100%; height: 10px; margin-top: 10px; border-radius: 999px; }
.rmp-news-skeleton-line.is-badge { width: 112px; height: 29px; margin: 0 0 5px; }
.rmp-news-skeleton-meta { display: flex; gap: 14px; margin: 8px 0 2px; }
.rmp-news-skeleton-line.is-meta { width: 74px; height: 9px; }
.rmp-news-skeleton-line.is-meta-short { width: 52px; height: 9px; }
.rmp-news-skeleton-line.is-feature-title { width: 92%; height: 27px; margin-top: 16px; }
.rmp-news-skeleton-line.is-feature-title-short { width: 62%; height: 27px; margin-top: 8px; }
.rmp-news-skeleton-line.is-card-title { width: 94%; height: 15px; margin-top: 14px; }
.rmp-news-skeleton-line.is-card-title-short { width: 68%; height: 15px; margin-top: 7px; }
.rmp-news-skeleton-line.is-copy-short { width: 72%; }
.rmp-news-skeleton-author { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 18px; }
.rmp-news-skeleton-line.is-avatar { width: 28px; height: 28px; flex: 0 0 28px; margin: 0; border-radius: 50%; }
.rmp-news-skeleton-line.is-author { width: 116px; height: 12px; margin: 0; }
.rmp-news-skeleton-line.is-button { width: 128px; height: 38px; margin: 0 0 0 auto; border-radius: 11px; }
.rmp-news-skeleton-line.is-more { width: 62px; height: 10px; margin: 0 0 0 auto; }
.rmp-news-skeleton-pill { position: absolute; top: 12px; left: 12px; width: 92px; height: 25px; border-radius: 999px; }
.rmp-news-skeleton-dot { display: block; width: 18px; height: 6px; border-radius: 999px; }
.rmp-news-skeleton-dot.is-active { width: 30px; }
@keyframes rmp-news-skeleton-shimmer { to { background-position-x: -220%; } }
@media (prefers-reduced-motion:reduce) {
  .rmp-news-skeleton-card,.rmp-news-skeleton-media,.rmp-news-skeleton-line,.rmp-news-skeleton-pill,.rmp-news-skeleton-dot { animation: none; }
}

.rmp-seo-updated {
  margin: 12px auto 0;
  color: #c9c2ff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.rmp-seo-updated span {
  color: #ffffff;
}

@media (max-width: 780px) {
  .rmp-seo-wrap { margin-top: 28px; padding: 0 12px; }
  .rmp-seo h2 { font-size: clamp(30px,9vw,52px); }
  .rmp-seo p { margin-top: 11px; max-width: 92vw; font-size: 16px; }
}

#firmPlatforms .rmp-platform-logo {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 7px;
  border-radius: 9px;
  background: #f5f5f7;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
  cursor: help;
  transition: transform .18s ease, background .18s ease;
}

#firmPlatforms .rmp-platform-logo:hover,
#firmPlatforms .rmp-platform-logo:focus-visible {
  z-index: 4;
  background: #fff;
  outline: none;
  transform: translateY(-2px);
}

#firmPlatforms .rmp-platform-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#firmPlatforms .rmp-platform-logo::after {
  position: absolute;
  z-index: 10;
  bottom: calc(100% + 8px);
  left: 50%;
  content: attr(data-tooltip);
  padding: 6px 8px;
  border-radius: 6px;
  background: #24212e;
  color: #f8f7fb;
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%,4px);
  transition: opacity .14s ease, transform .14s ease;
  white-space: nowrap;
}

#firmPlatforms .rmp-platform-logo:hover::after,
#firmPlatforms .rmp-platform-logo:focus-visible::after {
  opacity: 1;
  transform: translate(-50%,0);
}

.absolute{position:absolute}
.block{display:block}
.container{width:min(100%,1280px);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
.max-w-6xl{max-width:72rem}
.max-w-7xl{max-width:80rem}
.max-w-5xl{max-width:64rem}
.max-w-2xl{max-width:42rem}
.max-w-\[1320px\]{max-width:1320px}
.mb-8{margin-bottom:2rem}
.mb-12{margin-bottom:3rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-10{margin-top:2.5rem}
.px-2{padding-left:.5rem;padding-right:.5rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.pl-10{padding-left:2.5rem}
.pr-4{padding-right:1rem}
.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}
.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.flex{display:flex}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.font-bold{font-weight:700}
.font-light{font-weight:300}
.hidden{display:none}
.inline-flex{display:inline-flex}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.grid{display:grid}
.h-4{height:1rem}
.relative{position:relative}
.right-col{justify-self:end}
.rounded-lg{border-radius:.5rem}
.rounded-full{border-radius:9999px}
.rounded-xl{border-radius:.75rem}
.top-1\/2{top:50%}
.w-4{width:1rem}
.w-8{width:2rem}
.w-full{width:100%}
.left-3{left:.75rem}
.min-w-0{min-width:0}
.h-8{height:2rem}
.md\:w-80{width:auto}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-center{text-align:center}
.text-gray-400{color:#9ca3af}
.text-xs{font-size:.75rem;line-height:1rem}
.text-white{color:#fff}
.text-\[\#9f98ff\]{color:#9f98ff}
.text-\[\#b9b6ff\]{color:#b9b6ff}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-semibold{font-weight:600}
.object-cover{object-fit:cover}
.z-10{z-index:10}
.md\:inline,.md\:flex{display:none}
.md\:hidden{display:inline-flex}
@media (min-width:640px){
  .sm\:flex-row{flex-direction:row!important}
}
@media (min-width:768px){
  .md\:flex{display:flex!important}
  .md\:flex-row{flex-direction:row!important}
  .md\:inline{display:inline-flex!important}
  .md\:hidden{display:none!important}
  .md\:text-6xl{font-size:3.75rem;line-height:1}
  .md\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .md\:w-80{width:20rem}
}

html,body{max-width:100%;overflow-x:clip}
img,video,canvas,svg,iframe{max-width:100%;height:auto}
*,*::before,*::after{box-sizing:border-box}
body{min-width:0}

#hamburger{
  appearance:none;
  -webkit-appearance:none;
  background:rgba(127,99,255,.12)!important;
  border:1px solid rgba(127,99,255,.46)!important;
  color:#efeaff!important;
  box-shadow:none!important;
  border-radius:10px;
  width:38px;
  height:38px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  font-weight:700;
}

nav.glass .mobile-menu{
  left:10px!important;
  right:10px!important;
  max-height:calc(100dvh - 96px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
}

nav.glass .mobile-menu .nav-item,
nav.glass .mobile-menu .nav-link{
  width:100%;
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

@media (max-width:980px){
  .container{padding-left:16px!important;padding-right:16px!important}
  .max-w-7xl,.max-w-6xl,.max-w-5xl,.max-w-\[1320px\]{width:100%!important}
  nav.glass .mobile-menu{
    position:fixed!important;
    top:62px!important;
    border-radius:12px!important;
    padding:12px!important;
    gap:10px!important;
    z-index:4000!important;
  }
}

@media (max-width:768px){
  html,body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:clip!important;
  }
  body{
    margin:0!important;
    padding:0!important;
  }
  section,main,header,footer{
    max-width:100%!important;
    overflow-x:clip!important;
  }
  .container,.home-container,.wrap,.max-w-7xl,.max-w-6xl,.max-w-5xl,.max-w-2xl,.max-w-\[1320px\]{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:16px!important;
    padding-right:16px!important;
    box-sizing:border-box!important;
  }
  nav.glass,nav.glass.rmp-sticky-nav{
    width:100%!important;
    max-width:100%!important;
    left:0!important;
    right:0!important;
    padding-left:16px!important;
    padding-right:16px!important;
    box-sizing:border-box!important;
  }
  .grid,.flex{
    max-width:100%!important;
  }
  a,button,input,select,textarea{
    max-width:100%!important;
  }
  .rmp-footer-card,.rmp-faq-grid,.rmp-faq-help,.pf-card,.card,.panel{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    min-width:0!important;
  }
  .controls,.btn-row,.pf-btn-row{
    width:100%!important;
    max-width:100%!important;
  }
  .btn-row,.pf-btn-row{
    gap:10px!important;
  }
  .pf-btn-row .pf-btn,.btn-row .btn{
    width:100%!important;
    max-width:100%!important;
  }
  .hero-gradient,.home-hero-bg h1.text-4xl{
    font-size:clamp(36px,10vw,64px)!important;
    line-height:1.08!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .hero-offers,.hero-offer-grid,.hero-future-list{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .top-promo{
    max-width:100%!important;
    text-align:center!important;
    flex-wrap:wrap!important;
    word-break:break-word!important;
  }
  footer a{
    overflow-wrap:anywhere!important;
  }
  table{
    display:block;
    max-width:100%!important;
    overflow-x:auto;
  }

  /* Firm detail pair tables stay full-width: labels left, values right. */
  #firmDetailsTable,
  #firmKeyMetricsTable,
  #firmTradingConditionsTable{
    display:table;
    width:100%!important;
    max-width:none!important;
    table-layout:fixed;
    overflow:visible;
  }
  #firmDetailsTable tr,
  #firmKeyMetricsTable tr,
  #firmTradingConditionsTable tr{
    display:table-row;
    width:100%;
  }
  #firmDetailsTable td,
  #firmKeyMetricsTable td,
  #firmTradingConditionsTable td{
    vertical-align:top;
    line-height:1.45;
    overflow-wrap:anywhere;
  }
  #firmDetailsTable td:first-child,
  #firmKeyMetricsTable td:first-child,
  #firmTradingConditionsTable td:first-child{
    width:42%;
    padding-left:0;
    text-align:left;
  }
  #firmDetailsTable td:last-child,
  #firmKeyMetricsTable td:last-child,
  #firmTradingConditionsTable td:last-child{
    width:58%;
    padding-right:0;
    text-align:right!important;
  }
  #detailOverviewSide,
  #detailOverviewSide > .glass-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }

  /* Horizontal swipe remains available, but mobile scrollbar tracks stay hidden. */
  *::-webkit-scrollbar:horizontal{
    display:none!important;
    height:0!important;
  }
  .offer-filters,
  .rules-filter-pills,
  .program-tabs,
  .detail-nav-bar,
  .review-pills,
  .review-table-scroll,
  .keep-row,
  .compare-tabs,
  .compare-profile-actions,
  .category-bar,
  .account-tabs,
  .ranking-pagination>div{
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
}
