.rh-overview-stage {
  --rh-ov-bg: #071525;
  --rh-ov-panel: #0a1b2d;
  --rh-ov-panel-strong: #0d2238;
  --rh-ov-border: rgba(120, 164, 201, .18);
  --rh-ov-text: #edf7ff;
  --rh-ov-muted: #7890a6;
  --rh-ov-cyan: #40d7f5;
  --rh-ov-blue: #4d87ff;
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) 244px;
  min-height: 670px;
  border: 1px solid var(--rh-ov-border);
  border-radius: 18px;
  overflow: hidden;
  background: var(--rh-ov-bg);
  color: var(--rh-ov-text);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .035);
}

/* ------------------------------------------------------------------ */
/* Public product preview                                              */
/* The old miniature was a separately maintained rendering of the app. */
/* The public preview now renders a controlled same-origin fixture, so  */
/* its left navigation, focus states and scroll behaviour stay current. */
/* ------------------------------------------------------------------ */
.rh-landing-v3 .rh-legacy-product-demo { display: none !important; }
.rh-landing-v3 .rh-live-dashboard-demo {
  overflow: hidden;
  border: 1px solid rgba(91, 174, 209, .29);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(7, 23, 38, .96), rgba(3, 13, 25, .96));
  box-shadow: 0 28px 78px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(195, 239, 255, .06);
}
.rh-landing-v3 .rh-live-dashboard-gate {
  overflow: hidden;
  border: 1px solid rgba(91, 174, 209, .34);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(9, 29, 47, .98), rgba(3, 13, 25, .98));
  box-shadow: 0 28px 78px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(195, 239, 255, .07);
}
.rh-live-dashboard-gate > summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  min-height: 122px;
  padding: 24px 27px;
  list-style: none;
  cursor: pointer;
  transition: background .18s ease, box-shadow .18s ease;
}
.rh-live-dashboard-gate > summary::-webkit-details-marker { display: none; }
.rh-live-dashboard-gate > summary:hover { background: linear-gradient(90deg, rgba(37, 161, 197, .12), rgba(5, 19, 33, .04)); }
.rh-live-dashboard-gate > summary:focus-visible { outline: 3px solid rgba(99, 219, 245, .75); outline-offset: -5px; }
.rh-live-dashboard-gate[open] > summary { min-height: 100px; border-bottom: 1px solid rgba(105, 180, 211, .18); background: linear-gradient(90deg, rgba(39, 160, 196, .15), rgba(8, 29, 46, .16)); }
.rh-live-dashboard-launch-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(76, 210, 234, .45);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(28, 158, 191, .25), rgba(11, 49, 73, .58));
  color: #7be8fa;
  box-shadow: inset 0 1px rgba(255,255,255,.1), 0 12px 28px rgba(12, 117, 151, .18);
}
.rh-live-dashboard-launch-icon > i { font-size: 27px; }
.rh-live-dashboard-launch-copy { display: grid; min-width: 0; gap: 7px; }
.rh-live-dashboard-launch-copy > strong { color: #ecf9ff; font-size: clamp(17px, 2vw, 23px); letter-spacing: -.025em; line-height: 1.15; }
.rh-live-dashboard-launch-copy > small { max-width: 78ch; color: #9db9ca; font-size: 11px; line-height: 1.55; }
.rh-live-dashboard-launch-copy-open,
.rh-live-dashboard-launch-action-open { display: none; }
.rh-live-dashboard-gate[open] .rh-live-dashboard-launch-copy-closed,
.rh-live-dashboard-gate[open] .rh-live-dashboard-launch-action-closed { display: none; }
.rh-live-dashboard-gate[open] .rh-live-dashboard-launch-copy-open,
.rh-live-dashboard-gate[open] .rh-live-dashboard-launch-action-open { display: inline; }
.rh-live-dashboard-launch-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid rgba(93, 215, 238, .62);
  border-radius: 10px;
  background: linear-gradient(135deg, #3fc9e4, #239bbf);
  color: #031723;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(20, 174, 208, .2);
}
.rh-live-dashboard-launch-action > i { font-size: 13px; transition: transform .18s ease; }
.rh-live-dashboard-gate[open] .rh-live-dashboard-launch-action > i { transform: rotate(180deg); }
.rh-live-dashboard-gate .rh-live-dashboard-demo { border: 0; border-radius: 0; box-shadow: none; }
.rh-live-dashboard-gate .rh-live-dashboard-note { border-top: 0; }
.rh-live-dashboard-gate .rh-live-dashboard-disclaimer { margin: 0; padding: 13px 18px 16px; border-top: 1px solid rgba(105, 180, 211, .13); background: #040f1c; }
.rh-live-dashboard-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(105, 180, 211, .18);
  background: linear-gradient(90deg, rgba(39, 160, 196, .12), rgba(8, 29, 46, .16));
  color: #b7d4e2;
  font-size: 11px;
  line-height: 1.45;
}
.rh-live-dashboard-note > i { flex: 0 0 auto; color: #51d0e9; font-size: 15px; }
.rh-live-dashboard-frame {
  position: relative;
  min-height: 620px;
  height: clamp(620px, 68vw, 900px);
  overflow: hidden;
  border-top: 1px solid rgba(105, 180, 211, .18);
  background: #071525;
}
.rh-live-dashboard-frame-content {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #071525;
}
.rh-live-dashboard-tabs {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(105, 180, 211, .16);
  background: rgba(3, 14, 27, .74);
  scrollbar-width: thin;
  scrollbar-color: rgba(79, 202, 231, .55) rgba(12, 32, 48, .85);
}
.rh-live-dashboard-tabs::-webkit-scrollbar { height: 6px; }
.rh-live-dashboard-tabs::-webkit-scrollbar-thumb { border-radius: 99px; background: rgba(79, 202, 231, .55); }
.rh-live-dashboard-tabs::-webkit-scrollbar-track { border-radius: 99px; background: rgba(12, 32, 48, .85); }
.rh-live-dashboard-tabs > button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 35px;
  padding: 0 11px;
  border: 1px solid rgba(117, 157, 191, .22);
  border-radius: 8px;
  background: rgba(9, 25, 41, .68);
  color: #9cb6c7;
  font: inherit;
  font-size: 10px;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.rh-live-dashboard-tabs > button > i { color: #5db9d1; font-size: 13px; }
.rh-live-dashboard-tabs > button:hover { border-color: rgba(83, 205, 234, .52); color: #e8f8ff; transform: translateY(-1px); }
.rh-live-dashboard-tabs > button:focus-visible { outline: 2px solid #56d2eb; outline-offset: 2px; }
.rh-live-dashboard-tabs > button.is-active {
  border-color: rgba(78, 211, 239, .72);
  background: linear-gradient(135deg, rgba(19, 144, 177, .36), rgba(16, 61, 84, .62));
  color: #f0fcff;
  box-shadow: inset 3px 0 0 #43cce8, 0 0 0 1px rgba(49, 176, 211, .14);
}
.rh-live-dashboard-tabs > button.is-active > i { color: #8cecff; }
.rh-live-dashboard-badge {
  padding: 3px 5px;
  border: 1px solid rgba(244, 198, 92, .38);
  border-radius: 999px;
  color: #f6d479;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.rh-live-dashboard-viewport { padding: 14px; background: #020c17; }
.rh-live-dashboard-pane { animation: rh-live-dashboard-fade .22s ease both; }
.rh-live-dashboard-pane[hidden] { display: none; }
.rh-live-dashboard-pane figure { margin: 0; }
.rh-live-dashboard-pane img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(112, 181, 211, .26);
  border-radius: 10px;
  background: #061525;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .45);
}
.rh-live-dashboard-pane figcaption {
  padding: 12px 4px 1px;
  color: #8ca7b8;
  font-size: 11px;
  line-height: 1.5;
}
.rh-live-dashboard-disclaimer {
  margin: 0;
  padding: 0 16px 14px;
  color: #627e91;
  font-size: 9px;
  line-height: 1.45;
}
@keyframes rh-live-dashboard-fade {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 760px) {
  .rh-live-dashboard-gate { border-radius: 15px; }
  .rh-live-dashboard-gate > summary { grid-template-columns: auto minmax(0, 1fr); gap: 12px; min-height: 0; padding: 18px; }
  .rh-live-dashboard-gate[open] > summary { min-height: 0; }
  .rh-live-dashboard-launch-icon { width: 46px; height: 46px; border-radius: 13px; }
  .rh-live-dashboard-launch-icon > i { font-size: 21px; }
  .rh-live-dashboard-launch-copy > strong { font-size: 16px; }
  .rh-live-dashboard-launch-copy > small { font-size: 10px; }
  .rh-live-dashboard-launch-action { grid-column: 1 / -1; width: 100%; min-height: 42px; }
  .rh-live-dashboard-gate .rh-live-dashboard-disclaimer { padding: 11px 13px 13px; }
  .rh-live-dashboard-note { align-items: flex-start; padding: 11px 12px; font-size: 10px; }
  .rh-live-dashboard-frame { min-height: 560px; height: 76vh; }
  .rh-live-dashboard-tabs { gap: 6px; padding: 9px 10px; }
  .rh-live-dashboard-tabs > button { min-height: 32px; padding: 0 10px; font-size: 9px; }
  .rh-live-dashboard-tabs > button > i { font-size: 12px; }
  .rh-live-dashboard-badge { display: none; }
  .rh-live-dashboard-viewport { padding: 8px; }
  .rh-live-dashboard-pane img { border-radius: 7px; }
  .rh-live-dashboard-pane figcaption { padding: 10px 4px 2px; font-size: 10px; }
  .rh-live-dashboard-disclaimer { padding: 0 12px 11px; font-size: 8.5px; }
}
@media (prefers-reduced-motion: reduce) {
  .rh-live-dashboard-pane { animation: none; }
  .rh-live-dashboard-tabs > button { transition: none; }
}

.rh-overview-stage * { box-sizing: border-box; }
.rh-overview-stage-demo { min-height: 560px; }
.rh-overview-stage-demo .rh-overview-workspace { padding: 18px 16px; }
.rh-overview-stage-demo .rh-overview-heading { margin-bottom: 14px; }
.rh-overview-stage-demo .rh-overview-metrics article { min-height: 74px; padding-top: 9px; padding-bottom: 9px; }
.rh-overview-stage-demo .rh-overview-chart-card { padding-top: 10px; padding-bottom: 8px; }
.rh-overview-stage-demo .rh-chart-wrap { height: 108px; }
.rh-overview-stage-demo .rh-overview-list-card { padding: 10px; }
.rh-overview-stage-demo .rh-activity-row { min-height: 37px; }
.rh-overview-stage-demo .rh-real-discord-shot { height: 252px; }
.rh-overview-stage-demo .rh-automation-card p { padding: 6px 0; }

.rh-overview-mini-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding: 18px 14px;
  background: #071321;
  border-right: 1px solid var(--rh-ov-border);
}

.rh-overview-mini-brand,
.rh-mini-server {
  display: flex;
  align-items: center;
  min-width: 0;
}

.rh-overview-mini-brand { gap: 9px; padding: 0 5px 10px; }
.rh-overview-mini-brand img { object-fit: contain; }
.rh-overview-mini-brand > span,
.rh-mini-server > span:not(.rh-mini-server-avatar) { min-width: 0; font-weight: 760; font-size: 11px; }
.rh-overview-mini-brand small,
.rh-mini-server small { display: block; margin-top: 3px; color: var(--rh-ov-muted); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.rh-mini-server {
  gap: 8px;
  padding: 9px;
  border: 1px solid var(--rh-ov-border);
  border-radius: 9px;
  background: rgba(255, 255, 255, .025);
}
.rh-mini-server-avatar {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 7px;
  background: #122c45;
  border: 1px solid rgba(64, 215, 245, .3);
  color: #b8f5ff;
  font-size: 9px;
  font-weight: 850;
}
.rh-mini-server > span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rh-mini-server > i { margin-left: auto; color: var(--rh-ov-muted); font-size: 9px; }

.rh-mini-nav-list { display: grid; gap: 3px; }
.rh-mini-nav-list > span,
.rh-mini-nav-list > button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 27px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: none;
  color: #8499ad;
  font: inherit;
  font-size: 9px;
  font-weight: 680;
  text-align: left;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}
.rh-mini-nav-list > button { cursor: pointer; appearance: none; }
.rh-mini-nav-list > span i,
.rh-mini-nav-list > button i { width: 14px; text-align: center; color: #7291aa; font-size: 11px; }
.rh-mini-nav-list > button:hover { color: #dceffa; background: rgba(120, 170, 200, .09); }
.rh-mini-nav-list > button:focus-visible { outline: 2px solid rgba(64, 215, 245, .55); outline-offset: 1px; }
.rh-mini-nav-list > span.is-active,
.rh-mini-nav-list > button.is-active {
  color: #effbff;
  border-color: rgba(64, 215, 245, .18);
  background: rgba(34, 190, 225, .1);
}
.rh-mini-nav-list > span.is-active i,
.rh-mini-nav-list > button.is-active i { color: var(--rh-ov-cyan); }
.rh-mini-nav-badge {
  margin-left: auto;
  padding: 1px 5px;
  border: 1px solid rgba(240, 185, 74, .34);
  border-radius: 999px;
  color: #f0c069;
  font-size: 6.5px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.rh-mini-nav-badge.is-pro { border-color: rgba(147, 197, 253, .34); color: #93c5fd; }
.rh-mini-nav-hint {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 10px 0 0;
  padding: 7px 8px;
  border: 1px dashed rgba(120, 170, 200, .22);
  border-radius: 8px;
  color: #7e97ab;
  font-size: 7.5px;
  line-height: 1.45;
}
.rh-mini-nav-hint i { color: var(--rh-ov-cyan); font-size: 9px; }
.rh-mini-status { display: flex; align-items: center; gap: 7px; margin-top: auto; padding: 0 7px; color: #6f889c; font-size: 7.5px; }
.rh-mini-status i { color: #32d583; font-size: 6px; box-shadow: 0 0 12px rgba(50, 213, 131, .55); border-radius: 50%; }

.rh-overview-workspace {
  min-width: 0;
  padding: 23px 20px;
  background: #081726;
}

.rh-overview-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.rh-overview-breadcrumb { color: #5f7990; font-size: 8px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.rh-overview-heading h3 { margin: 5px 0 4px; color: var(--rh-ov-text); font-size: 19px; line-height: 1.18; letter-spacing: -.025em; }
.rh-overview-heading p { margin: 0; color: var(--rh-ov-muted); font-size: 9px; }
.rh-overview-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid rgba(64, 215, 245, .26);
  border-radius: 8px;
  color: #c8f7ff;
  background: rgba(35, 194, 226, .08);
  font-size: 8px;
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}
.rh-overview-action:hover { border-color: rgba(64, 215, 245, .52); background: rgba(35, 194, 226, .14); }

.rh-overview-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}
.rh-overview-metrics article {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  min-height: 82px;
  padding: 11px 9px;
  border: 1px solid var(--rh-ov-border);
  border-radius: 10px;
  background: var(--rh-ov-panel);
}
.rh-overview-metrics article > i { color: #6f93ae; font-size: 11px; }
.rh-overview-metrics article > span { display: block; min-width: 0; color: #7f96aa; font-size: 7.5px; line-height: 1.25; }
.rh-overview-metrics strong { display: block; margin: 5px 0 2px; color: #f4fbff; font-size: 20px; line-height: 1; letter-spacing: -.04em; }
.rh-overview-metrics small { display: block; color: #60778b; font-size: 6.5px; line-height: 1.3; }
.rh-overview-metrics small.is-positive { color: #46d7a1; }

.rh-overview-chart-card,
.rh-overview-list-card,
.rh-automation-card,
.rh-live-event-card {
  border: 1px solid var(--rh-ov-border);
  border-radius: 11px;
  background: var(--rh-ov-panel);
}
.rh-overview-chart-card { padding: 12px 14px 10px; margin-bottom: 10px; }
.rh-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.rh-card-heading > div { min-width: 0; }
.rh-card-heading strong { display: block; color: #dcecf7; font-size: 9px; line-height: 1.2; }
.rh-card-heading small { display: block; margin-top: 3px; color: var(--rh-ov-muted); font-size: 6.5px; line-height: 1.25; }
.rh-card-heading > span { display: inline-flex; align-items: center; gap: 5px; color: #7590a7; font-size: 6.5px; white-space: nowrap; }
.rh-chart-wrap { position: relative; height: 128px; margin-top: 9px; }
.rh-chart-wrap canvas { width: 100% !important; height: 100% !important; }

.rh-overview-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.rh-overview-list-card { min-width: 0; padding: 12px; }
.rh-overview-list-card .rh-card-heading { margin-bottom: 8px; }
.rh-activity-row {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  border-top: 1px solid rgba(120, 164, 201, .1);
}
.rh-activity-icon { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; background: rgba(91, 139, 180, .1); color: #8eb1cc; font-size: 10px; }
.rh-activity-icon.is-blue { background: rgba(77, 135, 255, .12); color: #78a2ff; }
.rh-activity-icon.is-teal { background: rgba(45, 212, 191, .12); color: #58dfca; }
.rh-activity-icon.is-violet { background: rgba(167, 139, 250, .12); color: #ad98f4; }
.rh-activity-icon.is-green { background: rgba(50, 213, 131, .11); color: #4fd99a; }
.rh-activity-icon.is-amber { background: rgba(251, 191, 36, .1); color: #e8b842; }
.rh-activity-row > span:nth-child(2) { min-width: 0; overflow: hidden; color: #bfd0dd; font-size: 7.5px; font-weight: 720; text-overflow: ellipsis; white-space: nowrap; }
.rh-activity-row small { display: block; margin-top: 2px; overflow: hidden; color: #667e92; font-size: 6.3px; font-weight: 540; text-overflow: ellipsis; white-space: nowrap; }
.rh-activity-row b { color: #8298aa; font-size: 6.5px; font-weight: 650; }
.rh-empty-state { display: grid; min-height: 130px; place-items: center; padding: 20px; color: var(--rh-ov-muted); font-size: 9px; text-align: center; }
.rh-empty-state i { display: block; margin-bottom: 8px; color: #4f718b; font-size: 20px; }

.rh-overview-preview {
  min-width: 0;
  padding: 22px 15px;
  background: #06111e;
  border-left: 1px solid var(--rh-ov-border);
}
.rh-preview-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 13px; }
.rh-preview-head strong { display: block; color: #dcebf5; font-size: 9px; }
.rh-preview-head small { display: block; margin-top: 3px; color: var(--rh-ov-muted); font-size: 6.5px; }
.rh-preview-head > i { color: #7694ad; font-size: 13px; }
.rh-real-discord-shot { overflow: hidden; height: 284px; border: 1px solid rgba(120, 164, 201, .16); border-radius: 10px; background: #11141a; }
.rh-real-discord-shot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; }

.rh-live-event-card { overflow: hidden; margin-bottom: 11px; }
.rh-live-event-top { height: 4px; background: #4b8cff; }
.rh-live-event-body { padding: 14px; }
.rh-live-event-label { color: #738da3; font-size: 6px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.rh-live-event-body h4 { margin: 7px 0 4px; color: #edf7ff; font-size: 14px; }
.rh-live-event-body > p { margin: 0 0 14px; color: #748da2; font-size: 7px; }
.rh-live-event-facts { display: grid; gap: 7px; }
.rh-live-event-facts span { display: flex; align-items: center; gap: 7px; color: #a5bac9; font-size: 7.5px; }
.rh-live-event-facts i { width: 12px; color: #6291b8; text-align: center; }
.rh-live-event-status { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 5px 7px; border-radius: 5px; background: rgba(50, 213, 131, .09); color: #5bdca1; font-size: 6.5px; font-weight: 750; }
.rh-live-event-empty { display: grid; min-height: 210px; place-items: center; padding: 24px; text-align: center; }
.rh-live-event-empty i { color: #426680; font-size: 28px; }
.rh-live-event-empty strong { display: block; margin: 10px 0 4px; color: #c7d9e7; font-size: 10px; }
.rh-live-event-empty p { margin: 0 0 12px; color: var(--rh-ov-muted); font-size: 7px; line-height: 1.5; }
.rh-live-event-empty button { border: 1px solid rgba(64, 215, 245, .26); border-radius: 7px; padding: 7px 10px; background: rgba(64, 215, 245, .08); color: #bfeef5; font-size: 7px; font-weight: 760; cursor: pointer; }

.rh-automation-card { margin-top: 11px; padding: 12px; }
.rh-automation-card .rh-card-heading { margin-bottom: 8px; }
.rh-automation-card p { display: flex; align-items: center; gap: 7px; margin: 0; padding: 8px 0; border-top: 1px solid rgba(120, 164, 201, .09); color: #839bae; font-size: 6.8px; }
.rh-automation-card p i { color: #41ce94; }
.rh-live-dot { color: #45d59a !important; }
.rh-live-dot::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #45d59a; box-shadow: 0 0 9px rgba(69, 213, 154, .52); }

.rh-command-center .rh-dashboard-overview {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.rh-command-center .rh-dashboard-overview .rh-overview-stage {
  grid-template-columns: minmax(0, 1fr) clamp(340px, 30vw, 410px);
  min-height: 690px;
}
.rh-command-center .rh-dashboard-overview .rh-overview-workspace { padding: 28px; }
.rh-command-center .rh-dashboard-overview .rh-overview-preview {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background:
    radial-gradient(360px 240px at 100% 0%, rgba(75, 140, 255, .09), transparent 72%),
    linear-gradient(180deg, #071522, #050f1b);
}
.rh-command-center .rh-dashboard-overview .rh-overview-heading h3 { font-size: 26px; }
.rh-command-center .rh-dashboard-overview .rh-overview-heading p { font-size: 12px; }
.rh-command-center .rh-dashboard-overview .rh-overview-breadcrumb { font-size: 10px; }
.rh-command-center .rh-dashboard-overview .rh-overview-action { min-height: 38px; padding: 0 14px; font-size: 11px; }
.rh-command-center .rh-dashboard-overview .rh-overview-metrics { gap: 10px; }
.rh-command-center .rh-dashboard-overview .rh-overview-metrics article { min-height: 104px; padding: 15px 12px; }
.rh-command-center .rh-dashboard-overview .rh-overview-metrics article > span { font-size: 9px; }
.rh-command-center .rh-dashboard-overview .rh-overview-metrics article > i { font-size: 15px; }
.rh-command-center .rh-dashboard-overview .rh-overview-metrics strong { font-size: 27px; }
.rh-command-center .rh-dashboard-overview .rh-overview-metrics small { font-size: 8px; }
.rh-command-center .rh-dashboard-overview .rh-card-heading strong { font-size: 12px; }
.rh-command-center .rh-dashboard-overview .rh-card-heading small,
.rh-command-center .rh-dashboard-overview .rh-card-heading > span { font-size: 9px; }
.rh-command-center .rh-dashboard-overview .rh-chart-wrap { height: 190px; }
.rh-command-center .rh-dashboard-overview .rh-overview-list-card,
.rh-command-center .rh-dashboard-overview .rh-overview-chart-card { padding: 16px; }
.rh-command-center .rh-dashboard-overview .rh-activity-row { grid-template-columns: 34px minmax(0, 1fr) auto; min-height: 55px; }
.rh-command-center .rh-dashboard-overview .rh-activity-icon { width: 34px; height: 34px; font-size: 13px; }
.rh-command-center .rh-dashboard-overview .rh-activity-row > span:nth-child(2) { font-size: 10px; }
.rh-command-center .rh-dashboard-overview .rh-activity-row small,
.rh-command-center .rh-dashboard-overview .rh-activity-row b { font-size: 8px; }
.rh-command-center .rh-dashboard-overview .rh-preview-head { margin-bottom: 18px; }
.rh-command-center .rh-dashboard-overview .rh-preview-head strong { font-size: 16px; }
.rh-command-center .rh-dashboard-overview .rh-preview-head small { margin-top: 5px; font-size: 11px; }
.rh-command-center .rh-dashboard-overview .rh-preview-head > i { font-size: 18px; }
.rh-command-center .rh-dashboard-overview .rh-live-event-card {
  margin-bottom: 16px;
  border-color: rgba(101, 153, 205, .27);
  border-radius: 14px;
  background: linear-gradient(155deg, rgba(14, 38, 61, .96), rgba(8, 25, 42, .96));
  box-shadow: 0 22px 48px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .025);
}
.rh-command-center .rh-dashboard-overview .rh-live-event-top { height: 6px; }
.rh-command-center .rh-dashboard-overview .rh-live-event-body { padding: 24px; }
.rh-command-center .rh-dashboard-overview .rh-live-event-label { font-size: 10px; }
.rh-command-center .rh-dashboard-overview .rh-live-event-body h4 { margin: 10px 0 7px; font-size: 22px; line-height: 1.2; }
.rh-command-center .rh-dashboard-overview .rh-live-event-body > p,
.rh-command-center .rh-dashboard-overview .rh-live-event-facts span { font-size: 12px; line-height: 1.45; }
.rh-command-center .rh-dashboard-overview .rh-live-event-facts { gap: 10px; }
.rh-command-center .rh-dashboard-overview .rh-live-event-status { margin-top: 18px; padding: 7px 9px; font-size: 10px; }
.rh-command-center .rh-dashboard-overview .rh-live-event-empty { min-height: 320px; padding: 36px 28px; }
.rh-command-center .rh-dashboard-overview .rh-live-event-empty i { font-size: 44px; }
.rh-command-center .rh-dashboard-overview .rh-live-event-empty strong { margin: 16px 0 7px; font-size: 16px; }
.rh-command-center .rh-dashboard-overview .rh-live-event-empty p { max-width: 31ch; margin: 0 auto 20px; font-size: 12px; line-height: 1.55; }
.rh-command-center .rh-dashboard-overview .rh-live-event-empty button { min-height: 42px; padding: 0 15px; font-size: 11px; }
.rh-command-center .rh-dashboard-overview .rh-automation-card { margin-top: 0; padding: 17px; }
.rh-command-center .rh-dashboard-overview .rh-automation-card p { padding: 11px 0; font-size: 11px; line-height: 1.4; }

@media (max-width: 900px) {
  .rh-overview-stage { grid-template-columns: 160px minmax(0, 1fr); }
  .rh-overview-stage > .rh-overview-preview { display: none; }
}

@media (max-width: 1180px) {
  .rh-command-center .rh-dashboard-overview .rh-overview-stage { grid-template-columns: 1fr; }
  .rh-command-center .rh-dashboard-overview .rh-overview-preview {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
    grid-template-areas: "preview-head preview-head" "preview-event preview-automation";
    gap: 16px;
    border-top: 1px solid var(--rh-ov-border);
    border-left: 0;
  }
  .rh-command-center .rh-dashboard-overview .rh-preview-head { grid-area: preview-head; margin-bottom: 0; }
  .rh-command-center .rh-dashboard-overview .rh-live-event-card { grid-area: preview-event; margin: 0; }
  .rh-command-center .rh-dashboard-overview .rh-automation-card { grid-area: preview-automation; margin: 0; }
}

@media (max-width: 760px) {
  .rh-overview-stage { display: block; min-height: 0; border-radius: 14px; }
  .rh-overview-mini-nav { display: none; }
  .rh-overview-workspace,
  .rh-command-center .rh-dashboard-overview .rh-overview-workspace { padding: 18px 14px; }
  .rh-overview-heading { align-items: center; }
  .rh-overview-heading h3,
  .rh-command-center .rh-dashboard-overview .rh-overview-heading h3 { font-size: 20px; }
  .rh-overview-heading p { display: none; }
  .rh-overview-action { width: 34px; min-width: 34px; padding: 0; justify-content: center; font-size: 0; }
  .rh-overview-action i { font-size: 12px; }
  .rh-overview-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rh-overview-metrics article,
  .rh-command-center .rh-dashboard-overview .rh-overview-metrics article { min-height: 86px; }
  .rh-overview-metrics article:last-child { grid-column: 1 / -1; }
  .rh-overview-lists { grid-template-columns: 1fr; }
  .rh-overview-lists > article:nth-child(2) { display: none; }
  .rh-chart-wrap,
  .rh-command-center .rh-dashboard-overview .rh-chart-wrap { height: 148px; }
  .rh-command-center .rh-dashboard-overview .rh-overview-preview {
    display: flex;
    padding: 20px 14px;
  }
  .rh-command-center .rh-dashboard-overview .rh-preview-head { margin-bottom: 15px; }
  .rh-command-center .rh-dashboard-overview .rh-live-event-card { margin-bottom: 13px; }
  .rh-command-center .rh-dashboard-overview .rh-live-event-empty { min-height: 270px; padding: 28px 20px; }
  .rh-command-center .rh-dashboard-overview .rh-live-event-empty button { width: 100%; }
}

/* The marketing demo is a real product preview, not a thumbnail. Increase its
   internal type in step with the wider desktop stage while leaving the compact
   mobile dashboard composition unchanged. */
@media (min-width: 1000px) {
  .rh-landing-v3 .rh-overview-stage-demo { grid-template-columns: 224px minmax(0, 1fr) 294px; min-height: 660px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-mini-nav { padding: 22px 17px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-mini-brand > span,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-server > span:not(.rh-mini-server-avatar) { font-size: 13px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-mini-brand small,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-server small { font-size: 9px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list > span,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list > button { min-height: 31px; font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list > span i,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list > button i { font-size: 13px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-status { font-size: 9px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-workspace { padding: 23px 20px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-breadcrumb { font-size: 10px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-heading h3 { font-size: 23px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-heading p { font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-action { min-height: 37px; font-size: 10px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics article { min-height: 88px; padding: 12px 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics article > span { font-size: 9px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics article > i { font-size: 13px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics strong { font-size: 24px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics small { font-size: 8px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-card-heading strong { font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-card-heading small,
  .rh-landing-v3 .rh-overview-stage-demo .rh-card-heading > span { font-size: 8px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-activity-row { min-height: 43px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-activity-row > span:nth-child(2) { font-size: 9px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-activity-row small,
  .rh-landing-v3 .rh-overview-stage-demo .rh-activity-row b { font-size: 8px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-preview { padding: 25px 18px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-preview-head strong { font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-preview-head small { font-size: 8px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-real-discord-shot { height: 300px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-automation-card p { font-size: 8px; }

  .rh-command-center .rh-dashboard-overview .rh-overview-metrics article > span { font-size: 11px; }
  .rh-command-center .rh-dashboard-overview .rh-overview-metrics small { font-size: 10px; }
  .rh-command-center .rh-dashboard-overview .rh-card-heading strong { font-size: 14px; }
  .rh-command-center .rh-dashboard-overview .rh-card-heading small,
  .rh-command-center .rh-dashboard-overview .rh-card-heading > span { font-size: 11px; }
  .rh-command-center .rh-dashboard-overview .rh-activity-row > span:nth-child(2) { font-size: 12px; }
  .rh-command-center .rh-dashboard-overview .rh-activity-row small,
  .rh-command-center .rh-dashboard-overview .rh-activity-row b { font-size: 10px; }
  .rh-command-center .rh-dashboard-overview .rh-preview-head strong { font-size: 16px; }
  .rh-command-center .rh-dashboard-overview .rh-preview-head small { font-size: 12px; }
  .rh-command-center .rh-dashboard-overview .rh-live-event-label { font-size: 10px; }
  .rh-command-center .rh-dashboard-overview .rh-live-event-body > p,
  .rh-command-center .rh-dashboard-overview .rh-live-event-facts span { font-size: 12px; }
  .rh-command-center .rh-dashboard-overview .rh-live-event-status,
  .rh-command-center .rh-dashboard-overview .rh-automation-card p { font-size: 11px; }
}

/* ------------------------------------------------------------------ */
/* Interactive section previews inside the landing-page Command Center */
/* ------------------------------------------------------------------ */
.rh-demo-pane { display: none; animation: rh-demo-fade .22s ease both; }
.rh-demo-pane.is-active { display: block; }
.rh-demo-pane:focus { outline: none; }
.rh-demo-pane:focus-visible { outline: 2px solid rgba(64, 215, 245, .4); outline-offset: 4px; border-radius: 10px; }
@keyframes rh-demo-fade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .rh-demo-pane { animation: none; } }

.rh-demo-head { margin-bottom: 15px; }
.rh-demo-head h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0 3px;
  color: #f2fbff;
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -.02em;
}
.rh-demo-head h3 i { color: var(--rh-ov-cyan); font-size: 14px; }
.rh-demo-head p { margin: 0; max-width: 62ch; color: #7d94a8; font-size: 8.5px; line-height: 1.5; }
.rh-demo-tag {
  padding: 2px 7px;
  border: 1px solid rgba(240, 185, 74, .34);
  border-radius: 999px;
  color: #f0c069;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}
.rh-demo-tag.is-pro { border-color: rgba(147, 197, 253, .34); color: #93c5fd; }

.rh-demo-group-label {
  display: block;
  margin: 14px 0 7px;
  color: #93a9bd;
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.rh-demo-group-label.is-premium { color: #f0c069; }

.rh-demo-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px; }
.rh-demo-field {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(124, 176, 232, .16);
  border-radius: 9px;
  background: rgba(255, 255, 255, .022);
}
.rh-demo-field > label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  color: #cfe2f1;
  font-size: 8.5px;
  font-weight: 720;
}
.rh-demo-field > label i { color: #6f93ae; font-size: 9px; }
.rh-demo-input {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(124, 176, 232, .2);
  border-radius: 7px;
  background: rgba(4, 13, 24, .6);
  color: #e6f4ff;
  font-size: 8.5px;
}
.rh-demo-input i { margin-left: auto; color: #6f8ba1; font-size: 8px; }
.rh-demo-field > small { display: block; margin-top: 6px; color: #63798c; font-size: 7px; line-height: 1.4; }
.rh-demo-ghost-btn {
  display: block;
  margin-top: 6px;
  padding: 5px 8px;
  border: 1px solid rgba(64, 215, 245, .22);
  border-radius: 7px;
  color: #8fd8ec;
  font-size: 7.5px;
  font-weight: 700;
  text-align: center;
}

.rh-demo-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 13px;
  padding: 10px 12px;
  border: 1px solid rgba(124, 176, 232, .16);
  border-left: 3px solid rgba(64, 215, 245, .5);
  border-radius: 9px;
  background: rgba(20, 45, 68, .38);
  color: #a9c2d5;
  font-size: 8px;
  line-height: 1.5;
}
.rh-demo-note.is-good { border-left-color: rgba(70, 215, 161, .55); }
.rh-demo-note i { color: var(--rh-ov-cyan); font-size: 11px; }
.rh-demo-note strong { display: block; margin-bottom: 2px; color: #e9f6ff; font-size: 8.5px; }
.rh-demo-note code { padding: 1px 4px; border-radius: 4px; background: rgba(4, 13, 24, .7); color: #8fd8ec; font-size: 7.5px; }

.rh-demo-modules { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 9px; }
.rh-demo-modules article {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: start;
  padding: 10px 11px;
  border: 1px solid rgba(124, 176, 232, .16);
  border-radius: 9px;
  background: rgba(255, 255, 255, .022);
}
.rh-demo-modules article > i {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(56, 189, 248, .24);
  border-radius: 7px;
  background: rgba(56, 189, 248, .1);
  color: #7fd3ee;
  font-size: 11px;
}
.rh-demo-modules article > span { min-width: 0; }
.rh-demo-modules strong { display: block; color: #eaf6ff; font-size: 9px; font-weight: 740; }
.rh-demo-modules small { display: block; margin-top: 3px; color: #6b8296; font-size: 7px; line-height: 1.4; }
.rh-demo-modules article.is-on {
  border-color: rgba(52, 211, 153, .4);
  background: rgba(6, 30, 26, .5);
  box-shadow: inset 2px 0 0 rgba(52, 211, 153, .5);
}
.rh-demo-modules article.is-on > i { border-color: rgba(52, 211, 153, .35); background: rgba(52, 211, 153, .12); color: #6ee7b7; }
.rh-demo-check {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(124, 176, 232, .34);
  border-radius: 4px;
  color: #04101a;
  font-size: 10px;
}
.rh-demo-modules article.is-on .rh-demo-check { border-color: #34d399; background: #34d399; }
.rh-demo-pill {
  padding: 2px 7px;
  border: 1px solid rgba(124, 176, 232, .26);
  border-radius: 999px;
  color: #8aa2b6;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}
.rh-demo-pill.is-on { border-color: rgba(52, 211, 153, .45); background: rgba(52, 211, 153, .13); color: #6ee7b7; }

.rh-demo-themes { display: grid; grid-template-columns: repeat(auto-fit, minmax(112px, 1fr)); gap: 9px; }
.rh-demo-themes > span {
  display: block;
  padding: 9px 10px 10px;
  border: 1px solid rgba(124, 176, 232, .16);
  border-radius: 9px;
  background: linear-gradient(150deg, var(--rh-swatch, #3aa7d9) 0%, var(--rh-swatch-2, #0b1f33) 62%);
  color: #f2fbff;
  font-size: 8.5px;
  font-weight: 740;
}
.rh-demo-themes > span small { display: block; margin-top: 16px; color: rgba(255, 255, 255, .72); font-size: 7px; font-weight: 600; }
.rh-demo-themes > span.is-active { border-color: rgba(64, 215, 245, .6); box-shadow: 0 0 0 1px rgba(64, 215, 245, .28); }

.rh-demo-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 11px; margin-top: 13px; }
.rh-demo-card {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(124, 176, 232, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .022);
}
.rh-demo-card .rh-card-heading { margin-bottom: 6px; }
.rh-demo-copy { display: flex; align-items: flex-start; gap: 6px; margin: 6px 0 0; color: #8ba3b7; font-size: 8px; line-height: 1.55; }
.rh-demo-copy i { color: #46d7a1; font-size: 9px; }

.rh-demo-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.rh-demo-chips > span,
.rh-demo-roster > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  border: 1px solid rgba(124, 176, 232, .38);
  border-radius: 999px;
  background: rgba(124, 176, 232, .12);
  border-color: var(--rh-chip, rgba(124, 176, 232, .38));
  color: #eaf6ff;
  font-size: 7.5px;
  font-weight: 700;
}
.rh-demo-roster { display: flex; flex-wrap: wrap; gap: 6px; }
.rh-demo-roster > span b { color: #ffffff; font-size: 8px; }

.rh-demo-radios { display: grid; gap: 7px; }
.rh-demo-radios > span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid rgba(124, 176, 232, .16);
  border-radius: 9px;
  background: rgba(255, 255, 255, .022);
  color: #b9cddd;
  font-size: 8.5px;
  font-weight: 680;
}
.rh-demo-radios > span b {
  display: grid;
  place-items: center;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(124, 176, 232, .34);
  border-radius: 50%;
  color: #04101a;
  font-size: 9px;
}
.rh-demo-radios > span.is-on { border-color: rgba(64, 215, 245, .4); background: rgba(34, 190, 225, .1); color: #effbff; }
.rh-demo-radios > span.is-on b { border-color: var(--rh-ov-cyan); background: var(--rh-ov-cyan); }

.rh-demo-media { display: grid; grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); gap: 10px; }
.rh-demo-media figure { margin: 0; }
.rh-demo-thumb {
  display: grid;
  place-items: center;
  height: 58px;
  border: 1px solid rgba(124, 176, 232, .18);
  border-radius: 9px;
  color: rgba(255, 255, 255, .85);
  font-size: 16px;
}
.rh-demo-thumb.is-panel { background: linear-gradient(135deg, #123a5c, #0a1b2d); }
.rh-demo-thumb.is-pve { background: linear-gradient(135deg, #14532d, #0a1b2d); }
.rh-demo-thumb.is-pvp { background: linear-gradient(135deg, #7f1d1d, #0a1b2d); }
.rh-demo-thumb.is-welcome { background: linear-gradient(135deg, #4c1d95, #0a1b2d); }
.rh-demo-media figcaption { margin-top: 6px; color: #cfe2f1; font-size: 8px; font-weight: 700; }
.rh-demo-media figcaption small { display: block; margin-top: 2px; color: #63798c; font-size: 7px; font-weight: 600; }

.rh-demo-metrics-3 { grid-template-columns: repeat(auto-fit, minmax(128px, 1fr)); }
.rh-demo-pane .rh-overview-metrics { margin-bottom: 13px; }
.rh-demo-pane .rh-demo-card + .rh-demo-card { margin-top: 11px; }

@media (max-width: 1180px) {
  .rh-mini-nav-hint { display: none; }
}

/* The stage hides its sidebar below 760px. That is fine for a static picture,
   but the section switcher is the whole point of this block — keep it reachable
   on phones as a horizontal strip. Scoped to the landing demo so the real
   in-product overview keeps its own mobile composition. */
@media (max-width: 760px) {
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-mini-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 12px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--rh-ov-border);
  }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-mini-brand,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-server,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-status,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-hint { display: none; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 3px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list::-webkit-scrollbar { height: 3px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(120, 170, 200, .3); }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list > button {
    flex: 0 0 auto;
    width: auto;
    min-height: 30px;
    padding: 0 11px;
    border-color: rgba(120, 170, 200, .18);
    border-radius: 999px;
    font-size: 10px;
    white-space: nowrap;
    scroll-snap-align: start;
  }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-badge { display: none; }
  /* The heading paragraph is hidden globally at this width; the demo panes need
     theirs, since it is the only description of the section on screen. */
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-head p { display: block; font-size: 10px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-head h3 { font-size: 18px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-fields,
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-modules,
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-split { grid-template-columns: minmax(0, 1fr); }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-themes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-media { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-pane .rh-overview-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-pane .rh-overview-metrics article:last-child { grid-column: auto; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-input,
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-field > label,
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-modules strong { font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-field > small,
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-modules small,
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-ghost-btn,
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-note { font-size: 10px; }
}

/* ------------------------------------------------------------------ */
/* The demo stage now spans the full page width, so its internals have  */
/* to grow with it. Without this the panels keep their 8px type inside  */
/* a 1700px frame and read as a shrunken screenshot rather than a UI.   */
/* ------------------------------------------------------------------ */
@media (min-width: 1500px) {
  .rh-landing-v3 .rh-overview-stage-demo { grid-template-columns: 268px minmax(0, 1fr) 348px; min-height: 720px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-mini-nav { padding: 26px 20px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-mini-brand > span,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-server > span:not(.rh-mini-server-avatar) { font-size: 15px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-mini-brand small,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-server small { font-size: 10px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list > span,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list > button { min-height: 36px; font-size: 12.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list > span i,
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-list > button i { font-size: 15px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-badge { font-size: 8px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-nav-hint { font-size: 9.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-mini-status { font-size: 10.5px; }

  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-workspace { padding: 30px 28px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-breadcrumb { font-size: 11.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-heading h3 { font-size: 28px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-heading p { font-size: 13px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-action { min-height: 42px; font-size: 12px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics { gap: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics article { min-height: 104px; padding: 15px 14px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics article > span { font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics article > i { font-size: 15px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics strong { font-size: 29px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-metrics small { font-size: 9.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-card-heading strong { font-size: 13px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-card-heading small,
  .rh-landing-v3 .rh-overview-stage-demo .rh-card-heading > span { font-size: 9.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-chart-wrap { height: 150px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-activity-row { min-height: 50px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-activity-row > span:nth-child(2) { font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-activity-row small,
  .rh-landing-v3 .rh-overview-stage-demo .rh-activity-row b { font-size: 9.5px; }

  /* Section previews */
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-head h3 { font-size: 22px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-head h3 i { font-size: 18px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-head p { font-size: 11px; max-width: 76ch; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-tag { font-size: 8.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-group-label { font-size: 9.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-fields { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 13px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-field { padding: 14px 15px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-field > label { font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-field > label i { font-size: 11.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-input { min-height: 33px; font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-field > small { font-size: 9px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-ghost-btn { padding: 7px 10px; font-size: 9.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-note { padding: 13px 15px; font-size: 10px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-note strong { font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-note code { font-size: 9.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-modules { grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); gap: 12px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-modules article { grid-template-columns: 32px minmax(0, 1fr) auto; padding: 13px 14px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-modules article > i { width: 32px; height: 32px; font-size: 14px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-modules strong { font-size: 11.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-modules small { font-size: 9px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-check { width: 17px; height: 17px; font-size: 12px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-pill { font-size: 8.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-themes { grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-themes > span { padding: 12px 13px 13px; font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-themes > span small { margin-top: 22px; font-size: 9px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-card { padding: 15px 16px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-copy { font-size: 10px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-chips > span,
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-roster > span { padding: 4px 10px; font-size: 9.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-roster > span b { font-size: 10px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-radios > span { padding: 12px 14px; font-size: 11px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-radios > span b { width: 16px; height: 16px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-media { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-thumb { height: 76px; font-size: 20px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-media figcaption { font-size: 10px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-demo-media figcaption small { font-size: 9px; }

  .rh-landing-v3 .rh-overview-stage-demo .rh-overview-preview { padding: 30px 22px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-preview-head strong { font-size: 13px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-preview-head small { font-size: 9.5px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-real-discord-shot { height: 360px; }
  .rh-landing-v3 .rh-overview-stage-demo .rh-automation-card p { font-size: 9.5px; }
}
