:root {
  --help-accent: #006edc;
  --help-accent-hover: #005fbe;
  --help-ink: #1d1d1f;
  --help-muted: rgba(29, 29, 31, .65);
  --help-line: rgba(0, 0, 0, .10);
  --help-surface: #fff;
  --help-surface-subtle: #f5f5f7;
  --help-header-height: 56px;
  --help-content-width: 740px;
  --help-radius: 8px;
}

* { box-sizing: border-box; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; }
body.help-center-body, body.dresswise-help-page { margin: 0; color: var(--help-ink); background: var(--help-surface); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: var(--help-accent); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--help-accent-hover); }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--help-accent); outline-offset: 2px; }
.help-skip-link { position: fixed; inset-inline-start: 16px; inset-block-start: 8px; z-index: 100; transform: translateY(-160%); padding: 8px 14px; border-radius: 6px; background: var(--help-ink); color: #fff; text-decoration: none; transition: transform 160ms ease; }
.help-skip-link:focus { transform: translateY(0); }
body.dresswise-help-page[data-help-nav-open="true"] { overflow: hidden; }

.help-header { position: sticky; inset-block-start: 0; z-index: 20; height: var(--help-header-height); border-block-end: 1px solid var(--help-line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.help-header__inner { max-width: 1440px; height: 100%; margin: 0 auto; padding-inline: clamp(16px, 3vw, 40px); display: flex; align-items: center; gap: 20px; }
.help-brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; color: var(--help-ink); font-weight: 650; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; }
.help-brand img { width: 28px; height: 28px; border-radius: 7px; outline: 1px solid rgba(0,0,0,.1); }
.help-brand__mark { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 7px; background: var(--help-accent); color: #fff; font-size: 12px; font-weight: 700; }
.help-header__search { flex: 1 1 420px; min-inline-size: 0; max-width: 520px; margin-inline: auto; }
.help-search { position: relative; display: flex; align-items: center; }
.help-header__search > .help-search { width: 100%; }
.help-search input { width: 100%; min-height: 38px; padding-block: 7px; padding-inline-start: 14px; padding-inline-end: 42px; border: 1px solid var(--help-line); border-radius: 7px; background: var(--help-surface-subtle); color: var(--help-ink); outline: none; }
.help-search input:focus { border-color: var(--help-accent); box-shadow: 0 0 0 3px rgba(0,110,220,.16); }
.help-search button { position: absolute; inset-inline-end: 4px; display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 5px; background: transparent; color: var(--help-muted); cursor: pointer; }
.help-search button:hover { color: var(--help-accent); background: rgba(0,110,220,.08); }
.help-search--hero button { width: auto; padding-inline: 12px; color: var(--help-accent); font-size: 14px; font-weight: 650; }
.help-search--hero input { padding-inline-end: 84px; }
.help-header__actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.help-header__actions a, .help-locale__toggle { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding-inline: 10px; border: 0; border-radius: 6px; color: var(--help-ink); background: transparent; text-decoration: none; cursor: pointer; }
.help-header__actions a:hover, .help-locale__toggle:hover { color: var(--help-accent); background: var(--help-surface-subtle); }
.help-download { position: relative; }
.help-download summary { display: inline-flex; min-height: 40px; align-items: center; padding-inline: 10px; border-radius: 6px; cursor: pointer; list-style: none; }
.help-download summary::-webkit-details-marker { display: none; }
.help-download[open] summary { color: var(--help-accent); background: var(--help-surface-subtle); }
.help-download[open] .help-download__menu { display: grid; gap: 2px; }
.help-download__menu, .help-locale__menu { position: absolute; inset-block-start: calc(100% + 8px); inset-inline-end: 0; display: none; min-width: 190px; padding: 8px; border: 1px solid var(--help-line); border-radius: var(--help-radius); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.10); }
.help-download[data-open="true"] .help-download__menu, .help-locale[data-open="true"] .help-locale__menu { display: grid; gap: 2px; }
.help-download__menu a, .help-locale__menu a { justify-content: flex-start; min-height: 42px; padding: 8px 10px; }
.help-locale { position: relative; }
.help-header__actions select.help-locale { min-height: 40px; padding-block: 6px; padding-inline-start: 10px; padding-inline-end: 28px; border: 1px solid transparent; border-radius: 6px; background: transparent; color: var(--help-ink); cursor: pointer; }
.help-menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--help-line); border-radius: 6px; background: #fff; color: var(--help-ink); }
.help-menu-close { display: inline-flex; min-height: 44px; align-items: center; margin-block-end: 18px; padding-inline: 12px; border: 1px solid var(--help-line); border-radius: 6px; background: #fff; color: var(--help-ink); cursor: pointer; }
.help-search-toggle { display: none; min-height: 40px; align-items: center; justify-content: center; padding-inline: 9px; border: 1px solid var(--help-line); border-radius: 6px; background: #fff; color: var(--help-ink); cursor: pointer; }

.help-layout { max-width: 1440px; margin: 0 auto; padding: 42px clamp(16px, 3vw, 40px) 80px; display: grid; grid-template-columns: 248px minmax(0, var(--help-content-width)) 200px; gap: clamp(28px, 4vw, 68px); align-items: start; }
.help-layout--home { grid-template-columns: 248px minmax(0, 1fr); }
.help-layout__sidebar { min-width: 0; }
.help-sidebar { position: sticky; inset-block-start: calc(var(--help-header-height) + 22px); max-height: calc(100svh - var(--help-header-height) - 40px); overflow: auto; padding-block-end: 12px; }
.help-sidebar__title, .help-toc__title { margin: 0 0 12px; color: var(--help-muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.help-sidebar__locale { margin-block-end: 20px; padding-block-end: 16px; border-block-end: 1px solid var(--help-line); }
.help-sidebar__locale label { display: block; margin-block-end: 6px; color: var(--help-muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.help-sidebar__locale select { width: 100%; min-height: 44px; padding: 7px 10px; border: 1px solid var(--help-line); border-radius: 6px; background: #fff; color: var(--help-ink); }
.help-sidebar__locale { display: none; }
.help-sidebar__group { margin-block-end: 22px; }
.help-sidebar__group h2 { margin: 0 0 5px; font-size: 13px; font-weight: 650; }
.help-sidebar__group ul { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; }
.help-sidebar__group a { display: block; padding: 5px 8px; border-radius: 5px; color: var(--help-muted); font-size: 13px; line-height: 1.4; text-decoration: none; }
.help-sidebar__group a:hover, .help-sidebar__group a[aria-current="page"] { color: var(--help-accent); background: rgba(0,110,220,.08); }
.help-toc { position: sticky; inset-block-start: calc(var(--help-header-height) + 22px); }
.help-toc ul, .help-toc ol { margin: 0; padding: 0; list-style: none; border-inline-start: 1px solid var(--help-line); }
.help-toc a { display: block; padding: 4px 10px; color: var(--help-muted); font-size: 13px; text-decoration: none; }
.help-toc a:hover, .help-toc a.is-active { color: var(--help-accent); }
.help-toc li.is-sub a, .help-toc li.help-toc__item--level-3 a { padding-inline-start: 22px; font-size: 12px; }

.help-main { min-width: 0; }
.help-not-found { max-width: 740px; margin: 0 auto; padding: 88px 16px 120px; }
.help-not-found h1 { margin: 0 0 12px; font-size: 36px; letter-spacing: -.03em; }
.help-not-found p { color: var(--help-muted); }
.help-breadcrumb, .help-breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-block-end: 24px; color: var(--help-muted); font-size: 13px; }
.help-breadcrumb a { color: var(--help-muted); }
.help-article__header { margin-block-end: 38px; }
.help-article__header h1, .help-home h1 { max-width: 780px; margin: 0 0 12px; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.04em; text-wrap: balance; }
.help-article__summary, .help-home__summary { max-width: 700px; margin: 0; color: var(--help-muted); font-size: 18px; line-height: 1.55; text-wrap: pretty; }
.help-article__summary strong { color: var(--help-ink); font-weight: 650; }
.help-article__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-block-start: 18px; color: var(--help-muted); font-size: 13px; }
.help-article__meta span + span { padding-inline-start: 18px; border-inline-start: 1px solid var(--help-line); }
.help-prose { max-width: var(--help-content-width); font-size: 16px; }
.help-article__body { max-width: min(var(--help-content-width), 70ch); font-size: 16px; }
.help-article__body h2 { margin: 42px 0 12px; padding-block-start: 16px; border-block-start: 1px solid var(--help-line); font-size: 24px; line-height: 1.25; letter-spacing: -.02em; scroll-margin-top: 84px; }
.help-article__body h3 { margin: 26px 0 8px; font-size: 18px; line-height: 1.35; scroll-margin-top: 84px; }
.help-article__body p { margin: 0 0 16px; }
.help-article__body ol, .help-article__body ul { margin: 0 0 20px; padding-inline-start: 24px; }
.help-article__body li { margin-block: 7px; padding-inline-start: 4px; }
.help-article__body li::marker { color: var(--help-accent); font-weight: 650; }
.help-article__body code { padding: 2px 5px; border-radius: 4px; background: var(--help-surface-subtle); font-size: .9em; }
.help-article__body img { display: block; width: 100%; max-width: 420px; height: auto; border-radius: 8px; outline: 1px solid rgba(0,0,0,.1); }
.help-article__body figure { width: 100%; max-width: 420px; margin: 24px 0; }
.help-article__body figcaption { margin-block-start: 8px; color: var(--help-muted); font-size: 13px; }
.help-article__body table { display: block; max-width: 100%; margin: 24px 0; overflow-x: auto; border-collapse: collapse; font-size: 14px; }
.help-article__body th, .help-article__body td { min-width: 140px; padding: 10px 12px; border-block-end: 1px solid var(--help-line); text-align: start; vertical-align: top; }
.help-article__body th { color: var(--help-ink); background: var(--help-surface-subtle); font-weight: 650; }
.help-article__body blockquote { margin: 22px 0; padding: 12px 16px; border-inline-start: 3px solid var(--help-accent); color: var(--help-muted); background: var(--help-surface-subtle); }
.help-article__body pre { max-width: 100%; margin: 22px 0; padding: 14px 16px; overflow-x: auto; border-radius: 6px; background: #202124; color: #f5f5f7; font-size: 14px; line-height: 1.5; }
.help-prose h2 { margin: 42px 0 12px; padding-block-start: 16px; border-block-start: 1px solid var(--help-line); font-size: 24px; line-height: 1.25; letter-spacing: -.02em; scroll-margin-top: 84px; }
.help-prose h3 { margin: 26px 0 8px; font-size: 18px; line-height: 1.35; scroll-margin-top: 84px; }
.help-prose p { margin: 0 0 16px; }
.help-prose ol, .help-prose ul { margin: 0 0 20px; padding-inline-start: 24px; }
.help-prose li { margin-block: 7px; padding-inline-start: 4px; }
.help-prose li::marker { color: var(--help-accent); font-weight: 650; }
.help-prose code { padding: 2px 5px; border-radius: 4px; background: var(--help-surface-subtle); font-size: .9em; }
.help-prose img { display: block; width: 100%; max-width: 420px; height: auto; border-radius: 8px; outline: 1px solid rgba(0,0,0,.1); }
.help-related { margin-block-start: 46px; padding-block-start: 24px; border-block-start: 1px solid var(--help-line); }
.help-related h2 { margin: 0 0 12px; font-size: 18px; }
.help-related ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.help-feedback { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-block-start: 34px; padding-block-start: 20px; border-block-start: 1px solid var(--help-line); color: var(--help-muted); font-size: 14px; }
.help-feedback button { min-height: 40px; padding-inline: 13px; border: 1px solid var(--help-line); border-radius: 6px; background: #fff; color: var(--help-ink); cursor: pointer; }
.help-feedback__message { color: var(--help-muted); }
.help-feedback button:hover, .help-feedback button[aria-pressed="true"] { border-color: var(--help-accent); color: var(--help-accent); background: rgba(0,110,220,.06); }
.help-home__hero { padding-block: 34px 48px; }
.help-home__intro { max-width: 700px; margin: 0; color: var(--help-muted); font-size: 18px; line-height: 1.55; }
.help-home__hero form { max-width: 720px; margin-block-start: 24px; }
.help-home__hero form input { min-height: 52px; background: #fff; border-color: rgba(0,0,0,.18); font-size: 16px; }
.help-home__hero form button { width: auto; padding-inline: 14px; }
.help-button { display: inline-flex; min-height: 44px; align-items: center; padding-inline: 15px; border-radius: 6px; background: var(--help-accent); color: #fff; font-weight: 650; text-decoration: none; transition: background-color 150ms ease, transform 150ms ease; }
.help-button:hover { background: var(--help-accent-hover); color: #fff; }
.help-button:active { transform: scale(.96); }
.help-eyebrow { margin: 0 0 8px; color: var(--help-accent); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.help-link-list { margin: 0; padding: 0; list-style: none; }
.help-link-list li { border-block-end: 1px solid var(--help-line); }
.help-link-list a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 12px; padding-block: 8px; color: var(--help-ink); text-decoration: none; }
.help-link-list a span { color: var(--help-accent); transition: transform 150ms ease; }
.help-link-list a:hover { color: var(--help-accent); }
.help-link-list a:hover span { transform: translateX(3px); }
.help-home__section { margin-block-end: 44px; }
.help-home__section h2 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.02em; }
.help-topic-groups { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 48px; }
.help-topic-group h3 { margin: 0 0 8px; font-size: 16px; }
.help-topic-group .help-link-list a { font-size: 14px; }
.help-home__content { margin-block-start: 34px; padding-block-start: 24px; border-block-start: 1px solid var(--help-line); color: var(--help-muted); }
.help-quick { margin-block-end: 48px; }
.help-quick h2, .help-groups > h2 { margin: 0 0 16px; font-size: 18px; }
.help-quick__list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 28px; padding: 0; margin: 0; list-style: none; }
.help-quick__list a { display: block; padding-block: 6px; font-size: 15px; }
.help-groups { padding-block-start: 28px; border-block-start: 1px solid var(--help-line); }
.help-groups__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px 52px; }
.help-group h3 { margin: 0 0 8px; font-size: 17px; }
.help-group ol { margin: 0; padding-inline-start: 21px; }
.help-group li { margin-block: 6px; padding-inline-start: 3px; }
.help-search-results { margin-block-start: 34px; padding-block-start: 26px; border-block-start: 1px solid var(--help-line); }
.help-search-results h2 { margin: 0 0 14px; font-size: 20px; }
.help-search-results__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 10px; }
.help-search-results__head h2 { margin-block-end: 0; }
.help-search-results ol { margin: 0; padding-inline-start: 22px; }
.help-search-results li { margin-block: 12px; }
.help-search-results small { display: block; color: var(--help-muted); }
.help-empty { padding: 28px 0; color: var(--help-muted); }

.help-footer { border-block-start: 1px solid var(--help-line); background: var(--help-surface-subtle); }
.help-footer__inner { max-width: 1440px; margin: 0 auto; padding: 36px clamp(16px, 3vw, 40px) 44px; }
.help-footer__inner h2 { margin: 0 0 8px; font-size: 20px; }
.help-footer__inner p { max-width: 650px; margin: 0 0 18px; color: var(--help-muted); }
.help-footer__links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.help-footer__links a { min-height: 44px; display: inline-flex; align-items: center; }
.help-footer__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-block-start: 28px; padding-block-start: 16px; border-block-start: 1px solid var(--help-line); color: var(--help-muted); font-size: 12px; }

@media (max-width: 1199px) {
  .help-layout { grid-template-columns: 224px minmax(0, 1fr); gap: 34px; }
  .help-layout--article .help-layout__sidebar { grid-column: 1; grid-row: 1 / span 2; }
  .help-layout--article .help-layout__toc { grid-column: 2; grid-row: 1; }
  .help-layout--article .help-article { grid-column: 2; grid-row: 2; }
  .help-layout--article .help-toc { position: static; padding: 12px 0; border-block-end: 1px solid var(--help-line); }
}
@media (max-width: 1023px) {
  .help-header__inner { flex-wrap: wrap; gap: 8px 12px; }
  .help-header { height: auto; min-height: var(--help-header-height); }
  .help-header__search { order: 3; flex-basis: 100%; max-width: none; padding-block-end: 9px; }
  .help-header__actions > a, .help-header__actions > .help-locale { display: none; }
  .help-layout { display: block; padding-block-start: 28px; }
  .help-layout--article { display: flex; flex-direction: column; }
  .help-layout--article .help-layout__toc { order: 1; width: 100%; }
  .help-layout--article .help-article { order: 2; width: 100%; }
  .help-layout__sidebar { display: none; }
  .help-mobile-nav .help-sidebar { position: fixed; z-index: 30; inset-block: 0; inset-inline-start: 0; width: min(320px, 88vw); max-height: none; padding: 84px 22px 24px; background: #fff; box-shadow: 18px 0 40px rgba(0,0,0,.16); transform: translateX(-105%); transition: transform 180ms ease; }
  [dir="rtl"] .help-mobile-nav .help-sidebar { inset-inline-start: auto; inset-inline-end: 0; transform: translateX(105%); }
  .dresswise-help-page[data-help-nav-open="true"] .help-mobile-nav .help-sidebar { transform: translateX(0); }
  .help-mobile-nav { position: fixed; z-index: 29; inset: 0; pointer-events: none; overscroll-behavior: contain; }
  .help-mobile-nav::before { content: ""; position: absolute; inset: 0; background: rgba(29,29,31,.32); opacity: 0; transition: opacity 180ms ease; }
  .help-mobile-nav:not([hidden]) { pointer-events: auto; }
  .dresswise-help-page[data-help-nav-open="true"] .help-mobile-nav::before { opacity: 1; }
  .help-mobile-nav .help-sidebar { display: block; }
  .help-mobile-nav .help-sidebar__locale { display: block; }
  [dir="rtl"] .help-link-list a:hover span { transform: translateX(-3px); }
  .help-menu-button { display: inline-flex; min-height: 40px; width: auto; align-items: center; padding-inline: 10px; border: 1px solid var(--help-line); border-radius: 6px; background: #fff; color: var(--help-ink); }
  .help-layout:not(.help-layout--home) .help-main { display: block; }
  .help-toc { margin-block-end: 22px; }
  .help-home__hero { padding-block-start: 12px; }
}
@media (max-width: 600px) {
  .help-header__inner { padding-inline: 14px; }
  .help-brand { font-size: 14px; }
  .help-search-toggle { display: inline-flex; }
  .help-header__search { display: none; }
  .dresswise-help-page[data-help-search-open="true"] .help-header__search { position: absolute; inset-block-start: 100%; inset-inline: 0; z-index: 25; display: block; max-width: none; padding: 10px 14px; background: #fff; border-block-end: 1px solid var(--help-line); box-shadow: 0 10px 24px rgba(0,0,0,.08); }
  .help-layout { padding-inline: 16px; padding-block-end: 56px; }
  .help-article__header h1, .help-home h1 { font-size: 34px; }
  .help-article__summary, .help-home__summary { font-size: 16px; }
  .help-quick__list, .help-groups__grid, .help-topic-groups { grid-template-columns: 1fr; gap: 8px; }
  .help-search-results { overflow-wrap: anywhere; }
  .help-footer__inner { padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media print {
  .help-header, .help-sidebar, .help-toc, .help-feedback, .help-footer__links { display: none !important; }
  .help-layout { display: block; max-width: none; padding: 0; }
  .help-prose { max-width: none; }
}
