.mootop-refresh{
  --ink: #18211d;
  --muted: #59665f;
  --brand: #176b4d;
  --brand-dark: #0d4e37;
  --lime: #b8ff65;
  --soft: #e9f6ef;
  --warm: #fff8ef;
  --paper: #fbfdfb;
  --line: #dce7e0;
  --white: #fff;
  --danger-soft: #fff0ed;
  --danger: #a43b28;
  --shadow: 0 22px 60px rgba(24, 33, 29, .10);
  --shadow-sm: 0 10px 30px rgba(24, 33, 29, .07);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --content: 1180px;
}
.mootop-refresh *{ box-sizing: border-box; }
.mootop-refresh [hidden]{ display: none !important; }
.mootop-refresh section[id],
.mootop-refresh main[id]{ scroll-margin-top: 96px; }
.mootop-refresh{ scroll-behavior: smooth; }
.mootop-refresh{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.75;
}
.mootop-refresh img{ max-width: 100%; }
.mootop-refresh a{ color: var(--brand); }
.mootop-refresh button,
.mootop-refresh input,
.mootop-refresh textarea,
.mootop-refresh select{ font: inherit; }
.mootop-refresh button,
.mootop-refresh a{ -webkit-tap-highlight-color: transparent; }
.mootop-refresh :focus-visible{ outline: 3px solid #73caa4; outline-offset: 3px; }
.mootop-refresh .skip-link{
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: .7rem 1rem;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-150%);
}
.mootop-refresh .skip-link:focus{ transform: translateY(0); }
.mootop-refresh .preview-bar{
  padding: .55rem 1rem;
  background: #10281f;
  color: #dcebe4;
  font-size: .82rem;
  text-align: center;
}
.mootop-refresh .preview-bar strong{ color: var(--lime); }
.mootop-refresh .site-header{
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(220, 231, 224, .92);
  background: rgba(251, 253, 251, .94);
  backdrop-filter: blur(14px);
}
.mootop-refresh .header-inner,
.mootop-refresh .container{
  width: min(var(--content), calc(100% - 2rem));
  margin-inline: auto;
}
.mootop-refresh .header-inner{
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.mootop-refresh .brand{
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;
}
.mootop-refresh .brand-mark{
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 8px 20px rgba(23, 107, 77, .22);
}
.mootop-refresh .site-nav{ display: flex; align-items: center; gap: .25rem; }
.mootop-refresh .site-nav a{
  min-height: 44px;
  padding: .55rem .85rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: .92rem;
  font-weight: 650;
  text-decoration: none;
}
.mootop-refresh .site-nav a:hover,
.mootop-refresh .site-nav a[aria-current="page"]{ background: var(--soft); color: var(--brand-dark); }
.mootop-refresh .site-nav .nav-account{ border: 1px solid var(--line); background: #fff; }
.mootop-refresh .menu-toggle{ display: none; border: 0; background: transparent; color: var(--ink); font-weight: 750; }
.mootop-refresh .hero{
  position: relative;
  overflow: hidden;
  padding: clamp(4.2rem, 9vw, 8rem) 0 clamp(3.4rem, 7vw, 6rem);
}
.mootop-refresh .hero::after{
  position: absolute;
  right: -12vw;
  bottom: -28vw;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 255, 101, .24), rgba(233, 246, 239, 0) 68%);
  content: "";
  pointer-events: none;
}
.mootop-refresh .eyebrow{
  margin: 0 0 .9rem;
  color: var(--brand);
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.mootop-refresh .hero h1,
.mootop-refresh .page-hero h1{
  max-width: 920px;
  margin: 0;
  font-size: clamp(2.75rem, 7vw, 6rem);
  line-height: 1.22;
  letter-spacing: -.025em;
}
.mootop-refresh .hero-lead,
.mootop-refresh .page-lead{
  max-width: 760px;
  margin: 1.55rem 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.35rem);
}
.mootop-refresh .actions{ display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.mootop-refresh .button{
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .78rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 780;
  text-decoration: none;
  cursor: pointer;
}
.mootop-refresh .button:hover{ background: var(--brand-dark); }
.mootop-refresh .button.secondary{ border-color: var(--line); background: #fff; color: var(--brand-dark); }
.mootop-refresh .button.secondary:hover{ border-color: #b8cec1; background: var(--soft); }
.mootop-refresh .button.lime{ background: var(--lime); color: #173f31; }
.mootop-refresh .button.small{ min-height: 42px; padding: .6rem .95rem; font-size: .88rem; }
.mootop-refresh .text-link{ font-weight: 750; text-decoration: none; }
.mootop-refresh .section{ padding: clamp(2.8rem, 6vw, 5rem) 0; }
.mootop-refresh .section.soft{ background: var(--soft); }
.mootop-refresh .section.warm{ background: var(--warm); }
.mootop-refresh .section.dark{ background: #173f31; color: #fff; }
.mootop-refresh .section-heading{ max-width: 780px; margin-bottom: 2.2rem; }
.mootop-refresh .section-heading h2{
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.3;
  letter-spacing: -.045em;
}
.mootop-refresh .section-heading p{ margin: 1rem 0 0; color: var(--muted); font-size: 1.05rem; }
.mootop-refresh .dark .section-heading p{ color: #cee0d7; }
.mootop-refresh .scenario-grid,
.mootop-refresh .promise-grid,
.mootop-refresh .story-grid,
.mootop-refresh .footer-grid,
.mootop-refresh .feature-grid,
.mootop-refresh .compare-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.mootop-refresh .promise-grid--two{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mootop-refresh .scenario-card,
.mootop-refresh .promise-card,
.mootop-refresh .story-card,
.mootop-refresh .feature-card,
.mootop-refresh .info-card{
  min-width: 0;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.mootop-refresh .scenario-card{ color: var(--ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.mootop-refresh .scenario-card:hover{ transform: translateY(-3px); box-shadow: var(--shadow); }
.mootop-refresh .scenario-code,
.mootop-refresh .tag{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .22rem .65rem;
  border-radius: 999px;
  background: var(--soft);
  color: var(--brand-dark);
  font-size: .74rem;
  font-weight: 850;
}
.mootop-refresh .scenario-card h3,
.mootop-refresh .promise-card h3,
.mootop-refresh .feature-card h3{ margin: 1.1rem 0 .45rem; font-size: 1.3rem; }
.mootop-refresh .scenario-card p,
.mootop-refresh .promise-card p,
.mootop-refresh .feature-card p,
.mootop-refresh .info-card p{ margin: 0; color: var(--muted); }
.mootop-refresh .featured-list{ display: grid; gap: 1.5rem; }
.mootop-refresh .featured-product{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #f8f4e9;
  box-shadow: var(--shadow);
}
.mootop-refresh .featured-product:nth-child(even) .featured-media{ order: 2; }
.mootop-refresh .featured-media{ min-height: 390px; background: #edf3ef; }
.mootop-refresh .featured-media img{ display: block; width: 100%; height: 100%; object-fit: contain; }
.mootop-refresh .featured-body{ display: flex; flex-direction: column; justify-content: center; padding: clamp(1.8rem, 4vw, 3.4rem); }
.mootop-refresh .status{
  align-self: flex-start;
  margin-bottom: 1rem;
  padding: .38rem .72rem;
  border-radius: 999px;
  background: var(--lime);
  color: #173f31;
  font-size: .76rem;
  font-weight: 850;
}
.mootop-refresh .status.free{ background: #dff8e9; color: #116a49; }
.mootop-refresh .status.testing{ background: #f0ecff; color: #5946c7; }
.mootop-refresh .featured-body h3{ margin: 0; font-size: clamp(1.8rem, 3.5vw, 3rem); line-height: 1.1; letter-spacing: -.04em; }
.mootop-refresh .featured-body > p{ color: var(--muted); }
.mootop-refresh .meta-list{ display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.mootop-refresh .meta-list li{ padding: .35rem .65rem; border-radius: 999px; background: var(--soft); color: var(--brand-dark); font-size: .78rem; font-weight: 720; }
.mootop-refresh .page-hero{ padding: clamp(3.5rem, 7vw, 6rem) 0 2.6rem; }
.mootop-refresh .page-hero h1{ max-width: 860px; font-size: clamp(2.5rem, 6vw, 5rem); }
.mootop-refresh .breadcrumbs{ margin-bottom: 1.2rem; color: var(--muted); font-size: .86rem; }
.mootop-refresh .breadcrumbs a{ color: inherit; }
.mootop-refresh .filter-bar{ display: flex; flex-wrap: wrap; gap: .55rem; margin: 0 0 2rem; }
.mootop-refresh .filter-button{ min-height: 42px; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); cursor: pointer; }
.mootop-refresh .filter-button[aria-pressed="true"]{ border-color: var(--brand); background: var(--brand); color: #fff; }
.mootop-refresh .product-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.mootop-refresh .product-card{ display: flex; overflow: hidden; min-width: 0; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.mootop-refresh .product-card[hidden]{ display: none; }
.mootop-refresh .product-card-media{ position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #eaf2ed; }
.mootop-refresh .product-card-media img{ width: 100%; height: 100%; object-fit: contain; }
.mootop-refresh .product-card-media .status{ position: absolute; top: 1rem; left: 1rem; }
.mootop-refresh .product-card-body{ display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.mootop-refresh .product-card h2{ margin: .45rem 0 .65rem; font-size: 1.65rem; line-height: 1.2; }
.mootop-refresh .product-card h2 a{ color: var(--ink); text-decoration: none; }
.mootop-refresh .product-card p{ margin: 0; color: var(--muted); }
.mootop-refresh .product-card .actions{ margin-top: auto; padding-top: 1.3rem; }
.mootop-refresh .product-detail-hero{ display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: 2rem; align-items: center; }
.mootop-refresh .product-detail-hero h1{ margin: .6rem 0 1rem; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.25; letter-spacing: -.025em; }
.mootop-refresh .product-visual{ overflow: hidden; border-radius: var(--radius-lg); background: #eaf2ed; box-shadow: var(--shadow); }
.mootop-refresh .product-visual img{ display: block; width: 100%; aspect-ratio: 16 / 11; object-fit: contain; }
.mootop-refresh .product-price{ margin: 1.2rem 0 0; font-size: 1.2rem; font-weight: 850; }
.mootop-refresh .fine-print{ color: var(--muted); font-size: .82rem; line-height: 1.65; }
.mootop-refresh .feature-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mootop-refresh .compare-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mootop-refresh .compare-card{ padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.mootop-refresh .compare-card.recommended{ border: 2px solid var(--brand); background: #f5fbf7; }
.mootop-refresh .compare-card h3{ margin-top: 0; }
.mootop-refresh .compare-card ul{ padding-left: 1.2rem; color: var(--muted); }
.mootop-refresh .audience-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mootop-refresh .audience-card{ padding: 1.5rem; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line); }
.mootop-refresh .audience-card.no{ background: #fff8f4; }
.mootop-refresh .audience-card h3{ margin-top: 0; }
.mootop-refresh .audience-card li{ margin-bottom: .5rem; }
.mootop-refresh .notice{ padding: 1rem 1.2rem; border-left: 4px solid var(--brand); border-radius: 0 14px 14px 0; background: var(--soft); }
.mootop-refresh .notice.warning{ border-left-color: #d18422; background: #fff8ed; }
.mootop-refresh .notice.danger{ border-left-color: var(--danger); background: var(--danger-soft); }
.mootop-refresh .story-card{ display: flex; flex-direction: column; }
.mootop-refresh .story-card .eyebrow{ margin-bottom: .4rem; }
.mootop-refresh .story-card h2{ margin: .4rem 0 .7rem; font-size: 1.45rem; line-height: 1.25; }
.mootop-refresh .story-card h2 a{ color: var(--ink); text-decoration: none; }
.mootop-refresh .story-card p{ margin: 0; color: var(--muted); }
.mootop-refresh .story-card .text-link{ margin-top: auto; padding-top: 1rem; }
.mootop-refresh .article-layout{ display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); gap: 3rem; align-items: start; }
.mootop-refresh .article-body{ min-width: 0; font-size: 1.075rem; line-height: 1.95; overflow-wrap: anywhere; }
.mootop-refresh .article-body h2{ margin-top: 3rem; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.2; }
.mootop-refresh .article-body h3{ margin-top: 2rem; }
.mootop-refresh .article-aside{ position: sticky; top: 100px; padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.mootop-refresh .docs-list{ display: grid; gap: 1rem; }
.mootop-refresh .doc-card{ display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.mootop-refresh .doc-card h2{ margin: .35rem 0; }
.mootop-refresh .doc-card p{ margin: 0; color: var(--muted); }
.mootop-refresh .docs-template{ display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 2.5rem; align-items: start; }
.mootop-refresh .docs-toc{ position: sticky; top: 100px; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.mootop-refresh .docs-toc a{ display: block; padding: .45rem; color: var(--muted); text-decoration: none; }
.mootop-refresh .docs-content section{ padding: 0 0 2rem; border-bottom: 1px solid var(--line); }
.mootop-refresh .docs-content section + section{ padding-top: 2rem; }
.mootop-refresh .account-shell{ display: grid; grid-template-columns: 220px 1fr; gap: 1.5rem; }
.mootop-refresh .account-nav,
.mootop-refresh .account-panel{ padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.mootop-refresh .account-nav a{ display: block; padding: .65rem .8rem; border-radius: 10px; color: var(--ink); text-decoration: none; }
.mootop-refresh .account-nav a:hover{ background: var(--soft); }
.mootop-refresh .license-row{ display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.mootop-refresh .license-row:last-child{ border-bottom: 0; }
.mootop-refresh .policy-nav{ display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.mootop-refresh .policy-section{ max-width: 820px; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.mootop-refresh .policy-section h2{ font-size: 2rem; }
.mootop-refresh .form-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mootop-refresh label{ display: grid; gap: .4rem; font-weight: 700; }
.mootop-refresh input,
.mootop-refresh textarea,
.mootop-refresh select{ width: 100%; min-height: 48px; padding: .7rem .85rem; border: 1px solid #cddbd3; border-radius: 12px; background: #fff; color: var(--ink); }
.mootop-refresh textarea{ min-height: 150px; resize: vertical; }
.mootop-refresh .site-footer{ padding: 3.5rem 0 2rem; border-top: 1px solid var(--line); background: #f2f7f4; }
.mootop-refresh .footer-grid{ grid-template-columns: 1.7fr 1fr 1fr; }
.mootop-refresh .footer-links a{ display: block; margin: .35rem 0; color: var(--muted); text-decoration: none; }
.mootop-refresh .footer-bottom{ margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; text-align: center; }
.mootop-refresh .dialog-backdrop{ position: fixed; inset: 0; z-index: 80; display: grid; padding: 1rem; place-items: center; background: rgba(9, 24, 18, .62); }
.mootop-refresh .dialog-backdrop[hidden]{ display: none; }
.mootop-refresh .dialog{ width: min(500px, 100%); padding: 1.7rem; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.mootop-refresh .dialog h2{ margin-top: 0; }


@media (max-width: 900px) {.mootop-refresh .menu-toggle{ display: inline-flex; min-height: 44px; align-items: center; }
.mootop-refresh .site-nav{ position: absolute; top: 72px; right: 1rem; left: 1rem; display: none; padding: .8rem; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.mootop-refresh .site-nav.is-open{ display: grid; }
.mootop-refresh .site-nav a{ width: 100%; }
.mootop-refresh .scenario-grid,
.mootop-refresh .promise-grid,
.mootop-refresh .story-grid,
.mootop-refresh .feature-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mootop-refresh .featured-product,
.mootop-refresh .product-detail-hero{ grid-template-columns: 1fr; }
.mootop-refresh .featured-product:nth-child(even) .featured-media{ order: 0; }
.mootop-refresh .featured-media{ min-height: 300px; }
.mootop-refresh .article-layout,
.mootop-refresh .docs-template,
.mootop-refresh .account-shell{ grid-template-columns: 1fr; }
.mootop-refresh .article-aside,
.mootop-refresh .docs-toc{ position: static; }

}

@media (max-width: 680px) {.mootop-refresh .header-inner,
.mootop-refresh .container{ width: min(100% - 1.25rem, var(--content)); }
.mootop-refresh .hero{ padding-top: 3.4rem; }
.mootop-refresh .hero h1{ font-size: clamp(2.2rem, 9vw, 3.3rem); }
.mootop-refresh .page-hero h1{ font-size: clamp(1.9rem, 7.5vw, 2.6rem); }
.mootop-refresh .scenario-grid,
.mootop-refresh .promise-grid,
.mootop-refresh .story-grid,
.mootop-refresh .feature-grid,
.mootop-refresh .compare-grid,
.mootop-refresh .product-grid,
.mootop-refresh .footer-grid,
.mootop-refresh .audience-grid{ grid-template-columns: 1fr; }
.mootop-refresh .featured-media{ min-height: 240px; }
.mootop-refresh .product-detail-hero{ gap: 1.2rem; }
.mootop-refresh .doc-card{ grid-template-columns: 1fr; }
.mootop-refresh .form-grid{ grid-template-columns: 1fr; }
.mootop-refresh .actions .button{ width: 100%; }

}.mootop-refresh .directory-tools{ max-width: 620px; margin-bottom: 1rem; }
.mootop-refresh .result-count{ color: var(--muted); font-size: .9rem; }
.mootop-refresh .card-price{ padding-top: 1rem; font-weight: 750; color: var(--ink) !important; }
.mootop-refresh .empty-state{ padding: 2rem; border: 1px dashed var(--line); border-radius: var(--radius-md); text-align: center; }
.mootop-refresh .text-link{ display: inline-flex; align-items: center; min-height: 44px; }
.mootop-refresh .text-link:hover,
.mootop-refresh .story-card h2 a:hover{ text-decoration: underline; text-underline-offset: 4px; }
.mootop-refresh .status{ display: inline-block; }
.mootop-refresh.article-page .page-hero .container{ max-width: 1050px; }
.mootop-refresh.article-page .page-hero h1{ font-size: clamp(2rem, 4.2vw, 3.5rem); line-height: 1.3; letter-spacing: -.02em; }
.mootop-refresh.article-page .page-lead{ font-size: 1.12rem; }
.mootop-refresh.article-page .article-layout{ max-width: 1050px; grid-template-columns: minmax(0, 730px) minmax(220px, 1fr); gap: 2rem; }
.mootop-refresh .article-body > section{ padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.mootop-refresh .article-body > section + section{ padding-top: 1.5rem; }
.mootop-refresh .article-body > section h2{ margin: .5rem 0 1rem; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.5; }
.mootop-refresh .article-body > section .eyebrow{ margin: 0; }
.mootop-refresh .article-summary,
.mootop-refresh .article-next{ padding: 1.5rem; background: var(--soft); border-radius: var(--radius-sm); margin-bottom: 1.5rem; }
.mootop-refresh .article-summary h2,
.mootop-refresh .article-next h2{ margin: 0; font-size: 1.3rem; line-height: 1.5; }
.mootop-refresh .article-summary p{ margin-bottom: 0; }
.mootop-refresh .article-next{ margin-top: 2rem; }
.mootop-refresh .article-toc{ border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1rem 1.3rem; margin-bottom: 2rem; background: white; }
.mootop-refresh .article-toc summary{ cursor: pointer; min-height: 44px; font-weight: 750; }
.mootop-refresh .article-toc ol{ padding-left: 1.4rem; }
.mootop-refresh .article-toc a{ display: inline-block; padding: .35rem 0; text-underline-offset: 3px; }
.mootop-refresh .article-figure{ margin: 1.8rem 0; }
.mootop-refresh .article-figure img{ display: block; width: 100%; height: auto; border-radius: var(--radius-sm); }
.mootop-refresh .article-figure figcaption{ color: var(--muted); font-size: .85rem; margin-top: .5rem; }
.mootop-refresh .help-overview{ margin-bottom: 1.5rem; }
.mootop-refresh .help-overview h2{ line-height: 1.4; }
.mootop-refresh .help-overview .actions{ margin-top: 1rem; }
.mootop-refresh .reading-document{ max-width: 900px; }
.mootop-refresh .reading-document h2{ line-height: 1.4; margin-top: 2rem; }
.mootop-refresh .reading-document h3{ margin-top: 1.5rem; }
.mootop-refresh .reading-document table{ width: 100%; border-collapse: collapse; font-size: .95rem; }
.mootop-refresh .reading-document th,
.mootop-refresh .reading-document td{ text-align: left; padding: .7rem; border: 1px solid var(--line); }
.mootop-refresh .reading-document pre{ overflow-x: auto; padding: 1rem; background: var(--soft); border-radius: 10px; }
.mootop-refresh .reading-document code{ overflow-wrap: anywhere; }
.mootop-refresh .reading-document .wp-block-table{ overflow-x: auto; }
.mootop-refresh .reading-document img{ height: auto; }
.mootop-refresh .reading-document .mootop-guide-toc{ padding: 1.2rem; border: 1px solid var(--line); border-radius: 14px; }
.mootop-refresh .reading-document nav a{ display: inline-block; padding: .3rem; }

@media (max-width: 900px) {.mootop-refresh.article-page .article-layout{ grid-template-columns: 1fr; }
.mootop-refresh .article-aside{ display: none; }

}
@media (max-width: 680px) {.mootop-refresh.article-page .page-hero h1{ font-size: clamp(1.875rem, 8vw, 2.25rem); }
.mootop-refresh.article-page .page-hero{ padding-top: 2rem; }
.mootop-refresh.article-page .section{ padding-top: 1rem; }
.mootop-refresh .article-body{ font-size: 1rem; }
.mootop-refresh .article-summary,
.mootop-refresh .article-next,
.mootop-refresh .article-toc{ padding: 1rem; }
.mootop-refresh .license-row{ grid-template-columns: 1fr; }
.mootop-refresh .license-row .button{ justify-self: start; }
.mootop-refresh .brand{ font-size: 1rem; }
.mootop-refresh .hero-lead,
.mootop-refresh .page-lead{ font-size: 1.05rem; }

}
@media print {.mootop-refresh .preview-bar,
.mootop-refresh .site-header,
.mootop-refresh .site-footer,
.mootop-refresh .article-aside,
.mootop-refresh .dialog-backdrop,
.mootop-refresh .article-next,
.mootop-refresh .skip-link{ display: none !important; }
.mootop-refresh.article-page .article-layout{ display: block; }
.mootop-refresh.article-page .page-hero,
.mootop-refresh .section{ padding: 1rem 0; }
.mootop-refresh .container{ width: 100%; }
.mootop-refresh{ background: white; color: black; }
.mootop-refresh h2,
.mootop-refresh h3{ break-after: avoid; }

}

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

}

.mootop-refresh{width:100%;max-width:none;margin:0;font-family:inherit;}
.mootop-refresh .msr-article-width{max-width:1120px;}
.mootop-refresh .msr-legacy-content{min-width:0;overflow-wrap:anywhere;}
.mootop-refresh .msr-legacy-content .mootop-editorial-story{width:100%;max-width:none;margin:0;}
.mootop-refresh .msr-legacy-content h2{line-height:1.45;}
.mootop-refresh .msr-legacy-content p{line-height:1.95;}
.mootop-refresh .msr-legacy-content :is(h2,h3,section)[id]{scroll-margin-top:100px;}
.mootop-refresh .msr-legacy-content .story-opening-line{font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.35;}
.mootop-refresh .msr-legacy-content :is(.story-toc,.article-toc) a{min-height:44px;}
.mootop-refresh .msr-pagination{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem;}
.mootop-refresh .page-numbers{padding:.6rem 1rem;border:1px solid var(--line);border-radius:10px;}
.mootop-refresh .page-numbers.current{background:var(--brand);color:white;}
.msr-skip{position:fixed;top:0;left:1rem;z-index:99999;transform:translateY(-150%);padding:1rem;background:white;color:#176b4d;}
.msr-skip:focus{transform:none;}
@media(max-width:680px){.mootop-refresh .msr-legacy-content :is(.story-two-column,.story-three-cards,.story-four-cards,.story-steps,.story-feature-grid){display:grid;grid-template-columns:minmax(0,1fr);}.mootop-refresh .msr-legacy-content .story-section{padding:1.2rem;}.mootop-refresh .msr-legacy-content .story-section-head{gap:.7rem;}.mootop-refresh .msr-legacy-content :is(pre,table){max-width:100%;overflow-x:auto;}}
