/** Canonical Help Center page. Theme Design DNA owns colors, typography, controls and responsive tiers. */
.stm-help-wrap{background:var(--stm-surface-page);color:var(--stm-color-ink);overflow:hidden}
.stm-help-container{width:min(100%,var(--stm-help-content-width,var(--stm-container)));margin-inline:auto;padding-inline:var(--stm-content-gutter)}
.stm-help-breadcrumb-bar{border-block:1px solid var(--stm-color-border);background:var(--stm-color-surface)}
.stm-help-breadcrumb{display:flex;align-items:center;gap:8px;margin:0;padding:var(--stm-help-breadcrumb-py,12px) 0;list-style:none;color:var(--stm-color-muted);font-size:var(--stm-font-size-small)}
.stm-help-breadcrumb a{color:var(--stm-color-meta-link);text-decoration:none}.stm-help-breadcrumb a:hover{color:var(--stm-color-primary)}
.stm-help-hero{position:relative;padding:var(--stm-help-hero-pt,52px) 0 var(--stm-help-hero-pb,52px);background:linear-gradient(122deg,color-mix(in srgb,var(--stm-color-primary-soft) 76%,var(--stm-color-surface)) 0%,var(--stm-color-surface) 48%,color-mix(in srgb,var(--stm-color-secondary) 7%,var(--stm-color-surface)) 100%);border-bottom:1px solid var(--stm-color-border-strong)}
.stm-help-hero:before,.stm-help-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.stm-help-hero:before{width:230px;height:230px;right:6%;top:-110px;border:28px solid color-mix(in srgb,var(--stm-color-primary) 16%,transparent)}.stm-help-hero:after{width:120px;height:120px;left:3%;bottom:-72px;border:18px solid color-mix(in srgb,var(--stm-color-secondary) 8%,transparent)}
.stm-help-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:48px;align-items:center}
.stm-help-hero--align-center .stm-help-hero__content{text-align:center}.stm-help-hero--align-center .stm-help-search,.stm-help-hero--align-center .stm-help-popular{margin-inline:auto}.stm-help-hero--align-center .stm-help-popular{justify-content:center}
.stm-help-eyebrow{margin:0 0 8px;color:var(--stm-color-primary-deep);font-size:12px;font-weight:var(--stm-weight-bold);letter-spacing:.1em;text-transform:uppercase}
.stm-help-hero h1{max-width:780px;margin:0;color:var(--stm-color-heading);font-size:clamp(36px,5vw,64px);line-height:1.04;letter-spacing:-.035em}
.stm-help-hero__lead{max-width:720px;margin-top:16px;color:var(--stm-color-muted);font-size:clamp(16px,1.5vw,20px);line-height:1.65}.stm-help-hero__lead p{margin:0}
.stm-help-search{max-width:var(--stm-help-search-width,780px);margin-top:26px;text-align:left}.stm-help-search>label{display:block;margin-bottom:7px;color:var(--stm-color-heading);font-size:13px;font-weight:var(--stm-weight-bold)}
.stm-help-search__control{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;min-height:58px;padding:5px;border:1px solid var(--stm-raised-edge-line);border-radius:18px;background:var(--stm-raised-control-bg)}
.stm-help-search__icon{display:grid;place-items:center;color:var(--stm-color-primary)}.stm-help-search__icon svg{width:22px;height:22px;fill:currentColor}
.stm-help-search input{width:100%;min-width:0;height:46px;border:0;background:transparent;color:var(--stm-color-heading);font:inherit;outline:0}.stm-help-search input::placeholder{color:var(--stm-color-subtle)}
.stm-help-search button{min-height:46px;padding:0 20px;border:1px solid var(--stm-color-primary-deep);border-radius:13px;background:var(--stm-raised-accent-bg);color:var(--stm-color-on-primary);font-weight:var(--stm-button-font-weight);cursor:pointer}.stm-help-search button:hover{background:var(--stm-raised-accent-hover-bg)}.stm-help-search__control:focus-within{border-color:var(--stm-color-primary);outline:var(--stm-focus-outline);outline-offset:2px}
.stm-help-popular{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:var(--stm-help-search-width,780px);margin-top:12px}.stm-help-popular>span{color:var(--stm-color-muted);font-size:12px;font-weight:var(--stm-weight-semibold)}.stm-help-popular button{padding:6px 10px;border:1px solid color-mix(in srgb,var(--stm-color-primary) 25%,var(--stm-color-border));border-radius:999px;background:var(--stm-color-surface);color:var(--stm-color-primary-deep);font-size:12px;font-weight:var(--stm-weight-semibold);cursor:pointer}.stm-help-popular button:hover{background:var(--stm-raised-hover-bg);border-color:var(--stm-color-primary)}
.stm-help-hero__visual{position:relative;display:grid;gap:14px;padding:18px;border:1px solid var(--stm-raised-edge-line);border-radius:24px;background:linear-gradient(155deg,var(--stm-color-secondary),color-mix(in srgb,var(--stm-color-secondary) 84%,var(--stm-color-primary)));color:var(--stm-color-on-dark)}
.stm-help-hero__icon{display:grid;place-items:center;min-height:150px;border:1px solid color-mix(in srgb,var(--stm-color-surface) 18%,transparent);border-radius:18px;background:linear-gradient(180deg,color-mix(in srgb,var(--stm-color-surface) 10%,transparent),color-mix(in srgb,var(--stm-color-primary) 12%,transparent))}.stm-help-hero__icon img{width:min(145px,48%);height:auto;filter:brightness(0) invert(1)}.stm-help-hero__icon svg{width:92px;height:92px;fill:var(--stm-color-on-dark)}
.stm-help-hero__badges{display:grid;gap:8px}.stm-help-trust{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;padding:9px 10px;border:1px solid color-mix(in srgb,var(--stm-color-surface) 17%,transparent);border-radius:12px;background:color-mix(in srgb,var(--stm-color-surface) 8%,transparent)}.stm-help-trust>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--stm-color-primary);color:var(--stm-color-on-primary)}.stm-help-trust svg{width:18px;height:18px;fill:currentColor}.stm-help-trust strong,.stm-help-trust small{display:block}.stm-help-trust strong{font-size:13px}.stm-help-trust small{margin-top:2px;color:color-mix(in srgb,var(--stm-color-on-dark) 76%,transparent);font-size:11px;line-height:1.35}
.stm-help-section{padding-top:var(--stm-help-section-space,64px)}.stm-help-section:last-child{padding-bottom:var(--stm-help-section-space,64px)}
.stm-help-section-head{max-width:780px;margin:0 0 24px}.stm-help-section-head h2{margin:0;color:var(--stm-color-heading);font-size:clamp(27px,3vw,40px);line-height:1.15;letter-spacing:-.025em}.stm-help-section-head>div{margin-top:10px;color:var(--stm-color-muted);line-height:1.65}.stm-help-section-head p{margin-top:0}.stm-help-section-head--light h2{color:var(--stm-color-on-dark)}.stm-help-section-head--light>div{color:color-mix(in srgb,var(--stm-color-on-dark) 76%,transparent)}
.stm-help-quick__grid{display:grid;grid-template-columns:repeat(var(--stm-help-quick-columns,3),minmax(0,1fr));gap:16px}.stm-help-action{display:flex;flex-direction:column;min-height:var(--stm-help-card-min-height,164px);padding:18px;border:1px solid var(--stm-color-border);border-radius:16px;background:var(--stm-color-surface);transition:transform var(--stm-transition-fast),border-color var(--stm-transition-fast),background var(--stm-transition-fast)}.stm-help-action.is-raised,.stm-help-topic.is-raised,.stm-help-faq__item.is-raised,.stm-help-no-results.is-raised,.stm-help-editor__panel.is-raised{border-top-color:var(--stm-raised-edge-highlight);border-bottom-color:var(--stm-raised-edge-line);background:var(--stm-raised-control-bg)}.stm-help-action:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--stm-color-primary) 42%,var(--stm-color-border));background:var(--stm-raised-hover-bg)}
.stm-help-card-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:14px;border:1px solid color-mix(in srgb,var(--stm-color-primary) 28%,var(--stm-color-border));border-radius:14px;background:var(--stm-color-primary-soft);color:var(--stm-color-primary-deep)}.stm-help-card-icon--navy{border-color:color-mix(in srgb,var(--stm-color-secondary) 28%,var(--stm-color-border));background:color-mix(in srgb,var(--stm-color-secondary) 8%,var(--stm-color-surface));color:var(--stm-color-secondary)}.stm-help-card-icon svg{width:23px;height:23px;fill:currentColor}
.stm-help-action h3,.stm-help-topic h3{margin:0;color:var(--stm-color-heading);font-size:17px;line-height:1.3}.stm-help-action p,.stm-help-topic p{margin:8px 0 0;color:var(--stm-color-muted);font-size:14px;line-height:1.55}.stm-help-action>a{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:14px;color:var(--stm-color-link);font-size:13px;font-weight:var(--stm-weight-bold);text-decoration:none}.stm-help-action>a:hover{color:var(--stm-color-link-hover);text-decoration:underline;text-underline-offset:3px}.stm-help-action>a svg{width:17px;height:17px;fill:currentColor}
.stm-help-topics{background:color-mix(in srgb,var(--stm-color-surface-soft) 72%,var(--stm-color-surface));margin-top:var(--stm-help-section-space,64px);padding-bottom:var(--stm-help-section-space,64px);border-block:1px solid var(--stm-color-border)}
.stm-help-topics__grid{display:grid;grid-template-columns:repeat(var(--stm-help-topic-columns,3),minmax(0,1fr));gap:14px}.stm-help-topic{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) 34px;gap:13px;align-items:start;padding:16px;border:1px solid var(--stm-color-border);border-radius:15px;background:var(--stm-color-surface)}.stm-help-topic:hover{border-color:var(--stm-color-border-strong);background:var(--stm-raised-hover-bg)}.stm-help-topic .stm-help-card-icon{margin:0}.stm-help-topic__link{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--stm-color-border);border-radius:10px;background:var(--stm-raised-control-bg);color:var(--stm-color-primary)}.stm-help-topic__link:hover{border-color:var(--stm-color-primary);background:var(--stm-raised-hover-bg)}.stm-help-topic__link svg{width:17px;height:17px;fill:currentColor}
.stm-help-steps__panel{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:36px;padding:32px;border:1px solid color-mix(in srgb,var(--stm-color-secondary) 72%,var(--stm-color-primary));border-radius:22px;background:linear-gradient(135deg,var(--stm-color-secondary),color-mix(in srgb,var(--stm-color-secondary) 82%,var(--stm-color-primary)));color:var(--stm-color-on-dark)}.stm-help-steps__panel.is-raised{border-top-color:color-mix(in srgb,var(--stm-color-surface) 38%,var(--stm-color-secondary));border-bottom-color:color-mix(in srgb,var(--stm-color-secondary) 72%,var(--stm-color-primary))}.stm-help-steps ol{display:grid;gap:10px;margin:0;padding:0;list-style:none}.stm-help-steps li{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;padding:14px;border:1px solid color-mix(in srgb,var(--stm-color-surface) 14%,transparent);border-radius:14px;background:color-mix(in srgb,var(--stm-color-surface) 7%,transparent)}.stm-help-steps li>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--stm-raised-accent-bg);color:var(--stm-color-on-primary);font-weight:var(--stm-weight-bold)}.stm-help-steps h3{margin:0;color:var(--stm-color-on-dark);font-size:15px}.stm-help-steps li p{margin:5px 0 0;color:color-mix(in srgb,var(--stm-color-on-dark) 76%,transparent);font-size:13px;line-height:1.5}
.stm-help-faq__list{max-width:var(--stm-help-faq-width,960px);display:grid;gap:8px}.stm-help-faq__item{overflow:hidden;border:1px solid var(--stm-color-border);border-radius:14px;background:var(--stm-color-surface)}.stm-help-faq__item h3{margin:0}.stm-help-faq__item button{display:grid;grid-template-columns:1fr 24px;gap:14px;align-items:center;width:100%;padding:15px 17px;border:0;background:transparent;color:var(--stm-color-heading);font:inherit;font-weight:var(--stm-weight-bold);text-align:left;cursor:pointer}.stm-help-faq__item button:hover{background:var(--stm-raised-hover-bg)}.stm-help-faq__item button i{position:relative;width:20px;height:20px;border:1px solid var(--stm-color-border-strong);border-radius:50%;background:var(--stm-color-surface)}.stm-help-faq__item button i:before,.stm-help-faq__item button i:after{content:"";position:absolute;left:5px;right:5px;top:9px;height:2px;background:var(--stm-color-primary);transition:transform var(--stm-transition-fast)}.stm-help-faq__item button i:after{transform:rotate(90deg)}.stm-help-faq__item button[aria-expanded="true"]{background:var(--stm-raised-heading-bg)}.stm-help-faq__item button[aria-expanded="true"] i:after{transform:rotate(0)}.stm-help-faq__answer{padding:0 17px 16px;color:var(--stm-color-muted);line-height:1.65}.stm-help-faq__answer p{margin:0}
.stm-help-contact__panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:30px;border:1px solid color-mix(in srgb,var(--stm-color-primary) 52%,var(--stm-color-border));border-radius:22px;background:linear-gradient(120deg,var(--stm-color-primary-soft),var(--stm-color-surface) 58%,color-mix(in srgb,var(--stm-color-secondary) 6%,var(--stm-color-surface)))}.stm-help-contact__panel.is-raised{border-top-color:var(--stm-raised-edge-highlight);border-bottom-color:color-mix(in srgb,var(--stm-color-primary) 48%,var(--stm-raised-edge-line))}.stm-help-contact h2{margin:0;color:var(--stm-color-heading);font-size:clamp(26px,3vw,38px)}.stm-help-contact__panel>div>p:last-of-type{margin:10px 0 0;color:var(--stm-color-muted);line-height:1.6}.stm-help-contact__meta{display:flex;align-items:center;gap:10px 18px;flex-wrap:wrap;margin-top:18px}.stm-help-contact__meta>a,.stm-help-contact__meta>span{display:inline-flex;align-items:center;gap:7px;color:var(--stm-color-ink);font-size:13px;text-decoration:none}.stm-help-contact__meta>a:hover{color:var(--stm-color-primary-deep)}.stm-help-contact__meta svg{width:17px;height:17px;fill:var(--stm-color-primary)}.stm-help-contact__button{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 18px;border:1px solid var(--stm-color-primary-deep);border-radius:13px;background:var(--stm-raised-accent-bg);color:var(--stm-color-on-primary);font-weight:var(--stm-weight-bold);text-decoration:none}.stm-help-contact__button:hover{background:var(--stm-raised-accent-hover-bg)}.stm-help-contact__button svg{width:18px;height:18px;fill:currentColor}
.stm-help-no-results{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;margin-top:32px;padding:18px;border:1px solid var(--stm-color-border);border-radius:16px;background:var(--stm-color-surface)}.stm-help-no-results>span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--stm-color-primary-soft);color:var(--stm-color-primary)}.stm-help-no-results svg{width:23px;height:23px;fill:currentColor}.stm-help-no-results h2{margin:0;font-size:18px}.stm-help-no-results p{margin:4px 0 0;color:var(--stm-color-muted)}
.stm-help-editor__panel{padding:26px;border:1px solid var(--stm-color-border);border-radius:18px;background:var(--stm-color-surface)}.stm-help-editor__panel>h2{margin-top:0}
.stm-help-wrap [hidden]{display:none}
html[data-stm-layout="tablet"] .stm-help-container{padding-inline:var(--stm-content-gutter)}
html[data-stm-layout="tablet"] .stm-help-hero__grid{grid-template-columns:minmax(0,1fr) 300px;gap:28px}
html[data-stm-layout="tablet"] .stm-help-hero h1{font-size:42px}
html[data-stm-layout="tablet"] .stm-help-quick__grid,html[data-stm-layout="tablet"] .stm-help-topics__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
html[data-stm-layout="tablet"] .stm-help-steps__panel{grid-template-columns:1fr;padding:26px}
html[data-stm-layout="mobile"] .stm-help-container{padding-inline:var(--stm-content-gutter-mobile)}
html[data-stm-layout="mobile"] .stm-help-hero{padding-top:34px;padding-bottom:36px}
html[data-stm-layout="mobile"] .stm-help-hero__grid{grid-template-columns:1fr;gap:24px}.stm-help-hero--align-center .stm-help-hero__grid{text-align:center}
html[data-stm-layout="mobile"] .stm-help-hero h1{font-size:36px}.stm-help-hero__visual{padding:14px;border-radius:18px}.stm-help-hero__icon{min-height:112px}.stm-help-hero__icon img{width:104px}
html[data-stm-layout="mobile"] .stm-help-search__control{grid-template-columns:38px minmax(0,1fr);padding:4px}.stm-help-search button{grid-column:1/-1;width:100%;margin-top:4px}.stm-help-popular{align-items:flex-start}
html[data-stm-layout="mobile"] .stm-help-section{padding-top:42px}.stm-help-section-head{margin-bottom:18px}.stm-help-section-head h2{font-size:28px}
html[data-stm-layout="mobile"] .stm-help-quick__grid,html[data-stm-layout="mobile"] .stm-help-topics__grid{grid-template-columns:1fr}.stm-help-action{min-height:0}.stm-help-topic{grid-template-columns:42px minmax(0,1fr) 32px;padding:14px}
html[data-stm-layout="mobile"] .stm-help-topics{margin-top:42px;padding-bottom:42px}.stm-help-steps__panel{padding:20px}.stm-help-steps li{grid-template-columns:38px 1fr;padding:12px}.stm-help-steps li>span{width:36px;height:36px}
html[data-stm-layout="mobile"] .stm-help-contact__panel{grid-template-columns:1fr;padding:22px}.stm-help-contact__button{justify-content:center;width:100%}
