.help-skip{z-index:120;border-radius:var(--radius-ui);background:var(--color-brand);min-height:44px;color:var(--color-surface-primary);font-family:var(--font-family-ui);font-weight:var(--type-weight-semibold);padding:10px 16px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.help-skip:focus-visible{transform:translateY(0)}.help-shell{--section-accent:var(--color-brand);background:var(--color-surface-secondary);min-height:64vh}.help-shell :where(a,button,input){touch-action:manipulation}.help-hero{border-bottom:1px solid var(--color-line-soft);background:var(--color-surface-cool);padding:72px 0 64px}.help-hero__inner{text-align:center;justify-items:center;max-width:880px;display:grid}.help-hero__eyebrow,.help-article__category{color:var(--section-accent);font-family:var(--font-family-ui);font-size:var(--type-label-size);font-weight:var(--type-weight-semibold);letter-spacing:.12em;line-height:var(--type-label-line);text-transform:uppercase;margin:0 0 14px}.help-hero__title,.help-article__title{color:var(--color-ink);font-family:var(--font-family-heading);font-size:var(--type-section-desktop-size);font-weight:var(--type-weight-regular);line-height:var(--type-section-line)}.help-hero__description{max-width:680px;color:var(--color-ink-soft);font-size:var(--type-body-large-size);font-weight:var(--type-weight-regular);line-height:var(--type-body-large-line);margin:20px 0 0}.help-search{text-align:left;justify-items:stretch;width:min(100%,720px);margin-top:34px;display:grid}.help-search__form{display:grid}.help-search__label{color:var(--color-ink);font-family:var(--font-family-ui);font-size:var(--type-body-small-size);font-weight:var(--type-weight-semibold);line-height:var(--type-body-small-line);margin-bottom:8px}.help-search__control{position:relative}.help-search__control i{color:var(--section-accent);pointer-events:none;font-size:22px;line-height:1;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.help-search__input{border:1px solid var(--color-line);border-radius:var(--radius-ui);background:var(--color-surface-primary);width:100%;min-height:58px;color:var(--color-ink);font-family:var(--font-family-ui);font-size:var(--type-body-size);font-weight:var(--type-weight-regular);padding:0 18px 0 52px}.help-search__input:focus-visible{border-color:var(--section-accent)}.help-search__hint,.help-search__status{color:var(--color-ink-soft);font-size:var(--type-caption-size);font-weight:var(--type-weight-regular);line-height:var(--type-caption-line);margin:8px 0 0}.help-search__status{color:var(--color-ink);font-weight:var(--type-weight-semibold);text-align:right}.help-index{padding-top:64px;padding-bottom:88px}.help-categories{grid-template-columns:minmax(0,1fr);gap:56px;display:grid}.help-category[hidden],.help-category__list>li[hidden]{display:none}.help-category__heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.help-category{content-visibility:auto;contain-intrinsic-size:auto 520px}.help-category__heading h2,.help-empty h2,.help-support h2{color:var(--color-ink);font-family:var(--font-family-heading);font-size:var(--type-section-mobile-size);font-weight:var(--type-weight-regular);line-height:1.2}.help-category__heading span{border-radius:var(--radius-ui);background:var(--color-surface-cool-strong);min-width:32px;min-height:32px;color:var(--color-text-brand);font-size:var(--type-body-small-size);font-weight:var(--type-weight-semibold);place-items:center;display:inline-grid}.help-category__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.help-card{border:1px solid var(--color-line-soft);border-radius:var(--radius-ui);background:var(--color-surface-primary);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;min-height:100%;padding:24px;transition:transform .16s;display:grid}.help-card:hover,.help-card:focus-visible{border-color:color-mix(in srgb, var(--section-accent) 48%, var(--color-line));box-shadow:0 14px 30px color-mix(in srgb, var(--color-ink) 8%, transparent);transform:translateY(-2px)}.help-card__copy{gap:8px;min-width:0;display:grid}.help-card__copy strong{color:var(--color-ink);font-family:var(--font-family-heading);font-size:var(--type-body-large-size);font-weight:var(--type-weight-medium);overflow-wrap:anywhere;line-height:1.3}.help-card__copy>span{color:var(--color-ink-soft);font-size:var(--type-body-small-size);font-weight:var(--type-weight-regular);line-height:var(--type-body-small-line)}.help-card__action{min-height:44px;color:var(--section-accent);font-size:var(--type-body-small-size);font-weight:var(--type-weight-semibold);white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.help-card__action i{font-size:18px}.help-empty{border:1px solid var(--color-line-soft);border-radius:var(--radius-ui);background:var(--color-surface-primary);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;padding:32px;display:grid}.help-empty>i{color:var(--section-accent);font-size:42px}.help-empty p,.help-support p{color:var(--color-ink-soft);font-size:var(--type-body-size);font-weight:var(--type-weight-regular);line-height:var(--type-body-line);margin:8px 0 0}.help-empty__action,.help-support__action{border-radius:var(--radius-ui);background:var(--section-accent);min-height:48px;color:var(--color-surface-primary);font-family:var(--font-family-ui);font-size:var(--type-body-small-size);font-weight:var(--type-weight-semibold);white-space:nowrap;justify-content:center;align-items:center;gap:10px;padding:0 20px;display:inline-flex}.help-empty__action:hover,.help-support__action:hover{background:color-mix(in srgb, var(--section-accent) 88%, var(--color-ink))}.help-article{background:var(--color-surface-primary);padding:34px 0 88px}.help-article__inner{max-width:920px}.help-breadcrumb{margin-bottom:46px}.help-breadcrumb ol{color:var(--color-ink-soft);font-size:var(--type-body-small-size);font-weight:var(--type-weight-regular);line-height:var(--type-body-small-line);flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.help-breadcrumb li{align-items:center;gap:8px;display:inline-flex}.help-breadcrumb li+li:before{color:var(--color-control-muted);content:"/"}.help-breadcrumb a{min-height:44px;color:var(--section-accent);align-items:center;display:inline-flex}.help-breadcrumb span[aria-current=page]{color:var(--color-ink-soft)}.help-article__header,.help-article__body,.help-support{max-width:760px;margin-inline:auto}.help-article__description{color:var(--color-ink-soft);font-size:var(--type-body-large-size);font-weight:var(--type-weight-regular);line-height:var(--type-body-large-line);margin:20px 0 0}.help-article__updated{color:var(--color-ink-soft);font-size:var(--type-caption-size);font-weight:var(--type-weight-regular);line-height:var(--type-caption-line);margin:18px 0 0}.help-article__roles{min-height:36px;color:var(--color-ink-soft);font-size:var(--type-body-small-size);font-weight:var(--type-weight-regular);line-height:var(--type-body-small-line);align-items:center;gap:8px;margin:14px 0 0;display:inline-flex}.help-article__roles i{color:var(--section-accent);font-size:20px}.help-article__body{color:var(--color-ink);margin-top:48px}.help-article__body :where(h2,h3,h4){color:var(--color-ink);font-family:var(--font-family-heading);font-weight:var(--type-weight-regular);scroll-margin-top:96px}.help-article__body h2{font-size:var(--type-section-mobile-size);margin:48px 0 16px;line-height:1.2}.help-article__body h3{font-size:var(--type-body-large-size);font-weight:var(--type-weight-medium);margin:36px 0 14px;line-height:1.35}.help-article__body h4{font-size:var(--type-body-size);font-weight:var(--type-weight-semibold);line-height:var(--type-body-line);margin:28px 0 12px}.help-article__body p,.help-article__body li{color:var(--color-ink);font-size:var(--type-body-size);font-weight:var(--type-weight-regular);line-height:var(--type-body-relaxed-line)}.help-article__body p{margin:0 0 20px}.help-article__body ul,.help-article__body ol{gap:10px;margin:0 0 24px;padding-left:24px;display:grid}.help-article__body a{color:var(--section-accent);font-weight:var(--type-weight-semibold);text-underline-offset:3px;text-decoration:underline 1px}.help-article__body img{border:1px solid var(--color-line-soft);border-radius:var(--radius-ui);width:100%;height:auto;margin:28px 0}.help-article__body blockquote{border-left:4px solid var(--section-accent);background:var(--color-surface-cool);margin:28px 0;padding:18px 20px}.help-article__body blockquote>:last-child{margin-bottom:0}.help-article__body code{border-radius:var(--radius-ui);background:var(--color-surface-cool);padding:2px 5px;font-size:.92em}.help-article__body pre{border-radius:var(--radius-ui);background:var(--color-surface-inverse);max-width:100%;color:var(--color-surface-primary);padding:18px;overflow-x:auto}.help-article__body pre code{color:inherit;background:0 0;padding:0}.help-article__body table{border-collapse:collapse;width:100%;margin:28px 0;display:block;overflow-x:auto}.help-article__body th,.help-article__body td{border:1px solid var(--color-line);text-align:left;min-width:160px;padding:12px}.help-article__body th{background:var(--color-surface-cool);font-weight:var(--type-weight-semibold)}.help-article__body .hc-section{border-top:1px solid var(--color-line);padding-top:28px}.help-article__body .hc-section:first-child{border-top:0;padding-top:0}.help-article__body .hc-section+.hc-section,.help-article__body .hc-section+section{margin-top:32px}.help-article__body .hc-list,.help-article__body .hc-steps{gap:10px;margin:0 0 24px;padding-left:24px;display:grid}.help-article__body .hc-callout{border:1px solid color-mix(in srgb, var(--section-accent) 24%, var(--color-line-soft));border-radius:var(--radius-ui);background:var(--color-surface-cool);color:var(--color-ink);gap:6px;margin:24px 0;padding:16px 18px;display:grid}.help-article__body .hc-callout strong{color:var(--section-accent)}.help-article__body .hc-screenshot,.help-article__body .hc-figure{border:1px solid var(--color-line);border-radius:var(--radius-ui);background:var(--color-surface-primary);width:100%;margin:24px auto;overflow:hidden}.help-article__body .hc-screenshot--fit{max-width:680px}.help-article__body .hc-screenshot--narrow{max-width:620px}.help-article__body .hc-screenshot--compact{max-width:520px}.help-article__body .hc-screenshot img,.help-article__body .hc-figure img{border:0;border-radius:0;width:100%;height:auto;margin:0}.help-article__body .hc-caption,.help-article__body .hc-figure figcaption{border-top:1px solid var(--color-line-soft);color:var(--color-ink-soft);font-size:var(--type-caption-size);font-weight:var(--type-weight-regular);line-height:var(--type-caption-line);margin:0;padding:10px 14px}.help-article__body .hc-card{border:1px solid var(--color-line);border-radius:var(--radius-ui);background:var(--color-surface-primary);padding:20px}.help-article__body .hc-card h2,.help-article__body .hc-card h3{margin-top:0}.help-article__body .hc-state-list{gap:18px;margin:0;display:grid}.help-article__body .hc-state{grid-template-columns:minmax(110px,auto) minmax(0,1fr);align-items:start;gap:12px;display:grid}.help-article__body .hc-state :where(dt,dd){margin:0}.help-article__body .hc-state p{color:var(--color-ink-soft);font-size:var(--type-body-small-size);line-height:var(--type-body-small-line);margin:0}.help-article__body .hc-state p+p{margin-top:6px}.help-article__body .hc-badge{border-radius:var(--radius-ui);width:fit-content;max-width:100%;font-size:var(--type-label-size);font-weight:var(--type-weight-medium);line-height:var(--type-label-line);overflow-wrap:anywhere;border:1px solid #0000;align-items:center;padding:3px 7px;display:inline-flex}.help-article__body .hc-badge--info{border-color:color-mix(in srgb, var(--color-status-info) 24%, var(--color-line));background:var(--color-status-info-soft);color:var(--color-status-info)}.help-article__body .hc-badge--success{border-color:color-mix(in srgb, var(--color-status-success) 24%, var(--color-line));background:var(--color-status-success-soft);color:var(--color-status-success)}.help-article__body .hc-badge--error,.help-article__body .hc-badge--danger{border-color:color-mix(in srgb, var(--color-status-error) 24%, var(--color-line));background:var(--color-status-error-soft);color:var(--color-status-error)}.help-article__body .hc-badge--warning{border-color:color-mix(in srgb, var(--color-status-warning) 26%, var(--color-line));background:var(--color-status-warning-soft);color:var(--color-status-warning)}.help-article__body .hc-badge--neutral{border-color:color-mix(in srgb, var(--color-status-neutral) 22%, var(--color-line));background:var(--color-status-neutral-soft);color:var(--color-status-neutral)}.help-article__body .hc-badge--brand{border-color:color-mix(in srgb, var(--section-accent) 24%, var(--color-line));background:var(--color-surface-cool);color:var(--section-accent)}.help-article__body .hc-table-wrap{width:100%;margin:24px 0;overflow-x:auto}.help-article__body :where(.hc-data-table,.hc-dns-table){border-collapse:collapse;width:100%;margin:0}.help-article__body :where(.hc-data-table,.hc-dns-table) th,.help-article__body :where(.hc-data-table,.hc-dns-table) td{border:1px solid var(--color-line);min-width:148px;color:var(--color-ink);font-size:var(--type-body-small-size);font-weight:var(--type-weight-regular);line-height:var(--type-body-small-line);text-align:left;vertical-align:top;padding:11px 12px}.help-article__body :where(.hc-data-table,.hc-dns-table) th{background:var(--color-surface-cool);font-weight:var(--type-weight-semibold)}.help-article__body .hc-color-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0;display:grid}.help-article__body .hc-color-list>*{align-items:center;gap:10px;display:flex}.help-article__body .hc-color-dot{border:1px solid var(--color-line);border-radius:50%;flex:none;width:18px;height:18px;display:inline-block}.help-related{border-top:1px solid var(--color-line);max-width:760px;margin:56px auto 0;padding-top:32px}.help-related h2{color:var(--color-ink);font-family:var(--font-family-heading);font-size:var(--type-section-mobile-size);font-weight:var(--type-weight-regular);line-height:1.2}.help-related ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.help-related a{border:1px solid var(--color-line-soft);border-radius:var(--radius-ui);background:var(--color-surface-secondary);min-height:56px;color:var(--color-ink);font-size:var(--type-body-small-size);font-weight:var(--type-weight-semibold);line-height:var(--type-body-small-line);justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.help-related a:hover{border-color:color-mix(in srgb, var(--section-accent) 44%, var(--color-line));color:var(--section-accent)}.help-related i{color:var(--section-accent);flex:none;font-size:18px}.help-support{border-top:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:24px;margin-top:64px;padding-top:32px;display:flex}@media (width<=767px){.help-hero{padding:52px 0 48px}.help-hero__title,.help-article__title{font-size:var(--type-section-mobile-size)}.help-hero__description,.help-article__description{font-size:var(--type-body-size);line-height:var(--type-body-relaxed-line)}.help-search{margin-top:28px}.help-search__status{text-align:left}.help-index{padding-top:48px;padding-bottom:64px}.help-categories{gap:44px}.help-category__list{grid-template-columns:1fr}.help-card{grid-template-columns:1fr;gap:12px;padding:20px}.help-card__action{justify-content:flex-start}.help-empty{grid-template-columns:1fr;justify-items:start;padding:24px}.help-article{padding-top:18px;padding-bottom:64px}.help-breadcrumb{margin-bottom:34px}.help-breadcrumb li:last-child{width:100%}.help-breadcrumb li:last-child:before{content:none}.help-article__body{margin-top:38px}.help-support{flex-direction:column;align-items:flex-start;margin-top:48px}.help-article__body .hc-state,.help-article__body .hc-color-list,.help-related ul{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.help-card{transition:none}.help-card:hover,.help-card:focus-visible{transform:none}}
