:root {
  --rabs-ink: #07120f;
  --rabs-ink-soft: #10231c;
  --rabs-paper: #f4f5ef;
  --rabs-white: #ffffff;
  --rabs-muted: #66706b;
  --rabs-line: #d9ddd4;
  --rabs-acid: #c9f53c;
  --rabs-acid-dark: #71900d;
  --rabs-orange: #ff7548;
  --rabs-head: "Space Grotesk", sans-serif;
  --rabs-body: "DM Sans", sans-serif;
  --rabs-shadow: 0 24px 70px rgba(5, 18, 14, 0.12);
}

html { scroll-behavior: smooth; }

body {
  background: var(--rabs-paper);
  color: var(--rabs-ink);
  font-family: var(--rabs-body);
  font-size: 16px;
  line-height: 1.65;
}

body::selection { background: var(--rabs-acid); color: var(--rabs-ink); }

a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(201, 245, 60, .6);
  outline-offset: 3px;
}

h1, h2, h3, h4, h5, h6,
.logo-text, .btn {
  font-family: var(--rabs-head);
}

.header {
  height: 76px;
  background: rgba(7, 18, 15, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.docs-branding { min-height: 76px; }

.header .container-fluid {
  height: 76px;
  display: flex;
  align-items: center;
  padding-inline: clamp(18px, 3vw, 42px) !important;
}

.docs-logo-wrapper {
  position: static;
  display: flex;
  align-items: center;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  color: #fff !important;
  gap: 10px;
  margin: 0;
}

.navbar-brand .logo-icon {
  width: 40px;
  height: 40px;
  margin: 0 !important;
}

.navbar-brand .logo-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.025em;
}

.navbar-brand .text-alt {
  display: inline-block;
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid rgba(255, 255, 255, .22);
  color: var(--rabs-acid);
  font-weight: 600;
}

.docs-top-utilities {
  margin-left: auto;
  padding: 0;
  gap: 22px;
}

.header-link {
  color: #c9d0cc;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.header-link:hover { color: var(--rabs-acid); }

.btn-primary,
.header .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--rabs-acid);
  color: var(--rabs-ink);
  box-shadow: 0 10px 25px rgba(159, 196, 29, .16);
  font-size: 13px;
  font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #d7ff56 !important;
  color: var(--rabs-ink) !important;
  transform: translateY(-1px);
}

.button-arrow { margin-left: 8px; font-size: 14px; }

/* Documentation landing page */
.landing-page { overflow-x: hidden; }

.landing-page .header { position: sticky; top: 0; }

.landing-page main { padding-top: 0; }

.landing-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.docs-hero {
  position: relative;
  overflow: hidden;
  background: var(--rabs-ink);
  color: #fff;
  padding: 92px 0 82px;
}

.docs-hero::before,
.docs-hero::after {
  content: "";
  position: absolute;
  border: 1px dashed rgba(201, 245, 60, .18);
  border-radius: 50%;
  pointer-events: none;
}

.docs-hero::before {
  width: 680px;
  height: 410px;
  right: -180px;
  top: -120px;
  transform: rotate(-18deg);
}

.docs-hero::after {
  width: 490px;
  height: 490px;
  right: -60px;
  bottom: -350px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
}

.hero-grid > * { min-width: 0; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #9ca9a3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rabs-acid);
  box-shadow: 0 0 0 5px rgba(201, 245, 60, .1);
}

.docs-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.docs-hero h1 em { color: var(--rabs-acid); font-style: normal; }

.hero-lede {
  max-width: 650px;
  margin: 0 0 34px;
  color: #afbab5;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.guide-search {
  position: relative;
  max-width: 650px;
}

.guide-search svg,
.guide-search > i,
.search-form .search-icon {
  position: absolute;
  left: 19px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: #7b8580;
}

.guide-search input {
  width: 100%;
  height: 60px;
  padding: 0 100px 0 50px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: #fff;
  color: var(--rabs-ink);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .2);
  font-size: 15px;
}

.guide-search kbd {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 9px;
  border: 1px solid #d9ddd4;
  border-radius: 6px;
  background: #f4f5ef;
  color: #738079;
  box-shadow: none;
  font: 600 10px var(--rabs-body);
}

.quickstart-card {
  position: relative;
  background: var(--rabs-acid);
  color: var(--rabs-ink);
  padding: 31px;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
  transform: rotate(1deg);
}

.quickstart-card .card-label {
  display: block;
  margin-bottom: 21px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.quickstart-card h2 {
  margin: 0 0 20px;
  font-size: 27px;
  letter-spacing: -.035em;
}

.quickstart-card ol { margin: 0 0 27px; padding: 0; list-style: none; counter-reset: step; }

.quickstart-card li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 11px;
  align-items: start;
  padding: 10px 0;
  border-top: 1px solid rgba(7, 18, 15, .13);
  font-size: 13px;
  font-weight: 600;
}

.quickstart-card li::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--rabs-ink);
  color: #fff;
  font-size: 10px;
}

.quickstart-card code {
  color: #324400;
  font-size: .92em;
  font-weight: 800;
}

.quickstart-link { color: var(--rabs-ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.quickstart-link:hover { color: #405500; }

.home-section { padding: 92px 0; }

.section-kicker {
  margin: 0 0 12px;
  color: var(--rabs-acid-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 38px;
}

.section-title-row h2 {
  max-width: 620px;
  margin: 0;
  color: var(--rabs-ink);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.section-title-row p:last-child { max-width: 420px; margin: 0; color: var(--rabs-muted); }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }

.guide-card {
  position: relative;
  min-height: 272px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid #e0e4dc;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.guide-card:hover {
  transform: translateY(-5px);
  border-color: #c8d2b5;
  box-shadow: var(--rabs-shadow);
}

.guide-card.featured { background: var(--rabs-ink-soft); border-color: var(--rabs-ink-soft); color: #fff; }
.guide-card.featured .guide-description { color: #aebbb5; }

.guide-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 13px;
  background: #eefacb;
  color: #486000;
  font-size: 20px;
}

.featured .guide-icon { background: var(--rabs-acid); color: var(--rabs-ink); }

.guide-audience {
  position: absolute;
  top: 26px;
  right: 26px;
  color: #8b948f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.featured .guide-audience { color: #8fa198; }
.guide-card h3 { margin: 25px 0 9px; font-size: 22px; letter-spacing: -.035em; }
.guide-description { margin: 0 0 21px; color: var(--rabs-muted); font-size: 14px; line-height: 1.6; }
.command-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.command-list code { padding: 5px 9px; border-radius: 7px; background: #f1f4eb; color: #607a0d; font-size: 11px; font-weight: 700; }
.featured .command-list code { background: rgba(255, 255, 255, .08); color: var(--rabs-acid); }
.guide-card > a { position: absolute; inset: 0; z-index: 2; }
.guide-card[hidden] { display: none; }

.empty-state {
  display: none;
  grid-column: 1 / -1;
  padding: 50px;
  border: 1px dashed #bdc5ba;
  border-radius: 18px;
  color: var(--rabs-muted);
  text-align: center;
}
.empty-state.visible { display: block; }

.path-section { background: #e8ecdf; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: path; }
.path-step { position: relative; padding: 0 50px 0 0; }
.path-step:not(:last-child)::after { content: ""; position: absolute; top: 21px; right: 24px; width: 40px; height: 1px; background: #aeb8aa; }
.path-step b { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 20px; border-radius: 50%; background: var(--rabs-ink); color: var(--rabs-acid); font-size: 12px; }
.path-step h3 { margin-bottom: 8px; font-size: 19px; }
.path-step p { margin: 0; color: var(--rabs-muted); font-size: 14px; }

.home-cta { padding: 70px 0; background: var(--rabs-acid); }
.home-cta .landing-shell { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.home-cta h2 { max-width: 680px; margin: 0; color: var(--rabs-ink); font-size: clamp(32px, 4vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.btn-dark { display: inline-flex; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 999px; background: var(--rabs-ink); color: #fff !important; font: 700 13px var(--rabs-head); text-decoration: none; white-space: nowrap; }
.btn-dark:hover { transform: translateY(-2px); background: #173128; }

.site-footer { padding: 48px 0 28px; background: var(--rabs-ink); color: #fff; }
.site-footer .footer-main { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.site-footer .footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font: 700 16px var(--rabs-head); text-decoration: none; }
.site-footer .footer-brand img { width: 38px; height: 38px; }
.site-footer nav { display: flex; gap: 25px; }
.site-footer nav a { color: #a8b3ae; font-size: 13px; font-weight: 600; text-decoration: none; }
.site-footer nav a:hover { color: var(--rabs-acid); }
.site-footer small { display: block; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #78857f; font-size: 11px; }

/* Long-form guide */
.reading-progress {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--rabs-acid);
}

.docs-page { padding-top: 76px; }
.docs-page .docs-wrapper { position: relative; }

.docs-page .docs-sidebar {
  display: block;
  width: 292px;
  top: 76px;
  height: calc(100vh - 76px);
  padding: 0;
  border-right: 1px solid var(--rabs-line);
  background: #eef0e8;
  box-shadow: none;
  scrollbar-color: #bac0b6 transparent;
}

.sidebar-search-wrap { padding: 22px 18px 13px; }
.sidebar-label { display: block; margin: 0 0 11px 3px; color: #7d8782; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.search-form { position: relative; margin: 0; }
.search-form .search-input {
  height: 43px;
  padding: 0 40px 0 39px;
  border: 1px solid #d4d9cf;
  border-radius: 10px;
  background: #fff;
  color: var(--rabs-ink);
  font-size: 12px;
}
.search-form .search-input:focus { border-color: #91b51d; box-shadow: 0 0 0 3px rgba(145, 181, 29, .12); }
.search-form .search-icon { left: 14px; font-size: 12px; }
.search-shortcut { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); color: #99a09c; font-size: 10px; }
.search-status { display: none; padding: 11px 3px 0; color: #8a938e; font-size: 10px; }
.search-status.visible { display: block; }

.docs-nav { padding: 8px 18px 30px; }
.docs-nav .section-items { width: 100%; font-size: 13px; }
.docs-nav .nav-item { margin-left: 36px; }
.docs-nav .nav-item.section-title { margin: 16px 0 5px; }
.docs-nav .nav-item.section-title:first-child { margin-top: 0; }
.docs-nav .nav-link {
  width: 100%;
  padding: 5px 9px;
  border-radius: 7px;
  color: #69736e;
  line-height: 1.45;
  text-decoration: none;
}
.docs-nav .nav-link::before { display: none; }
.docs-nav .section-title .nav-link { display: flex; align-items: center; color: #26322d; font-weight: 700; }
.docs-nav .nav-link:hover { background: rgba(255, 255, 255, .7); color: var(--rabs-ink); }
.docs-nav .nav-link.active { background: #fff; color: #577200; box-shadow: 0 3px 10px rgba(7,18,15,.05); }
.docs-nav .nav-item.active > .nav-link {
  background: #fff;
  color: #577200;
  box-shadow: 0 3px 10px rgba(7,18,15,.05);
}
.docs-nav .nav-link .theme-icon-holder,
.docs-nav .nav-link.active .theme-icon-holder {
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 9px;
  background: #dfe6cf;
  color: #61770e;
}
.docs-nav .nav-link.active .theme-icon-holder { background: var(--rabs-acid); color: var(--rabs-ink); }
.docs-nav .nav-item.active > .nav-link .theme-icon-holder { background: var(--rabs-acid); color: var(--rabs-ink); }
.docs-nav .nav-item.search-hidden { display: none; }

.docs-page .docs-content {
  margin-left: 292px;
  padding: 0 0 100px;
  background: var(--rabs-paper);
}

.docs-page .docs-content > .container { max-width: 1020px; padding: 0 clamp(28px, 6vw, 76px); }

.docs-article {
  padding: 70px 0 10px;
  color: #56605b;
  scroll-margin-top: 76px;
}

.docs-article + .docs-article { border-top: 1px solid var(--rabs-line); }

.docs-header { margin-bottom: 12px; }
.docs-article .docs-heading {
  margin: 0 0 25px;
  color: var(--rabs-ink);
  font-size: clamp(40px, 5vw, 61px);
  line-height: 1.06;
  letter-spacing: -.05em;
}

.docs-article .docs-time {
  position: static;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 0 8px 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e7ebdf;
  color: #768078;
  font: 600 9px var(--rabs-body);
  letter-spacing: .03em;
}

.docs-intro {
  max-width: 780px;
  color: #5e6964;
  font-size: 17px;
  line-height: 1.75;
}

.docs-intro > p:first-child {
  padding-left: 22px;
  border-left: 3px solid var(--rabs-acid);
}

.docs-intro p:last-child { margin-bottom: 0; }

.docs-article .docs-section {
  padding: 50px 0;
  border-bottom: 1px solid var(--rabs-line);
  scroll-margin-top: 76px;
}

.docs-article .docs-section:last-child { border-bottom: 0; }
.docs-article .section-heading { margin: 0 0 18px; color: var(--rabs-ink); font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.docs-article h3 { color: var(--rabs-ink); }
.docs-article h5 { margin-top: 24px; color: #23302a; font: 700 15px/1.5 var(--rabs-head); }
.docs-article p { margin-bottom: 16px; }
.docs-article strong { color: var(--rabs-ink); }
.docs-article a:not(.btn) { color: #5f7c00; text-decoration: underline; text-decoration-color: #b5ce65; text-underline-offset: 3px; }
.docs-article a:hover { color: #344600; text-decoration-color: currentColor; }
.docs-article ul, .docs-article ol { padding-left: 1.3rem; }
.docs-article li { padding: 5px 0; }
.docs-article li::marker { color: var(--rabs-acid-dark); }

.docs-article .table {
  --bs-table-bg: #fff;
  --bs-table-color: #46514c;
  --bs-table-border-color: #dbe0d7;
  margin: 0;
  border-color: #dbe0d7;
  font-size: 13px;
  line-height: 1.55;
}

.docs-article .table thead th {
  background: var(--rabs-ink);
  color: #fff;
  font-family: var(--rabs-head);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.docs-article .table th,
.docs-article .table td { padding: 14px 15px; vertical-align: top; }
.docs-article .table tbody th { color: #4e6800; white-space: nowrap; }
.docs-article .table-responsive { border: 1px solid #dbe0d7; border-radius: 13px; }

.docs-article code {
  padding: .2em .48em;
  border: 1px solid #dce3cf;
  border-radius: 6px;
  background: #eef3e4;
  color: #557000;
  font-size: .88em;
  font-weight: 700;
}

.docs-article img,
.docs-article video {
  max-width: min(100%, 560px) !important;
  height: auto;
  margin: 29px auto !important;
  border: 8px solid #fff;
  border-radius: 18px !important;
  box-shadow: 0 18px 50px rgba(6, 26, 18, .13);
}

.callout-block {
  position: relative;
  margin: 24px 0;
  padding: 21px 22px;
  border: 0;
  border-radius: 14px;
  background: #eaf2d5;
  color: #35412f;
}

.callout-block::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 14px 0 0 14px;
  background: #91b51d;
}

.callout-block.callout-block-info { border: 0; background: #eaf2d5; }
.callout-block.callout-block-info .callout-title,
.callout-block.callout-block-info a { color: #435a00; }
.callout-title { margin: 0 0 9px !important; font: 700 14px var(--rabs-head) !important; }
.callout_p { margin: 0 !important; }

.docs-page .footer { margin-top: 70px; padding: 30px 0; border-top: 1px solid var(--rabs-line); }
.docs-page .footer .container { padding: 0; }
.docs-page .footer .copyright { color: #919993; font-size: 10px; }

.back-to-top {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--rabs-ink);
  color: var(--rabs-acid);
  box-shadow: 0 12px 30px rgba(7,18,15,.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: .2s ease;
}
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { background: #163128; }

.sidebar-overlay { display: none; }
.docs-sidebar-toggler { top: 0; margin-right: 13px !important; }
.docs-sidebar-toggler span { background: #fff; }

@media (max-width: 991.98px) {
  .header-link { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .quickstart-card { max-width: 520px; transform: none; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .docs-page .docs-content { margin-left: 0; }
  .docs-page .docs-sidebar {
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform .25s ease;
  }
  .docs-page .docs-sidebar.sidebar-visible { transform: translateX(0); }
  .docs-page .docs-sidebar.sidebar-hidden { transform: translateX(-100%); }
  .sidebar-overlay {
    position: fixed;
    z-index: 1040;
    inset: 76px 0 0;
    display: block;
    background: rgba(3, 12, 9, .55);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }
  body.sidebar-open .sidebar-overlay { opacity: 1; pointer-events: auto; }
}

@media (max-width: 767.98px) {
  .header, .docs-branding, .header .container-fluid { height: 68px; }
  .docs-page { padding-top: 68px; }
  .docs-page .docs-sidebar { top: 68px; height: calc(100vh - 68px); }
  .sidebar-overlay { inset-block-start: 68px; }
  .navbar-brand .logo-icon { width: 35px; height: 35px; }
  .navbar-brand .logo-text { font-size: 14px; }
  .navbar-brand .text-alt { margin-left: 6px; padding-left: 6px; }
  .header .btn-primary { min-height: 39px; padding-inline: 15px; font-size: 11px; }
  .header .btn-primary .telegram-label { display: none; }
  .header .btn-primary .button-arrow { margin-left: 5px; }
  .landing-shell { width: min(100% - 30px, 1180px); }
  .docs-hero { padding: 67px 0 64px; }
  .docs-hero h1 { font-size: 45px; }
  .guide-search input { padding-right: 50px; }
  .guide-search kbd { display: none; }
  .quickstart-card { padding: 25px; }
  .home-section { padding: 70px 0; }
  .section-title-row { display: block; }
  .section-title-row h2 { margin-bottom: 15px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 245px; }
  .path-grid { grid-template-columns: 1fr; gap: 35px; }
  .path-step { padding: 0; }
  .path-step:not(:last-child)::after { display: none; }
  .home-cta .landing-shell { align-items: flex-start; flex-direction: column; }
  .site-footer .footer-main { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
  .docs-page .docs-content > .container { padding-inline: 20px; }
  .docs-article { padding-top: 54px; }
  .docs-article .docs-heading { font-size: 39px; }
  .docs-article .docs-time { display: table; margin: 12px 0 0; }
  .docs-article .docs-section { padding: 39px 0; }
  .docs-article .section-heading { font-size: 25px; }
  .docs-intro { font-size: 15px; }
  .docs-intro > p:first-child { padding-left: 16px; }
  .docs-article img, .docs-article video { border-width: 5px; border-radius: 13px !important; }
}

@media (max-width: 420px) {
  .navbar-brand .logo-text { font-size: 12px; }
  .header .btn-primary .button-arrow { margin: 0; }
}

@media print {
  .header, .docs-sidebar, .reading-progress, .back-to-top { display: none !important; }
  .docs-page { padding: 0; background: #fff; }
  .docs-page .docs-content { margin: 0; background: #fff; }
  .docs-article { break-before: page; }
}

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