/* ServerHub's product walkthrough. Preview figures are static, illustrative UI. */
.serverhub-start-page {
  --sh-start-bg: #0b0d0f;
  --sh-start-panel: #101316;
  --sh-start-line: #2b3035;
  --sh-start-muted: #adb5bf;
  --sh-start-red: #f33836;
  background: var(--sh-start-bg);
  color: #f5f6f8;
  font-size: 17px;
  line-height: 1.5;
}

.serverhub-start-page [hidden] { display: none !important; }
.serverhub-start-page .site-header { background: #0b0d0f; backdrop-filter: none; }
.serverhub-start-page .site-nav a:hover { text-shadow: none; }
.serverhub-start-page .site-nav a[aria-current="page"] { color: #fff; }
.serverhub-start-page .site-nav a[aria-current="page"]::after { background: var(--sh-start-red); }
.serverhub-start-page .site-nav-toggle { background: #121619; border-radius: 2px; }
.serverhub-start-page .site-nav-backdrop { background: #050608d9; }
.serverhub-start-page :is(a, button, input):focus-visible { outline: 2px solid #7de3ff; outline-offset: 5px; }
.serverhub-start-page .button {
  display: inline-flex;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 12px 22px;
  border-radius: 2px;
  background: #d90d09;
  font-size: 17px;
  line-height: 1.3;
  box-shadow: none;
  transition: background-color 160ms ease;
}
.serverhub-start-page .button:hover { transform: none; background: #ed2420; box-shadow: none; }
.serverhub-start-page .button.ghost { background: transparent; border: 1px solid #626b74; }
.serverhub-start-page .button.ghost:hover { background: #22272b; }
.serverhub-start-page .button.small { min-height: 40px; padding: 8px 14px; font-size: 15px; }
.serverhub-start-page .button:disabled { background: #42474e; color: #dce0e4; filter: none; opacity: 1; }
.sh-start-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.sh-start-skip { position: fixed; top: 8px; left: 16px; z-index: 100; padding: 10px 18px; transform: translateY(-150%); background: #fff; color: #0b0d0f; }
.sh-start-skip:focus { transform: translateY(0); }
.sh-start-shell, .sh-start-footer { width: min(1400px, calc(100% - 96px)); margin: 0 auto; }
.sh-start-shell :is(section, figure, div) { min-width: 0; }
.sh-start-shell section[id] { scroll-margin-top: 116px; }
.sh-start-preview-notice { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 24px; padding: 18px 0; border-bottom: 1px solid var(--sh-start-line); font-size: 14px; color: var(--sh-start-muted); }
.sh-start-preview-notice strong { display: inline-flex; align-items: center; gap: 9px; color: #e7c786; font-size: 13px; font-weight: 600; letter-spacing: .065em; text-transform: uppercase; }
.sh-start-preview-notice strong > span { width: 5px; height: 5px; background: #e7c786; border-radius: 50%; flex-shrink: 0; }
.sh-start-preview-notice p { margin: 0; }
.sh-start-eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0 0 16px; font-size: 14px; line-height: 1.4; font-weight: 700; color: var(--sh-start-red); text-transform: uppercase; letter-spacing: .13em; }
.sh-start-eyebrow > span { color: #a4abb4; }
.sh-start-back-link { display: inline-flex; align-items: center; min-height: 24px; color: inherit; text-decoration: none; }
.sh-start-back-link:hover, .sh-start-back-link:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.sh-start-hero { padding: 72px 0 0; }
.sh-start-hero h1 { max-width: 1190px; margin: 0; font-family: "Teko", Impact, sans-serif; font-size: clamp(68px, 7.7vw, 124px); font-weight: 600; line-height: .94; letter-spacing: -.015em; }
.sh-start-hero h1 em { color: var(--sh-start-red); font-style: normal; }
.sh-start-hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-top: 30px; }
.sh-start-hero-bottom > p { max-width: 670px; margin: 0; font-size: 22px; line-height: 1.5; color: #c5cbd2; }
.sh-start-hero-bottom .button { flex-shrink: 0; }
.sh-start-chapters { display: flex; gap: 40px; margin-top: 56px; padding: 21px 0; border-top: 1px solid var(--sh-start-line); border-bottom: 1px solid var(--sh-start-line); }
.sh-start-chapters a { display: flex; align-items: center; gap: 14px; color: #c5cbd2; text-decoration: none; font-size: 16px; }
.sh-start-chapters a:hover { color: #fff; }
.sh-start-chapters a span { color: var(--sh-start-red); font-size: 13px; font-weight: 700; }
.sh-start-feature { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(36px, 6vw, 96px); padding: 64px 0; border-bottom: 1px solid var(--sh-start-line); }
.sh-start-feature-reverse { grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); }
.sh-start-feature-reverse .sh-start-feature-copy { order: 2; }
.sh-start-feature-copy h2, .sh-start-selection h2 { margin: 0; font-family: "Teko", Impact, sans-serif; font-size: clamp(44px, 4.3vw, 64px); font-weight: 600; line-height: .98; letter-spacing: -.012em; }
.sh-start-feature-copy > p:not(.sh-start-eyebrow, .sh-start-feature-note) { max-width: 43ch; margin: 24px 0; color: #c5cbd2; font-size: 19px; line-height: 1.55; }
.sh-start-details { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.sh-start-details li { position: relative; padding-left: 18px; color: #e0e3e7; font-size: 17px; line-height: 1.5; }
.sh-start-details li::before { position: absolute; left: 0; top: 11px; width: 6px; height: 2px; content: ""; background: var(--sh-start-red); }
.sh-start-feature-note { margin: 24px 0 0; color: var(--sh-start-muted); font-size: 16px; line-height: 1.5; }
.sh-start-product { margin: 0; border: 1px solid #33383e; background: var(--sh-start-panel); }
.sh-start-preview-label { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 18px; padding: 11px 16px; border-bottom: 1px solid #33383e; color: var(--sh-start-muted); font-size: 12px; line-height: 1.4; }
.sh-start-preview-label > span:first-child { color: #f1f2f4; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.sh-start-profile-banner { display: flex; flex-direction: column; justify-content: center; position: relative; isolation: isolate; overflow: hidden; min-height: 125px; padding: 22px 26px; background: #1c2328; }
.sh-start-profile-banner > span:first-child { color: #68727b; font-family: "Teko", Impact, sans-serif; font-size: 64px; font-weight: 600; line-height: .82; letter-spacing: .055em; }
.sh-start-profile-banner > span:nth-child(2) { color: #afb7bf; font-size: 12px; letter-spacing: .32em; }
.sh-start-profile-banner > i { position: absolute; top: -30px; right: 50px; bottom: -30px; width: 36px; transform: skew(-25deg); background: #b82424; z-index: -1; }
.sh-start-profile-banner > i:last-child { right: 2px; width: 12px; background: #67727b; }
.sh-start-profile-identity { display: flex; gap: 16px; align-items: center; padding: 22px 24px; border-bottom: 1px solid var(--sh-start-line); }
.sh-start-team-mark { width: 64px; height: 64px; display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #50555a; border-top: 2px solid var(--sh-start-red); background: #0b0d0f; font-family: "Teko", Impact, sans-serif; font-size: 34px; line-height: .85; font-style: italic; }
.sh-start-team-mark > span { margin-top: 5px; font-family: "Rajdhani", sans-serif; font-size: 12px; letter-spacing: .06em; font-style: normal; }
.sh-start-product h3 { margin: 0; font-family: "Teko", Impact, sans-serif; font-size: 34px; font-weight: 600; line-height: 1.1; }
.sh-start-micro { display: block; margin: 0 0 5px; color: var(--sh-start-muted); font-size: 12px; letter-spacing: .055em; line-height: 1.4; }
.sh-start-profile-identity > div > p:last-child { margin: 1px 0 0; font-size: 14px; color: #bfc6ce; }
.sh-start-status { display: inline-flex; align-items: center; gap: 6px; color: #a8e7c3; font-size: 12px; font-weight: 700; letter-spacing: .025em; white-space: nowrap; }
.sh-start-profile-identity > .sh-start-status { margin-left: auto; }
.sh-start-status i, .sh-start-discover-count i { display: inline-block; width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: #69dba0; }
.sh-start-profile-session { padding: 22px 24px 18px; }
.sh-start-preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.sh-start-preview-heading > strong { font-family: "Teko", Impact, sans-serif; font-size: 23px; font-weight: 500; line-height: 1; }
.sh-start-preview-heading > span { color: var(--sh-start-muted); font-size: 12px; }
.sh-start-session-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; border-top: 1px solid var(--sh-start-line); border-bottom: 1px solid var(--sh-start-line); }
.sh-start-session-grid > div { padding: 16px 14px; border-left: 1px solid var(--sh-start-line); }
.sh-start-session-grid > div:first-child { padding-left: 0; border-left: 0; }
.sh-start-session-grid > div:last-child { padding-right: 0; }
.sh-start-session-grid dt { margin-bottom: 6px; color: var(--sh-start-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.sh-start-session-grid dd { margin: 0; font-family: "Teko", Impact, sans-serif; font-size: 28px; line-height: 1; }
.sh-start-session-grid small { display: block; margin-top: 5px; color: var(--sh-start-muted); font-family: "Rajdhani", sans-serif; font-size: 12px; line-height: 1.3; }
.sh-start-preview-footer { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-top: 17px; font-size: 12px; color: #c4cad0; }
.sh-start-preview-footer b, .sh-start-event-copy b { margin: 0 8px; color: var(--sh-start-red); }
.sh-start-mock-action { display: inline-flex; align-items: center; gap: 18px; padding: 8px 12px; background: #bc1b18; color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; }
.sh-start-profile-community { display: flex; flex-direction: column; gap: 3px; padding: 15px 24px; border-top: 1px solid var(--sh-start-line); font-size: 13px; color: #c8cdd4; }
.sh-start-profile-community .sh-start-micro { margin-bottom: 0; }
.sh-start-live-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 20px; border-bottom: 1px solid var(--sh-start-line); }
.sh-start-live-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
.sh-start-map-preview { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 390px; background: #0b0e10; border-right: 1px solid var(--sh-start-line); }
.sh-start-map-meta { position: absolute; top: 18px; left: 18px; display: flex; flex-direction: column; z-index: 1; }
.sh-start-map-meta > strong { font-family: "Teko", Impact, sans-serif; font-size: 22px; font-weight: 500; line-height: 1.1; }
.sh-start-map-meta > span { color: var(--sh-start-muted); font-size: 12px; }
.sh-start-map-drawing { display: block; width: 100%; height: auto; margin: 30px 0 -8px; }
.sh-start-track-edge, .sh-start-track-line { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.sh-start-track-edge { stroke: #31363b; stroke-width: 12; }
.sh-start-track-line { stroke: #cbd0d5; stroke-width: 4; }
.sh-start-start-line { stroke: #fff; stroke-width: 3; }
.sh-start-checkpoints { fill: #0e1114; stroke: #adb7c1; stroke-width: 1.5; }
.sh-start-driver-dot { fill: var(--sh-start-red); stroke: #0b0e10; stroke-width: 2; }
.sh-start-driver-dot-muted { fill: #f1f3f6; }
.sh-start-map-driver { display: flex; align-items: center; gap: 10px; margin: 0 14px 8px; padding: 10px; border-left: 2px solid var(--sh-start-red); background: #181c20; }
.sh-start-position { color: var(--sh-start-red); font-family: "Teko", Impact, sans-serif; font-size: 25px; }
.sh-start-map-driver > div { display: flex; flex-direction: column; }
.sh-start-map-driver strong { font-size: 14px; }
.sh-start-map-driver > div > span { color: #c0c7cf; font-size: 12px; }
.sh-start-map-caption { margin: 0 10px 11px; color: #a4adb8; font-size: 12px; text-align: center; }
.sh-start-standings-preview { padding: 20px 14px 14px; }
.sh-start-standings-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: 13px; }
.sh-start-standings-table thead th { padding: 0 0 10px; color: var(--sh-start-muted); font-size: 12px; font-weight: 500; text-align: left; }
.sh-start-standings-table th:first-child { width: 29px; }
.sh-start-standings-table th:last-child { width: 54px; text-align: right; }
.sh-start-standings-table tbody th { overflow-wrap: anywhere; text-align: left; font-weight: 700; }
.sh-start-standings-table tbody :is(th, td) { padding: 11px 0; border-top: 1px solid var(--sh-start-line); }
.sh-start-standings-table tbody tr:first-child { color: #fff; }
.sh-start-standings-table tbody tr:first-child > td:first-child { color: var(--sh-start-red); }
.sh-start-standings-table td:last-child { text-align: right; font-variant-numeric: tabular-nums; color: #c4cbd3; }
.sh-start-standings-table small { display: block; margin-top: 2px; color: var(--sh-start-muted); font-size: 12px; line-height: 1.3; font-weight: 500; }
.sh-start-timing-detail { margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--sh-start-line); }
.sh-start-timing-detail > div { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 8px; font-size: 12px; color: #bbc3cc; }
.sh-start-timing-detail strong { color: #fff; font-size: 17px; font-variant-numeric: tabular-nums; }
.sh-start-timing-detail .sh-start-positive { color: #78dfaa; }
.sh-start-event-preview { display: flex; align-items: center; gap: 24px; padding: 28px 24px; border-bottom: 1px solid var(--sh-start-line); }
.sh-start-event-date { display: flex; flex: 0 0 83px; flex-direction: column; align-items: center; padding: 7px 16px 9px; border-left: 2px solid var(--sh-start-red); background: #1d1719; }
.sh-start-event-date span { font-size: 12px; letter-spacing: .04em; color: #e5bdbe; }
.sh-start-event-date strong { margin: 7px 0 -3px; font-family: "Teko", Impact, sans-serif; font-size: 58px; font-weight: 500; line-height: .95; }
.sh-start-event-copy > p:not(.sh-start-micro) { margin: 5px 0 7px; font-size: 15px; color: #c4cbd3; }
.sh-start-event-copy > span { font-size: 13px; }
.sh-start-event-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 17px 24px; border-bottom: 1px solid var(--sh-start-line); font-size: 12px; color: var(--sh-start-muted); }
.sh-start-event-details strong { display: block; font-size: 16px; color: #edf0f3; font-weight: 600; }
.sh-start-discover-preview { padding: 24px 24px 0; }
.sh-start-discover-row { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid var(--sh-start-line); }
.sh-start-team-mark-small { width: 42px; height: 42px; font-size: 26px; }
.sh-start-team-mark-alt { color: #c8d3db; border-top-color: #96a9b7; }
.sh-start-discover-row > div { display: flex; flex-direction: column; gap: 1px; }
.sh-start-discover-row strong { font-size: 17px; font-weight: 700; }
.sh-start-discover-row > div > span { color: var(--sh-start-muted); font-size: 12px; }
.sh-start-discover-count { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; font-size: 12px; white-space: nowrap; }
.sh-start-team-preview { display: flex; align-items: center; gap: 13px; padding: 18px 24px; border-top: 1px solid var(--sh-start-line); background: #13181c; }
.sh-start-team-preview > div:last-child { display: flex; flex-direction: column; }
.sh-start-team-preview .sh-start-micro { margin-bottom: 2px; }
.sh-start-team-preview strong { font-size: 16px; }
.sh-start-team-preview > div > span:last-child { color: var(--sh-start-muted); font-size: 13px; }
.sh-start-selection { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(36px, 6vw, 96px); padding: 64px 0; }
.sh-start-selection-copy > p:not(.sh-start-eyebrow, .sh-start-feature-note) { margin: 24px 0 0; max-width: 40ch; color: #c5cbd2; font-size: 19px; line-height: 1.55; }
.sh-start-selection-content { padding-top: 4px; }
.sh-start-loading { margin: 0; padding: 24px 0; border-top: 1px solid var(--sh-start-line); border-bottom: 1px solid var(--sh-start-line); color: #c5cbd2; }
.sh-start-selection-message { border-left: 2px solid var(--sh-start-red); padding: 20px 24px; background: var(--sh-start-panel); }
.sh-start-selection-message h3 { margin: 0; font-family: "Teko", Impact, sans-serif; font-size: 32px; font-weight: 500; line-height: 1.15; }
.sh-start-selection-message p { margin: 12px 0 20px; color: #c5cbd2; font-size: 17px; }
.sh-start-selection-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.sh-start-selection-form legend { width: 100%; margin-bottom: 14px; padding: 0; font-weight: 700; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.sh-start-server-list { display: grid; border-bottom: 1px solid var(--sh-start-line); }
.sh-start-server { display: flex; align-items: center; gap: 16px; position: relative; padding: 22px 20px; border-top: 1px solid var(--sh-start-line); border-left: 2px solid transparent; background: #101316; cursor: pointer; }
.sh-start-server:hover { background: #181d21; }
.sh-start-server:has(input:checked), .sh-start-server.is-selected { border-left-color: var(--sh-start-red); background: #1a171a; }
.sh-start-server:focus-within { z-index: 1; outline: 2px solid #7de3ff; outline-offset: 2px; }
.sh-start-server input[type="radio"] { width: 18px; height: 18px; flex: 0 0 auto; margin: 0; accent-color: var(--sh-start-red); }
.sh-start-server-body { display: flex; flex: 1 1 auto; min-width: 0; flex-direction: column; gap: 5px; }
.sh-start-server-name { display: block; overflow-wrap: anywhere; font-family: "Teko", Impact, sans-serif; font-size: 30px; font-weight: 500; line-height: 1.1; }
.sh-start-server-meta { color: #c5cbd2; font-size: 16px; line-height: 1.4; overflow-wrap: anywhere; }
.sh-start-server-state { color: #b5bdc6; font-size: 14px; line-height: 1.4; }
.sh-start-server-choice { flex-shrink: 0; color: #e8c4c5; font-size: 14px; }
.sh-start-selection-note { margin: 16px 0; color: #bdc5ce; font-size: 16px; line-height: 1.5; }
.sh-start-selection-note:empty { margin: 22px 0 0; }
.sh-start-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; border-top: 1px solid var(--sh-start-line); color: var(--sh-start-muted); font-size: 15px; }
.sh-start-footer p { margin: 0; }
.sh-start-footer p > span { margin: 0 9px; color: var(--sh-start-red); }
.sh-start-footer a { color: #d3d9df; text-decoration: none; }
.sh-start-footer a:hover { color: #fff; }

@media (max-width: 1150px) {
  .sh-start-shell, .sh-start-footer { width: calc(100% - 64px); }
  .sh-start-hero { padding-top: 56px; }
  .sh-start-feature, .sh-start-selection { gap: 36px; padding: 48px 0; }
  .sh-start-live-grid { grid-template-columns: minmax(0, 1fr); }
  .sh-start-map-preview { min-height: 265px; border-right: 0; border-bottom: 1px solid var(--sh-start-line); }
  .sh-start-map-drawing { width: 270px; max-width: 70%; margin: 0 auto -28px; }
  .sh-start-map-driver { width: fit-content; max-width: calc(100% - 28px); margin-top: -15px; z-index: 1; }
  .sh-start-map-caption { text-align: right; margin-right: 14px; }
  .sh-start-standings-preview { padding: 20px; }
  .sh-start-timing-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 20px; }
  .sh-start-timing-detail > .sh-start-micro { grid-column: 1 / -1; }
  .sh-start-profile-identity, .sh-start-profile-session { padding-left: 18px; padding-right: 18px; }
  .sh-start-profile-identity { gap: 12px; flex-wrap: wrap; }
  .sh-start-profile-identity > .sh-start-status { margin-left: 0; }
}

@media (max-width: 900px) {
  .sh-start-hero-bottom { align-items: flex-start; gap: 24px; }
  .sh-start-hero-bottom > p { font-size: 20px; }
  .sh-start-chapters { gap: 24px; }
  .sh-start-chapters a { gap: 8px; font-size: 15px; }
  .sh-start-feature, .sh-start-feature-reverse { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .sh-start-feature-copy { max-width: 650px; }
  .sh-start-feature-reverse .sh-start-feature-copy { order: 0; }
  .sh-start-feature-copy > p:not(.sh-start-eyebrow, .sh-start-feature-note) { max-width: 58ch; }
  .sh-start-feature-copy h2 br { display: none; }
  .sh-start-product { width: 100%; max-width: 760px; }
  .sh-start-live-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
  .sh-start-map-preview { min-height: 390px; border-right: 1px solid var(--sh-start-line); border-bottom: 0; }
  .sh-start-map-drawing { width: 100%; max-width: 100%; margin: 30px 0 -8px; }
  .sh-start-map-driver { width: auto; margin-top: 0; }
  .sh-start-map-caption { text-align: center; margin-right: 10px; }
  .sh-start-timing-detail { display: block; }
  .sh-start-selection { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .sh-start-selection-copy { max-width: 650px; }
  .sh-start-selection-copy > p:not(.sh-start-eyebrow, .sh-start-feature-note) { max-width: 55ch; }
}

@media (max-width: 780px) {
  .serverhub-start-page .site-nav { background: #111518; }
  .serverhub-start-page .site-nav > a { background: #151a1e; border-radius: 2px; }
  .serverhub-start-page .site-nav > a:hover { box-shadow: none; transform: none; text-shadow: none; }
  .serverhub-start-page .site-nav > a[aria-current="page"] { border-left: 2px solid var(--sh-start-red); }
  .sh-start-shell, .sh-start-footer { width: calc(100% - 40px); }
  .sh-start-preview-notice { padding: 14px 0; }
  .sh-start-hero { padding-top: 44px; }
  .sh-start-hero h1 { font-size: clamp(60px, 10vw, 78px); max-width: 690px; }
  .sh-start-hero-bottom { flex-direction: column; }
  .sh-start-chapters { margin-top: 36px; }
  .sh-start-feature, .sh-start-selection { padding: 40px 0; }
  .sh-start-footer { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 540px) {
  .serverhub-start-page .brand { font-size: 30px; gap: 10px; letter-spacing: .025em; }
  .serverhub-start-page .brand-logo { width: 30px; height: 30px; }
  .serverhub-start-page .site-header { padding: 15px 18px; gap: 14px; }
  .sh-start-shell, .sh-start-footer { width: calc(100% - 36px); }
  .sh-start-eyebrow { font-size: 12px; letter-spacing: .09em; gap: 9px; }
  .sh-start-preview-notice strong { font-size: 12px; letter-spacing: .03em; }
  .sh-start-preview-notice p { font-size: 14px; line-height: 1.4; }
  .sh-start-hero { padding-top: 36px; }
  .sh-start-hero h1 { font-size: clamp(52px, 13vw, 70px); line-height: .97; }
  .sh-start-hero-break { display: none; }
  .sh-start-hero-bottom { margin-top: 22px; }
  .sh-start-hero-bottom > p { font-size: 19px; }
  .sh-start-chapters { flex-direction: column; gap: 12px; padding: 18px 0; }
  .sh-start-chapters a { font-size: 16px; }
  .sh-start-feature, .sh-start-selection { padding: 32px 0; gap: 28px; }
  .sh-start-feature-copy h2, .sh-start-selection h2 { font-size: 44px; line-height: 1.02; }
  .sh-start-feature-copy > p:not(.sh-start-eyebrow, .sh-start-feature-note), .sh-start-selection-copy > p:not(.sh-start-eyebrow, .sh-start-feature-note) { margin: 18px 0; font-size: 18px; }
  .sh-start-feature-note { margin-top: 18px; }
  .sh-start-preview-label { padding: 10px 12px; gap: 4px; flex-direction: column; }
  .sh-start-profile-banner { min-height: 112px; padding: 24px 16px; }
  .sh-start-profile-banner > span:first-child { font-size: 52px; }
  .sh-start-profile-banner > i { right: 34px; width: 24px; }
  .sh-start-profile-banner > i:last-child { right: 0; width: 8px; }
  .sh-start-profile-identity { position: relative; padding: 18px 14px; gap: 12px; }
  .sh-start-profile-identity .sh-start-team-mark { width: 46px; height: 52px; font-size: 29px; }
  .sh-start-profile-identity .sh-start-micro { font-size: 12px; letter-spacing: 0; }
  .sh-start-profile-identity h3 { font-size: 31px; }
  .sh-start-profile-identity > .sh-start-status { margin-left: 58px; margin-top: -6px; }
  .sh-start-profile-session { padding: 18px 14px; }
  .sh-start-preview-heading { gap: 8px; }
  .sh-start-preview-heading > strong { font-size: 22px; }
  .sh-start-session-grid > div { padding: 12px 8px; }
  .sh-start-session-grid dd { font-size: 24px; }
  .sh-start-session-grid dt { font-size: 12px; }
  .sh-start-preview-footer { gap: 12px; flex-wrap: wrap; }
  .sh-start-profile-community { padding: 14px; }
  .sh-start-live-heading { padding: 16px 14px; flex-wrap: wrap; }
  .sh-start-live-heading h3 { font-size: 32px; }
  .sh-start-live-grid { grid-template-columns: minmax(0, 1fr); }
  .sh-start-map-preview { min-height: 310px; border-right: 0; border-bottom: 1px solid var(--sh-start-line); }
  .sh-start-map-drawing { width: 290px; max-width: 100%; margin: 15px auto -20px; }
  .sh-start-map-driver { width: fit-content; margin-top: -10px; }
  .sh-start-standings-preview { padding: 20px 16px 18px; }
  .sh-start-standings-table { font-size: 15px; }
  .sh-start-standings-table th:last-child { width: 65px; }
  .sh-start-standings-table small { font-size: 13px; }
  .sh-start-timing-detail > div { font-size: 14px; }
  .sh-start-event-preview { gap: 14px; padding: 22px 14px; align-items: flex-start; }
  .sh-start-event-date { flex-basis: 65px; padding-left: 7px; padding-right: 7px; }
  .sh-start-event-date span { font-size: 12px; letter-spacing: 0; }
  .sh-start-event-date strong { font-size: 53px; }
  .sh-start-event-copy h3 { font-size: 31px; }
  .sh-start-event-details { padding: 15px 14px; gap: 8px; }
  .sh-start-discover-preview { padding: 20px 14px 0; }
  .sh-start-discover-row { gap: 9px; flex-wrap: wrap; }
  .sh-start-discover-row strong { font-size: 16px; }
  .sh-start-team-mark-small { width: 36px; height: 38px; font-size: 24px; }
  .sh-start-discover-count { gap: 5px; }
  .sh-start-team-preview { padding: 16px 14px; }
  .sh-start-server { gap: 13px; padding: 18px 14px; }
  .sh-start-server-name { font-size: 28px; }
  .sh-start-server-choice { display: none; }
  .sh-start-selection-content .button { width: 100%; gap: 14px; }
  .sh-start-selection-message { padding: 18px; }
}

@media (max-width: 350px) {
  .serverhub-start-page .brand { font-size: 27px; gap: 8px; }
  .serverhub-start-page .brand-logo { width: 26px; height: 26px; }
  .serverhub-start-page .site-header { padding-left: 14px; padding-right: 14px; gap: 10px; }
  .serverhub-start-page .site-nav-toggle { width: 39px; height: 39px; }
  .sh-start-shell, .sh-start-footer { width: calc(100% - 28px); }
  .sh-start-discover-count { margin-left: 45px; margin-top: -4px; }
  .sh-start-profile-identity > div:nth-child(2) { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .serverhub-start-page *, .serverhub-start-page *::before, .serverhub-start-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
