/* Metadata Help Center (MMTR-527). Type and color follow MetadataONE's design tokens. */
:root {
  --hc-bg: #FAFAFA;
  --hc-surface: #FFFFFF;
  --hc-text: #0A0A0A;
  --hc-body: #262626;
  --hc-sub: #404040;
  --hc-muted: #525252;
  --hc-faint: #737373;
  --hc-line: rgba(0, 0, 0, 0.08);
  --hc-line-2: rgba(0, 0, 0, 0.12);
  --hc-wash: rgba(0, 0, 0, 0.04);
  --hc-orange: #FF7A00;
  --hc-orange-cta: #EA580C;
  --hc-orange-ink: #C2410C;
  --hc-orange-deep: #9A3412;
  --hc-orange-soft: #FFF1E2;
  --hc-orange-line: #FED7AA;
  --hc-mint: #3CEFCF;
  --hc-mint-ink: #0B6B5A;
  --hc-mint-icon: #0B8A73;
  --hc-mint-soft: #E4FAF5;
  --hc-mint-wash: #EAFBF6;
  --hc-mint-line: #BDF3E6;
  --hc-navy: #0B1533;
  --hc-display: "Schibsted Grotesk", "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --hc-sans: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --hc-hdr: 64px;
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-padding-top: 88px; scrollbar-gutter: stable; }
/* Page-to-page: cross-fade the content while the header and sidebar stay put. */
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .16s; }
.hc-hdr { view-transition-name: hc-hdr; }
.hc-side { view-transition-name: hc-side; }
.hc-foot { view-transition-name: hc-foot; }
body.hc-body { margin: 0; background: var(--hc-bg); color: var(--hc-text); font-family: var(--hc-sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; min-height: 100vh; display: flex; flex-direction: column; }
a { color: var(--hc-orange-ink); text-decoration: none; }
a:hover { color: var(--hc-orange-deep); text-decoration: underline; }
:focus-visible { outline: 2px solid var(--hc-orange); outline-offset: 2px; border-radius: 6px; }
button { font: inherit; color: inherit; }
.hc-ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.hc-ico-sm { width: 16px; height: 16px; }
.hc-wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.hc-main { flex: 1 0 auto; }
.hc-muted { color: var(--hc-muted); font-size: 15px; }
.hc-label { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #8A8A8A; padding: 14px 10px 6px; display: block; }

/* Header */
.hc-hdr { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 30; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--hc-line); }
.hc-hdr-row { height: var(--hc-hdr); display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 20px; }
.hc-brand { display: flex; align-items: center; gap: 10px; min-height: 44px; justify-self: start; text-decoration: none; }
.hc-brand:hover { text-decoration: none; }
.hc-brand img { width: 28px; height: 28px; border-radius: 6px; display: block; }
.hc-brand span { font-family: Rubik, var(--hc-sans); font-size: 17px; font-weight: 700; letter-spacing: -.4px; color: var(--hc-text); white-space: nowrap; }
.hc-seg { display: flex; gap: 2px; padding: 3px; background: rgba(0, 0, 0, .06); border-radius: 10px; }
.hc-seg-btn { font-size: 14px; font-weight: 500; border-radius: 8px; padding: 8px 14px; min-height: 36px; color: var(--hc-sub); display: flex; align-items: center; justify-content: center; gap: 6px; white-space: nowrap; text-decoration: none; }
.hc-seg-btn:hover { color: var(--hc-text); text-decoration: none; }
.hc-seg-on { background: var(--hc-surface); color: var(--hc-text); }
.hc-seg-classic { box-shadow: inset 0 -2px 0 var(--hc-orange), 0 1px 2px rgba(0, 0, 0, .12); }
.hc-seg-classic svg { color: var(--hc-orange); }
.hc-seg-metadataone { box-shadow: inset 0 -2px 0 var(--hc-mint), 0 1px 2px rgba(0, 0, 0, .12); }
.hc-seg-metadataone svg { color: #0FA88C; }
.hc-hdr-right { justify-self: end; display: flex; align-items: center; gap: 10px; }
.hc-icon-btn { position: relative; width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--hc-line-2); background: var(--hc-surface); display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--hc-text); padding: 0; text-decoration: none; }
.hc-icon-btn:hover { border-color: var(--hc-orange); color: #E86A00; text-decoration: none; }
.hc-rn-on { border-color: var(--hc-orange); color: #E86A00; background: var(--hc-orange-soft); }
.hc-rn-dot { position: absolute; top: 7px; right: 7px; width: 8px; height: 8px; border-radius: 999px; background: var(--hc-orange); box-shadow: 0 0 0 2px #fff; }
.hc-support { font-size: 14px; font-weight: 600; color: #fff; background: var(--hc-orange-cta); border-radius: 10px; padding: 0 14px; height: 40px; display: flex; align-items: center; gap: 8px; text-decoration: none; white-space: nowrap; box-shadow: 0 1px 2px rgba(234, 88, 12, .25); }
.hc-support:hover { color: #fff; background: var(--hc-orange-ink); text-decoration: none; }
.hc-search { display: flex; align-items: center; gap: 8px; background: var(--hc-surface); border: 1px solid var(--hc-line-2); border-radius: 10px; padding: 0 6px 0 10px; height: 40px; color: var(--hc-muted); }
.hc-search input[name=q] { font: inherit; font-size: 14px; border: 0; outline: 0; background: transparent; width: 100%; color: var(--hc-text); min-width: 0; }
.hc-search:focus-within { border-color: var(--hc-orange); box-shadow: 0 0 0 3px rgba(255, 122, 0, .18); }
.hc-search-close { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 0; background: none; color: var(--hc-muted); cursor: pointer; border-radius: 6px; flex-shrink: 0; }
.hc-search-close:hover { background: var(--hc-wash); color: var(--hc-text); }
.hc-hdr-search { width: 240px; display: none; }
.hc-search-open .hc-hdr-search { display: flex; }
.hc-search-open .hc-search-toggle { display: none; }
.hc-mob-row { display: none; flex-direction: column; }
.hc-mob-search { display: none; height: 44px; margin-bottom: 10px; }
.hc-mob-seg { display: none; margin-bottom: 10px; }
.hc-mob-seg .hc-seg-btn { flex-grow: 1; }

/* Footer */
.hc-foot { border-top: 1px solid var(--hc-line); background: var(--hc-surface); margin-top: 48px; }
.hc-foot-row { padding-top: 20px; padding-bottom: 20px; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: 14px; color: var(--hc-muted); }
.hc-foot strong { color: var(--hc-text); }

/* Shared bits */
.hc-card { background: var(--hc-surface); border: 1px solid var(--hc-line); border-radius: 16px; }
.hc-card-link { display: flex; color: inherit; text-decoration: none; background: var(--hc-surface); border: 1px solid var(--hc-line); border-radius: 16px; transition: border-color .15s, box-shadow .15s, transform .15s; }
.hc-card-link:hover { color: inherit; text-decoration: none; border-color: var(--hc-orange); box-shadow: 0 8px 24px rgba(255, 122, 0, .12); transform: translateY(-1px); }
.hc-icon-tile { width: 40px; height: 40px; border-radius: 10px; background: var(--hc-orange-soft); color: #E86A00; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hc-icon-tile.hc-mint { background: var(--hc-mint-soft); color: var(--hc-mint-icon); }
.hc-icon-lg { width: 52px; height: 52px; border-radius: 14px; }
.hc-icon-lg .hc-ico { width: 26px; height: 26px; }
.hc-tag { font-size: 12px; color: var(--hc-sub); background: var(--hc-wash); border-radius: 6px; padding: 2px 8px; white-space: nowrap; }
.hc-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.hc-chip { font: inherit; font-size: 13px; font-weight: 500; border: 1px solid var(--hc-line-2); background: var(--hc-surface); color: var(--hc-sub); border-radius: 999px; padding: 6px 12px; min-height: 34px; cursor: pointer; display: inline-flex; align-items: center; text-decoration: none; }
.hc-chip:hover { border-color: var(--hc-orange); color: var(--hc-text); text-decoration: none; }
.hc-chip-on, .hc-chip-on:hover { background: var(--hc-text); color: #fff; border-color: var(--hc-text); }
.hc-badge { display: inline-flex; align-items: center; font-size: 12px; font-weight: 500; border-radius: 999px; padding: 3px 10px; white-space: nowrap; }
.hc-badge-metadataone { color: var(--hc-mint-ink); background: var(--hc-mint-soft); }
.hc-badge-classic { color: var(--hc-orange-deep); background: var(--hc-orange-soft); }
.hc-crumbs { font-size: 13px; color: var(--hc-muted); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.hc-crumbs a { font-weight: 500; }
.hc-page-head { display: flex; flex-direction: column; gap: 10px; }
.hc-page-head h1, .hc-art h1 { font-family: var(--hc-display); font-size: 36px; line-height: 1.15; font-weight: 700; margin: 0; letter-spacing: -.01em; text-wrap: balance; }
.hc-page-head p { margin: 0; font-size: 16px; color: var(--hc-sub); line-height: 1.55; max-width: 700px; }
.hc-page-head-tight h1 { font-size: 34px; }
.hc-h2 { font-family: var(--hc-display); font-size: 19px; font-weight: 600; margin: 8px 0 0; }
.hc-filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.hc-filters > span { font-size: 13px; color: var(--hc-muted); margin-right: 4px; }
.hc-xlink { display: flex; gap: 12px; align-items: center; justify-content: space-between; border-radius: 12px; padding: 12px 16px; font-size: 14px; }
.hc-xlink a { font-weight: 600; white-space: nowrap; }
.hc-xlink-t { display: flex; align-items: center; gap: 10px; }
.hc-xlink-classic { background: #FFF7ED; border: 1px solid var(--hc-orange-line); color: #431407; }
.hc-xlink-metadataone { background: var(--hc-mint-wash); border: 1px solid var(--hc-mint-line); color: #053A31; }

/* Landing */
.hc-landing { display: flex; flex-direction: column; align-items: center; padding-top: 72px; padding-bottom: 48px; gap: 36px; }
.hc-landing-hero { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; width: 100%; max-width: 640px; }
.hc-landing-hero h1 { font-family: var(--hc-display); font-size: 44px; line-height: 1.1; font-weight: 700; margin: 0; letter-spacing: -.01em; }
.hc-accent { color: var(--hc-orange); }
.hc-landing-hero p { margin: 0; font-size: 17px; color: var(--hc-sub); }
.hc-hero-search { display: flex; align-items: center; gap: 10px; width: 100%; margin-top: 10px; background: var(--hc-surface); border: 1px solid var(--hc-line-2); border-radius: 14px; padding: 0 16px; height: 56px; box-shadow: 0 4px 16px rgba(0, 0, 0, .05); color: var(--hc-muted); }
.hc-hero-search input { font: inherit; font-size: 16px; border: 0; outline: 0; background: transparent; width: 100%; color: var(--hc-text); }
.hc-hero-search:focus-within { border-color: var(--hc-orange); box-shadow: 0 0 0 3px rgba(255, 122, 0, .18); }
.hc-continue { display: flex; align-items: center; gap: 10px; background: var(--hc-surface); border: 1px solid var(--hc-line); border-radius: 999px; padding: 10px 18px; font-size: 15px; min-height: 44px; color: var(--hc-text); }
.hc-continue:hover { color: var(--hc-text); border-color: var(--hc-orange); text-decoration: none; }
.hc-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--hc-orange); }
.hc-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; width: 100%; max-width: 960px; }
.hc-tile { flex-direction: column; gap: 14px; padding: 32px; min-height: 250px; }
.hc-tile-classic { border-top: 4px solid var(--hc-orange); }
.hc-tile-metadataone { border-top: 4px solid var(--hc-mint); }
.hc-tile-top { display: flex; align-items: center; justify-content: space-between; }
.hc-tile-name { font-family: var(--hc-display); font-size: 24px; font-weight: 700; }
.hc-tile-desc { font-size: 15px; color: var(--hc-sub); line-height: 1.5; }
.hc-tile-go { margin-top: auto; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 4px; color: var(--hc-orange-ink); }
.hc-tile-metadataone .hc-tile-go { color: var(--hc-mint-ink); }

/* Product home */
.hc-home { padding-top: 48px; display: flex; flex-direction: column; gap: 28px; }
.hc-hub { align-items: center; gap: 22px; padding: 28px 32px; }
.hc-hub-ic { width: 56px; height: 56px; border-radius: 14px; }
.hc-hub-ic .hc-ico { width: 26px; height: 26px; }
.hc-hub-classic { background: var(--hc-orange); color: #fff; }
.hc-hub-metadataone { background: var(--hc-mint); color: var(--hc-navy); }
.hc-hub-txt { display: flex; flex-direction: column; gap: 4px; flex-grow: 1; }
.hc-hub-txt strong { font-family: var(--hc-display); font-size: 21px; font-weight: 700; }
.hc-hub-txt span { font-size: 15px; color: var(--hc-sub); }
.hc-hub-go { font-size: 14px; font-weight: 600; color: var(--hc-orange-ink); display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.hc-grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hc-cat { flex-direction: column; gap: 12px; padding: 22px; min-height: 180px; }
.hc-cat-top { display: flex; align-items: center; gap: 12px; }
.hc-cat-name-wrap { display: flex; flex-direction: column; gap: 2px; }
.hc-cat-name { font-family: var(--hc-display); font-size: 17px; font-weight: 600; }
.hc-cat-count { font-size: 13px; color: var(--hc-muted); }
.hc-cat-desc { font-size: 14px; color: var(--hc-sub); line-height: 1.5; }
.hc-cat .hc-chips { margin-top: auto; }

/* Docs layout */
.hc-docs { display: flex; gap: 40px; align-items: flex-start; padding-top: 36px; }
.hc-docs-main { flex-grow: 1; min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.hc-side { width: 256px; flex-shrink: 0; position: sticky; top: calc(var(--hc-hdr) + 24px); max-height: calc(100vh - var(--hc-hdr) - 48px); overflow: auto; display: flex; flex-direction: column; gap: 2px; padding-bottom: 12px; }
.hc-side-top { display: flex; align-items: center; gap: 4px; position: sticky; top: 0; z-index: 1; background: var(--hc-bg); }
.hc-side-home { flex-grow: 1; display: flex; align-items: center; gap: 8px; padding: 9px 10px; border-radius: 8px; font-size: 14px; font-weight: 600; color: var(--hc-text); min-height: 38px; }
.hc-side-home:hover { background: var(--hc-wash); color: var(--hc-text); text-decoration: none; }
.hc-rail-btn { width: 38px; height: 38px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, .1); background: var(--hc-surface); color: var(--hc-sub); display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; flex-shrink: 0; }
.hc-rail-btn:hover { border-color: var(--hc-orange); color: #E86A00; }
.hc-drawer-x { display: none; }
.hc-side-cat { display: flex; align-items: center; gap: 8px; padding: 9px 10px; border-radius: 8px; color: var(--hc-sub); font-size: 14px; min-height: 38px; }
.hc-side-cat:hover { background: var(--hc-wash); color: var(--hc-text); text-decoration: none; }
.hc-side-cat .hc-n { margin-left: auto; font-size: 12px; color: #8A8A8A; }
.hc-chev { transition: transform .15s; color: var(--hc-faint); }
.hc-side-cat.hc-on .hc-chev { transform: rotate(90deg); }
.hc-docs-classic .hc-side-cat.hc-on { background: var(--hc-orange-soft); color: var(--hc-orange-deep); font-weight: 600; }
.hc-docs-metadataone .hc-side-cat.hc-on { background: var(--hc-mint-soft); color: var(--hc-mint-ink); font-weight: 600; }
.hc-side-secs { display: flex; flex-direction: column; gap: 2px; padding: 4px 0 10px 14px; }
.hc-side-sec summary { list-style: none; display: flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 6px; color: var(--hc-muted); font-size: 13px; font-weight: 600; cursor: pointer; min-height: 34px; }
.hc-side-sec summary::-webkit-details-marker { display: none; }
.hc-side-sec summary:hover { color: var(--hc-text); background: rgba(0, 0, 0, .03); }
.hc-side-sec[open] > summary .hc-chev { transform: rotate(90deg); }
.hc-side-arts { display: flex; flex-direction: column; padding: 2px 0 8px 18px; }
.hc-side-art { display: block; padding: 6px 10px 6px 12px; border-left: 2px solid var(--hc-line); color: var(--hc-muted); font-size: 13px; line-height: 1.4; }
.hc-side-art:hover { color: var(--hc-text); border-left-color: #A3A3A3; text-decoration: none; }
.hc-docs-classic .hc-side-art.hc-on { color: var(--hc-orange-deep); border-left-color: var(--hc-orange); font-weight: 600; }
.hc-docs-metadataone .hc-side-art.hc-on { color: var(--hc-mint-ink); border-left-color: var(--hc-mint); font-weight: 600; }
.hc-side-rail { display: none; position: sticky; top: calc(var(--hc-hdr) + 24px); flex-shrink: 0; }
.hc-side-collapsed .hc-side { display: none; }
.hc-side-collapsed .hc-side-rail { display: block; }
.hc-mob-browse { display: none; }
.hc-scrim { display: none; }

/* Category page */
.hc-sec-card { padding: 8px 8px 10px; }
.hc-sec-card h2 { font-family: var(--hc-display); margin: 0; padding: 14px 14px 8px; font-size: 17px; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.hc-row { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px; color: var(--hc-text); font-size: 15px; min-height: 46px; }
.hc-row:hover { background: var(--hc-wash); color: var(--hc-text); text-decoration: none; }
.hc-row-t { flex-grow: 1; min-width: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; line-height: 1.4; }
.hc-row-go { color: #A3A3A3; }
.hc-row:hover .hc-row-go { color: var(--hc-orange); }

/* Article */
.hc-art-area { display: flex; gap: 40px; align-items: flex-start; }
.hc-art { flex-grow: 1; min-width: 0; max-width: 720px; display: flex; flex-direction: column; gap: 18px; }
.hc-side-collapsed .hc-art-area { justify-content: center; }
.hc-side-collapsed .hc-art { max-width: 800px; }
.hc-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; font-size: 13px; color: var(--hc-muted); margin-top: -6px; }
.hc-ver { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; border-radius: 999px; padding: 4px 12px; border: 1px solid; text-decoration: none; }
.hc-ver:hover { text-decoration: none; }
.hc-ver-metadataone { color: var(--hc-mint-ink); background: var(--hc-mint-soft); border-color: var(--hc-mint-line); }
.hc-ver-metadataone:hover { color: #053A31; border-color: var(--hc-mint); }
.hc-ver-classic { color: var(--hc-orange-deep); background: var(--hc-orange-soft); border-color: var(--hc-orange-line); }
.hc-ver-classic:hover { color: var(--hc-orange-deep); border-color: var(--hc-orange); }
.hc-toc { width: 176px; flex-shrink: 0; position: sticky; top: calc(var(--hc-hdr) + 24px); display: flex; flex-direction: column; gap: 2px; }
.hc-toc .hc-label { padding: 0 0 6px; }
.hc-toc a { font-size: 13px; color: var(--hc-muted); padding: 5px 0 5px 12px; border-left: 2px solid var(--hc-line); line-height: 1.35; }
.hc-toc a:hover { color: var(--hc-text); border-left-color: var(--hc-orange); text-decoration: none; }
.hc-mob-toc { display: none; border: 1px solid var(--hc-line); border-radius: 12px; background: var(--hc-surface); padding: 4px 14px; }
.hc-mob-toc summary { list-style: none; display: flex; align-items: center; gap: 8px; min-height: 40px; font-size: 14px; font-weight: 600; cursor: pointer; }
.hc-mob-toc summary::-webkit-details-marker { display: none; }
.hc-mob-toc[open] summary .hc-chev { transform: rotate(90deg); }
.hc-mob-toc nav { display: flex; flex-direction: column; padding: 0 0 8px 24px; }
.hc-mob-toc nav a { font-size: 14px; padding: 5px 0; }
.hc-pn { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.hc-pn a { flex-direction: column; gap: 4px; padding: 14px 16px; min-height: 64px; }
.hc-pn small { font-size: 12px; color: var(--hc-muted); }
.hc-pn span { font-size: 14px; font-weight: 500; line-height: 1.35; }
.hc-pn-next { align-items: flex-end; text-align: right; grid-column: 2; }

/* Article body: the KB's stored HTML */
.hc-prose { font-size: 16px; line-height: 1.7; color: var(--hc-body); overflow-wrap: anywhere; min-width: 0; }
.hc-prose > *:first-child { margin-top: 0; }
.hc-prose h2 { font-family: var(--hc-display); font-size: 22px; line-height: 1.3; margin: 36px 0 10px; color: var(--hc-text); }
.hc-prose h3 { font-family: var(--hc-display); font-size: 18px; line-height: 1.35; margin: 26px 0 6px; color: var(--hc-text); }
.hc-prose h4 { font-size: 16px; margin: 20px 0 6px; color: var(--hc-text); }
.hc-prose p { margin: 0 0 14px; }
.hc-prose ul, .hc-prose ol { margin: 0 0 16px; padding-left: 24px; }
.hc-prose li { margin: 6px 0; }
.hc-prose li::marker { color: var(--hc-orange); font-weight: 600; }
.hc-prose strong, .hc-prose b { color: var(--hc-text); font-weight: 600; }
.hc-prose a { text-decoration: underline; text-decoration-color: rgba(194, 65, 12, .35); text-underline-offset: 2px; }
.hc-prose code { font-size: .9em; background: var(--hc-wash); border-radius: 5px; padding: 1px 5px; }
.hc-prose hr { border: 0; border-top: 1px solid var(--hc-line); margin: 28px 0; }
.hc-prose img { display: block; max-width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--hc-line); margin: 6px 0 18px; cursor: zoom-in; background: var(--hc-surface); }
.hc-prose figure { margin: 6px 0 18px; }
.hc-prose .hc-table { overflow-x: auto; margin: 6px 0 20px; border: 1px solid var(--hc-line); border-radius: 12px; background: var(--hc-surface); }
.hc-prose table { border-collapse: collapse; width: 100%; font-size: 14px; margin: 0; }
.hc-prose th { text-align: left; font-size: 12px; font-weight: 600; color: var(--hc-muted); text-transform: uppercase; letter-spacing: .04em; padding: 10px 12px; border-bottom: 1px solid var(--hc-line); background: var(--hc-bg); }
.hc-prose td { padding: 11px 12px; border-bottom: 1px solid rgba(0, 0, 0, .06); vertical-align: top; }
.hc-prose tr:last-child td { border-bottom: 0; }
.hc-prose .note, .hc-prose .portal-note, .hc-prose .portal-callout, .hc-prose blockquote { background: var(--hc-mint-wash); border: 1px solid var(--hc-mint-line); border-radius: 12px; padding: 14px 16px; margin: 6px 0 18px; font-size: 15px; color: var(--hc-body); }
.hc-prose .note p, .hc-prose .portal-callout p, .hc-prose blockquote p { margin: 0; }
.hc-prose .portal-step-badge { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 999px; background: var(--hc-orange); color: #fff; font-size: 13px; font-weight: 600; margin-right: 8px; vertical-align: 2px; }
.hc-prose iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 12px; margin: 6px 0 18px; background: var(--hc-navy); }

/* Search */
.hc-search-page { padding-top: 40px; max-width: 880px; display: flex; flex-direction: column; gap: 18px; }
.hc-results { display: flex; flex-direction: column; gap: 10px; }
.hc-result { flex-direction: column; gap: 6px; padding: 16px 18px; }
.hc-result-t { font-family: var(--hc-display); font-size: 17px; font-weight: 600; }
.hc-result-x { font-size: 14px; color: var(--hc-muted); line-height: 1.5; }
.hc-result-m { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 12px; color: var(--hc-faint); }

/* Release notes */
.hc-rn-page { padding-top: 44px; display: flex; flex-direction: column; gap: 22px; }
.hc-rn-head { flex-direction: row; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px 24px; }
.hc-rn-head > div { display: flex; flex-direction: column; gap: 8px; }
.hc-rn-layout { display: flex; gap: 40px; align-items: flex-start; }
.hc-rn-rail { width: 220px; flex-shrink: 0; position: sticky; top: calc(var(--hc-hdr) + 24px); display: flex; flex-direction: column; gap: 2px; }
.hc-rn-rail .hc-label { padding: 0 12px 8px; }
.hc-rn-rail a { display: flex; flex-direction: column; gap: 2px; padding: 8px 12px; border-left: 2px solid var(--hc-line); color: var(--hc-sub); }
.hc-rn-rail a:hover { border-left-color: var(--hc-orange); color: var(--hc-text); text-decoration: none; }
.hc-rn-rail .d { font-size: 14px; font-weight: 600; color: var(--hc-text); }
.hc-rn-rail .c { font-size: 12px; color: var(--hc-faint); }
.hc-rn-list { flex-grow: 1; min-width: 0; max-width: 820px; display: flex; flex-direction: column; gap: 14px; }
.rn-release { overflow: hidden; }
.rn-head { list-style: none; display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; flex-wrap: wrap; }
.rn-head::-webkit-details-marker { display: none; }
.rn-head:hover { background: #FCFCFC; }
.rn-release[open] > .rn-head .hc-chev { transform: rotate(90deg); }
.rn-date { font-family: var(--hc-display); font-size: 19px; font-weight: 700; }
.rn-kind { font-size: 12px; font-weight: 600; border-radius: 999px; padding: 3px 10px; background: #F5F5F5; color: var(--hc-sub); }
.rn-kind-hot { background: var(--hc-orange-soft); color: var(--hc-orange-deep); }
.rn-kind-latest { background: var(--hc-mint-soft); color: var(--hc-mint-ink); }
.rn-counts { margin-left: auto; display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--hc-muted); }
.rn-counts > span { display: flex; align-items: center; gap: 5px; }
.rn-sec-ic-feature { color: var(--hc-orange); }
.rn-sec-ic-fix { color: #0FA88C; }
.rn-body { border-top: 1px solid rgba(0, 0, 0, .06); padding: 6px 20px 20px; display: flex; flex-direction: column; gap: 6px; }
.rn-group { display: flex; flex-direction: column; }
.rn-sec { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--hc-muted); padding: 16px 0 4px; }
.rn-note { display: flex; flex-direction: column; gap: 6px; padding: 14px 0; border-bottom: 1px solid rgba(0, 0, 0, .06); }
.rn-note:last-child { border-bottom: 0; }
.rn-note-top { display: flex; align-items: flex-start; gap: 10px; flex-wrap: wrap; }
.rn-mod { font-size: 12px; font-weight: 600; border-radius: 6px; padding: 2px 8px; white-space: nowrap; margin-top: 1px; }
.rn-mod-o { background: var(--hc-orange-soft); color: var(--hc-orange-deep); }
.rn-mod-g { background: var(--hc-mint-soft); color: var(--hc-mint-ink); }
.rn-mod-n { background: #F0F0F0; color: var(--hc-sub); }
.rn-title { font-weight: 600; font-size: 15.5px; color: var(--hc-text); line-height: 1.4; flex: 1; min-width: 0; }
.rn-text { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--hc-sub); }
.rn-why { font-size: 14px; line-height: 1.55; color: #053A31; background: var(--hc-mint-wash); border: 1px solid var(--hc-mint-line); border-radius: 10px; padding: 10px 12px; }
.rn-why strong { color: #053A31; }

/* Lightbox */
.hc-lightbox { position: fixed; inset: 0; z-index: 60; background: rgba(6, 12, 31, .85); display: flex; align-items: center; justify-content: center; padding: 24px; cursor: zoom-out; }
.hc-lightbox[hidden] { display: none; }
.hc-lightbox img { max-width: 100%; max-height: 100%; border-radius: 12px; }

/* Narrower screens */
@media (max-width: 1180px) {
  .hc-support { width: 40px; padding: 0; justify-content: center; }
  .hc-support-label { display: none; }
  .hc-toc { display: none; }
  .hc-mob-toc { display: block; }
}
@media (max-width: 1100px) {
  .hc-search-open .hc-hdr-search { display: none; }
  .hc-mob-row { display: flex; }
  .hc-search-open .hc-mob-search { display: flex; }
}
@media (max-width: 900px) {
  .hc-side-rail, .hc-side-collapsed .hc-side-rail { display: none; }
  .hc-docs .hc-crumbs { display: none; }
  .hc-docs { gap: 0; padding-top: 20px; }
  .hc-grid3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-mob-browse { display: flex; align-items: center; gap: 10px; width: 100%; border: 1px solid var(--hc-line-2); border-radius: 12px; background: var(--hc-surface); padding: 0 14px; height: 46px; cursor: pointer; font-weight: 600; color: var(--hc-text); text-align: left; }
  .hc-mob-browse-t { flex-grow: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hc-mob-browse .hc-n { font-size: 13px; font-weight: 500; color: var(--hc-muted); white-space: nowrap; flex-shrink: 0; }
  .hc-side, .hc-side-collapsed .hc-side { display: flex; position: fixed; top: 0; bottom: 0; left: 0; width: 86%; max-width: 340px; max-height: none; z-index: 50; background: var(--hc-surface); padding: 14px; box-shadow: 0 10px 40px rgba(0, 0, 0, .25); transform: translateX(-105%); transition: transform .2s ease; visibility: hidden; }
  .hc-drawer-open .hc-side { transform: none; visibility: visible; }
  .hc-drawer-open .hc-scrim { display: block; position: fixed; inset: 0; z-index: 45; background: rgba(10, 10, 10, .45); border: 0; padding: 0; }
  .hc-side-hide { display: none; }
  .hc-side .hc-side-top { top: -14px; margin: -14px -14px 0; padding: 14px 14px 6px; background: var(--hc-surface); }
  .hc-drawer-x { display: flex; }
  .hc-rn-rail { display: none; }
}
@media (max-width: 700px) {
  .hc-wrap { padding-left: 16px; padding-right: 16px; }
  .hc-hdr-row { gap: 10px; height: 60px; grid-template-columns: minmax(0, 1fr) auto; }
  .hc-hdr-seg { display: none; }
  .hc-mob-seg { display: flex; }
  .hc-hdr-right { gap: 6px; }
  .hc-icon-btn, .hc-support { width: 36px; height: 36px; }
  .hc-brand { gap: 8px; }
  .hc-brand span { font-size: 15px; }
  .hc-brand img { width: 26px; height: 26px; }
  .hc-landing { padding-top: 40px; }
  .hc-landing-hero h1 { font-size: 34px; }
  .hc-tiles, .hc-grid3, .hc-pn { grid-template-columns: minmax(0, 1fr); }
  .hc-tile { padding: 24px; min-height: 0; }
  .hc-hub { flex-direction: column; align-items: flex-start; padding: 22px; gap: 14px; }
  .hc-page-head h1, .hc-art h1, .hc-page-head-tight h1 { font-size: 28px; }
  .hc-home, .hc-rn-page, .hc-search-page { padding-top: 28px; }
  .hc-xlink { flex-direction: column; align-items: flex-start; }
  .hc-pn-next { grid-column: 1; }
  .hc-prose table { font-size: 13px; }
  .hc-prose th, .hc-prose td { padding: 9px 8px; }
  .rn-counts { margin-left: 0; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
  ::view-transition-group(*), ::view-transition-old(*), ::view-transition-new(*) { animation: none !important; }
}
