:root {
  color-scheme: dark;
  font-family: var(--oxxy-font-sans);
}

body[data-oxxy-invest-shell],
body[data-oxxy-invest-shell] * { box-sizing: border-box; }

html:has(body[data-oxxy-invest-shell]),
body[data-oxxy-invest-shell] {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--oxxy-side-deep);
}

body[data-oxxy-invest-shell] .oxxy-invest-shell {
  position: relative;
  width: 100vw;
  height: 100vh;
  color: var(--oxxy-text);
  background: var(--oxxy-side-deep);
}

body[data-oxxy-invest-shell] .oxxy-invest-shell__frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: var(--oxxy-side-deep);
}

body[data-oxxy-invest-shell] .oxxy-invest-shell__safety {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Injetado apenas na barra nativa do Home Broker N7. Não cria um segundo header. */
html.oxxy-global-shell-ready .topbar {
  overflow: visible;
}

html.oxxy-global-shell-ready .topbar-right {
  min-width: 0;
  overflow: visible;
}

.topbar-right > .oxxy-product-switcher--embedded {
  width: 154px;
  flex: 0 0 154px;
  order: 99;
  margin-left: 6px;
  z-index: 240;
}

.topbar-right > .oxxy-product-switcher--embedded > summary {
  min-height: 34px;
  grid-template-columns: 22px minmax(0, 1fr) 12px;
  gap: 6px;
  padding: 3px 7px 3px 5px;
  border-radius: 10px;
}

.topbar-right > .oxxy-product-switcher--embedded .oxxy-product-switcher__mark {
  width: 22px;
  height: 22px;
}

.topbar-right > .oxxy-product-switcher--embedded .oxxy-product-switcher__current strong {
  font-size: 10px;
  letter-spacing: .01em;
}

.topbar-right > .oxxy-product-switcher--embedded .oxxy-product-switcher__current small {
  display: none;
}

.topbar-right > .oxxy-product-switcher--embedded .oxxy-product-switcher__menu {
  right: 0;
}

@media (max-width: 1120px) {
  .topbar-right > .oxxy-product-switcher--embedded {
    width: 132px;
    flex-basis: 132px;
  }
}

@media (max-width: 760px) {
  .topbar-right > .oxxy-product-switcher--embedded {
    width: 42px;
    flex-basis: 42px;
  }

  .topbar-right > .oxxy-product-switcher--embedded > summary {
    grid-template-columns: 28px;
    justify-content: center;
    padding-inline: 6px;
  }

  .topbar-right > .oxxy-product-switcher--embedded .oxxy-product-switcher__current,
  .topbar-right > .oxxy-product-switcher--embedded .oxxy-product-switcher__chevron {
    display: none;
  }
}
