:root{--help-ink: #1c2130;--help-muted: #5b6478;--help-line: #e6e8ef;--help-bg-soft: #f5f6fa;--help-brand: #4a54f5;--help-brand-dark: #3a43d6;--help-radius: 12px;--help-max: 1180px}.is-help{background:#fff;color:var(--help-ink);font-family:DM Sans,system-ui,-apple-system,sans-serif}.is-help a{color:var(--help-brand)}.help-home{max-width:var(--help-max);margin:0 auto;padding:2.5rem 1.25rem 4rem}.help-home__hero{text-align:center;padding:1.5rem 0 2.5rem}.help-home__hero h1{font-size:clamp(2rem,4vw,2.75rem);margin:0 0 .6rem;letter-spacing:-.02em}.help-home__hero p{color:var(--help-muted);font-size:1.1rem;max-width:40rem;margin:0 auto}.help-home__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.help-cat{border:1px solid var(--help-line);border-radius:var(--help-radius);padding:1.4rem 1.4rem 1rem;background:#fff;scroll-margin-top:90px}.help-cat__head{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1rem}.help-cat__icon{font-size:1.6rem;line-height:1}.help-cat__head h2{font-size:1.2rem;margin:0 0 .2rem}.help-cat__head p{color:var(--help-muted);font-size:.92rem;margin:0}.help-cat__list{list-style:none;margin:0;padding:0}.help-cat__list li{border-top:1px solid var(--help-line)}.help-cat__list a{display:block;padding:.7rem .2rem;text-decoration:none;color:var(--help-ink);transition:color .12s}.help-cat__list a:hover{color:var(--help-brand)}.help-cat__title{display:block;font-weight:600;font-size:.98rem}.help-cat__desc{display:block;color:var(--help-muted);font-size:.86rem;margin-top:.1rem}.help-home__cta{margin-top:2.5rem;padding:1.5rem;border-radius:var(--help-radius);background:var(--help-bg-soft);display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.help-home__cta p{margin:0;color:var(--help-muted)}.help-shell{max-width:var(--help-max);margin:0 auto;padding:1.5rem 1.25rem 4rem;display:grid;grid-template-columns:260px minmax(0,1fr);gap:2.5rem;align-items:start}.help-sidebar{position:sticky;top:88px;align-self:start;font-size:.9rem}.help-sidebar__home{display:inline-block;margin-bottom:1rem;font-weight:600;text-decoration:none}.help-navgroup{margin-bottom:1.1rem}.help-navgroup__title{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--help-muted);margin:0 0 .35rem;font-weight:700}.help-navgroup ul{list-style:none;margin:0;padding:0}.help-navgroup li a{display:block;padding:.32rem .55rem;border-radius:7px;text-decoration:none;color:var(--help-ink);border-left:2px solid transparent;line-height:1.3}.help-navgroup li a:hover{background:var(--help-bg-soft)}.help-navgroup li a.is-current{color:var(--help-brand);font-weight:600;background:#eef0ff;border-left-color:var(--help-brand)}.help-main{min-width:0}.help-breadcrumb{font-size:.82rem;color:var(--help-muted);margin-bottom:1rem}.help-breadcrumb a{text-decoration:none}.help-breadcrumb span{margin:0 .35rem}.help-article h1{font-size:clamp(1.7rem,3.2vw,2.3rem);margin:0 0 .4rem;letter-spacing:-.02em}.help-updated{color:var(--help-muted);font-size:.82rem;margin:0 0 1.6rem}.help-body{font-size:1.02rem;line-height:1.7;color:#2a3040}.help-body h2{font-size:1.4rem;margin:2.1rem 0 .7rem;letter-spacing:-.01em}.help-body h3{font-size:1.12rem;margin:1.5rem 0 .5rem}.help-body p{margin:0 0 1rem}.help-body ul,.help-body ol{margin:0 0 1.1rem;padding-left:1.3rem}.help-body li{margin:.3rem 0}.help-body a{text-decoration:underline;text-underline-offset:2px}.help-body code{background:var(--help-bg-soft);padding:.12em .4em;border-radius:5px;font-size:.9em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.help-body table{width:100%;border-collapse:collapse;margin:1.2rem 0;font-size:.94rem}.help-body th,.help-body td{border:1px solid var(--help-line);padding:.55rem .7rem;text-align:left;vertical-align:top}.help-body th{background:var(--help-bg-soft);font-weight:600}.help-body blockquote{border-left:3px solid var(--help-brand);margin:1.2rem 0;padding:.3rem 0 .3rem 1rem;color:var(--help-muted)}.help-body .help-steps{counter-reset:step;list-style:none;padding-left:0}.help-body .help-steps>li{position:relative;padding-left:2.4rem;margin:.9rem 0}.help-body .help-steps>li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:1.7rem;height:1.7rem;border-radius:50%;background:var(--help-brand);color:#fff;font-weight:700;font-size:.9rem;display:grid;place-items:center}.help-body .help-note{background:#eef0ff;border:1px solid #d7dbff;border-radius:10px;padding:.9rem 1.1rem;margin:1.2rem 0;font-size:.95rem}.help-cta{margin-top:2.5rem;padding:1.4rem 1.5rem;border-radius:var(--help-radius);background:var(--help-bg-soft);border:1px solid var(--help-line)}.help-cta p{margin:0 0 .9rem}.is-help .help-cta__btn{display:inline-block;background:var(--help-brand);color:#fff;text-decoration:none;font-weight:600;padding:.6rem 1.1rem;border-radius:9px;transition:background .12s}.is-help .help-cta__btn:hover{background:var(--help-brand-dark);color:#fff}@media(max-width:900px){.help-shell{grid-template-columns:1fr;gap:1.5rem}.help-sidebar{position:static;top:auto;border:1px solid var(--help-line);border-radius:var(--help-radius);padding:1rem 1.1rem;background:var(--help-bg-soft)}}
