body.docs-help-page { padding-top: 0 !important; overflow-x: hidden; color: var(--docs-ink); background: #fff; font-family: var(--docs-body); -webkit-font-smoothing: antialiased; }
.docs-help-page::selection { color: #fff; background: var(--docs-primary); }
.docs-help-page .container { width: min(100% - 48px, 1360px); max-width: 1360px; padding: 0; margin-inline: auto; }
.docs-help-page a { color: inherit; text-decoration: none; }
.docs-help-page h1, .docs-help-page h2, .docs-help-page h3, .docs-help-page h4 { font-family: var(--docs-heading); letter-spacing: -.035em; }
.docs-help-page em { font-style: normal; }
.docs-help-page [hidden] { display: none !important; }

.docs-help-hero { position: relative; min-height: 810px; overflow: hidden; padding: 145px 0 92px; color: #fff; background: linear-gradient(116deg, #031828 0%, #06324d 55%, #0877a5 118%); }
.docs-help-hero::before { position: absolute; inset: 0 0 0 auto; width: 47%; content: ""; opacity: .23; background: linear-gradient(138deg, transparent 0 26%, rgba(117, 220, 255, .13) 26% 42%, transparent 42% 56%, rgba(117, 220, 255, .08) 56% 73%, transparent 73%); }
.docs-help-hero::after { position: absolute; right: -12%; bottom: -72%; width: 760px; height: 760px; border: 118px solid rgba(117, 220, 255, .055); border-radius: 50%; content: ""; }
.docs-help-hero__grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.docs-help-hero__layout { position: relative; z-index: 1; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 7vw; }
.docs-help-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--docs-cyan); font: 800 .68rem var(--docs-heading); letter-spacing: .11em; text-transform: uppercase; }
.docs-help-eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: #2ed29c; box-shadow: 0 0 0 6px rgba(46, 210, 156, .13); }
.docs-help-hero__copy h1 { max-width: 720px; margin: 27px 0 23px; color: #fff; font-size: clamp(4rem, 5.2vw, 5.8rem); font-weight: 700; line-height: .9; }
.docs-help-hero__copy h1 span, .docs-help-hero__copy h1 em { display: block; }
.docs-help-hero__copy h1 em { color: var(--docs-cyan); }
.docs-help-hero__copy > p { max-width: 620px; margin: 0; color: rgba(233, 250, 255, .73); font-size: 1rem; line-height: 1.7; }
.docs-help-search { display: grid; min-height: 64px; grid-template-columns: 22px 1fr auto auto; align-items: center; gap: 11px; max-width: 650px; padding: 7px 9px 7px 18px; margin-top: 29px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 16px; color: var(--docs-primary); background: #fff; box-shadow: 0 18px 38px rgba(0, 11, 25, .2); }
.docs-help-search input { width: 100%; border: 0; outline: 0; color: var(--docs-ink); background: transparent; font-size: .9rem; }
.docs-help-search input::placeholder { color: #8497a5; }
.docs-help-search kbd { padding: 5px 9px; border: 1px solid var(--docs-border); border-radius: 8px; color: #768997; background: #f2f6f8; font: 700 .62rem var(--docs-heading); }
.docs-help-search button { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 0; border-radius: 9px; color: var(--docs-muted); background: #edf4f7; }
.docs-help-search-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 650px; padding: 10px 3px 0; color: rgba(233, 250, 255, .52); font-size: .67rem; }
.docs-help-search-meta strong { color: var(--docs-cyan); font: 700 .68rem var(--docs-heading); }
.docs-help-login-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 30px; }
.docs-help-login-actions > span { color: rgba(233, 250, 255, .58); font-size: .68rem; }
.docs-help-share { display: inline-flex; align-items: center; gap: 10px; padding: 0; margin-top: 25px; border: 0; color: rgba(255, 255, 255, .7); background: transparent; font: 700 .78rem var(--docs-heading); }
.docs-help-share span { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(255, 255, 255, .22); border-radius: 10px; background: rgba(255, 255, 255, .06); }
.docs-help-share:hover { color: #fff; }

.docs-help-console { overflow: hidden; border: 1px solid rgba(255, 255, 255, .27); border-radius: 24px; color: var(--docs-ink); background: rgba(255, 255, 255, .98); box-shadow: 0 30px 65px rgba(0, 12, 29, .3); }
.docs-help-console__topline { display: flex; min-height: 57px; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--docs-border); font: 800 .69rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-help-console__topline small { color: var(--docs-primary); font-size: .62rem; }
.docs-help-console__body { display: grid; min-height: 428px; grid-template-columns: .9fr 1.1fr; gap: 15px; padding: 21px; background-color: #f8fbfc; background-image: linear-gradient(#e9f1f4 1px, transparent 1px), linear-gradient(90deg, #e9f1f4 1px, transparent 1px); background-size: 34px 34px; }
.docs-help-console__steps { display: grid; align-content: center; gap: 9px; }
.docs-help-console__steps button { display: grid; min-height: 76px; grid-template-columns: 42px 1fr 38px; align-items: center; gap: 11px; padding: 11px 12px; border: 1px solid var(--docs-border); border-radius: 13px; color: var(--docs-ink); background: rgba(255, 255, 255, .96); text-align: left; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.docs-help-console__steps button:hover { border-color: #8fcbe3; transform: translateX(2px); }
.docs-help-console__steps button.is-active { border-color: #69c4e5; background: #edf9fd; box-shadow: 0 10px 22px rgba(6, 121, 185, .11); }
.docs-help-console__steps button > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; color: var(--docs-primary); background: #e8f6fc; }
.docs-help-console__steps button.is-active > span { color: #fff; background: var(--docs-primary); }
.docs-help-console__steps button small, .docs-help-console__steps button strong { display: block; }
.docs-help-console__steps button small { margin-bottom: 2px; color: var(--docs-primary); font: 800 .56rem var(--docs-heading); letter-spacing: .08em; }
.docs-help-console__steps button strong { font: 700 .87rem var(--docs-heading); }
.docs-help-console__steps button > svg { box-sizing: content-box; width: 13px; height: 13px; padding: 10px; justify-self: end; border: 1px solid #d7e6ec; border-radius: 10px; color: #8ba0ae; background: #f2f6f8; }
.docs-help-console__steps button.is-active > svg { color: var(--docs-primary); border-color: #b9dfec; background: #fff; }
.docs-help-console__focus { position: relative; display: flex; min-height: 100%; align-items: flex-start; justify-content: center; flex-direction: column; padding: 33px; overflow: hidden; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #05263c, #0879aa); }
.docs-help-console__focus::after { position: absolute; right: -80px; bottom: -105px; width: 240px; height: 240px; border: 36px solid rgba(117, 220, 255, .08); border-radius: 50%; content: ""; }
.docs-help-console__focus > * { position: relative; z-index: 1; }
.docs-help-console__focus > span { display: grid; width: 54px; height: 54px; margin-bottom: 26px; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 15px; color: var(--docs-cyan); background: rgba(255, 255, 255, .08); }
.docs-help-console__focus > small { color: var(--docs-cyan); font: 800 .62rem var(--docs-heading); letter-spacing: .1em; text-transform: uppercase; }
.docs-help-console__focus > strong { max-width: 320px; margin: 9px 0; font: 700 2.2rem/.98 var(--docs-heading); letter-spacing: -.035em; }
.docs-help-console__focus p { max-width: 330px; margin: 0; color: rgba(233, 250, 255, .7); font-size: .79rem; line-height: 1.58; }
.docs-help-console__focus em { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 9px; color: rgba(255, 255, 255, .72); background: rgba(255, 255, 255, .07); font-size: .63rem; }
.docs-help-console__focus em svg { color: #59dcad; }
.docs-help-console__footer { display: flex; min-height: 57px; align-items: center; gap: 22px; padding: 0 22px; border-top: 1px solid var(--docs-border); color: var(--docs-muted); background: #fff; font-size: .66rem; }
.docs-help-console__footer span { display: inline-flex; align-items: center; gap: 7px; }
.docs-help-console__footer svg { color: var(--docs-primary); }

.docs-help-library { padding: 120px 0 130px; background: #f3f7fa; }
.docs-help-library__heading { display: grid; grid-template-columns: .52fr 1.48fr; align-items: start; gap: 40px; margin-bottom: 53px; }
.docs-help-library__heading h2 { max-width: 900px; margin: -9px 0 17px; color: var(--docs-ink); font-size: clamp(3.2rem, 5.2vw, 5.5rem); font-weight: 700; line-height: .94; }
.docs-help-library__heading h2 em { display: block; color: var(--docs-primary); }
.docs-help-library__heading p { max-width: 720px; margin: 0; color: var(--docs-muted); line-height: 1.7; }
.docs-help-library__toolbar { display: flex; min-height: 59px; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 15px 10px 19px; margin-bottom: 16px; border: 1px solid var(--docs-border); border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(10, 47, 73, .045); }
.docs-help-library__toolbar p { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--docs-muted); font-size: .76rem; }
.docs-help-library__toolbar p svg { color: #d08b22; }
.docs-help-library__toolbar > div { display: flex; gap: 7px; }
.docs-help-library__toolbar button { min-height: 36px; padding: 7px 11px; border: 1px solid #c8dfe8; border-radius: 9px; color: var(--docs-primary); background: #eef8fb; font: 700 .67rem var(--docs-heading); }
.docs-help-library__layout { display: grid; grid-template-columns: minmax(260px, .37fr) minmax(0, 1.63fr); align-items: start; gap: 16px; }
.docs-help-index { position: sticky; top: 100px; overflow: hidden; border: 1px solid var(--docs-border); border-radius: 19px; background: #fff; box-shadow: 0 10px 30px rgba(10, 47, 73, .055); }
.docs-help-index__topline { display: flex; min-height: 56px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--docs-border); font: 800 .65rem var(--docs-heading); letter-spacing: .08em; text-transform: uppercase; }
.docs-help-index__topline small { color: var(--docs-primary); font-size: .58rem; }
.docs-help-index nav { display: grid; padding: 10px; background: transparent; }
.docs-help-index nav a { display: grid; min-height: 59px; grid-template-columns: 28px minmax(0, 1fr) 26px; align-items: center; gap: 9px; padding: 10px 9px; border: 1px solid transparent; border-radius: 11px; color: var(--docs-muted); transition: border-color .18s ease, background .18s ease; }
.docs-help-index nav a:hover, .docs-help-index nav a.is-active { border-color: #c4e4ef; color: var(--docs-ink); background: #edf8fc; }
.docs-help-index nav a > span { color: var(--docs-primary); font: 800 .58rem var(--docs-heading); }
.docs-help-index nav a strong { overflow: hidden; font: 700 .76rem var(--docs-heading); text-overflow: ellipsis; white-space: nowrap; }
.docs-help-index nav a > svg { box-sizing: content-box; width: 10px; height: 10px; padding: 7px; border-radius: 8px; color: #8ba0ae; background: #f1f5f7; }
.docs-help-index__footer { display: flex; min-height: 50px; align-items: center; gap: 8px; padding: 0 18px; border-top: 1px solid var(--docs-border); color: var(--docs-muted); font-size: .64rem; }
.docs-help-index__footer svg { color: var(--docs-primary); }
.docs-help-topics { display: grid; gap: 12px; }
.docs-help-topic { scroll-margin-top: 100px; overflow: hidden; border: 1px solid var(--docs-border); border-radius: 18px; background: #fff; box-shadow: 0 9px 27px rgba(10, 47, 73, .05); }
.docs-help-topic.is-open { border-color: #9fd2e5; box-shadow: 0 15px 34px rgba(10, 47, 73, .075); }
.docs-help-topic__trigger { display: grid; width: 100%; min-height: 95px; grid-template-columns: 42px minmax(0, 1fr) 42px; align-items: center; gap: 16px; padding: 18px 20px; border: 0; color: var(--docs-ink); background: transparent; text-align: left; }
.docs-help-topic__trigger > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; color: var(--docs-primary); background: #e8f6fc; font: 800 .62rem var(--docs-heading); }
.docs-help-topic.is-open .docs-help-topic__trigger > span { color: #fff; background: var(--docs-primary); }
.docs-help-topic__trigger small { display: block; margin-bottom: 4px; color: var(--docs-primary); font: 800 .58rem var(--docs-heading); letter-spacing: .08em; text-transform: uppercase; }
.docs-help-topic__trigger h3 { margin: 0; color: var(--docs-ink); font-size: 1.35rem; font-weight: 700; }
.docs-help-topic__trigger > svg { box-sizing: content-box; width: 13px; height: 13px; padding: 10px; justify-self: end; border: 1px solid #cce2eb; border-radius: 10px; color: var(--docs-primary); background: #edf8fc; transition: color .18s ease, background .18s ease, transform .18s ease; }
.docs-help-topic.is-open .docs-help-topic__trigger > svg { color: #fff; background: var(--docs-primary); transform: rotate(45deg); }
.docs-help-topic__content { border-top: 1px solid #dce9ee; }
.docs-help-richtext { padding: 33px 79px 38px; color: var(--docs-muted); font-size: .9rem; line-height: 1.72; overflow-wrap: anywhere; }
.docs-help-richtext > *:first-child { margin-top: 0; }
.docs-help-richtext > *:last-child { margin-bottom: 0; }
.docs-help-richtext p { margin: 0 0 17px; }
.docs-help-richtext h1, .docs-help-richtext h2, .docs-help-richtext h3, .docs-help-richtext h4 { margin: 28px 0 12px; color: var(--docs-ink); line-height: 1.2; }
.docs-help-richtext ul, .docs-help-richtext ol { padding: 18px 20px 18px 41px; margin: 19px 0 24px; border: 1px solid #dce9ee; border-radius: 14px; background: #f7fbfc; }
.docs-help-richtext li + li { margin-top: 7px; }
.docs-help-richtext strong, .docs-help-richtext b { color: var(--docs-ink); }
.docs-help-richtext a { color: var(--docs-primary); text-decoration: underline; text-underline-offset: 3px; }
.docs-help-richtext img { max-width: 100%; height: auto; border-radius: 13px; }
.docs-help-topic__empty { display: flex; align-items: center; gap: 13px; padding: 31px; color: var(--docs-muted); }
.docs-help-topic__empty svg { color: var(--docs-primary); }
.docs-help-topic__empty p { margin: 0; }
.docs-help-topic__content footer { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 20px; border-top: 1px solid #dce9ee; color: var(--docs-muted); background: #f8fbfc; font-size: .69rem; }
.docs-help-topic__content footer a { display: inline-flex; align-items: center; gap: 8px; color: var(--docs-primary); font: 700 .7rem var(--docs-heading); }
.docs-help-empty { padding: 65px 20px; border: 1px dashed #b7cfda; border-radius: 20px; text-align: center; background: rgba(255, 255, 255, .68); }
.docs-help-empty > span { display: grid; width: 62px; height: 62px; margin: 0 auto 18px; place-items: center; border-radius: 17px; color: var(--docs-primary); background: #e8f6fc; }
.docs-help-empty h3 { margin: 0 0 7px; color: var(--docs-ink); font-size: 1.65rem; }
.docs-help-empty p { margin: 0; color: var(--docs-muted); }
.docs-help-empty button { margin-top: 20px; padding: 10px 14px; border: 1px solid #9bcfe2; border-radius: 10px; color: var(--docs-primary); background: #fff; font: 700 .76rem var(--docs-heading); }
.docs-help-database-empty { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 22px; padding: 35px; border: 1px dashed #aecbd7; border-radius: 21px; background: rgba(255, 255, 255, .7); }
.docs-help-database-empty > span { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 17px; color: var(--docs-primary); background: #e8f6fc; }
.docs-help-database-empty small { color: var(--docs-primary); font: 800 .62rem var(--docs-heading); letter-spacing: .08em; text-transform: uppercase; }
.docs-help-database-empty h3 { margin: 6px 0; color: var(--docs-ink); font-size: 1.55rem; }
.docs-help-database-empty p { margin: 0; color: var(--docs-muted); }
.docs-help-database-empty > a { display: inline-flex; align-items: center; gap: 8px; color: var(--docs-primary); font: 700 .76rem var(--docs-heading); }

.docs-help-access { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid #b9dce9; border-radius: 24px; background: #fff; box-shadow: 0 20px 48px rgba(10, 47, 73, .09); }
.docs-help-access__copy { padding: 48px; color: #fff; background: linear-gradient(145deg, #05263c, #0879aa); }
.docs-help-access__copy > span { display: grid; width: 62px; height: 62px; margin-bottom: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 17px; color: var(--docs-cyan); background: rgba(255, 255, 255, .08); }
.docs-help-access__copy > small { color: var(--docs-cyan); font: 800 .63rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-help-access__copy h3 { max-width: 600px; margin: 10px 0 14px; color: #fff; font-size: 2.7rem; font-weight: 700; line-height: 1; }
.docs-help-access__copy p { max-width: 610px; margin: 0; color: rgba(233, 250, 255, .72); line-height: 1.65; }
.docs-help-access__copy > div { display: flex; align-items: center; gap: 17px; margin-top: 28px; }
.docs-help-access__copy > div a:first-child { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 16px; border-radius: 11px; color: #fff; background: var(--docs-primary-bright); font: 700 .78rem var(--docs-heading); }
.docs-help-access__copy > div a:last-child { color: rgba(255, 255, 255, .72); font: 700 .75rem var(--docs-heading); }
.docs-help-access__preview { padding: 43px; background-color: #f8fbfc; background-image: linear-gradient(#e8f1f4 1px, transparent 1px), linear-gradient(90deg, #e8f1f4 1px, transparent 1px); background-size: 35px 35px; }
.docs-help-access__preview > small { color: var(--docs-primary); font: 800 .61rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-help-access__preview h4 { margin: 8px 0 23px; color: var(--docs-ink); font-size: 1.65rem; }
.docs-help-access__preview ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.docs-help-access__preview li { display: grid; min-height: 80px; grid-template-columns: 45px 1fr; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--docs-border); border-radius: 13px; background: rgba(255, 255, 255, .96); box-shadow: 0 7px 17px rgba(10, 47, 73, .05); }
.docs-help-access__preview li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; color: var(--docs-primary); background: #e8f6fc; }
.docs-help-access__preview li strong, .docs-help-access__preview li small { display: block; }
.docs-help-access__preview li strong { color: var(--docs-ink); font: 700 .83rem var(--docs-heading); }
.docs-help-access__preview li small { margin-top: 3px; color: var(--docs-muted); font-size: .66rem; line-height: 1.45; }
.docs-help-cta { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 22px; margin-top: 18px; padding: 27px; border: 1px solid #b9dce9; border-radius: 19px; background: linear-gradient(120deg, #fff, #edf8fc); box-shadow: 0 9px 26px rgba(10, 47, 73, .055); }
.docs-help-cta > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); }
.docs-help-cta small { color: var(--docs-primary); font: 800 .65rem var(--docs-heading); letter-spacing: .09em; text-transform: uppercase; }
.docs-help-cta h3 { max-width: 730px; margin: 5px 0 0; color: var(--docs-ink); font-size: 1.5rem; font-weight: 700; }
.docs-help-cta a { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 10px; padding: 11px 16px; border: 1px solid #9bcfe2; border-radius: 11px; color: var(--docs-primary); font: 700 .78rem var(--docs-heading); white-space: nowrap; }

.docs-help-page #ButtonScrollTop { right: 23px; bottom: 23px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; color: #fff !important; background: linear-gradient(145deg, var(--docs-primary-bright), var(--docs-primary)); box-shadow: 0 10px 25px rgba(4, 61, 95, .25); }
.docs-help-page .modal-content { overflow: hidden; border: 1px solid var(--docs-border); border-radius: 18px; color: var(--docs-ink); box-shadow: var(--docs-shadow); }

@media (max-width: 1399.98px) {
    .docs-help-hero__layout { gap: 4vw; }
    .docs-help-hero__copy h1 { font-size: clamp(3.7rem, 5.2vw, 5.15rem); }
}

@media (max-width: 1199.98px) {
    .docs-help-hero { padding-top: 112px; }
    .docs-help-hero__layout { grid-template-columns: 1fr; }
    .docs-help-hero__copy { max-width: 790px; }
    .docs-help-console { max-width: 900px; }
    .docs-help-library__heading { grid-template-columns: 1fr; gap: 25px; }
    .docs-help-library__heading h2 { margin-top: 0; }
    .docs-help-library__layout { grid-template-columns: 1fr; }
    .docs-help-index { position: static; }
    .docs-help-index nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .docs-help-cta { grid-template-columns: 58px 1fr; }
    .docs-help-cta a { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 767.98px) {
    .docs-help-page .container { width: min(100% - 30px, 1360px); }
    .docs-help-hero { min-height: 0; padding: 105px 0 72px; }
    .docs-help-eyebrow { font-size: .58rem; }
    .docs-help-hero__copy h1 { font-size: clamp(3.15rem, 14vw, 4.5rem); }
    .docs-help-hero__copy > p { font-size: .94rem; }
    .docs-help-search { grid-template-columns: 21px 1fr auto; }
    .docs-help-search kbd { display: none; }
    .docs-help-search-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
    .docs-help-login-actions { align-items: stretch; flex-direction: column; }
    .docs-help-share { width: 100%; justify-content: center; }
    .docs-help-console__body { grid-template-columns: 1fr; gap: 13px; padding: 13px; }
    .docs-help-console__focus { min-height: 270px; padding: 24px; }
    .docs-help-console__footer { flex-wrap: wrap; padding-block: 13px; }
    .docs-help-library { padding: 85px 0 90px; }
    .docs-help-library__heading { margin-bottom: 40px; }
    .docs-help-library__heading h2 { font-size: 3.05rem; }
    .docs-help-library__toolbar { align-items: flex-start; flex-direction: column; padding: 15px; }
    .docs-help-index nav { grid-template-columns: 1fr; }
    .docs-help-topic__trigger { min-height: 88px; grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 12px; padding: 15px; }
    .docs-help-topic__trigger > span { width: 37px; height: 37px; }
    .docs-help-topic__trigger h3 { font-size: 1.18rem; }
    .docs-help-richtext { padding: 25px; }
    .docs-help-topic__content footer { align-items: flex-start; flex-direction: column; padding: 15px 20px; }
    .docs-help-database-empty { grid-template-columns: 1fr; padding: 27px; }
    .docs-help-access { grid-template-columns: 1fr; }
    .docs-help-access__copy, .docs-help-access__preview { padding: 31px; }
    .docs-help-access__copy h3 { font-size: 2.15rem; }
    .docs-help-cta { grid-template-columns: 50px 1fr; padding: 22px; }
    .docs-help-cta > span { width: 50px; height: 50px; }
    .docs-help-cta h3 { font-size: 1.3rem; }
    .docs-help-cta a { width: 100%; }
}

@media (max-width: 420px) {
    .docs-help-hero__copy h1 { font-size: 3rem; }
    .docs-help-console__topline { padding-inline: 16px; }
    .docs-help-console__steps button { grid-template-columns: 40px 1fr 36px; }
    .docs-help-library__toolbar > div { width: 100%; }
    .docs-help-library__toolbar button { flex: 1; }
    .docs-help-richtext { padding: 21px; }
    .docs-help-access__copy, .docs-help-access__preview { padding: 24px; }
    .docs-help-access__copy > div { align-items: stretch; flex-direction: column; }
    .docs-help-cta { display: flex; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .docs-help-page *, .docs-help-page *::before, .docs-help-page *::after { transition-duration: .01ms !important; }
}
