.view-tabs {
  display: flex;
  gap: 4px;
  margin-left: 28px;
}

.masthead { gap: 14px; min-height: 72px; height: auto; padding-top: 8px; padding-bottom: 8px; }
.masthead .brand { flex: 0 0 auto; min-width: 150px; }
.masthead .governance { flex: 0 0 auto; margin: 0; padding: 6px 9px; border-left: 1px solid var(--line); white-space: nowrap; }
.masthead .view-tabs { flex: 1 1 auto; margin-left: 0; overflow-x: auto; scrollbar-width: thin; }
.masthead .view-tab[data-view="sandbox-view"], .masthead .view-tab[data-view="macro-view"], .masthead .view-tab[data-view="stablecoin-view"] { color: #7b756c; font-size: 10px; }
.masthead .refresh-control, .masthead .refresh { flex: 0 0 auto; }
.masthead-market { display: flex; gap: 7px; align-items: baseline; white-space: nowrap; font-size: 11px; }
.masthead-market span { color: var(--muted); }
.masthead-market .is-positive { color: var(--green); }
.masthead-market .is-negative { color: var(--red); }
.sign-in-planned { padding-left: 13px; border-left: 1px solid var(--line); color: var(--muted); font-size: 11px; white-space: nowrap; cursor: default; }
.masthead footer, footer nav { display: flex; gap: 8px; justify-content: center; align-items: center; }
footer strong { color: var(--ink); }
footer a { color: inherit; }

.view-tab {
  padding: 7px 10px;
  border-color: transparent;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
}

.view-tab.is-active {
  border-color: var(--line);
  background: var(--panel);
  color: var(--ink);
}

.research-hero {
  border-bottom: 1px solid var(--line);
}

.research-governance {
  align-self: end;
  padding: 12px 15px;
  border: 1px solid #d9b98d;
  border-radius: 8px;
  color: #8b5429;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.6;
  text-align: right;
}

.research-table-wrap {
  overflow-x: auto;
}

#cycle-results-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

#cycle-results-table th,
#cycle-results-table td {
  padding: 11px;
  border-bottom: 1px solid var(--line);
  text-align: right;
}

#cycle-results-table th:first-child,
#cycle-results-table td:first-child {
  text-align: left;
}

@media (max-width: 900px) {
  .masthead { flex-wrap: wrap; }
  .masthead .brand { min-width: 0; }
  .masthead .view-tabs { order: 3; flex-basis: 100%; margin-left: 0; }
  .masthead-market { margin-left: auto; }
  .view-tabs {
    margin-left: auto;
  }

  .view-tab {
    font-size: 11px;
  }
}

@media (max-width: 560px) {
  .masthead { gap: 9px; }
  .masthead .brand { flex: 1 1 auto; }
  .masthead-market { order: 2; margin-left: 0; }
  .sign-in-planned { order: 2; }
  .masthead .view-tabs { order: 3; }
}
