html.legacy-browser,
html.legacy-browser body {
  background: #10151d;
  color: #ebf0f5;
}

html.legacy-browser .site-shell,
html.legacy-browser .space-shell,
html.legacy-browser .auth-card,
html.legacy-browser .download-card,
html.legacy-browser .portal-topbar,
html.legacy-browser .portal-panel,
html.legacy-browser .portal-grid,
html.legacy-browser .sidebar-card,
html.legacy-browser .material-card,
html.legacy-browser .notification-item,
html.legacy-browser .reader-window {
  background: #161d28;
  border-color: #2c3748;
  color: #ebf0f5;
  box-shadow: none;
}

html.legacy-browser .portal-tabs,
html.legacy-browser .toolbar-tabs,
html.legacy-browser .auth-switcher {
  background: #161d28;
  border: 1px solid #2c3748;
}

html.legacy-browser .portal-tabs button,
html.legacy-browser .scope-tab,
html.legacy-browser .switch-tab,
html.legacy-browser .ghost-button {
  background: #202a38;
  border: 1px solid #3b4960;
  color: #ebf0f5;
}

html.legacy-browser .portal-tabs button.active,
html.legacy-browser .scope-tab.active,
html.legacy-browser .switch-tab.active {
  background: #243b6b;
  border-color: #38bdf8;
  color: #ffffff;
}

html.legacy-browser input,
html.legacy-browser select,
html.legacy-browser textarea {
  background: #202a38;
  border: 1px solid #3b4960;
  color: #ffffff;
}

html.legacy-browser .primary-button,
html.legacy-browser .download-button {
  background: #2f6bff;
  color: #ffffff;
}

html.legacy-browser .hero-grid,
html.legacy-browser .portal-grid,
html.legacy-browser .chat-web-grid,
html.legacy-browser .download-grid,
html.legacy-browser .news-grid,
html.legacy-browser .tips-grid {
  display: block;
}

html.legacy-browser .hero-grid > *,
html.legacy-browser .portal-grid > *,
html.legacy-browser .chat-web-grid > *,
html.legacy-browser .download-grid > *,
html.legacy-browser .news-grid > *,
html.legacy-browser .tips-grid > * {
  margin-bottom: 14px;
}
