.help-center-article{--hc-radius:14px;--hc-radius-sm:10px;--hc-shadow:0 4px 24px rgba(15,23,42,0.08);--hc-shadow-hover:0 8px 32px rgba(15,23,42,0.12);--hc-border:rgba(148,163,184,0.18);--hc-transition:all 0.25s cubic-bezier(0.4,0,0.2,1);font-size:16px;line-height:1.75;max-width:100%;overflow-x:hidden}.help-center-article>:first-child{margin-top:0}body.dark-only .help-center-article{--hc-shadow:0 4px 24px rgba(0,0,0,0.35);--hc-shadow-hover:0 8px 32px rgba(0,0,0,0.5);--hc-border:rgba(148,163,184,0.12)}.hc-title{font-weight:800;line-height:1.25;letter-spacing:.02em;margin-bottom:10px;word-break:break-word}.section-header{display:flex;flex-direction:column;gap:10px;counter-increment:section-counter}.section-header-top{display:flex;align-items:center;gap:16px}.section-index{width:34px;height:34px;border-radius:10px;background:rgba(56,189,248,.12);border:1px solid rgba(56,189,248,.35);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--primary);flex-shrink:0;transition:var(--hc-transition)}.section-index:before{content:counter(section-counter,decimal-leading-zero)}.section-title-heading{margin:0;font-size:24px;font-weight:700;letter-spacing:.01em;text-transform:capitalize;flex:1 1;min-width:0;word-break:break-word}.section-rule{height:1px;width:100%;background:linear-gradient(90deg,#38bdf8,#1e40af 70%,transparent);border-radius:999px}.hc-sub-title{margin:32px 0 14px;font-size:20px;font-weight:600;letter-spacing:-.01em;word-break:break-word}.hc-sub-title-bullet{display:flex;align-items:center;gap:10px}.hc-sub-title-bullet:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(90deg,#38bdf8,#1e40af 70%,transparent);flex-shrink:0}.hc-paragraph{font-size:16px;line-height:1.8;margin-bottom:20px;word-break:break-word}.hc-media-image{margin:24px 0;border-radius:16px;overflow:hidden;border:15px solid #f2f2f2;transition:var(--hc-transition);max-width:100%}.hc-media-image img{display:block;width:100%;height:auto}.hc-media{margin:24px 0;border-radius:var(--hc-radius);overflow:hidden;border:1px solid var(--hc-border);transition:var(--hc-transition);max-width:100%}.hc-video{display:block;width:100%;height:auto}.hc-clickable-image{cursor:zoom-in}.hc-list{padding:0;list-style:none;margin:8px 35px 24px}.hc-list-item{display:flex;align-items:flex-start;gap:12px;margin-left:35px;word-break:break-word}.hc-list-item:before{content:"→";color:var(--primary);font-weight:700;font-size:17px;flex-shrink:0;line-height:1.7}.hc-ordered-list{padding-left:30px}.hc-ordered-list .hc-list-item{padding-left:6px}.hc-ordered-list .hc-list-item:before{display:none}.steps{list-style:none;padding:0;margin:16px 35px 32px 10px;counter-reset:step-counter}.step{display:flex;gap:18px;padding-bottom:18px;position:relative;counter-increment:step-counter}.step:after{content:"";position:absolute;left:16px;top:34px;bottom:4px;width:2px;background:linear-gradient(180deg,#38bdf8,transparent);opacity:.25}.step:last-child{padding-bottom:0}.step:last-child:after{display:none}.step-num{width:34px;height:34px;border-radius:50%;background:rgba(56,189,248,.08);border:2px solid rgba(56,189,248,.4);display:flex;align-items:center;justify-content:center;font-family:Space Mono,monospace;font-size:13px;font-weight:700;color:#38bdf8;flex-shrink:0;box-shadow:0 0 0 4px rgba(56,189,248,.08)}.step-num:after{content:counter(step-counter)}.step-content{flex:1 1;padding-top:5px;min-width:0}.step-content p{margin:0;font-size:15.5px;line-height:1.75;word-break:break-word}.highlight{background:linear-gradient(135deg,#0284c7,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-weight:700;padding:2px 4px;border-radius:4px}.callout{margin:28px 0;padding:18px 22px;border-radius:var(--hc-radius-sm);display:flex;gap:16px;align-items:flex-start;border:1px solid rgba(0,0,0,0);box-shadow:var(--hc-shadow)}.callout-icon-wrap{font-size:20px;flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.5)}.callout-body{flex:1 1;min-width:0}.callout-body h3,.callout-body h4{margin:0 0 8px;font-size:17px;font-weight:700}.callout-body p{margin:0 0 8px;line-height:1.7;word-break:break-word}.callout-body p:last-child{margin-bottom:0}.callout-danger{background:rgba(248,113,113,.08);border-color:rgba(248,113,113,.25)}.callout-danger .callout-body,.callout-danger .callout-body h3,.callout-danger .callout-body h4,.callout-danger .callout-body li,.callout-danger .callout-body p{color:#b91c1c}.callout-info{background:rgba(56,189,248,.08);border-color:rgba(56,189,248,.25)}.callout-info .callout-body,.callout-info .callout-body h3,.callout-info .callout-body h4,.callout-info .callout-body p{color:#0369a1}.callout-warning{background:rgba(251,191,36,.1);border-color:rgba(251,191,36,.3)}.callout-warning .callout-body,.callout-warning .callout-body h3,.callout-warning .callout-body h4,.callout-warning .callout-body p{color:#92400e}.callout-success{background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.25)}.callout-success .callout-body,.callout-success .callout-body h3,.callout-success .callout-body h4,.callout-success .callout-body p{color:#047857}body.dark-only .callout-icon-wrap{background:hsla(0,0%,100%,.08)}body.dark-only .callout-danger{background:#431407;border-color:rgba(248,113,113,.3)}body.dark-only .callout-danger .callout-body,body.dark-only .callout-danger .callout-body h3,body.dark-only .callout-danger .callout-body h4,body.dark-only .callout-danger .callout-body li,body.dark-only .callout-danger .callout-body p{color:#fecaca}body.dark-only .callout-info{background:#0f172a;border-color:rgba(56,189,248,.3)}body.dark-only .callout-info .callout-body,body.dark-only .callout-info .callout-body h3,body.dark-only .callout-info .callout-body h4,body.dark-only .callout-info .callout-body p{color:#e0f2fe}body.dark-only .callout-warning{background:rgba(41,37,0,.65);border-color:rgba(251,191,36,.3)}body.dark-only .callout-warning .callout-body,body.dark-only .callout-warning .callout-body h3,body.dark-only .callout-warning .callout-body h4,body.dark-only .callout-warning .callout-body p{color:#fef3c7}body.dark-only .callout-success{background:rgba(6,78,59,.35);border-color:rgba(16,185,129,.3)}body.dark-only .callout-success .callout-body,body.dark-only .callout-success .callout-body h3,body.dark-only .callout-success .callout-body h4,body.dark-only .callout-success .callout-body p{color:#d1fae5}.grid-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:28px 0 36px}.grid-list-tile{border-radius:var(--hc-radius-sm);padding:14px 18px;display:flex;align-items:center;gap:12px;font-weight:500;transition:var(--hc-transition);min-width:0}.grid-list-tile:hover{transform:translateY(-2px);box-shadow:var(--hc-shadow)}.grid-list-dot{width:11px;height:11px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px hsla(0,0%,100%,.08)}.hc-lightbox-backdrop{inset:0;z-index:5000;background:rgba(0,0,0,.9);justify-content:center}.hc-lightbox-backdrop,.hc-lightbox-toolbar{position:fixed;display:flex;align-items:center}.hc-lightbox-toolbar{top:16px;right:16px;z-index:1001;gap:8px}.hc-lightbox-toolbar button{background:hsla(0,0%,100%,.12);color:#fff;border:none;border-radius:6px;width:40px;height:40px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.hc-lightbox-toolbar button:hover{background:hsla(0,0%,100%,.24)}.hc-lightbox-toolbar .hc-lightbox-scale{width:auto;padding:0 12px;font-size:13px}.hc-lightbox-toolbar .hc-lightbox-close{margin-left:8px;border-radius:50px}.hc-lightbox-viewport{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.hc-lightbox-image{max-width:90vw;max-height:90vh;object-fit:contain;transition:transform .05s linear;-webkit-user-select:none;user-select:none}@media(max-width:768px){.help-center-article{font-size:15px}.hc-title{font-size:26px}.section-header-top{gap:12px}.section-index{width:28px;height:28px;font-size:12px}.section-title{font-size:19px}.section-rule{min-width:40px}.hc-sub-title{font-size:18px;margin:26px 0 12px}.hc-paragraph{font-size:15px;margin-bottom:16px}.hc-list,.steps{margin-left:18px;margin-right:0}.hc-list-item{margin-left:0}.step{gap:12px}.step-num{width:28px;height:28px;font-size:12px}.step:after{left:13px;top:28px}.callout{padding:14px 16px;gap:12px}.callout-icon-wrap{width:30px;height:30px;font-size:16px}.grid-list{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.hc-lightbox-toolbar{top:10px;right:10px}.hc-lightbox-toolbar button{width:34px;height:34px;font-size:16px}}@media(max-width:480px){.hc-title{font-size:22px;line-height:1.3}.section-title{font-size:17px}.section-index{width:26px;height:26px;font-size:11px}.hc-sub-title{font-size:16px}.hc-paragraph{font-size:14.5px;line-height:1.7}.hc-list,.steps{margin-left:10px}.hc-list-item:before{font-size:15px}.step-num{width:28px;height:28px;font-size:14px}.step{flex-direction:row;gap:10px;align-items:center}.step:after{display:none}.step-content{padding-top:0}.step-content p{font-size:14.5px}.callout{flex-direction:column;padding:14px}.callout-icon-wrap{margin-bottom:4px}.callout-body h3,.callout-body h4{font-size:15.5px}.grid-list{grid-template-columns:1fr}.grid-list-tile{padding:12px 14px}.hc-lightbox-toolbar{gap:6px}.hc-lightbox-toolbar button{width:32px;height:32px;font-size:15px}}