html,body{overflow-x:clip!important}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}.help-hero{background:var(--gradient-primary);padding:10rem 0 4.5rem;color:#fff}.help-hero__title{font-size:2.75rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.help-hero__subtitle{font-size:1.05rem;opacity:.9;margin-bottom:2rem}.help-search{display:flex;align-items:center;gap:.75rem;width:100%;max-width:740px;margin:0 auto;padding:0 1.25rem;height:60px;background:#fff;border:none;border-radius:14px;box-shadow:0 12px 30px #1f1f1f2e;cursor:text;text-align:start;transition:box-shadow .2s ease}.help-search:hover{box-shadow:0 14px 34px #1f1f1f42}.help-search__icon{font-size:1.35rem;color:var(--primary-color);flex-shrink:0}.help-search__placeholder{flex:1;font-size:1rem;color:#9a9a9a}.help-search-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:5rem 1rem 2rem;background:#1414228c;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.help-search-overlay.is-open{opacity:1;visibility:visible}body.help-search-locked{overflow:hidden}.help-search-panel{display:flex;flex-direction:column;width:100%;max-width:800px;max-height:100%;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 24px 60px #14142259;transform:translateY(-8px);transition:transform .18s ease}.help-search-overlay.is-open .help-search-panel{transform:translateY(0)}.help-search-panel__head{display:flex;align-items:center;gap:.75rem;flex-shrink:0;padding:0 1rem;height:64px;border-bottom:1px solid #ececf3}.help-search-panel__icon{font-size:1.3rem;color:var(--primary-color);flex-shrink:0}.help-search-panel__input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-size:1.05rem;color:var(--text-primary)}.help-search-panel__input::-moz-placeholder{color:#9a9a9a}.help-search-panel__input::placeholder{color:#9a9a9a}.help-search-panel__input::-webkit-search-cancel-button{display:none}.help-search-panel__clear{flex-shrink:0;padding:.25rem .5rem;border:none;background:transparent;font-size:.9rem;font-weight:600;color:var(--primary-color);cursor:pointer}.help-search-panel__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;border:none;border-radius:8px;background:transparent;font-size:1.15rem;color:#8b8ba0;cursor:pointer}.help-search-panel__close:hover{background:#f2f2f7;color:var(--text-primary)}.help-search-panel__results{flex:1;min-height:0;overflow-y:auto;padding:.5rem}.help-search__group+.help-search__group{margin-top:.5rem}.help-search__group-title{padding:.65rem .75rem .35rem;font-size:.82rem;font-weight:700;letter-spacing:.02em;color:#8b8ba0}.help-search__row{display:flex;align-items:flex-start;gap:.75rem;padding:.7rem .75rem;border-radius:10px}.help-search__row.is-active,.help-search__row:hover{background:#f4f4fb}.help-search__row-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border-radius:8px;background:#514aa61a;color:var(--primary-color);font-size:1rem}.help-search__row-body{flex:1;min-width:0}.help-search__row-title{display:block;font-size:.97rem;font-weight:600;color:var(--text-primary)}.help-search__row-text{display:-webkit-box;margin-top:.2rem;font-size:.88rem;line-height:1.6;color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.help-search__row-path{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-top:.35rem;font-size:.8rem;color:#8b8ba0}.help-search__crumb{font-style:normal;color:#c2c2d1}[dir=rtl] .help-search__crumb{display:inline-block;transform:scaleX(-1)}.help-search__row-enter{flex-shrink:0;align-self:center;font-size:1.05rem;color:#b8b8c8;opacity:0}.help-search__row.is-active .help-search__row-enter{opacity:1}.help-search-hit{background:transparent;color:var(--primary-color);font-weight:700;text-decoration:underline}.help-search__empty{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:3rem 1rem;font-size:.95rem;color:var(--text-secondary)}.help-search__empty i{font-size:1.8rem;color:#c2c2d1}.help-search-panel__foot{display:flex;align-items:center;gap:1.25rem;flex-shrink:0;padding:.6rem 1rem;border-top:1px solid #ececf3;font-size:.82rem;color:#8b8ba0}.help-search-panel__foot span{display:flex;align-items:center;gap:.35rem}.help-search-panel__foot kbd{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 .35rem;border:1px solid #e0e0ea;border-radius:6px;background:#f7f7fb;font-family:inherit;font-size:.78rem;color:#6b6b80}@media (max-width: 640px){.help-search-overlay{padding:1rem .75rem}.help-search-panel__foot{display:none}}.help-body{padding:3.5rem 0 5rem;background:#fff}.help-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1rem;color:var(--text-secondary)}.help-crumbs a{color:var(--text-secondary);transition:color .2s ease}.help-crumbs a:hover{color:var(--primary-color)}.help-crumbs__sep{opacity:.5}[dir=rtl] .help-crumbs__sep{display:inline-block;transform:scaleX(-1)}.help-crumbs__current{color:var(--text-primary);font-weight:500}.help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.help-card{display:flex;flex-direction:column;height:100%;padding:1.5rem;text-align:inherit;border:1px solid #e6e6ef;border-radius:var(--border-radius);background:#fff;transition:transform .25s ease,border-color .2s ease,box-shadow .25s ease}.help-card:hover{transform:translateY(-4px);border-color:var(--primary-color);box-shadow:0 14px 30px #514aa61f}.help-card__cover{display:block;width:100%;height:170px;flex-shrink:0;margin-bottom:1.1rem;overflow:hidden;border-radius:18px;background:#f2f2f7}.help-card__cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.help-card__cover--fallback{display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.4rem}.help-card__title{display:block;font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.45rem}.help-card__description{display:block;flex:1;font-size:.95rem;line-height:1.7;color:var(--text-secondary)}.help-card__count{display:block;margin-top:1rem;font-size:.82rem;font-weight:500;color:var(--primary-color)}.help-page-title{font-size:1.8rem;font-weight:600;color:var(--text-primary);margin-top:.4rem;scroll-margin-top:8rem}.help-page-subtitle{font-size:1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:2.5rem}.help-section-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:1rem 0}.help-section-subtitle{font-size:.98rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.75rem;margin-top:-.5rem}.help-list{display:flex;flex-direction:column;gap:1rem}.help-list__item{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border:1px solid #e6e6ef;border-radius:var(--border-radius);background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.help-list__item:hover{border-color:var(--primary-color);box-shadow:0 10px 24px #514aa61a}.help-list__number{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--gradient-primary);color:#fff;font-size:.9rem;font-weight:700}.help-list__thumb{display:block;flex-shrink:0;width:84px;height:62px;overflow:hidden;border-radius:10px;background:#f2f2f7}.help-list__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.help-list__thumb--fallback{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.help-card__cover--tone-1{background:linear-gradient(135deg,#514aa6,#7b74d6)}.help-card__cover--tone-2{background:linear-gradient(135deg,#2f8fc7,#57c9e8)}.help-card__cover--tone-3{background:linear-gradient(135deg,#6d4bb5,#b07be0)}.help-card__cover--tone-4{background:linear-gradient(135deg,#2c7a7b,#56c2b6)}.help-card__cover--tone-5{background:linear-gradient(135deg,#c2683f,#eba36c)}.help-list__body{flex:1;min-width:0}.help-list__title{display:block;font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem}.help-list__description{display:block;font-size:.94rem;line-height:1.7;color:var(--text-secondary)}.help-list__meta{display:block;margin-top:.45rem;font-size:.82rem;color:#8b8ba0}.help-list__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#514aa61a;color:var(--primary-color);font-size:1.05rem}.help-list--results{margin-top:1.5rem}.help-list__chevron{font-size:1.35rem;color:#b8b8c8;flex-shrink:0}[dir=rtl] .help-list__chevron{transform:scaleX(-1)}.help-article{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:4rem;align-items:stretch}.help-article__meta{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--text-secondary);margin:.5rem 0 2rem}.help-article__avatar{flex-shrink:0;width:22px;height:26px;-o-object-fit:contain;object-fit:contain}.help-step{margin-bottom:3rem;scroll-margin-top:8rem}.help-step__title{font-size:1.4rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.help-video{position:relative;display:block;width:100%;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 10px 30px #00000038}.help-video__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.85;transition:opacity .25s ease}.help-video:hover .help-video__img{opacity:1}.help-video__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3.5rem}.help-video__cta{position:absolute;inset-inline-start:50%;bottom:1.25rem;transform:translate(-50%);padding:.4rem 1rem;border-radius:999px;background:#0009;color:#fff;font-size:.85rem;white-space:nowrap}[dir=rtl] .help-video__cta{transform:translate(50%)}.help-prose{font-size:1.02rem;line-height:1.9;color:var(--text-secondary)}.help-prose>*+*{margin-top:1.1rem}.help-prose h1,.help-prose h2,.help-prose h3,.help-prose h4{color:var(--text-primary);font-weight:700;line-height:1.4;margin-top:2rem}.help-prose h1{font-size:1.6rem}.help-prose h2{font-size:1.35rem}.help-prose h3{font-size:1.15rem}.help-prose a{color:var(--primary-color);text-decoration:underline}.help-prose ul,.help-prose ol{padding-inline-start:1.5rem;list-style:disc}.help-prose ol{list-style:decimal}.help-prose li+li{margin-top:.5rem}.help-prose figure{margin:0}.help-prose .attachment__name,.help-prose .attachment__size,.help-prose .attachment__caption:not(.attachment__caption--edited){display:none}.help-prose .attachment__caption--edited{margin-top:-.6rem;color:var(--text-secondary);font-size:.9rem;text-align:center}.help-prose img{display:block;max-width:100%;height:auto;margin:1.4rem 0;border-radius:var(--border-radius);box-shadow:0 10px 26px #1f1f1f1f;cursor:zoom-in}.help-lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:2rem;background:#0f0f14db;cursor:zoom-out}.help-lightbox.is-open{display:flex}.help-lightbox__img{max-width:min(100%,1300px);max-height:800px;min-height:700px;-o-object-fit:cover;object-fit:cover;border-radius:var(--border-radius);box-shadow:0 24px 60px #00000073;cursor:default}.help-lightbox__close{position:absolute;top:1.25rem;inset-inline-end:1.25rem;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;border-radius:50%;background:#ffffff24;color:#fff;font-size:1.25rem;cursor:pointer;transition:background .2s ease}.help-lightbox__close:hover{background:#ffffff42}.help-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:none;border-radius:50%;background:#ffffff24;color:#fff;font-size:1.5rem;cursor:pointer;transition:background .2s ease}.help-lightbox__nav:hover{background:#ffffff42}.help-lightbox__nav[hidden]{display:none}.help-lightbox__nav--prev{inset-inline-start:1rem}.help-lightbox__nav--next{inset-inline-end:1rem}[dir=rtl] .help-lightbox__nav .ti{transform:scaleX(-1)}.help-lightbox__counter{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);padding:.3rem .75rem;border-radius:999px;background:#ffffff24;color:#fff;font-size:.85rem;font-variant-numeric:tabular-nums}.help-lightbox__counter[hidden]{display:none}@media (max-width: 640px){.help-lightbox__nav{width:38px;height:38px;font-size:1.2rem}.help-lightbox__nav--prev{inset-inline-start:.35rem}.help-lightbox__nav--next{inset-inline-end:.35rem}}.help-prose blockquote{padding-inline-start:1rem;border-inline-start:3px solid var(--secondary-color);color:var(--text-primary)}.help-prose code{padding:.15rem .4rem;border-radius:6px;background:#f2f2f7;font-size:.92em}.help-prose pre{padding:1rem;border-radius:var(--border-radius);background:#1f1f2e;color:#f4f4f8;overflow-x:auto}.help-prose table{width:100%;border-collapse:collapse}.help-prose th,.help-prose td{padding:.6rem .75rem;border:1px solid #e6e6ef;text-align:start}.help-aside{position:sticky;top:8rem;display:flex;flex-direction:column;gap:1.75rem;max-height:calc(100vh - 12rem)}.help-toc{min-height:0;overflow-y:auto}.help-toc__title{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9a9aac;margin-bottom:.9rem}.help-toc__link{display:flex;align-items:baseline;gap:.5rem;padding:.4rem 0;font-size:.92rem;line-height:1.6;color:var(--text-secondary);border-inline-start:2px solid #ececf3;padding-inline-start:.85rem;transition:color .2s ease,border-color .2s ease}.help-toc__link:hover{color:var(--primary-color)}.help-toc__link.is-active{color:var(--primary-color);font-weight:600;border-inline-start-color:var(--primary-color)}.help-toc__link--step{font-size:.9375rem}.help-share{padding-top:1.5rem;border-top:1px solid #ececf3}.help-share__title{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9a9aac;margin-bottom:.9rem}.help-share__row{display:flex;flex-wrap:wrap;gap:.6rem}.help-share__btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid #e6e6ef;border-radius:10px;background:#fff;color:var(--text-secondary);font-size:1.15rem;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.help-share__btn:hover{transform:translateY(-2px);border-color:transparent;color:#fff}.help-share__btn--facebook:hover{background:#1877f2}.help-share__btn--whatsapp:hover{background:#25d366}.help-share__btn--instagram:hover{background:linear-gradient(45deg,#f09433,#dc2743 45%,#bc1888)}.help-share__btn--copy:hover{background:var(--primary-color)}.help-share__feedback{min-height:1.25rem;margin-top:.6rem;font-size:.82rem;color:var(--primary-color);opacity:0;transition:opacity .2s ease}.help-share__feedback.is-visible{opacity:1}.help-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;text-align:center;color:var(--text-secondary)}.help-spinner{width:30px;height:30px;border:3px solid #e6e6ef;border-top-color:var(--primary-color);border-radius:50%;animation:help-spin .8s linear infinite}@keyframes help-spin{to{transform:rotate(360deg)}}.help-empty{display:flex;flex-direction:column;align-items:center;padding:3.5rem 1.5rem;text-align:center;border:1px dashed #d9d8ea;border-radius:var(--border-radius);background:linear-gradient(180deg,#fbfbff,#f5f5fb)}.help-empty__icon{display:flex;align-items:center;justify-content:center;width:66px;height:66px;margin-bottom:1.25rem;border-radius:50%;background:linear-gradient(135deg,#eceafb,#dff4ff);color:var(--primary-color);font-size:1.9rem}.help-empty__title{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.help-empty__text{max-width:34rem;font-size:.98rem;line-height:1.8;color:var(--text-secondary)}.help-empty__action{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.75rem;padding:.65rem 1.5rem;border:1px solid var(--primary-color);border-radius:10px;color:var(--primary-color);font-size:.95rem;font-weight:500;background:#fff;transition:background .2s ease,color .2s ease}.help-empty__action:hover{background:var(--primary-color);color:#fff}.help-soon{position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;padding:4.5rem 1.5rem 4rem;text-align:center;border:1px solid #e9e7f8;border-radius:var(--border-radius);background:linear-gradient(180deg,#fbfaff,#f4f3fc)}.help-soon__glow{position:absolute;width:26rem;height:26rem;border-radius:50%;filter:blur(70px);opacity:.55;pointer-events:none}.help-soon__glow--one{top:-13rem;inset-inline-start:-8rem;background:radial-gradient(circle,rgba(81,74,166,.5),transparent 65%);animation:help-soon-drift 14s ease-in-out infinite}.help-soon__glow--two{bottom:-14rem;inset-inline-end:-7rem;background:radial-gradient(circle,rgba(47,143,199,.45),transparent 65%);animation:help-soon-drift 18s ease-in-out infinite reverse}@keyframes help-soon-drift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(3rem,2rem,0) scale(1.12)}}.help-soon>*:not(.help-soon__glow){position:relative;z-index:1}.help-soon__mark{position:relative;display:flex;align-items:center;justify-content:center;width:84px;height:84px;margin-bottom:1.75rem}.help-soon__ring{position:absolute;inset:0;border:2px solid rgba(81,74,166,.35);border-radius:50%;animation:help-soon-pulse 2.8s ease-out infinite}.help-soon__ring--delayed{animation-delay:1.4s}@keyframes help-soon-pulse{0%{transform:scale(.75);opacity:.9}to{transform:scale(1.55);opacity:0}}.help-soon__icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#514aa6,#7b74d6);box-shadow:0 14px 30px #514aa647;color:#fff;font-size:2.1rem;animation:help-soon-bob 3.4s ease-in-out infinite}@keyframes help-soon-bob{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-8px,0)}}.help-soon__title{font-size:1.45rem;font-weight:600;color:var(--text-primary);margin-bottom:.6rem}.help-soon__text{max-width:36rem;font-size:1rem;line-height:1.85;color:var(--text-secondary)}.help-soon__skeletons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;width:100%;max-width:46rem;margin-top:2.75rem}.help-soon__skeleton{padding:1.25rem;border:1px solid #eceafb;border-radius:14px;background:#fff;animation:help-soon-rise .7s ease-out backwards}.help-soon__skeleton:nth-child(2){animation-delay:.12s}.help-soon__skeleton:nth-child(3){animation-delay:.24s}@keyframes help-soon-rise{0%{transform:translate3d(0,14px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.help-soon__bar{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,#f0eff9 25%,#e2e0f4 37%,#f0eff9 63%);background-size:400% 100%;animation:help-soon-shimmer 1.6s ease-in-out infinite}.help-soon__bar--chip{width:40px;height:40px;border-radius:12px;margin-bottom:.9rem}.help-soon__bar--title{width:70%;margin-bottom:.6rem}.help-soon__bar--line{width:100%;animation-delay:.15s}.help-soon__bar--short{width:55%;margin-top:.6rem;animation-delay:.3s}@keyframes help-soon-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media (prefers-reduced-motion: reduce){.help-soon__glow,.help-soon__ring,.help-soon__icon,.help-soon__skeleton,.help-soon__bar{animation:none}.help-soon__ring{opacity:.35}}@media (max-width: 640px){.help-soon{padding:3rem 1.25rem}.help-soon__title{font-size:1.25rem}.help-soon__skeletons{grid-template-columns:minmax(0,1fr)}.help-soon__skeleton:nth-child(n+2){display:none}}.help-state__btn{padding:.6rem 1.5rem;border-radius:10px;background:var(--primary-color);color:#fff;font-weight:500}@media (max-width: 1024px){.help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-empty{padding:2.75rem 1.25rem}.help-article{grid-template-columns:minmax(0,1fr);gap:2rem}.help-article__aside{order:-1}.help-aside{position:static;max-height:none}.help-toc{overflow:visible}}@media (max-width: 640px){.help-hero{padding:8.5rem 0 3rem}.help-hero__title{font-size:2rem}.help-grid{grid-template-columns:minmax(0,1fr)}.help-page-title{font-size:1.7rem}.help-list__thumb{width:64px;height:50px}}.help-related{margin-top:3rem;padding-top:2rem;border-top:1px solid #e6e6ef}
