:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #f7f7f5;
  --surface-raised: #ffffff;
  --surface-soft: #f1f1ee;
  --text: #171714;
  --muted: #626560;
  --quiet: #858883;
  --line: rgba(23, 23, 20, 0.11);
  --line-strong: rgba(23, 23, 20, 0.19);
  --orange: #f05a34;
  --orange-soft: #c74322;
  --orange-dark: #9f3218;
  --accent: var(--orange);
  --shell: min(1152px, calc(100% - 48px));
  --radius: 18px;
  --header-height: 64px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 28px);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
picture {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

code,
pre {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

code {
  overflow-wrap: anywhere;
}

pre {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-soft);
  padding: 18px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.7;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--text);
  color: var(--bg);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  min-height: 60px;
  padding: 7px 8px 7px 14px;
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(23, 23, 20, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--text);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.site-header .brand {
  padding-inline: 5px 10px;
}

.site-header .brand img {
  border-radius: 0;
  filter: invert(1);
}

.site-header nav,
.footer-grid nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

.site-header nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border-radius: 11px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 620;
  text-decoration: none;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.site-header nav a:hover {
  color: var(--text);
  background: var(--surface-soft);
}

.site-header nav a[aria-current="page"] {
  color: var(--text);
  background: var(--surface-soft);
}

.site-header nav a[aria-current="page"]::after {
  position: absolute;
  right: 13px;
  bottom: 7px;
  left: 13px;
  height: 1px;
  border-radius: 999px;
  background: var(--accent);
  content: "";
  opacity: 0.9;
}

.site-header .github-link {
  margin-left: 7px;
  border-left: 1px solid var(--line);
  border-radius: 0 11px 11px 0;
  padding-left: 15px;
}

.site-header .nav-download {
  margin-left: 6px;
  border: 1px solid var(--text);
  background: var(--text);
  color: #fff !important;
}

.site-header .nav-download:hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
  color: #fff !important;
  transform: translateY(-1px);
}

.github-link img {
  filter: none;
}

.hero {
  padding: 102px 0 88px;
}

.hero-copy {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.eyebrow,
.kicker,
.release-kicker,
.detail-label {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--orange);
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  overflow-wrap: normal;
  word-break: normal;
}

.hero-lede {
  max-width: 690px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  background: transparent;
  color: var(--text);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
  cursor: pointer;
}

.button-primary,
.button-download {
  border-color: var(--text);
  background: var(--text);
  color: #fff;
}

.button-primary:hover,
.button-download:hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
}

.button-secondary:hover,
.button-quiet:hover {
  border-color: var(--line-strong);
  background: var(--surface-soft);
}

.button-secondary img {
  filter: none;
}

.button-quiet:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.hero-fineprint {
  margin: 20px 0 0;
  color: var(--quiet);
  font-size: 13px;
}

.product-stage {
  position: relative;
  margin: 72px 0 0;
}

.product-stage picture {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: #e9e8e5;
  box-shadow: 0 24px 60px rgba(23, 23, 20, 0.12);
}

.product-stage img {
  width: 100%;
  height: auto;
}

.product-stage figcaption {
  margin-top: 15px;
  color: var(--quiet);
  font-size: 13px;
  text-align: center;
}

.product-section,
.help-section {
  padding: 88px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-heading h2,
.download-heading h2,
.compact-heading h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  word-break: normal;
}

.section-heading > p:last-child,
.download-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.surface-mosaic {
  display: grid;
  gap: 16px;
}

.surface-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.surface-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-raised);
}

.surface-card-wide {
  display: grid;
  grid-template-columns: minmax(260px, 32%) minmax(0, 68%);
  align-items: stretch;
}

.surface-copy {
  padding: 30px;
}

.surface-copy span {
  color: var(--orange-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.surface-copy h3 {
  margin: 26px 0 8px;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.surface-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.surface-card picture,
.surface-card > img {
  align-self: end;
}

.surface-card img {
  width: 100%;
  height: auto;
  border-top: 1px solid var(--line);
  background: #eeedeb;
}

.surface-card-wide img {
  height: 100%;
  border-top: 0;
  border-left: 1px solid var(--line);
  object-fit: contain;
}

.surface-card-tall {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.surface-card-tall .surface-copy {
  min-height: 190px;
}

.text-link,
.release-meta a,
.release-details a,
.checksum-card a,
.detail-content a,
.legal-copy a {
  color: var(--text);
  text-decoration-color: var(--line-strong);
}

.text-link:hover,
.release-meta a:hover,
.release-details a:hover,
.checksum-card a:hover,
.detail-content a:hover,
.legal-copy a:hover {
  color: var(--text);
  text-decoration-color: var(--orange);
}

.download-section {
  padding: 104px 0 112px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.download-shell {
  max-width: 920px;
}

.download-heading {
  max-width: 680px;
  margin: 0 auto 42px;
  text-align: center;
}

.download-stack {
  display: grid;
  width: min(100%, 460px);
  min-width: 0;
  gap: 17px;
  margin-inline: auto;
}

.download-platform-note {
  margin: 0 0 5px;
  color: var(--quiet);
  font-size: 13px;
  text-align: center;
}

.macos-card,
.download-stack-full {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-raised);
}

.macos-card {
  display: grid;
  gap: 20px;
  padding: 32px 28px 26px;
  border-color: var(--line-strong);
  border-radius: 18px;
  background: var(--surface-raised);
  box-shadow: 0 20px 50px rgba(23, 23, 20, 0.09);
}

.platform-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}

.platform-identity img {
  filter: none;
}

.platform-identity h2,
.platform-identity h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.15;
}

.platform-identity p {
  margin: 5px 0 0;
  color: var(--quiet);
  font-size: 13px;
}

.macos-card .platform-identity {
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.macos-card .platform-identity h3 {
  font-size: 19px;
}

.architecture-selector {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.architecture-selector legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface-soft);
}

.segmented-control label {
  position: relative;
  display: grid;
  min-height: 44px;
  place-items: center;
  padding: 7px 10px;
  border-radius: 9px;
  color: var(--muted);
  cursor: pointer;
  text-align: center;
}

.segmented-control input {
  position: absolute;
  opacity: 0;
}

.segmented-control label:has(input:checked) {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  box-shadow: 0 2px 8px rgba(23, 23, 20, 0.07);
}

.segmented-control label:has(input:focus-visible) {
  outline: 3px solid var(--orange);
  outline-offset: -1px;
}

.segmented-control span {
  font-size: 13px;
  font-weight: 750;
}

.segmented-control small,
.segmented-control em {
  display: block;
  margin-top: 2px;
  color: inherit;
  font-size: 13px;
  font-style: normal;
  opacity: 0.68;
}

.macos-card .segmented-control label {
  min-height: 52px;
}

.macos-card .button-download {
  width: 100%;
  min-height: 48px;
  white-space: nowrap;
}

.macos-card .asset-meta {
  text-align: center;
}

.macos-card .detect-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.detect-status,
.asset-meta,
.release-meta,
.release-details,
.page-status {
  margin: 0;
  color: var(--quiet);
  font-size: 13px;
}

.release-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  text-align: center;
}

.download-stack > .release-meta {
  width: max-content;
  max-width: calc(100vw - 48px);
  justify-self: center;
}

.release-fallback {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(240, 90, 52, 0.28);
  border-radius: 11px;
  background: #fff5f1;
  color: #8b3823;
  font-size: 13px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.footer-grid nav {
  flex-wrap: wrap;
  justify-content: center;
}

.footer-grid nav a {
  min-height: 44px;
  padding: 11px 8px;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.footer-grid nav a:hover {
  color: var(--text);
}

.footer-grid > p {
  margin: 0;
  color: var(--quiet);
  font-size: 13px;
}

/* Supporting pages */

.page-hero {
  max-width: 1152px;
  padding: 102px 0 70px;
}

.page-hero .eyebrow {
  justify-content: flex-start;
}

.page-hero > p:not(.eyebrow):not(.page-status) {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.page-status {
  margin-top: 24px;
}

.install-hero {
  max-width: 760px;
  padding: 96px 0 52px;
  text-align: center;
}

.install-hero-mark {
  width: 46px;
  height: 46px;
  margin: 0 auto 22px;
  filter: invert(1);
}

.install-hero .kicker {
  margin: 0 0 17px;
  color: var(--orange-soft);
}

.install-hero > p:not(.kicker) {
  margin-inline: auto;
}

.install-download {
  padding: 0 0 64px;
  scroll-margin-top: 80px;
}

.download-stack-full {
  max-width: 760px;
  min-width: 0;
  padding: 30px;
  margin-inline: auto;
}

.download-stack-full > * {
  min-width: 0;
  max-width: 100%;
}

.download-card-header {
  display: flex;
  align-items: flex-start;
}

.architecture-selector-large {
  width: 100%;
  min-inline-size: 0;
  margin-top: 24px;
}

.architecture-selector-large .segmented-control {
  gap: 8px;
  padding: 7px;
}

.architecture-selector-large .segmented-control label {
  min-height: 76px;
  align-content: center;
  border: 1px solid transparent;
}

.architecture-selector-large .segmented-control span {
  font-size: 16px;
}

.architecture-announcement {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.download-stack-full > .button-download {
  width: 100%;
  margin-top: 18px;
}

.release-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  padding-top: 2px;
}

.release-details p {
  margin: 0;
}

.checksum-disclosure {
  margin-top: 2px;
  border-top: 1px solid var(--line);
}

.checksum-disclosure > summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

.checksum-disclosure > summary::-webkit-details-marker {
  display: none;
}

.checksum-disclosure > summary::after {
  margin-left: auto;
  color: var(--quiet);
  content: "+";
  font-size: 18px;
  font-weight: 400;
}

.checksum-disclosure[open] > summary::after {
  content: "−";
}

.checksum-disclosure > summary:hover {
  color: var(--text);
}

.checksum-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface-soft);
}

.checksum-disclosure .checksum-card {
  margin: 2px 0 6px;
}

.checksum-card .detail-label {
  margin-bottom: 7px;
}

.checksum-card code {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  color: var(--text);
  font-size: 13px;
  white-space: nowrap;
}

.help-section {
  border-top: 1px solid var(--line);
  padding-top: 72px;
}

.compact-heading {
  margin-bottom: 30px;
}

.detail-list {
  border-top: 1px solid var(--line);
}

.detail-list details {
  border-bottom: 1px solid var(--line);
}

.detail-list summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.detail-list summary::-webkit-details-marker {
  display: none;
}

.detail-list summary::after {
  color: var(--quiet);
  content: "+";
  font-size: 19px;
}

.detail-list details[open] summary::after {
  content: "−";
}

.detail-content {
  max-width: 760px;
  padding: 0 0 28px;
  color: var(--muted);
}

.detail-content p {
  margin-top: 0;
}

.changelog-layout {
  display: grid;
  grid-template-columns: 180px minmax(0, 760px);
  gap: 76px;
  justify-content: center;
  padding-bottom: 100px;
}

.version-rail {
  align-self: stretch;
}

.version-rail > p {
  margin: 0 0 14px;
  color: var(--quiet);
  font-size: 13px;
  font-weight: 720;
  text-transform: uppercase;
}

.version-rail nav {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  display: grid;
  gap: 3px;
}

.version-rail a,
.mobile-version-jump a {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.version-rail a {
  padding: 0 12px;
}

.version-rail a:hover,
.version-rail a:focus-visible {
  background: var(--surface-soft);
  color: var(--text);
}

.mobile-version-jump {
  display: none;
}

.release-list {
  display: grid;
}

.release-entry {
  padding: 0 0 64px;
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.release-entry + .release-entry {
  padding-top: 64px;
  border-top: 1px solid var(--line);
}

.release-entry header {
  margin-bottom: 28px;
}

.release-entry h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.release-entry-meta {
  margin: 9px 0 0;
  color: var(--quiet);
  font-size: 13px;
}

.release-notes-content {
  color: var(--muted);
}

.release-notes-content h3 {
  margin: 30px 0 10px;
  color: var(--text);
  font-size: 19px;
}

.release-notes-content p,
.release-notes-content li {
  font-size: 15px;
}

.release-notes-content ul {
  padding-left: 22px;
}

.release-entry > .text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 12px;
  font-size: 13px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 190px minmax(0, 720px);
  gap: 76px;
  justify-content: center;
  padding-bottom: 112px;
}

.legal-layout aside nav {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  display: grid;
}

.legal-layout aside a {
  display: flex;
  min-height: 42px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.legal-layout aside a:hover {
  color: var(--text);
}

.legal-copy section {
  padding-bottom: 42px;
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.legal-copy section + section {
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.legal-copy h2 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.legal-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
}

@media (max-width: 900px) {
  .desktop-nav-link {
    display: none !important;
  }

  .hero {
    padding-top: 84px;
  }

  .surface-card-wide,
  .surface-pair,
  .download-shell,
  .footer-grid,
  .changelog-layout,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .surface-card-wide {
    display: flex;
    flex-direction: column;
  }

  .surface-card-wide img {
    height: auto;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .surface-card-tall .surface-copy {
    min-height: 0;
  }

  .version-rail,
  .legal-layout aside {
    display: none;
  }

  .mobile-version-jump {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 34px;
  }

  .mobile-version-jump a {
    flex: 0 0 auto;
    padding: 0 13px;
    border: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 32px, 1152px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    top: 8px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 6px 6px 6px 10px;
    border-radius: 15px;
  }

  .site-header .brand {
    padding-inline: 4px 8px;
  }

  .site-header nav {
    gap: 2px;
  }

  .site-header nav a {
    padding-inline: 10px;
    font-size: 13px;
  }

  .site-header .github-link {
    margin-left: 2px;
    padding-left: 11px;
  }

  .site-header .github-link span {
    display: inline;
  }

  .hero,
  .page-hero {
    padding: 72px 0 56px;
  }

  .install-hero {
    padding: 76px 0 42px;
  }

  .install-hero-mark {
    width: 40px;
    height: 40px;
    margin-bottom: 19px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 40px;
  }

  .hero-lede,
  .page-hero > p:not(.eyebrow):not(.page-status) {
    font-size: 16px;
  }

  .product-stage {
    margin-top: 48px;
  }

  .product-section,
  .help-section {
    padding: 56px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2,
  .download-heading h2,
  .compact-heading h2 {
    font-size: 32px;
  }

  .surface-copy {
    padding: 24px;
  }

  .surface-copy h3 {
    margin-top: 22px;
    font-size: 19px;
  }

  .download-section {
    padding: 72px 0;
  }

  .macos-card {
    padding: 28px 22px 24px;
  }

  .download-stack > .release-meta {
    max-width: calc(100vw - 32px);
  }

  .download-card-header,
  .release-details {
    align-items: flex-start;
    flex-direction: column;
  }

  .download-card-header {
    display: flex;
  }

  .download-card-header .detect-status {
    max-width: none;
    text-align: left;
  }

  .download-stack-full {
    padding: 22px;
  }

  .architecture-selector-large .segmented-control {
    grid-template-columns: 1fr;
  }

  .checksum-card {
    grid-template-columns: 1fr;
  }

  .checksum-card .button {
    width: 100%;
  }

  .footer-grid {
    gap: 20px;
  }

  .footer-grid nav {
    justify-content: flex-start;
  }

  .release-entry h2 {
    font-size: 27px;
  }

  .legal-copy h2 {
    font-size: 24px;
  }
}

@media (max-width: 390px) {
  .site-header .github-link {
    padding-inline: 8px;
  }

  .site-header .nav-download {
    margin-left: 2px;
    padding-inline: 9px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .segmented-control {
    grid-template-columns: 1fr;
  }

  .macos-card .segmented-control small {
    position: static;
    width: auto;
    margin-top: 3px;
    padding: 0;
    border: 0;
    background: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #41433f;
    --quiet: #555852;
    --line: rgba(23, 23, 20, 0.28);
    --line-strong: rgba(23, 23, 20, 0.45);
  }
}
