:root {
  --navy: #1e3c93;
  --blue: #3366cc;
  --blue-hover: #254fa5;
  --orange: #ea8a24;
  --ink: #17263c;
  --muted: #526078;
  --line: #dce3ee;
  --paper: #ffffff;
  --wash: #f2f5fb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  color-scheme: light;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--blue-hover); }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
img, svg { max-width: 100%; }
img { display: block; }
p { max-width: 72ch; margin: 0; line-height: 1.65; }
h1, h2, h3 { margin: 0; line-height: 1.15; letter-spacing: -0.035em; }
h1 { font-size: clamp(48px, 5.2vw, 70px); font-weight: 700; }
h2 { font-size: clamp(28px, 3vw, 39px); font-weight: 650; }
h3 { font-size: 22px; font-weight: 650; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 12px; left: 12px; padding: 12px 18px; color: var(--paper); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; min-height: 96px; padding-block: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 650; letter-spacing: -0.04em; text-decoration: none; color: var(--ink); }
.brand img { flex: 0 0 auto; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 28px; }
.site-header nav > a:not(.button), .site-footer a { color: var(--muted); text-decoration: none; font-size: 15px; }
.site-header nav > a:not(.button):hover, .site-footer a:hover { color: var(--blue); }
.site-header a[aria-current="page"] { color: var(--ink); font-weight: 600; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 22px; border-radius: 8px; font-size: 16px; font-weight: 600; line-height: 1.3; text-align: center; text-decoration: none; transition: background-color 150ms ease; }
.button.primary { color: var(--paper); background: var(--blue); }
.button.primary:hover { color: var(--paper); background: var(--blue-hover); }
.button.secondary { color: var(--navy); background: white; border: 1px solid #a5b8df; }
.button.secondary:hover { color: var(--navy); background: #e6edfa; }
.button.small { min-height: 42px; padding: 10px 17px; font-size: 14px; }
.button svg { flex: 0 0 auto; }
.quiet-link { font-size: 14px; color: var(--muted); }

.hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 54px; align-items: center; padding-block: 64px 84px; }
.hero-copy .lead { margin-top: 24px; max-width: 34ch; font-size: 21px; line-height: 1.5; }
.hero-detail { margin-top: 18px; max-width: 39ch; font-size: 16px; color: var(--muted); }
.beta-button { margin-top: 30px; }
.beta-meta { margin-top: 13px; margin-bottom: 10px; font-size: 13px; line-height: 1.6; color: var(--muted); }
.app-figure { min-width: 0; margin: 0; }
.app-figure figcaption { margin-top: 14px; text-align: center; color: var(--muted); font-size: 12px; line-height: 1.6; }
.app-example { overflow: hidden; border: 1px solid #d4dce9; border-radius: 11px; box-shadow: 0 16px 48px #1e3c9316, 0 3px 9px #1e3c930a; background: #f7f8fa; user-select: none; }
.app-titlebar { height: 34px; display: flex; align-items: center; justify-content: center; position: relative; border-bottom: 1px solid #dce1e8; color: #606979; font-size: 10px; }
.window-dots { position: absolute; left: 12px; display: flex; gap: 5px; }
.window-dots i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #d3d8e0; }
.app-layout { display: grid; grid-template-columns: 148px minmax(0, 1fr); min-height: 370px; }
.app-sidebar { background: var(--navy); color: white; padding: 20px 11px; display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
.app-brand { display: flex; gap: 7px; align-items: center; font-size: 12px; font-weight: 600; margin-bottom: 24px; padding-inline: 5px; }
.app-section-label { font-size: 10px; color: #c0ceed; margin: 3px 8px 4px; }
.app-source { display: flex; align-items: center; gap: 7px; padding: 8px; font-size: 10px; line-height: 1.4; border-radius: 5px; }
.app-source.is-selected { background: #ffffff24; }
.app-source svg { width: 14px; height: 14px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.25; }
.app-add { color: #d9e2f7; font-size: 9px; }
.app-add > span { width: 14px; font-size: 17px; text-align: center; line-height: .8; }
.app-flow { text-align: center; display: flex; flex-direction: column; gap: 4px; margin: 12px 0 9px; font-size: 8px; color: #d9e2f7; }
.flow-arrow { font-size: 25px; line-height: 1.1; color: var(--orange); }
.app-content { min-width: 0; display: flex; flex-direction: column; }
.app-page-heading { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 23px 19px 18px; border-bottom: 1px solid #e1e5ec; }
.app-page-heading strong { font-size: 17px; font-weight: 650; }
.app-page-heading > span { color: #687689; font-size: 9px; white-space: nowrap; }
.app-content-body { padding: 17px 19px 24px; flex: 1; }
.app-settings { font-size: 10px; color: #586477; }
.app-target { display: flex; gap: 10px; align-items: center; margin-block: 17px 23px; }
.app-target > span { color: var(--blue); font-size: 21px; }
.app-target strong, .app-target small { display: block; }
.app-target strong { font-size: 10px; font-weight: 550; }
.app-target small { font-size: 8px; color: #687689; margin-top: 4px; }
.app-preview-heading { display: flex; justify-content: space-between; gap: 8px; align-items: baseline; margin-bottom: 12px; }
.app-preview-heading strong { font-size: 13px; font-weight: 600; }
.app-preview-heading > span { font-size: 9px; color: #687689; }
.app-filters { display: flex; padding: 2px; background: #e5e8ee; border-radius: 4px; margin-bottom: 12px; }
.app-filters span { flex: 1; text-align: center; padding-block: 4px; font-size: 8px; color: #556173; }
.app-filters .is-selected { background: white; border-radius: 3px; color: var(--ink); box-shadow: 0 1px 3px #1e3c9310; }
.app-files { width: 100%; border-collapse: collapse; text-align: left; font-size: 9px; }
.app-files th { color: #647185; font-weight: 500; font-size: 8px; }
.app-files th, .app-files td { padding: 9px 5px; border-bottom: 1px solid #e1e5ec; }
.app-files td:first-child { color: var(--blue); font-weight: 700; }
.app-files td:nth-child(2) { white-space: nowrap; }
.app-files td:last-child { color: #647185; font-size: 8px; }
.app-file-count { margin-top: 10px; font-size: 8px; color: #687689; }
.app-actionbar { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 13px 16px; border-top: 1px solid #e1e5ec; background: #fff; font-size: 8px; color: #687689; }
.app-main-action { background: var(--blue); border-radius: 4px; padding: 8px 10px; color: white; font-size: 9px; white-space: nowrap; }

.workflow { padding-block: 66px 56px; background: var(--wash); border-block: 1px solid #e6ecf5; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2 { max-width: 17ch; }
.section-heading p { font-size: 16px; color: var(--muted); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; counter-reset: step; }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid #bdcde9; border-radius: 50%; margin-bottom: 17px; color: var(--blue); font-size: 15px; font-weight: 600; }
.steps h3 { margin-bottom: 11px; }
.steps p { font-size: 16px; color: var(--muted); }
.workflow-note { margin-top: 38px; font-size: 14px; color: var(--muted); }
.workflow-note a { margin-left: 5px; white-space: nowrap; }
.features-section { padding-block: 72px 0; scroll-margin-top: 28px; }
.feature-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 42px; margin: 0; }
.feature-list > div { padding-top: 18px; border-top: 2px solid var(--line); }
.feature-list dt { font-size: 19px; line-height: 1.35; font-weight: 600; letter-spacing: -.02em; }
.feature-list dd { margin: 10px 0 0; font-size: 15px; line-height: 1.65; color: var(--muted); }
.section-note { margin-top: 30px; font-size: 14px; color: var(--muted); }
.planned-modules { margin-top: 36px; background: var(--wash); border-radius: 10px; scroll-margin-top: 28px; }
.planned-modules > summary { padding: 22px 26px; cursor: pointer; font-size: 20px; font-weight: 600; line-height: 1.5; }
.planned-modules > summary::marker { color: var(--blue); }
.summary-hint { display: inline-block; margin-left: 16px; font-size: 14px; font-weight: 400; color: var(--muted); }
.module-content { padding: 0 26px 26px; }
.module-intro { color: var(--muted); font-size: 15px; }
.module-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 40px; margin: 25px 0; }
.module-list > div { padding-top: 17px; border-top: 1px solid var(--line); }
.module-list dt { font-size: 16px; font-weight: 600; line-height: 1.5; }
.module-list dd { margin: 6px 0 0; font-size: 14px; line-height: 1.65; color: var(--muted); }
.idea-label { display: inline-block; margin-left: 7px; padding: 1px 7px; border: 1px solid #c1cce0; border-radius: 4px; font-size: 12px; font-weight: 400; }
.module-cta { font-size: 15px; }
.module-cta a { display: inline-block; }
.beta-invitation { margin-top: 12px; max-width: 40ch; color: var(--muted); font-size: 14px; }
.beta-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: start; padding-block: 76px; scroll-margin-top: 28px; }
.eyebrow { display: block; color: var(--blue); font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.beta-copy h2 { font-size: clamp(28px, 3vw, 38px); }
.beta-copy p { margin-top: 22px; max-width: 42ch; color: var(--muted); font-size: 17px; }
.beta-signup { scroll-margin-top: 28px; padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: var(--wash); }
.beta-signup h3 { margin-bottom: 23px; }
.beta-signup fieldset { margin: 0; padding: 0; border: 0; min-width: 0; display: grid; gap: 12px; }
.beta-signup label { font-size: 15px; font-weight: 550; }
.beta-signup input { box-sizing: border-box; width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #acb8cd; border-radius: 6px; background: white; color: var(--ink); font: inherit; font-size: 16px; }
.beta-signup button { width: 100%; border: 0; font-family: inherit; cursor: pointer; margin-top: 4px; }
.beta-purpose { margin-top: 15px; font-size: 13px; color: var(--muted); }
.beta-hint { margin-top: 10px; font-size: 13px; color: var(--muted); }
.beta-privacy { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.beta-privacy summary { cursor: pointer; color: var(--blue); }
.beta-privacy p { margin-top: 12px; }
.beta-privacy a { overflow-wrap: anywhere; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.release-links { display: flex; flex-wrap: wrap; gap: 18px; }
.guide-content .release-links { font-size: 13px; }
.release-links a { color: var(--muted); }
.support-section { display: flex; align-items: center; justify-content: space-between; gap: 28px 56px; padding-block: 38px 44px; border-top: 1px solid var(--line); scroll-margin-top: 24px; }
.support-copy { max-width: 610px; }
.support-copy h2 { font-size: clamp(24px, 2.4vw, 29px); }
.support-copy p { margin-top: 12px; color: var(--muted); font-size: 15px; }
.support-action { flex: 0 0 auto; max-width: 100%; }
.support-button { font-family: inherit; }
.support-button:disabled { color: var(--muted); background: var(--wash); border-color: var(--line); cursor: not-allowed; }
.support-hint { max-width: 29ch; margin-top: 10px; color: var(--muted); font-size: 13px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-block: 30px 36px; border-top: 1px solid var(--line); }
.site-footer p { font-size: 13px; color: var(--muted); }
.site-footer strong { font-weight: 600; color: var(--ink); }
.site-footer nav { flex-wrap: wrap; }
.site-footer a { font-size: 13px; }

.guide-heading { max-width: 760px; padding-block: 58px 36px; }
.guide-heading h1 { font-size: clamp(40px, 4.5vw, 58px); }
.guide-heading p { margin-top: 18px; color: var(--muted); font-size: 18px; }
.guide-heading .guide-version { margin-top: 10px; font-size: 13px; }
.feedback-main { padding-bottom: 60px; }
.feedback-heading { max-width: 850px; }
.feedback-nav { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 24px; font-size: 15px; }
.feedback-forms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: start; }
.response-panel { padding: 30px; border: 1px solid var(--line); border-radius: 12px; background: var(--wash); scroll-margin-top: 24px; min-width: 0; }
.response-panel h2 { font-size: 26px; }
.form-intro { margin-top: 14px; font-size: 15px; color: var(--muted); }
.form-field { margin-top: 22px; }
.form-field label { display: block; font-size: 15px; font-weight: 550; line-height: 1.5; }
.form-field label span { color: var(--muted); font-weight: 400; }
.field-hint { margin-top: 5px; color: var(--muted); font-size: 13px; }
.form-field input, .form-field textarea { display: block; width: 100%; min-height: 50px; padding: 12px 14px; margin-top: 9px; border: 1px solid #acb8cd; border-radius: 6px; background: white; color: var(--ink); font: inherit; font-size: 16px; line-height: 1.5; }
.form-field textarea { resize: vertical; min-height: 140px; }
.response-panel button { width: 100%; margin-top: 24px; font-family: inherit; cursor: pointer; }
.form-note { margin-top: 12px; color: var(--muted); font-size: 13px; }
.form-data-note { margin-top: 20px; color: var(--muted); font-size: 13px; }
.planned-link { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; }
.feedback-data { max-width: 760px; margin-top: 30px; color: var(--muted); font-size: 14px; scroll-margin-top: 24px; }
.feedback-data > p + p { margin-top: 12px; }
.guide-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: 52px; align-items: start; padding-bottom: 64px; }
.guide-nav { display: flex; flex-direction: column; gap: 3px; position: sticky; top: 28px; padding-block: 9px; }
.guide-nav a { padding: 8px 0; text-decoration: none; font-size: 14px; color: var(--muted); }
.guide-nav a:hover { color: var(--blue); }
.guide-content { min-width: 0; }
.guide-content section { padding-block: 28px 34px; border-bottom: 1px solid var(--line); scroll-margin-top: 22px; }
.guide-content section:first-child { padding-top: 12px; }
.guide-content h2 { font-size: 27px; }
.guide-content h3 { font-size: 20px; }
.release-notes h3 { margin-top: 28px; }
.guide-content p { margin-top: 15px; font-size: 16px; }
.guide-content ol, .guide-content ul { padding-left: 23px; margin: 20px 0 0; }
.guide-content li { line-height: 1.65; padding-left: 5px; margin-top: 12px; font-size: 16px; }
.guide-content li:first-child { margin-top: 0; }
.guide-content li strong { font-weight: 600; }
.guide-content .button { margin-top: 22px; }
.guide-note { padding: 14px 18px; border-left: 3px solid var(--blue); background: var(--wash); margin-top: 22px; }
.guide-note p { margin: 0; font-size: 14px; }
.guide-content .detail-intro { color: var(--muted); }
.guide-content details { padding-block: 18px; border-bottom: 1px solid var(--line); scroll-margin-top: 22px; }
.guide-content details:last-child { border-bottom: 0; }
.guide-content summary { cursor: pointer; font-size: 17px; font-weight: 600; line-height: 1.45; }
.guide-content details p, .guide-content details li { font-size: 15px; }
.guide-content details[open] { padding-bottom: 25px; }
.guide-content .detail-section { border: 0; }
.guide-content .detail-section h2 { margin-bottom: 10px; }
code { padding: 2px 5px; border-radius: 4px; background: #edf1f7; font-size: .9em; overflow-wrap: anywhere; }

@media (max-width: 1050px) {
  .hero { gap: 34px; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); padding-top: 44px; }
  h1 { font-size: 54px; }
  .hero-copy .lead { font-size: 19px; }
  .app-layout { grid-template-columns: 127px minmax(0, 1fr); min-height: 354px; }
  .app-sidebar { padding-inline: 7px; }
  .app-content-body { padding-inline: 14px; }
  .app-page-heading { padding-inline: 14px; }
  .app-page-heading strong { font-size: 15px; }
  .app-page-heading > span { font-size: 8px; }
  .app-actionbar { padding-inline: 12px; }
  .steps { gap: 30px; }
  .guide-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 36px; }
}

@media (max-width: 850px) {
  .support-section { flex-direction: column; align-items: flex-start; gap: 22px; }
  .feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .feedback-forms { grid-template-columns: 1fr; }
  .response-panel { max-width: 680px; }
  .wrap { width: min(720px, calc(100% - 48px)); }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-block: 38px 56px; }
  .hero-copy { max-width: 550px; }
  h1 { font-size: clamp(48px, 8vw, 66px); }
  .hero-copy .lead, .hero-detail { max-width: 45ch; }
  .app-layout { grid-template-columns: 155px minmax(0, 1fr); }
  .app-sidebar { padding-inline: 13px; }
  .app-page-heading { padding: 24px 24px 20px; }
  .app-page-heading strong { font-size: 18px; }
  .app-page-heading > span { font-size: 10px; }
  .app-content-body { padding: 20px 24px 24px; }
  .app-files { font-size: 11px; }
  .app-files th, .app-files td:last-child { font-size: 10px; }
  .app-target strong, .app-settings { font-size: 11px; }
  .app-target small { font-size: 10px; }
  .app-filters span, .app-file-count { font-size: 10px; }
  .app-main-action { font-size: 11px; }
  .app-actionbar { padding: 14px 20px; font-size: 10px; }
  .section-heading { align-items: flex-start; gap: 24px; }
  .section-heading h2 { max-width: 15ch; }
  .section-heading p { font-size: 14px; }
  .steps { gap: 25px; }
  .steps p { font-size: 15px; }
  .steps h3 { font-size: 20px; }
  .guide-layout { display: block; }
  .guide-nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 0 22px; padding: 0 0 22px; border-bottom: 1px solid var(--line); }
  .guide-content section:first-child { padding-top: 30px; }
}

@media (max-width: 540px) {
  .support-section { padding-block: 30px; }
  .support-action, .support-button { width: 100%; }
  .support-hint { max-width: none; }
  .features-section { padding-top: 46px; }
  .feature-list, .module-list { grid-template-columns: 1fr; gap: 24px; }
  .planned-modules > summary { padding: 20px; font-size: 19px; }
  .summary-hint { display: block; margin: 5px 0 0; font-size: 13px; }
  .module-content { padding: 0 20px 22px; }
  .feedback-heading h1 { font-size: 39px; }
  .feedback-nav { gap: 14px; }
  .response-panel { padding: 24px 18px; }
  .response-panel h2 { font-size: 25px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 80px; gap: 18px; }
  .brand { font-size: 19px; gap: 8px; }
  .brand img { width: 34px; height: 34px; }
  .site-header .secondary-nav { display: none; }
  .site-header nav { gap: 0; }
  .button.small { padding-inline: 14px; }
  .hero { padding-top: 30px; gap: 34px; }
  h1 { font-size: clamp(42px, 10.5vw, 54px); }
  .hero-copy .lead { margin-top: 22px; font-size: 19px; }
  .hero-detail { margin-top: 14px; font-size: 15px; }
  .beta-button { width: 100%; margin-top: 25px; }
  .beta-meta { font-size: 12px; }
  .app-layout { grid-template-columns: 108px minmax(0, 1fr); min-height: 326px; }
  .app-sidebar { padding: 15px 5px; gap: 3px; }
  .app-brand { font-size: 10px; gap: 4px; padding-inline: 3px; margin-bottom: 21px; }
  .app-brand img { width: 18px; height: 18px; }
  .app-source { padding: 7px 5px; font-size: 8px; gap: 5px; }
  .app-source svg { width: 12px; height: 12px; }
  .app-add { font-size: 7px; }
  .app-section-label { font-size: 8px; margin-left: 5px; }
  .app-flow { font-size: 7px; }
  .app-page-heading { padding: 19px 12px 15px; align-items: flex-start; }
  .app-page-heading strong { font-size: 14px; }
  .app-page-heading > span { font-size: 8px; }
  .app-content-body { padding: 15px 12px 20px; }
  .app-settings { font-size: 9px; }
  .app-target { gap: 6px; margin-block: 15px 20px; }
  .app-target strong { font-size: 9px; }
  .app-target small { font-size: 7px; line-height: 1.5; }
  .app-preview-heading strong { font-size: 11px; }
  .app-preview-heading > span { font-size: 7px; }
  .app-filters span { font-size: 7px; }
  .app-files { font-size: 8px; }
  .app-files th { font-size: 7px; }
  .app-files td:last-child { font-size: 7px; }
  .app-files th, .app-files td { padding: 8px 3px; }
  .app-file-count { font-size: 7px; }
  .app-actionbar { padding: 10px 9px; }
  .app-actionbar > span:first-child { display: none; }
  .app-main-action { padding: 7px; font-size: 8px; margin-left: auto; }
  .workflow { padding-block: 42px; }
  .section-heading { flex-direction: column; gap: 16px; margin-bottom: 32px; }
  .section-heading h2 { max-width: 19ch; }
  .section-heading p { font-size: 15px; }
  .section-heading br { display: none; }
  .steps { grid-template-columns: 1fr; gap: 29px; }
  .steps li { display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: 15px; align-items: start; }
  .step-number { grid-row: span 2; margin: 0; }
  .steps h3 { padding-top: 4px; margin-bottom: 8px; }
  .steps p { grid-column: 2; }
  .workflow-note { margin-top: 30px; }
  .workflow-note a { display: inline-block; margin-left: 0; }
  .release-links { gap: 13px; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 20px; padding-block: 25px; }
  .site-footer nav { gap: 22px; }
  .guide-heading { padding-block: 34px 26px; }
  .guide-heading h1 { font-size: 40px; }
  .guide-heading p { font-size: 17px; }
  .guide-content h2 { font-size: 25px; }
  .guide-content p, .guide-content li { font-size: 15px; }
  .guide-content .button { width: 100%; }
}

@media (max-width: 380px) {
  .app-layout { grid-template-columns: 100px minmax(0, 1fr); }
  .app-page-heading > span { display: none; }
  .app-files th:last-child, .app-files td:last-child { display: none; }
  .app-content-body { padding-inline: 10px; }
  .app-filters span { font-size: 6px; }
}

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

@media (max-width: 850px) {
  .beta-section { grid-template-columns: 1fr; gap: 30px; padding-block: 52px; }
  .beta-copy p { max-width: 50ch; }
  .beta-signup { max-width: 560px; }
}
@media (max-width: 520px) {
  .beta-signup { padding: 22px 18px; }
  .beta-copy h2 br { display: none; }
}
