/* Generated by tools/manual/build-manual.js — do not edit by hand. */
@import url("https://fonts.googleapis.com/css?family=Exo:300,400,600,700&display=swap");

.manual-root {
  --m-primary: #0071ff;
  --m-secondary: #290077;
  --m-ink: #1d2430;
  --m-muted: #5a6472;
  --m-line: #e3e8ef;
  --m-surface: #ffffff;
  --m-canvas: #f6f8fb;
  --m-radius: 10px;
  --m-nav-w: 288px;
  --m-top-h: 64px;
  font-family: 'Exo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--m-ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.manual-page { margin: 0; background: var(--m-canvas); }

.manual-skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--m-primary); color: #fff; padding: .6rem 1rem; border-radius: 0 0 var(--m-radius) 0;
}
.manual-skip:focus { left: 0; }

/* ---------- top bar ---------- */
.manual-topbar {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 1rem;
  height: var(--m-top-h); padding: 0 1.25rem;
  background: linear-gradient(180deg, #09043c 0%, rgba(41, 0, 119, .99) 75%);
  color: #fff;
}
.manual-topbar__brand { display: flex; align-items: center; gap: .7rem; min-width: 0; }
.manual-topbar__brand img { border-radius: 50%; background: #fff; padding: 2px; flex: none; }
.manual-topbar__brand div { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.manual-topbar__brand strong { font-size: 1rem; letter-spacing: .3px; }
.manual-topbar__brand span { font-size: .78rem; opacity: .75; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.manual-topbar__tools { margin-left: auto; display: flex; align-items: center; gap: .75rem; }

.manual-search { position: relative; }
.manual-search input {
  width: 260px; max-width: 42vw; padding: .45rem .8rem;
  border: 1px solid rgba(255,255,255,.25); border-radius: 999px;
  background: rgba(255,255,255,.12); color: #fff; font: inherit; font-size: .88rem;
}
.manual-search input::placeholder { color: rgba(255,255,255,.65); }
.manual-search input:focus { outline: 2px solid rgba(255,255,255,.6); outline-offset: 1px; background: rgba(255,255,255,.2); }
.manual-search__results {
  position: absolute; top: calc(100% + .5rem); right: 0; width: 380px; max-width: 80vw;
  max-height: 60vh; overflow-y: auto; background: #fff; color: var(--m-ink);
  border: 1px solid var(--m-line); border-radius: var(--m-radius);
  box-shadow: 0 12px 32px rgba(9,4,60,.18); padding: .35rem;
}
.manual-search__results a {
  display: block; padding: .5rem .65rem; border-radius: 6px;
  color: var(--m-ink); text-decoration: none;
}
.manual-search__results a:hover, .manual-search__results a:focus { background: var(--m-canvas); }
.manual-search__results .r-title { font-weight: 600; font-size: .9rem; }
.manual-search__results .r-crumb { font-size: .74rem; color: var(--m-muted); }
.manual-search__results .r-empty { padding: .75rem; color: var(--m-muted); font-size: .88rem; }
.manual-search__results mark { background: #fff2a8; padding: 0 1px; }

.manual-langs { display: flex; gap: .25rem; }
.manual-lang {
  color: rgba(255,255,255,.8); text-decoration: none; font-size: .82rem;
  padding: .3rem .6rem; border-radius: 999px;
}
.manual-lang:hover { color: #fff; background: rgba(255,255,255,.12); }
.manual-lang.is-active { color: #fff; background: rgba(255,255,255,.22); font-weight: 600; }

.manual-print {
  background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px; padding: .38rem .85rem; font: inherit; font-size: .82rem; cursor: pointer;
}
.manual-print:hover { background: rgba(255,255,255,.22); }
.manual-navtoggle { display: none; background: none; border: 0; color: #fff; font-size: 1.4rem; cursor: pointer; }

/* ---------- shell ---------- */
.manual-shell { display: flex; align-items: flex-start; }

.manual-nav {
  position: sticky; top: var(--m-top-h); align-self: flex-start;
  width: var(--m-nav-w); flex: none; max-height: calc(100vh - var(--m-top-h));
  overflow-y: auto; padding: 1.5rem 1rem 2rem 1.25rem;
  border-right: 1px solid var(--m-line); background: var(--m-surface);
}
.manual-nav__title {
  margin: 0 0 .75rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--m-muted);
}
.manual-nav__list, .manual-nav__sublist { list-style: none; margin: 0; padding: 0; }
.manual-nav__item { margin-bottom: .15rem; }
.manual-nav__link {
  display: flex; gap: .55rem; align-items: baseline;
  padding: .4rem .6rem; border-radius: 7px;
  color: var(--m-ink); text-decoration: none; font-size: .92rem; font-weight: 500;
}
.manual-nav__link:hover { background: var(--m-canvas); }
.manual-nav__link.is-active { background: rgba(0,113,255,.1); color: var(--m-primary); font-weight: 600; }
.manual-nav__num { color: var(--m-muted); font-size: .78rem; font-variant-numeric: tabular-nums; flex: none; }
.manual-nav__link.is-active .manual-nav__num { color: var(--m-primary); }
.manual-nav__sublist { margin: 0 0 .4rem .9rem; border-left: 1px solid var(--m-line); }
.manual-nav__sub {
  display: block; padding: .25rem .7rem; color: var(--m-muted);
  text-decoration: none; font-size: .84rem;
}
.manual-nav__sub:hover { color: var(--m-primary); }
.manual-nav__sub.is-active { color: var(--m-primary); font-weight: 600; box-shadow: inset 2px 0 0 var(--m-primary); }
.manual-nav__meta { margin-top: 1.5rem; font-size: .74rem; color: var(--m-muted); }
.manual-nav[hidden] { display: none; }

.manual-main { flex: 1 1 auto; min-width: 0; padding: 2rem clamp(1rem, 4vw, 3rem) 4rem; max-width: 62rem; }

/* ---------- sections ---------- */
.manual-section { scroll-margin-top: calc(var(--m-top-h) + 12px); padding-bottom: 2.5rem; }
.manual-section + .manual-section { border-top: 1px solid var(--m-line); padding-top: 2.5rem; }
.manual-section__eyebrow {
  margin: 0; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--m-primary); font-weight: 600;
}
.manual-section__title { margin: .2rem 0 .4rem; font-size: clamp(1.6rem, 3.4vw, 2.1rem); font-weight: 600; line-height: 1.2; }
.manual-section__summary { margin: 0 0 1.5rem; color: var(--m-muted); font-size: 1.02rem; max-width: 46rem; }

.manual-prose > :first-child { margin-top: 0; }
.manual-prose p { margin: 0 0 1rem; max-width: 46rem; }
.manual-heading { position: relative; scroll-margin-top: calc(var(--m-top-h) + 12px); font-weight: 600; line-height: 1.3; }
.manual-heading--1 { font-size: 1.6rem; margin: 2.2rem 0 .8rem; }
.manual-heading--2 { font-size: 1.28rem; margin: 2rem 0 .7rem; }
.manual-heading--3 { font-size: 1.08rem; margin: 1.6rem 0 .55rem; }
.manual-heading--4 { font-size: .97rem; margin: 1.3rem 0 .45rem; color: var(--m-muted); }
.manual-anchor {
  opacity: 0; margin-left: .4rem; color: var(--m-primary); text-decoration: none; font-weight: 400;
}
.manual-heading:hover .manual-anchor, .manual-anchor:focus { opacity: 1; }

.manual-list { margin: 0 0 1rem; padding-left: 1.35rem; max-width: 46rem; }
.manual-list li { margin-bottom: .4rem; }
.manual-list li > .manual-list { margin-top: .4rem; }

.manual-rule { border: 0; border-top: 1px solid var(--m-line); margin: 2rem 0; }
.manual-quote {
  margin: 0 0 1rem; padding: .1rem 0 .1rem 1rem;
  border-left: 3px solid var(--m-line); color: var(--m-muted);
}

.manual-code {
  margin: 0 0 1rem; padding: .8rem 1rem; overflow-x: auto;
  background: #0f1729; color: #e6edf7; border-radius: var(--m-radius); font-size: .85rem;
}
.manual-prose code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .88em;
  background: rgba(0,113,255,.08); color: var(--m-secondary); padding: .1em .35em; border-radius: 4px;
}
.manual-code code { background: none; color: inherit; padding: 0; }

.manual-table-wrap { overflow-x: auto; margin: 0 0 1.25rem; }
.manual-table { border-collapse: collapse; width: 100%; font-size: .92rem; background: var(--m-surface); }
.manual-table th, .manual-table td { border: 1px solid var(--m-line); padding: .55rem .75rem; vertical-align: top; }
.manual-table th { background: var(--m-canvas); font-weight: 600; }

.manual-columns { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 1rem; }
.manual-column { flex: 1 1 260px; min-width: 0; }

/* ---------- UI tokens: the text that used to be a cropped button image ---------- */
.ui-token {
  display: inline-block; font-size: .87em; font-weight: 600; line-height: 1.4;
  padding: .08em .5em; border-radius: 5px; white-space: nowrap; vertical-align: baseline;
}
.ui-token--button { background: var(--m-primary); color: #fff; }
.ui-token--menu { background: rgba(41,0,119,.1); color: var(--m-secondary); }
.ui-token--tab { background: rgba(0,113,255,.12); color: var(--m-primary); }
.ui-token--field { background: var(--m-canvas); color: var(--m-ink); border: 1px solid var(--m-line); font-weight: 500; }
.ui-token--option { background: #eef2f7; color: var(--m-ink); font-weight: 500; }
.ui-token--status { background: #e8f6ee; color: #1e7e5a; }
.ui-token--key {
  background: #fff; color: var(--m-ink); border: 1px solid #c7d0dd;
  box-shadow: 0 1px 0 #c7d0dd; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .8em;
}

/* ---------- figures with callout pins ---------- */
.manual-figure { margin: 1.5rem 0 1.75rem; }
.manual-figure__frame {
  position: relative; display: inline-block; max-width: 100%;
  border: 1px solid var(--m-line); border-radius: var(--m-radius);
  background: var(--m-surface); box-shadow: 0 4px 14px rgba(9,4,60,.08); overflow: hidden;
}
.manual-figure__frame img { display: block; max-width: 100%; height: auto; }
.manual-pin {
  position: absolute; transform: translate(-50%, -50%);
  min-width: 26px; height: 26px; padding: 0 6px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; background: #e8262d; color: #fff;
  font-size: .8rem; font-weight: 700; line-height: 1;
  box-shadow: 0 0 0 3px rgba(232,38,45,.28), 0 2px 6px rgba(0,0,0,.3);
}
.manual-pin-legend {
  list-style: none; counter-reset: pin; margin: .85rem 0 0; padding: 0; max-width: 46rem;
}
.manual-pin-legend li {
  counter-increment: pin; position: relative; padding-left: 2.1rem; margin-bottom: .45rem; font-size: .94rem;
}
.manual-pin-legend li::before {
  content: counter(pin); position: absolute; left: 0; top: .05rem;
  width: 1.45rem; height: 1.45rem; border-radius: 999px;
  background: #e8262d; color: #fff; font-size: .78rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}
.manual-figcaption { margin-top: .7rem; font-size: .87rem; color: var(--m-muted); }
.manual-inline-image { max-width: 100%; height: auto; vertical-align: middle; border-radius: 4px; }

/* ---------- callouts ---------- */
.manual-callout {
  margin: 1.25rem 0; padding: .85rem 1rem; border-radius: var(--m-radius);
  border-left: 4px solid var(--m-primary); background: rgba(0,113,255,.06); max-width: 46rem;
}
.manual-callout__label {
  margin: 0 0 .3rem; font-size: .74rem; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: var(--m-primary);
}
.manual-callout__body > :last-child { margin-bottom: 0; }
.manual-callout--warning { border-left-color: #b7791f; background: #fffbeb; }
.manual-callout--warning .manual-callout__label { color: #b7791f; }
.manual-callout--tip { border-left-color: #1e7e5a; background: #f0faf5; }
.manual-callout--tip .manual-callout__label { color: #1e7e5a; }

.manual-steps { counter-reset: step; margin: 1.25rem 0; }
.manual-steps > .manual-list { list-style: none; padding-left: 0; }
.manual-steps > .manual-list > li {
  counter-increment: step; position: relative;
  padding: .1rem 0 .9rem 2.6rem; margin: 0;
  border-left: 2px solid var(--m-line); margin-left: .9rem; padding-top: .05rem;
}
.manual-steps > .manual-list > li:last-child { border-left-color: transparent; padding-bottom: 0; }
.manual-steps > .manual-list > li::before {
  content: counter(step); position: absolute; left: -.95rem; top: 0;
  width: 1.8rem; height: 1.8rem; border-radius: 999px;
  background: var(--m-primary); color: #fff; font-size: .82rem; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 4px var(--m-canvas);
}

.manual-footer {
  margin-top: 3rem; padding-top: 1.25rem; border-top: 1px solid var(--m-line);
  color: var(--m-muted); font-size: .84rem;
}
.manual-footer p { margin: .2rem 0; }
.manual-footer a { color: var(--m-primary); }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .manual-navtoggle { display: block; order: 3; }
  .manual-topbar__tools { order: 2; gap: .5rem; }
  .manual-topbar__brand span { display: none; }
  .manual-nav {
    position: fixed; inset: var(--m-top-h) auto 0 0; z-index: 35;
    width: min(84vw, var(--m-nav-w)); max-height: none; height: calc(100vh - var(--m-top-h));
    box-shadow: 0 0 40px rgba(9,4,60,.25); transform: translateX(-100%); transition: transform .18s ease;
  }
  .manual-nav.is-open { transform: none; }
  .manual-search input { width: 150px; }
  .manual-print { display: none; }
}

/* ---------- print / PDF export ---------- */
@media print {
  body.manual-page { background: #fff; }
  .manual-topbar, .manual-nav, .manual-skip, .manual-search, .manual-print, .manual-anchor { display: none !important; }
  .manual-main { max-width: none; padding: 0; }
  .manual-section { break-after: page; page-break-after: always; padding-bottom: 0; border-top: 0; }
  .manual-section:last-of-type { break-after: auto; page-break-after: auto; }
  .manual-figure, .manual-callout, .manual-table-wrap { break-inside: avoid; page-break-inside: avoid; }
  .manual-heading { break-after: avoid; page-break-after: avoid; }
  .manual-figure__frame { box-shadow: none; }
  .ui-token--button { background: #0071ff !important; color: #fff !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .manual-pin, .manual-pin-legend li::before { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; color: #555; }
}

/* ---------- embedded in the AngularJS shell ---------- */
.manual-root.manual-root--embedded { --m-top-h: 0px; background: transparent; }
.manual-root--embedded .manual-topbar { display: none; }
.manual-root--embedded .manual-shell { background: var(--m-surface); border: 1px solid var(--m-line); border-radius: var(--m-radius); overflow: hidden; }
.manual-root--embedded .manual-nav { top: 0; max-height: none; background: var(--m-canvas); }
.manual-root--embedded .manual-main { padding: 1.5rem clamp(1rem, 3vw, 2.5rem) 2.5rem; }
.manual-root--embedded .manual-section { padding-bottom: 1rem; }
.manual-root--embedded .manual-section + .manual-section { border-top: 0; padding-top: 0; }

.manual-embedded-head { margin-bottom: 1.25rem; }
.manual-embedded-search .manual-search__results {
  position: absolute; top: calc(100% + .35rem); right: 0; z-index: 30;
  width: 380px; max-width: 80vw; max-height: 55vh; overflow-y: auto;
  background: #fff; color: var(--m-ink);
  border: 1px solid var(--m-line); border-radius: var(--m-radius);
  box-shadow: 0 12px 32px rgba(9,4,60,.18); padding: .35rem;
}

.manual-pager {
  display: flex; justify-content: space-between; gap: 1rem;
  margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--m-line);
}
.manual-pager__link { color: var(--m-primary); text-decoration: none; font-size: .92rem; font-weight: 500; }
.manual-pager__link:hover { text-decoration: underline; }
.manual-pager__link--next { margin-left: auto; text-align: right; }

@media (max-width: 900px) {
  .manual-root--embedded .manual-nav {
    position: static; width: auto; height: auto; transform: none;
    box-shadow: none; border-right: 0; border-bottom: 1px solid var(--m-line);
  }
  .manual-root--embedded .manual-shell { display: block; }
}
