/* Finimize Research catalogue, translated into the 51 visual language. */
.reports-page {
  --research-yellow: #e8ff35;
  --research-line: rgba(255, 255, 255, 0.15);
  background: #030303 !important;
  color: #f5f5f2;
}

.reports-page main {
  background: #030303 !important;
}

.reports-page main > section {
  background-color: #030303 !important;
}

.reports-page .research-hero {
  position: relative;
  min-height: 0 !important;
  padding: 170px 0 46px !important;
  border-bottom: 1px solid var(--research-line);
  background: #030303;
}

.reports-page .research-hero::before,
.reports-page .research-hero::after {
  display: none !important;
}

.reports-page .research-hero-glow {
  display: none;
}

.reports-page .research-hero-content {
  max-width: 760px;
  margin-inline: 0 !important;
  text-align: left;
}

.reports-page .research-hero-badge {
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: none;
  color: #7ea4ff;
  font:
    600 11px/1 'IBM Plex Mono',
    monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reports-page .research-hero h1 {
  margin: 0;
  color: #f7f7f4;
  font-size: clamp(52px, 6.6vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.reports-page .research-hero-sub {
  max-width: 680px;
  margin: 18px 0 0;
  color: #9b9da4;
  font-size: 18px;
}

.reports-page .research-hero-actions {
  display: none;
}

.reports-page .research-hero-actions .btn {
  min-height: 43px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
}

.reports-page .research-hero-actions .btn-primary {
  border-color: #fff;
  background: #fff;
  color: #050505;
}

.reports-page .research-hero-actions .btn-primary:hover {
  border-color: var(--research-yellow);
  background: var(--research-yellow);
}

.reports-page .research-hero-proof {
  display: none;
}

.reports-page > main > .divider {
  display: none;
}

.reports-page .report-showcase {
  padding: 54px 0 68px;
  border-bottom: 1px solid var(--research-line);
  background: #030303 !important;
}

.reports-page .report-showcase::before {
  display: block;
  width: min(100% - 48px, var(--page-width));
  margin: 0 auto 24px;
  color: #f2f2ef;
  content: 'FLAGSHIP REPORT';
  font:
    600 11px/1 'IBM Plex Mono',
    monospace;
  letter-spacing: 0.12em;
}

.reports-page .report-showcase-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #090a0d;
}

.reports-page .report-showcase-cover {
  padding: 0;
  background: #0d0e12;
}

.reports-page .report-cover-wrapper {
  width: 100%;
  height: 100%;
  min-height: 540px;
  border: 0;
  border-radius: 0;
  background: #08090c;
  box-shadow: none;
}

.reports-page .report-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.reports-page .report-showcase-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
  border-left: 1px solid var(--research-line);
}

.reports-page .report-showcase-badge {
  align-self: flex-start;
  border: 0;
  border-radius: 0;
  background: none;
  color: #7ea4ff;
  font:
    600 10px/1 'IBM Plex Mono',
    monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.reports-page .report-showcase-title {
  max-width: 600px;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.reports-page .report-showcase-desc {
  max-width: 620px;
  margin-top: 20px;
  color: #a7a9b0;
  font-size: 16px;
  line-height: 1.6;
}

.reports-page .report-showcase-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 30px 0;
  border-top: 1px solid var(--research-line);
  border-bottom: 1px solid var(--research-line);
}

.reports-page .report-highlight {
  padding: 17px 14px 17px 0;
  border-right: 1px solid var(--research-line);
}

.reports-page .report-highlight:last-child {
  border-right: 0;
  padding-left: 15px;
}

.reports-page .report-highlight strong {
  color: #fff;
  font-size: 21px;
}

.reports-page .report-highlight span {
  color: #777a83;
  font:
    500 9px/1.3 'IBM Plex Mono',
    monospace;
  text-transform: uppercase;
}

.reports-page .report-gate-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.reports-page .report-gate-input,
.reports-page .report-gate-btn {
  min-height: 48px;
  border-radius: 0;
}

.reports-page .report-gate-input {
  border-color: rgba(255, 255, 255, 0.23);
  background: #030303;
  color: #fff;
}

.reports-page .report-gate-btn {
  border-color: #fff;
  background: #fff;
  color: #050505;
}

.reports-page .report-gate-btn:hover {
  border-color: var(--research-yellow);
  background: var(--research-yellow);
  color: #050505;
}

.reports-page .report-gate-note,
.reports-page .report-partners-label {
  color: #777a83;
}

.reports-page .report-library {
  padding: 72px 0 100px;
  background: #030303 !important;
}

.reports-page .report-library-header {
  margin-bottom: 34px;
  text-align: left;
}

.reports-page .report-library-header .section-label {
  color: #7ea4ff;
}

.reports-page .report-library-header .section-heading {
  margin-top: 13px;
  color: #f7f7f4;
  font-size: clamp(34px, 4.2vw, 54px);
  letter-spacing: -0.055em;
}

.reports-page .report-library-header .section-desc {
  margin-top: 9px;
  color: #9699a1;
}

.reports-page .report-library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px 20px;
}

.reports-page .report-library-item {
  display: block;
}

.reports-page .report-library-cover-wrap {
  aspect-ratio: 0.72 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: #0c0d11;
}

.reports-page .report-library-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 350ms ease,
    filter 350ms ease;
}

.reports-page .report-library-link:hover .report-library-cover {
  filter: brightness(1.08);
  transform: scale(1.018);
}

.reports-page .report-library-title {
  display: inline;
  margin-top: 14px;
  color: #f3f3f0;
  font:
    600 16px/1.3 'Sora',
    sans-serif;
  background-image: linear-gradient(var(--research-yellow), var(--research-yellow));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition:
    background-size 180ms ease,
    color 180ms ease;
}

.reports-page .report-library-link:hover .report-library-title {
  background-size: 100% 100%;
  color: #050505;
}

.reports-page .report-library-year {
  margin-top: 8px;
  color: #777a83;
  font:
    500 10px/1 'IBM Plex Mono',
    monospace;
}

.reports-page .report-library-toggle {
  margin-top: 50px;
}

.reports-page .report-library-toggle .btn {
  border-color: rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
}

@media (max-width: 900px) {
  .reports-page .report-showcase-layout {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .reports-page .report-cover-wrapper {
    min-height: 500px;
  }

  .reports-page .report-library-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .reports-page .research-hero {
    padding: 102px 0 34px !important;
  }

  .reports-page .report-showcase-layout {
    grid-template-columns: 1fr;
  }

  .reports-page .report-cover-wrapper {
    min-height: 0;
    aspect-ratio: 0.82 / 1;
  }

  .reports-page .report-showcase-content {
    padding: 30px 24px 34px;
    border-top: 1px solid var(--research-line);
    border-left: 0;
  }

  .reports-page .report-showcase-title {
    font-size: 42px;
  }

  .reports-page .report-showcase-highlights {
    grid-template-columns: 1fr;
  }

  .reports-page .report-highlight,
  .reports-page .report-highlight:last-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--research-line);
  }

  .reports-page .report-highlight:last-child {
    border-bottom: 0;
  }

  .reports-page .report-gate-input-row {
    grid-template-columns: 1fr;
  }

  .reports-page .report-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Literal Finimize surface pass: white editorial canvas and black utility type. */
html[data-theme='light'] body.reports-page,
html[data-theme='light'] body.reports-page main,
html[data-theme='light'] body.reports-page main > section,
html[data-theme='light'] body.reports-page .research-hero,
html[data-theme='light'] body.reports-page .report-library {
  --research-line: #e7e7e7;
  background: #fff !important;
  color: #111;
}

html[data-theme='light'] body.reports-page .nav {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid #eeeeee !important;
  box-shadow: none !important;
}

html[data-theme='light'] body.reports-page .nav :is(.nav-logo, .nav-link, .nav-link--active) {
  color: #111 !important;
}

html[data-theme='light'] body.reports-page .nav-logo span {
  display: inline !important;
}

html[data-theme='light'] body.reports-page .theme-toggle {
  display: none !important;
}

html[data-theme='light'] body.reports-page .nav .nav-actions a.btn.nav-reader-login {
  border: 1px solid #111 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
  -webkit-text-fill-color: #111 !important;
}

html[data-theme='light'] body.reports-page #research-page-title,
html[data-theme='light'] body.reports-page .report-library-header .section-label,
html[data-theme='light'] body.reports-page .report-library-header .section-heading,
html[data-theme='light'] body.reports-page .report-library-title {
  color: #111 !important;
}

html[data-theme='light'] body.reports-page .research-hero-sub {
  color: #626773;
}

html[data-theme='light']
  body.reports-page
  .report-library-item:nth-child(2)
  .report-library-cover-wrap {
  border-color: #111;
  box-shadow: none;
}

html[data-theme='light'] body.reports-page .report-library-cover-wrap {
  border-color: #e2e2e2;
  background: #f3f3f3;
}

html[data-theme='light'] body.reports-page .report-library-year {
  color: #777;
}

html[data-theme='light'] body.reports-page .report-showcase {
  background: #0a0a0a !important;
}

html[data-theme='light'] body.reports-page .site-footer {
  background: #fff !important;
  color: #111;
}

.reports-page .research-shelf {
  order: 3;
  padding: 54px 0 70px;
  border-bottom: 1px solid var(--research-line);
}

.reports-page .research-shelf--top {
  order: 4;
}

.reports-page .research-shelf .report-library-item:nth-child(2) {
  order: 0;
}

.reports-page .research-shelf .report-library-item:nth-child(2) .report-library-cover-wrap {
  border-color: #e2e2e2;
  box-shadow: none;
}

.reports-page .research-shelf .report-library-item:nth-child(2) .report-library-link::before {
  display: none;
}

.reports-page .report-showcase {
  order: 5;
}

.reports-page .report-library-title,
.reports-page .report-library-year {
  display: none;
}

.reports-page .report-library-toggle {
  display: none !important;
}

html[data-theme='light'] body.reports-page .research-shelf {
  background: #fff !important;
}

html[data-theme='light'] body.reports-page .nav-inner,
html[data-theme='light'] body.editorial-page[data-editorial-page='insights'] .nav-inner {
  max-width: none;
  padding-inline: 22px;
}

@media (max-width: 460px) {
  .reports-page .report-library-grid {
    grid-template-columns: 1fr;
  }
}

/* Fidelity correction: compact Finimize research header and cover-first shelf. */
.reports-page .announcement-bar {
  display: none !important;
}

.reports-page.has-announcement .nav,
.reports-page .nav {
  top: 0 !important;
}

.reports-page main {
  display: flex;
  flex-direction: column;
}

.reports-page .research-hero {
  order: 1;
  padding: 112px 0 46px !important;
  border-bottom: 0;
  background: #030303 !important;
  background-image: none !important;
}

.reports-page .research-hero-content {
  max-width: 760px;
}

.reports-page .research-hero-badge {
  display: none !important;
}

#research-page-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
}

.reports-page .research-hero-sub {
  margin-top: 14px;
  font-size: 18px;
}

.reports-page .report-library {
  order: 2;
  padding: 17px 0 78px;
  border-bottom: 1px solid var(--research-line);
}

.reports-page .report-library-header {
  margin-bottom: 30px;
}

.reports-page .report-library-header .section-label {
  color: #f7f7f4;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.reports-page .report-library-header .section-heading {
  margin-top: 6px;
  color: #d5d6da;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
}

.reports-page .report-library-grid {
  display: flex;
  gap: 18px;
  width: calc(100vw - max(24px, (100vw - 1248px) / 2));
  max-width: none !important;
  margin-inline: 0 !important;
  overflow-x: auto;
  padding: 0 26px 18px 0;
  justify-content: flex-start !important;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

.reports-page .report-library-item {
  flex: 0 0 276px;
  width: 276px !important;
  max-width: none !important;
  scroll-snap-align: start;
}

.reports-page .report-library-item:nth-child(2) {
  order: -1;
}

.reports-page .report-library-item:nth-child(2) .report-library-cover-wrap {
  border-color: rgba(17, 17, 17, 0.28);
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.12);
}

.reports-page .report-library-item:nth-child(2) .report-library-link::before {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  padding: 6px 8px;
  background: #111111;
  color: #fff;
  content: 'Flagship report';
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reports-page .report-library-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: none !important;
}

.reports-page .report-library-cover-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  aspect-ratio: 0.72 / 1;
}

.reports-page .report-library-title {
  display: block;
  margin-top: 13px;
  font-size: 16px;
}

.reports-page .report-library-toggle {
  margin-top: 26px;
  text-align: left;
}

.reports-page .report-showcase {
  order: 3;
  padding: 68px 0 82px;
}

.reports-page .report-showcase::before {
  content: 'FLAGSHIP REPORT — MONEY MOVEMENT 2.0';
}

.reports-page main > :not(.research-hero, .report-library, .report-showcase) {
  order: 10;
}

@media (max-width: 700px) {
  .reports-page .research-hero {
    padding: 88px 0 34px !important;
  }

  .reports-page .report-library {
    padding-top: 12px;
  }

  .reports-page .report-library-grid {
    width: calc(100vw - 24px);
  }

  .reports-page .report-library-item {
    flex-basis: min(76vw, 286px);
  }
}

/* Finish pass: usable, source-faithful research shelves. */
html[data-theme='light'] body.reports-page .nav {
  height: 64px;
  min-height: 64px;
}

html[data-theme='light'] body.reports-page .report-library-header {
  position: relative;
  padding-right: 124px;
}

.research-shelf-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 8px;
}

.research-shelf-controls button {
  min-width: 68px;
  min-height: 34px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font:
    600 11px/1 'DM Sans',
    sans-serif;
}

.research-shelf-controls button:hover:not(:disabled),
.research-shelf-controls button:focus-visible {
  background: #efff45;
  outline: 2px solid #111;
  outline-offset: 2px;
}

.research-shelf-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.32;
}

.research-shelf-control {
  display: inline-grid;
  width: 42px;
  min-width: 42px !important;
  height: 42px;
  min-height: 42px !important;
  padding: 0;
  place-items: center;
  border-radius: 50% !important;
}

.research-shelf-control svg {
  width: 16px;
  height: 16px;
}

.research-shelf-control[data-report-shelf-prev] svg {
  transform: rotate(180deg);
}

@media (min-width: 701px) {
  .reports-page .report-library:not(.research-shelf) .report-library-header {
    padding-right: 0;
  }

  .reports-page .report-library:not(.research-shelf) .research-shelf-controls {
    top: 284px;
    right: -4px;
    bottom: auto;
    z-index: 3;
  }

  .reports-page
    .report-library:not(.research-shelf)
    .research-shelf-control[data-report-shelf-prev]:disabled {
    display: none;
  }
}

.reports-page .report-library-grid {
  gap: 20px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reports-page .report-library-grid::-webkit-scrollbar {
  display: none;
}

.reports-page .report-library-item {
  flex-basis: 273px;
  width: 273px !important;
}

.reports-page .report-library-title,
.reports-page .report-library-year {
  display: none !important;
}

.reports-page .report-library-link:focus-visible {
  display: block;
  outline: 2px solid #111;
  outline-offset: 4px;
}

.reports-page .research-latest {
  order: 5;
  padding: 72px 0 86px;
  border-bottom: 1px solid var(--research-line);
  background: #fff !important;
}

.reports-page .report-showcase {
  order: 6;
}

.research-latest-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
}

.research-latest-head,
.research-discovery-rail > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
}

.research-latest-head h2,
.research-discovery-rail h2 {
  margin: 0;
  color: #111;
  font-size: 20px;
  letter-spacing: -0.035em;
}

.research-latest-head a {
  color: #6f7480;
  font-size: 11px;
  text-decoration: none;
}

.research-latest-head a:hover,
.research-latest-head a:focus-visible {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.research-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 32px;
}

.research-latest-card a {
  display: block;
  color: #111;
  text-decoration: none;
}

.research-latest-card a:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

.research-latest-image {
  position: relative;
  aspect-ratio: 1.58 / 1;
  overflow: hidden;
  background: #f3f3f3;
}

.research-latest-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease;
}

.research-latest-card:hover .research-latest-image img {
  transform: scale(1.018);
}

.research-latest-image span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.research-latest-card h3 {
  display: inline;
  margin: 13px 0 0;
  color: #111;
  font-size: 18px;
  line-height: 1.24;
  letter-spacing: -0.035em;
  background-image: linear-gradient(#efff45, #efff45);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 180ms ease;
}

.research-latest-card:hover h3,
.research-latest-card:focus-within h3 {
  background-size: 100% 100%;
}

.research-latest-card p {
  min-height: 57px;
  margin: 9px 0 0;
  color: #626773;
  font-size: 13px;
  line-height: 1.48;
}

.research-latest-card small {
  display: block;
  margin-top: 10px;
  color: #6f7480;
  font:
    500 10px/1.35 'IBM Plex Mono',
    monospace;
}

.research-discovery-rail {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 28px;
  padding-left: 24px;
  border-left: 1px solid #e1e1e1;
}

.research-discovery-rail > div:first-child {
  display: block;
}

.research-discovery-rail h2 {
  margin-bottom: 16px;
}

.research-discovery-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 14px;
  margin: 0;
}

.research-discovery-topics a {
  color: #244edb;
  font:
    500 12px/1.25 'IBM Plex Mono',
    monospace;
  text-decoration: none;
}

.research-discovery-topics a:hover,
.research-discovery-topics a:focus-visible {
  background: #efff45;
  color: #111;
  outline: none;
}

.research-terminal-promo {
  display: flex;
  min-height: 192px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background: #0a0a0a;
  color: #fff;
  text-decoration: none;
}

.research-terminal-promo > span {
  color: #9aa7ff;
  font:
    600 10px/1 'IBM Plex Mono',
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-terminal-promo strong {
  max-width: 195px;
  margin-top: 12px;
  font:
    600 22px/1.08 'Sora',
    sans-serif;
  letter-spacing: -0.045em;
}

.research-terminal-promo small {
  margin-top: 20px;
  color: #d7d8dc;
  font-size: 12px;
}

.research-terminal-promo:hover,
.research-terminal-promo:focus-visible {
  background: #111;
  outline: 2px solid #111;
  outline-offset: 3px;
}

@media (max-width: 1020px) {
  .research-latest-layout {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 30px;
  }

  .research-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .reports-page .research-latest {
    padding: 52px 0 60px;
  }

  .research-latest-layout {
    grid-template-columns: 1fr;
  }

  .research-latest-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .research-latest-card p {
    min-height: 0;
  }

  .research-discovery-rail {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #e1e1e1;
    border-left: 0;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  html[data-theme='light'] body.reports-page .nav-links {
    display: none !important;
  }

  html[data-theme='light'] body.reports-page .nav-mobile-btn {
    display: inline-flex !important;
    width: 44px;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reports-page .report-library-grid {
    scroll-behavior: auto;
  }

  .research-latest-image img,
  .research-latest-card h3,
  .reports-page .report-library-cover {
    transition: none;
  }
}

.report-gate-success-title {
  margin: 0;
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.report-gate-success-copy {
  margin: 6px 0 16px;
  color: #b4b6bd;
  font-size: 13px;
}

.report-gate-success-link {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.report-gate-success-link:hover,
.report-gate-success-link:focus-visible {
  background: #efff45;
  color: #111;
  outline: 2px solid #efff45;
  outline-offset: 3px;
}

@media (min-width: 901px) {
  html[data-theme='light'] body.reports-page .nav-mobile-btn {
    display: none !important;
  }

  html[data-theme='light'] body.reports-page .nav-inner {
    padding-inline: 40px 48px;
  }
}

@media (max-width: 700px) {
  html[data-theme='light'] body.reports-page .nav {
    height: 64px;
    min-height: 64px;
  }

  html[data-theme='light'] body.reports-page .report-library-header {
    padding-right: 0;
    padding-bottom: 46px;
  }

  .research-shelf-controls {
    right: auto;
    bottom: 0;
    left: 0;
  }

  .research-shelf-controls button {
    min-height: 44px;
  }

  .reports-page .report-library-item {
    flex-basis: min(76vw, 286px);
    width: min(76vw, 286px) !important;
  }
}
