
/* All selectors are scoped to this embed. No external fonts or scripts. */
.mw-help {
  --mw-ink: #142d3b; --mw-muted: #506575; --mw-teal: #08766f;
  --mw-line: #d5e3e5; --mw-soft: #f1f8f7; --mw-paper: #fff;
  color: var(--mw-ink); background: var(--mw-paper); font: 400 16px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left; isolation: isolate; max-width: 1240px; margin: 0 auto; padding: 28px clamp(18px, 3vw, 44px) 32px;
  border-radius: 24px; overflow-wrap: anywhere; -webkit-text-size-adjust: 100%;
}
.mw-help *, .mw-help *::before, .mw-help *::after { box-sizing: border-box; }
.mw-help [hidden] { display: none !important; }
.mw-help a { color: var(--mw-teal); text-decoration: underline; text-underline-offset: .19em; text-decoration-thickness: 1px; }
.mw-help a:hover { text-decoration-thickness: 2px; }
.mw-help :is(a, summary):focus-visible { outline: 3px solid #096db0; outline-offset: 5px; border-radius: 5px; }
.mw-help h1, .mw-help h2, .mw-help h3, .mw-help p, .mw-help ul, .mw-help ol, .mw-help figure { margin: 0; color: inherit; }
.mw-help h1, .mw-help h2, .mw-help h3 { font-family: inherit; font-weight: 650; text-transform: none; letter-spacing: -.035em; }
.mw-help h1 { font-size: clamp(38px, 5.7vw, 68px); line-height: 1.08; max-width: 740px; }
.mw-help h2 { font-size: clamp(25px, 3vw, 34px); line-height: 1.2; }
.mw-help h3 { font-size: 23px; line-height: 1.28; }
.mw-help p + p { margin-top: 14px; }
.mw-help strong { font-weight: 650; }
.mw-help .mw-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 22px; border-bottom: 1px solid var(--mw-line); }
.mw-help .mw-wordmark { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-weight: 700; font-size: 20px; letter-spacing: -.025em; }
.mw-help .mw-wordmark span { color: var(--mw-muted); border-left: 1px solid var(--mw-line); padding-left: 10px; font-weight: 450; font-size: 14px; letter-spacing: 0; }
.mw-help .mw-topnav { display: flex; gap: 8px; flex-wrap: wrap; font-size: 14px; }
.mw-help .mw-topnav a { padding: 10px 14px; text-decoration: none; border-radius: 100px; min-height: 44px; display: inline-flex; align-items: center; }
.mw-help .mw-topnav a[aria-current="page"] { color: var(--mw-ink); background: var(--mw-soft); font-weight: 650; }
.mw-help .mw-hero { padding: clamp(36px, 5vw, 64px) 0 30px; }
.mw-help .mw-eyebrow { color: var(--mw-teal); font-size: 12px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 18px; }
.mw-help .mw-hero h1 span { color: var(--mw-teal); }
.mw-help .mw-intro { color: var(--mw-muted); font-size: clamp(17px, 2vw, 19px); max-width: 660px; margin-top: 22px; line-height: 1.6; }
.mw-help .mw-meta { display: flex; gap: 12px 22px; flex-wrap: wrap; color: var(--mw-muted); font-size: 13px; margin-top: 22px; }
.mw-help .mw-meta span::before { content: ''; display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; border-radius: 50%; background: var(--mw-teal); }
.mw-help .mw-shortcuts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 2px 0 44px; }
.mw-help .mw-shortcut { position: relative; padding: 19px 42px 19px 20px; min-height: 96px; border: 1px solid var(--mw-line); border-radius: 14px; text-decoration: none; background: var(--mw-paper); display: flex; flex-direction: column; justify-content: center; }
.mw-help .mw-shortcut:hover { background: var(--mw-soft); border-color: #92bfba; }
.mw-help .mw-shortcut strong { font-size: 16px; line-height: 1.4; color: var(--mw-ink); }
.mw-help .mw-shortcut small { font-size: 13px; color: var(--mw-muted); margin-top: 4px; }
.mw-help .mw-shortcut::after { content: '↗'; position: absolute; right: 18px; top: 22px; font-size: 20px; }
.mw-help .mw-body { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(24px, 4vw, 60px); align-items: start; }
.mw-help .mw-topic-drawer { display: none; margin-bottom: 28px; border: 1px solid var(--mw-line); border-radius: 10px; background: var(--mw-soft); }
.mw-help .mw-topic-drawer summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 16px; min-height: 54px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 650; }
.mw-help .mw-topic-drawer summary::-webkit-details-marker { display: none; }
.mw-help .mw-topic-drawer ol { list-style: none; padding: 0 16px 12px; margin: 0; }
.mw-help .mw-topic-drawer a { display: flex; justify-content: space-between; gap: 14px; min-height: 44px; align-items: center; padding: 8px 0; text-decoration: none; font-size: 14px; }
.mw-help .mw-topic-drawer small { color: var(--mw-muted); }
.mw-help .mw-topic-nav { position: sticky; top: 100px; padding: 8px 0 24px; max-height: calc(100vh - 120px); overflow-y: auto; }
.mw-help .mw-topic-nav h2 { color: var(--mw-muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 16px 12px; }
.mw-help .mw-topic-nav ol { list-style: none; padding: 0; margin: 0; }
.mw-help .mw-topic-nav li { margin: 0; }
.mw-help .mw-topic-nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; padding: 10px 12px; margin-bottom: 3px; border-radius: 9px; text-decoration: none; color: var(--mw-muted); line-height: 1.4; font-size: 14px; }
.mw-help .mw-topic-nav a:hover { background: var(--mw-soft); color: var(--mw-teal); }
.mw-help .mw-topic-nav small { flex: 0 0 auto; font-size: 12px; color: var(--mw-muted); font-variant-numeric: tabular-nums; }
.mw-help .mw-nav-note { border-top: 1px solid var(--mw-line); padding-top: 18px; margin: 20px 12px 0; color: var(--mw-muted); font-size: 13px; }
.mw-help .mw-section { margin: 0 0 48px; scroll-margin-top: 120px; }
.mw-help .mw-section:target > .mw-section-header { border-left: 3px solid var(--mw-teal); padding-left: 16px; }
.mw-help .mw-section-header { margin-bottom: 20px; }
.mw-help .mw-section-number { display: block; color: var(--mw-teal); font-size: 12px; font-weight: 700; letter-spacing: .1em; margin-bottom: 8px; }
.mw-help .mw-section-header p { margin-top: 12px; color: var(--mw-muted); font-size: 15px; }
.mw-help .mw-questions { border-top: 1px solid var(--mw-line); }
.mw-help .mw-question { border-bottom: 1px solid var(--mw-line); margin: 0; background: transparent; scroll-margin-top: 120px; }
.mw-help .mw-question summary { display: flex; align-items: center; gap: 14px; list-style: none; cursor: pointer; padding: 21px 4px; min-height: 66px; color: var(--mw-ink); font-size: 17px; font-weight: 600; line-height: 1.45; }
.mw-help .mw-question summary::-webkit-details-marker { display: none; }
.mw-help .mw-question summary::marker { content: ''; }
.mw-help .mw-question summary:hover { color: var(--mw-teal); }
.mw-help .mw-q-title { flex: 1; min-width: 0; }
.mw-help .mw-toggle { display: grid; place-items: center; border: 1px solid #b7d5d1; border-radius: 50%; color: var(--mw-teal); width: 28px; height: 28px; flex: 0 0 28px; font-size: 21px; font-weight: 400; }
.mw-help .mw-toggle::before { content: '+'; line-height: 1; }
.mw-help details[open] > summary .mw-toggle::before { content: '−'; }
.mw-help details[open] > summary { color: var(--mw-teal); }
.mw-help .mw-answer { padding: 0 42px 24px 4px; font-size: 16px; line-height: 1.75; color: #354f5d; }
.mw-help .mw-answer ul, .mw-help .mw-answer ol, .mw-help .mw-feature ul { padding-left: 24px; margin: 12px 0 16px; }
.mw-help .mw-answer li { margin: 7px 0; padding-left: 3px; }
.mw-help .mw-answer p + ul, .mw-help .mw-answer p + ol { margin-top: 12px; }
.mw-help .mw-compact-list { columns: 2; column-gap: 28px; }
.mw-help .mw-compact-list li { break-inside: avoid; }
.mw-help .mw-pro { display: inline-block; vertical-align: .1em; margin-left: 7px; padding: 2px 6px; border-radius: 4px; background: #e7f3f1; color: #166158; font-size: 10px; font-weight: 750; letter-spacing: .06em; }
.mw-help .mw-figure { margin-top: 22px; padding: 20px; background: #f0f6f8; border: 1px solid var(--mw-line); border-radius: 16px; }
.mw-help .mw-figure img { display: block; max-width: 100%; width: 270px; height: auto; margin: 0 auto; border-radius: 14px; box-shadow: 0 10px 28px #142d3b14; }
.mw-help .mw-figure.mw-tablet img { width: 460px; }
.mw-help .mw-figure figcaption { max-width: 480px; margin: 16px auto 0; color: var(--mw-muted); font-size: 13px; line-height: 1.6; }
.mw-help .mw-demo { display: block; color: #285c68; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 4px; }
.mw-help .mw-contact { padding: clamp(24px, 3vw, 38px); border: 1px solid #c5e0dc; border-radius: 18px; background: var(--mw-soft); }
.mw-help .mw-contact h2 { font-size: clamp(25px, 3vw, 32px); }
.mw-help .mw-contact p { margin-top: 12px; max-width: 630px; color: var(--mw-muted); }
.mw-help .mw-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.mw-help .mw-button { padding: 11px 19px; min-height: 46px; display: inline-flex; justify-content: center; align-items: center; background: var(--mw-teal); color: white; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; border: 1px solid var(--mw-teal); }
.mw-help .mw-button:hover { color: white; background: #075f5a; text-decoration: none; }
.mw-help .mw-button.mw-secondary { background: white; color: var(--mw-teal); border-color: #a8cfc9; }
.mw-help .mw-button.mw-secondary:hover { background: #e6f4f0; }
.mw-help .mw-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--mw-line); font-size: 12px; color: var(--mw-muted); }
.mw-help .mw-footer p { max-width: 700px; }
.mw-help .mw-footer a { display: inline-flex; min-height: 32px; align-items: center; }
.mw-help .mw-scope { padding: 17px 20px; border-left: 3px solid var(--mw-teal); background: var(--mw-soft); margin: 2px 0 38px; color: var(--mw-muted); font-size: 15px; }
.mw-help .mw-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; margin-bottom: 48px; }
.mw-help .mw-feature { border-top: 1px solid var(--mw-line); padding: 26px 0 30px; }
.mw-help .mw-feature .mw-eyebrow { margin-bottom: 12px; font-size: 11px; }
.mw-help .mw-feature h3 { margin-bottom: 14px; }
.mw-help .mw-feature p { color: var(--mw-muted); font-size: 16px; line-height: 1.75; }
.mw-help .mw-setup { max-width: 900px; margin-bottom: 48px; }
.mw-help .mw-setup h2 { margin-bottom: 20px; }
.mw-help .mw-boundaries { max-width: 850px; margin: 0 0 38px; color: var(--mw-muted); }
.mw-help .mw-boundaries h2 { color: var(--mw-ink); margin-bottom: 16px; }
@media (max-width: 850px) {
  .mw-help .mw-body { grid-template-columns: 1fr; gap: 26px; }
  .mw-help .mw-topic-nav { display: none; }
  .mw-help .mw-topic-drawer { display: block; }
  .mw-help .mw-topic-nav h2 { margin-left: 0; margin-bottom: 12px; }
  .mw-help .mw-topic-nav ol { display: flex; flex-wrap: wrap; gap: 7px; }
  .mw-help .mw-topic-nav a { font-size: 13px; border: 1px solid var(--mw-line); padding: 9px 12px; margin: 0; min-height: 44px; }
  .mw-help .mw-nav-note { display: none; }
  .mw-help .mw-shortcuts { margin-bottom: 26px; }
}
@media (max-width: 540px) {
  .mw-help { border-radius: 12px; padding: 20px 18px 26px; }
  .mw-help .mw-topline { gap: 12px; padding-bottom: 17px; }
  .mw-help .mw-topnav { gap: 0; }
  .mw-help .mw-topnav a { padding: 8px 12px; }
  .mw-help .mw-hero { padding-top: 32px; }
  .mw-help h1 { font-size: clamp(34px, 9vw, 45px); }
  .mw-help .mw-shortcuts { display: none; }
  .mw-help .mw-shortcut { min-height: 70px; padding: 13px 42px 13px 16px; }
  .mw-help .mw-shortcut small { margin-top: 1px; }
  .mw-help .mw-shortcut::after { top: 16px; }
  .mw-help .mw-section { margin-bottom: 36px; }
  .mw-help .mw-question summary { font-size: 16px; gap: 10px; padding: 19px 0; }
  .mw-help .mw-answer { padding: 0 0 22px; }
  .mw-help .mw-compact-list { columns: 1; }
  .mw-help .mw-figure { padding: 14px; }
  .mw-help .mw-features { grid-template-columns: 1fr; }
  .mw-help .mw-contact { padding: 23px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .mw-help *, .mw-help *::before, .mw-help *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (max-height: 650px) {
  .mw-help .mw-topic-nav { position: static; max-height: none; overflow: visible; }
}
@media (forced-colors: active) {
  .mw-help { background: Canvas; color: CanvasText; }
  .mw-help .mw-toggle, .mw-help .mw-button, .mw-help .mw-shortcut, .mw-help .mw-contact { border: 1px solid ButtonText; }
  .mw-help a, .mw-help .mw-button { color: LinkText; }
}
@media print {
  .mw-help { max-width: none; padding: 0; font-size: 11pt; }
  .mw-help .mw-topnav, .mw-help .mw-topic-nav, .mw-help .mw-topic-drawer, .mw-help .mw-shortcuts, .mw-help .mw-toggle, .mw-help .mw-actions { display: none; }
  .mw-help .mw-body { display: block; }
  .mw-help .mw-figure { break-inside: avoid; background: white; }
  .mw-help .mw-figure img { max-width: 160px; }
  .mw-help .mw-question { break-inside: avoid; }
}

.mw-help .mw-sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* Search enhances the fully readable, server-rendered FAQ. */
.mw-help .mw-search { margin: 0 0 26px; max-width: 780px; }
.mw-help .mw-search label { display: block; font-weight: 650; margin-bottom: 9px; }
.mw-help .mw-search-row { display: flex; align-items: center; gap: 12px; }
.mw-help .mw-search input { appearance: none; -webkit-appearance: none; width: 100%; min-width: 0; min-height: 54px; border: 1px solid #91b8b5; border-radius: 10px; padding: 13px 16px; color: var(--mw-ink); background: white; font: inherit; }
.mw-help .mw-search input::placeholder { color: var(--mw-muted); opacity: 1; }
.mw-help .mw-search button { flex-shrink: 0; min-height: 48px; padding: 10px 15px; border: 1px solid #91b8b5; border-radius: 9px; color: var(--mw-teal); background: var(--mw-soft); font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.mw-help :is(input, button):focus-visible { outline: 3px solid #096db0; outline-offset: 3px; }
.mw-help #mw-search-status { min-height: 24px; margin-top: 8px; font-size: 13px; color: var(--mw-muted); }
.mw-help .mw-no-results { padding: 24px; margin-bottom: 28px; border: 1px solid var(--mw-line); border-radius: 14px; background: var(--mw-soft); }
.mw-help .mw-no-results p { margin-top: 12px; }
.mw-help .mw-soon { display: inline-block; vertical-align: middle; margin-left: 8px; padding: 3px 7px; border-radius: 5px; background: #f5eddb; color: #735017; font-size: 11px; line-height: 1.5; font-weight: 650; letter-spacing: 0; }
.mw-help .mw-question { scroll-margin-top: 120px; }
.mw-help .mw-answer-link { font-size: 13px; }
.mw-help .mw-answer-link a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 540px) {
  .mw-help .mw-search-row { flex-wrap: wrap; gap: 8px; }
  .mw-help .mw-search input { flex: 1 1 100%; }
  .mw-help .mw-soon { margin-left: 0; margin-top: 6px; display: table; }
}
@media print { .mw-help .mw-search, .mw-help .mw-no-results, .mw-help .mw-answer-link { display: none; } }
