@font-face {
  font-family: Geist;
  src: url("/fonts/geist-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: GeistMono;
  src: url("/fonts/geist-mono-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #080b0d;
  --panel: #0b1013;
  --field: #202a30;
  --text: #f5f7f8;
  --muted: #a9b1b7;
  --line: #ffffff24;
  --orange: #ff4000;
  --cyan: #00ffff;
  --green: #75d7a0;
  --amber: #edc36b;
  --red: #fa8e88;
  --unknown: #909da7;
  --banner: #171e22;
  --notice-text: #f4cb98;
  --success-border: #75d7a040;
  --success-surface: #75d7a00c;
  --warning-border: #edc36b40;
  --warning-surface: #edc36b0c;
  --icon: #b0b9c0;
  --history-empty: #313c44;
  --success-badge: #75d7a010;
  --success-badge-border: #75d7a030;
  --warning-badge: #edc36b10;
  --warning-badge-border: #edc36b30;
  --timeline-dot: #82928c;
  --notice-surface: #edc36b07;
  --notice-border: #edc36b35;
  --control-border: #64737c;
  --raised: #131b20;
  --menu-border: #41505a;
  --menu-surface: #151e24;
  --option-surface: #263740;
  --option-border: #516772;
  font-family: Geist, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 5px;
}
button,
select {
  font: inherit;
}
a:hover {
  text-decoration: underline;
}
svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
::selection {
  background: var(--cyan);
  color: var(--bg);
}
*:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}
select {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 5px;
  color: var(--text);
  padding: 10px 34px 10px 13px;
  min-height: 44px;
  cursor: pointer;
  max-width: 100%;
}
select:hover {
  border-color: var(--muted);
}
summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.container {
  width: min(1040px, calc(100% - 64px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: normal;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  opacity: 0;
  pointer-events: none;
  left: 16px;
  z-index: 10;
  background: var(--cyan);
  color: var(--bg);
  padding: 12px;
}
.skip-link:focus {
  opacity: 1;
  pointer-events: auto;
  top: 12px;
}
.demo-bar {
  background: var(--banner);
  border-bottom: 1px solid var(--line);
}
.demo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding-block: 10px;
}
.demo-inner p {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.demo-inner strong {
  color: var(--notice-text);
  white-space: normal;
}
.demo-inner p span {
  color: var(--muted);
}
.scenario-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  white-space: normal;
}
.scenario-label select {
  font-size: 0.75rem;
  min-height: 36px;
  padding-block: 7px;
}
.site-header {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 112px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5625rem;
  font-weight: 750;
  letter-spacing: -0.8px;
}
.brand:hover {
  text-decoration: none;
}
.brand-dot,
.footer-brand span {
  color: var(--orange);
}
.header-divider {
  height: 24px;
  width: 1px;
  background: var(--line);
}
.header-label {
  font-size: 0.875rem;
  color: var(--muted);
}
.back-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  font-size: 0.8125rem;
  min-height: 44px;
}
.back-link svg {
  color: var(--orange);
  width: 17px;
  height: 17px;
}
.overview {
  padding: 62px 0 54px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.hero-title {
  display: flex;
  align-items: center;
  gap: 18px;
}
h1 {
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  letter-spacing: -0.035em;
  line-height: 1.2;
  font-weight: 620;
}
.overall-icon {
  border: 1px solid var(--success-border);
  background: var(--success-surface);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: none;
  color: var(--green);
}
.overall-icon svg {
  width: 24px;
  height: 24px;
}
.overall-icon.degraded {
  color: var(--amber);
  border-color: var(--warning-border);
  background: var(--warning-surface);
}
.overall-icon.unknown {
  color: var(--unknown);
  border-color: var(--line);
  background: var(--panel);
}
.hero-copy {
  width: 100%;
}
.overview-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 14px;
}
#overview-description {
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}
.snapshot {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  font-family: GeistMono, monospace;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 22px;
  line-height: 1.7;
}
.small-dot {
  width: 5px;
  height: 5px;
  background: var(--muted);
  border-radius: 50%;
}
.history-link {
  font-size: 0.8125rem;
  min-height: 44px;
  display: flex;
  gap: 17px;
  align-items: center;
  white-space: normal;
}
.history-link span {
  color: var(--orange);
  font-size: 1.1875rem;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
h2 {
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  font-weight: 600;
}
.section-heading p {
  color: var(--muted);
  font-size: 0.8125rem;
  margin-top: 8px;
  line-height: 1.5;
}
.section-heading select {
  font-size: 0.75rem;
}
.service-table {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.table-heading {
  display: flex;
  justify-content: space-between;
  padding: 16px 25px;
  color: var(--muted);
  font-size: 0.75rem;
  border-bottom: 1px solid var(--line);
}
.service-row {
  padding: 23px 25px 21px;
  border-bottom: 1px solid var(--line);
}
.service-row:last-child {
  border-bottom: 0;
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 17px;
}
.service-name {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.875rem;
  font-weight: 550;
}
.service-icon {
  color: var(--icon);
  height: 20px;
}
.state {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.75rem;
}
.state svg {
  width: 14px;
  height: 14px;
}
.operational {
  color: var(--green);
}
.degraded {
  color: var(--amber);
}
.outage {
  color: var(--red);
}
.unknown {
  color: var(--unknown);
}
.history-bars {
  display: flex;
  gap: 3px;
  height: 26px;
  width: 100%;
}
.history-bar {
  flex: 1;
  min-width: 0;
  border-radius: 1px;
  background: currentColor;
  opacity: 0.8;
  transition: opacity 140ms;
}
.history-bar:hover {
  opacity: 1;
  outline: 1px solid var(--text);
  outline-offset: 2px;
}
.history-bar.unknown {
  background: var(--history-empty);
}
.chart-axis {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 17px;
  font-family: GeistMono, monospace;
  font-size: 0.75rem;
  color: var(--muted);
}
.service-description {
  border-top: 1px solid var(--line);
  padding: 18px 0 22px;
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.7;
}
.service-description span {
  display: block;
  font-size: 0.75rem;
  margin-top: 7px;
  font-family: GeistMono, monospace;
}
.legend {
  display: flex;
  gap: 19px;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.5;
}
.legend > span {
  display: flex;
  gap: 6px;
  align-items: center;
}
.legend-mark {
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 1px;
}
.incidents-section {
  margin-top: 58px;
  scroll-margin-top: 28px;
}
.incident-list {
  border-top: 1px solid var(--line);
}
.incident {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.incident-date {
  font-family: GeistMono, monospace;
  font-size: 0.75rem;
  color: var(--muted);
  padding-top: 5px;
}
.incident details {
  min-width: 0;
}
.incident summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.incident-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.badge {
  display: inline-flex;
  font-size: 0.75rem;
  border-radius: 3px;
  padding: 4px 7px;
  font-weight: 600;
  line-height: 1.3;
}
.badge.resolved {
  background: var(--success-badge);
  color: var(--green);
  border: 1px solid var(--success-badge-border);
}
.badge.active {
  background: var(--warning-badge);
  color: var(--amber);
  border: 1px solid var(--warning-badge-border);
}
.duration {
  font-family: GeistMono, monospace;
  font-size: 0.75rem;
  color: var(--muted);
}
h3 {
  font-size: 0.9375rem;
  letter-spacing: -0.01em;
  font-weight: 550;
  line-height: 1.5;
}
.incident h3 {
  margin-top: 10px;
}
.incident-main > p {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 7px;
  line-height: 1.5;
}
.expand-icon {
  display: grid;
  place-items: center;
  min-width: 32px;
  min-height: 44px;
  color: var(--muted);
}
.expand-icon svg {
  width: 15px;
  transition: transform 160ms;
}
details[open] .expand-icon svg {
  transform: rotate(90deg);
}
.timeline {
  padding: 0 0 0 20px;
  margin: 25px 0 0;
  border-left: 1px solid var(--line);
  list-style: none;
}
.timeline li {
  position: relative;
  margin-top: 22px;
}
.timeline li:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 5px;
  width: 7px;
  height: 7px;
  background: var(--timeline-dot);
  border: 2px solid var(--bg);
  border-radius: 50%;
}
.update-meta {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 0.75rem;
}
.update-meta span {
  font-size: 0.75rem;
  font-family: GeistMono, monospace;
  color: var(--muted);
}
.timeline p {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 7px;
  max-width: 70ch;
}
.history-note {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.8;
  margin-top: 17px;
}
.maintenance {
  display: flex;
  gap: 17px;
  align-items: center;
  margin: 45px 0 57px;
  padding: 25px 0;
  border-block: 1px solid var(--line);
}
.calendar-icon {
  color: var(--muted);
}
.calendar-icon svg {
  width: 24px;
  height: 24px;
}
.maintenance h2 {
  font-size: 0.875rem;
}
.maintenance p {
  margin-top: 7px;
  font-size: 0.75rem;
  color: var(--muted);
}
footer {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 40px 35px;
  font-size: 0.75rem;
  color: var(--muted);
}
.footer-brand {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
}
.footer-meta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-explanation {
  line-height: 1.6;
}
.footer-divider {
  width: 1px;
  height: 24px;
  flex: none;
  background: var(--line);
}
.footer-note {
  flex: 0 1 auto;
  font-family: GeistMono, monospace;
  font-size: 0.75rem;
}
.active-notice {
  margin: -10px 0 40px;
  padding: 24px;
  background: var(--notice-surface);
  border: 1px solid var(--notice-border);
  border-radius: 6px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.active-notice h2 {
  font-size: 1.0625rem;
  margin-top: 12px;
}
.active-notice p {
  font-size: 0.8125rem;
  line-height: 1.75;
  color: var(--muted);
  max-width: 70ch;
  margin-top: 8px;
}
.active-notice a {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: normal;
  min-height: 44px;
  font-size: 0.75rem;
}
.active-notice a svg {
  width: 14px;
  color: var(--amber);
}
.empty-state {
  display: flex;
  gap: 14px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.empty-state p {
  font-size: 0.8125rem;
  margin-top: 7px;
  line-height: 1.6;
}
.no-script {
  padding: 20px;
  color: var(--amber);
}
@media (min-width: 1500px) {
  .container {
    width: min(1120px, calc(100% - 80px));
  }
  .overview {
    padding-block: 72px 60px;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  .demo-inner {
    gap: 12px;
    align-items: flex-start;
  }
  .demo-inner p {
    display: block;
    max-width: 290px;
  }
  .demo-inner p span {
    display: block;
    margin-top: 3px;
  }
  .scenario-label {
    display: block;
    font-size: 0.75rem;
  }
  .scenario-label select {
    display: block;
    margin-top: 4px;
    max-width: 155px;
    min-height: 44px;
  }
  .site-header {
    min-height: 92px;
    gap: 15px;
  }
  .brand {
    font-size: 1.4375rem;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .header-label {
    font-size: 0.75rem;
  }

  .back-link svg {
    width: 20px;
    height: 20px;
  }
  .overview {
    padding: 39px 0 33px;
    display: block;
  }
  .hero-title {
    gap: 13px;
  }
  .overall-icon {
    width: 36px;
    height: 36px;
  }
  .overall-icon svg {
    width: 20px;
    height: 20px;
  }
  h1 {
    font-size: 1.625rem;
  }
  #overview-description {
    font-size: 0.875rem;
  }
  .snapshot {
    font-size: 0.75rem;
    gap: 7px;
  }
  .history-link {
    margin-top: 17px;
    width: max-content;
  }
  .section-heading {
    gap: 15px;
    align-items: flex-start;
  }
  h2 {
    font-size: 1.125rem;
  }
  .section-heading p {
    font-size: 0.75rem;
    max-width: 220px;
  }
  .section-heading select {
    max-width: 150px;
  }
  .table-heading {
    padding: 14px 17px;
  }
  .service-row {
    padding: 22px 17px 18px;
  }
  .service-top {
    align-items: flex-start;
    gap: 10px;
  }
  .service-name {
    font-size: 0.8125rem;
    gap: 8px;
  }
  .state {
    font-size: 0.75rem;
    gap: 5px;
  }
  .state svg {
    width: 12px;
  }
  .history-bars {
    gap: 2px;
    height: 25px;
  }
  .chart-axis {
    padding-inline: 17px;
  }
  .legend {
    gap: 12px 16px;
    font-size: 0.75rem;
  }
  .incident {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 23px;
  }
  .incident-date {
    padding-top: 0;
  }
  .incidents-section {
    margin-top: 40px;
  }
  .history-note {
    font-size: 0.75rem;
  }
  .maintenance {
    margin: 32px 0;
  }
  .active-notice {
    display: block;
    padding: 20px;
    margin-top: 0;
  }
  .active-notice a {
    margin-top: 10px;
  }
  .footer-meta {
    width: 100%;
    margin-left: 0;
  }
  footer {
    gap: 15px;
    flex-wrap: wrap;
  }
  footer p {
    font-size: 0.75rem;
  }
}
@media (max-width: 390px) {
  .container {
    width: calc(100% - 28px);
  }
  .header-divider {
    display: none;
  }
  .header-label {
    font-size: 0.75rem;
  }
  .hero-title {
    align-items: flex-start;
  }
  h1 {
    font-size: 1.5rem;
  }
  .section-heading {
    flex-wrap: wrap;
  }
  .section-heading p {
    max-width: none;
  }
  .service-top {
    flex-wrap: wrap;
  }
  .history-bars {
    gap: 1.5px;
  }
  .demo-inner {
    flex-wrap: wrap;
  }
  .scenario-label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .scenario-label select {
    margin: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

.header-tabs {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-tab,
.site-header .back-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--muted);
  white-space: normal;
}
.header-tab:hover,
.site-header .back-link:hover {
  color: var(--text);
}
.header-tab[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}
.history-page {
  min-height: 65vh;
  padding-bottom: 60px;
}
.history-page .incidents-section {
  margin-top: 56px;
}
.history-page .section-heading {
  margin-bottom: 30px;
}
.select-field {
  position: relative;
  display: inline-block;
  min-width: 145px;
  max-width: 100%;
}
.select-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid var(--control-border);
  border-radius: 5px;
  background: var(--panel);
  color: var(--text);
  font:
    500 0.75rem/1.5 Geist,
    Arial,
    sans-serif;
  cursor: pointer;
  text-align: left;
  white-space: normal;
}
.select-trigger:hover {
  border-color: var(--control-border);
  background: var(--raised);
}
.select-trigger[aria-expanded="true"] {
  border-color: var(--cyan);
}
.select-trigger svg {
  width: 14px;
  height: 14px;
  color: var(--muted);
}
.select-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: 0;
  min-width: 100%;
  width: max-content;
  max-width: calc(100vw - 32px);
  max-height: 240px;
  overflow-y: auto;
  padding: 5px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--control-border);
  border-radius: 6px;
  background: var(--menu-surface);
}
.select-menu[hidden] {
  display: none;
}
.select-menu.opens-up {
  top: auto;
  bottom: calc(100% + 6px);
}
.select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 44px;
  padding: 10px;
  border-radius: 3px;
  color: var(--text);
  font-size: 0.75rem;
  cursor: pointer;
  white-space: normal;
}
.select-option.is-active {
  background: var(--option-surface);
  outline: 1px solid var(--option-border);
  outline-offset: -1px;
}
.select-option svg {
  width: 15px;
  height: 15px;
  color: var(--cyan);
  visibility: hidden;
}
.select-option[aria-selected="true"] svg {
  visibility: visible;
}
.scenario-label .select-field {
  min-width: 170px;
}
@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    gap: 12px 15px;
    padding-block: 20px 12px;
  }
  .site-header .header-divider {
    display: none;
  }
  .header-tabs {
    order: 3;
    width: 100%;
    gap: 24px;
    border-top: 1px solid var(--line);
    padding-top: 9px;
  }
  .site-header .back-link {
    margin-left: auto;
    gap: 8px;
  }
  .history-page .incidents-section {
    margin-top: 32px;
  }
  .history-page .section-heading {
    flex-wrap: wrap;
  }
  .demo-inner {
    flex-wrap: wrap;
  }
  .scenario-label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .select-field {
    min-width: 140px;
  }
}

/* Responsive native-select rules must not reveal enhanced controls. */
select[hidden] {
  display: none !important;
}

.service-group + .service-group {
  border-top: 1px solid var(--line);
}
.service-group-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 25px;
  border-bottom: 1px solid var(--line);
  background: var(--raised);
}
.service-group-heading h3 {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
}
.service-group-heading > span {
  font-size: 0.75rem;
  color: var(--muted);
}
.service-group .service-row {
  padding-inline: 37px 25px;
}
@media (max-width: 760px) {
  .service-group-heading {
    padding: 15px 17px;
  }
  .service-group .service-row {
    padding-inline: 23px 17px;
  }
}

.select-trigger:disabled {
  cursor: default;
  opacity: 0.5;
}
.incident-main h2 {
  margin-top: 10px;
  font-size: 0.9375rem;
}
body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}

/* Audited interaction and text-resize boundaries. */
.brand,
.footer-brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-header,
.header-tabs,
.service-top,
.service-group-heading,
.update-meta {
  flex-wrap: wrap;
}
.service-name,
.footer-explanation,
.footer-note,
.incident-main {
  min-width: 0;
  overflow-wrap: anywhere;
}
.service-group-heading > span,
.state {
  flex-shrink: 0;
}
.history-help {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.6;
  margin: -8px 0 14px;
}
.history-track {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.history-cursor {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 44px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}
.history-cursor::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 34px;
  border: 2px solid var(--text);
  background: var(--bg);
  border-radius: 2px;
}
.history-cursor::-moz-range-thumb {
  width: 8px;
  height: 30px;
  border: 2px solid var(--text);
  background: var(--bg);
  border-radius: 2px;
}
.history-cursor:focus-visible {
  outline-offset: 3px;
}
.history-reading {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 4px;
}
.retry-button {
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--control-border);
  border-radius: 5px;
  min-height: 44px;
  padding: 10px 16px;
  margin-block: 20px;
  cursor: pointer;
}
.retry-button:hover {
  background: var(--raised);
}
.retry-button:disabled {
  cursor: wait;
}
[hidden] {
  display: none !important;
}
@media (forced-colors: active) {
  .history-bar {
    forced-color-adjust: none;
  }
  .history-cursor::-webkit-slider-thumb {
    background: Canvas;
    border-color: CanvasText;
  }
  .history-cursor::-moz-range-thumb {
    background: Canvas;
    border-color: CanvasText;
  }
}
