@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--help-bg:#f7f9fc;--help-surface:#fff;--help-surface-soft:#eef4ff;--help-text:#172033;--help-muted:#56627a;--help-line:#dce3ee;--help-blue:#0f62fe;--help-blue-dark:#0043ce;--help-blue-soft:#e8f0ff;--help-warning:#8a4b08;--help-warning-bg:#fff7e6;--help-success:#0e6b48;--help-shadow:0 16px 48px #192a4814;color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--help-bg);min-width:320px;color:var(--help-text);margin:0;font-size:16px;line-height:1.65}a{color:inherit}button,input{font:inherit}:focus-visible{outline-offset:3px;outline:3px solid #78a9ff}.help-skip{z-index:100;background:var(--help-text);color:#fff;border-radius:8px;padding:10px 16px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.help-skip:focus{transform:translateY(0)}.help-header{z-index:30;backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #dce3eee0;position:sticky;top:0}.help-header__inner{align-items:center;gap:16px;width:min(1180px,100% - 40px);min-height:72px;margin:0 auto;display:flex}.help-brand{min-height:44px;color:var(--help-text);align-items:center;gap:9px;font-size:1.04rem;font-weight:800;text-decoration:none;display:inline-flex}.help-brand svg{width:27px;height:27px;overflow:visible}.help-brand svg path{fill:none;stroke:var(--help-blue);stroke-width:8px;stroke-linecap:round}.help-brand svg circle{fill:#78a9ff}.help-brand__divider{background:var(--help-line);width:1px;height:24px}.help-brand__help{min-height:44px;color:var(--help-muted);align-items:center;font-weight:650;text-decoration:none;display:inline-flex}.help-header__nav{align-items:center;gap:24px;margin-left:auto;display:flex}.help-header__nav a{color:#3e4a61;align-items:center;min-height:44px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.help-header__nav a:hover,.help-brand__help:hover{color:var(--help-blue)}.help-download{background:var(--help-blue);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex}.help-download:hover{background:var(--help-blue-dark)}.help-hero{z-index:5;border-bottom:1px solid var(--help-line);background:linear-gradient(135deg,#f2f7ff 0%,#fff 58%,#eef6ff 100%);position:relative;overflow:visible}.help-hero:before{content:"";pointer-events:none;background-image:linear-gradient(#0f62fe0a 1px,#0000 1px),linear-gradient(90deg,#0f62fe0a 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.help-hero__inner{text-align:center;width:min(850px,100% - 40px);margin:0 auto;padding:78px 0 84px;position:relative}.help-eyebrow,.help-kicker{color:var(--help-blue-dark);letter-spacing:.11em;text-transform:uppercase;margin:0 0 8px;font-size:.75rem;font-weight:800}.help-hero h1{letter-spacing:-.055em;margin:0;font-size:clamp(2.55rem,7vw,4.8rem);line-height:1.02}.help-hero__inner>p:not(.help-eyebrow){color:var(--help-muted);margin:18px auto 30px;font-size:1.12rem}.help-search{text-align:left;width:min(720px,100%);margin:0 auto;position:relative}.help-search label{margin:0 0 8px;font-size:.82rem;font-weight:700;display:block}.help-search__field{background:#fff;border:1px solid #b7c7e5;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;min-height:66px;padding:0 18px;display:grid;box-shadow:0 20px 60px #0f439624}.help-search__field:focus-within{border-color:var(--help-blue);box-shadow:0 0 0 4px #0f62fe1f,0 20px 60px #0f439624}.help-search__field svg{fill:none;width:24px;height:24px;stroke:var(--help-blue);stroke-width:1.8px;margin-right:12px}.help-search__field input{width:100%;min-width:0;color:var(--help-text);background:0 0;border:0;outline:0;font-size:1rem}.help-search__field input::placeholder{color:#758098}.help-search__field kbd{border:1px solid var(--help-line);color:#6a758a;background:#f8fafc;border-bottom-width:2px;border-radius:6px;padding:4px 7px;font-size:.72rem}.help-search__results{z-index:20;border:1px solid var(--help-line);width:100%;max-height:460px;box-shadow:var(--help-shadow);background:#fff;border-radius:16px;padding:10px;position:absolute;top:calc(100% + 10px);left:0;overflow:auto}.help-search__count{color:var(--help-muted);text-transform:uppercase;margin:4px 8px 7px;font-size:.75rem;font-weight:700}.help-search__results>a{border-radius:10px;gap:2px;padding:12px;text-decoration:none;display:grid}.help-search__results>a:hover{background:var(--help-surface-soft)}.help-search__results span{color:var(--help-blue-dark);text-transform:uppercase;font-size:.72rem;font-weight:750}.help-search__results small{color:var(--help-muted);font-size:.84rem;line-height:1.45}.help-search__empty{padding:14px}.help-search__empty p{color:var(--help-muted);margin:4px 0 0}.help-search__empty a{color:var(--help-blue-dark)}.help-suggestions{color:var(--help-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:18px;font-size:.78rem;display:flex}.help-suggestions button{border:1px solid var(--help-line);color:#42506a;cursor:pointer;background:#fffc;border-radius:999px;min-height:36px;padding:0 12px}.help-suggestions button:hover{color:var(--help-blue-dark);background:#fff;border-color:#9bb7eb}.help-home,.help-article-shell{z-index:1;width:min(1180px,100% - 40px);margin:0 auto;position:relative}.help-home{gap:92px;padding:86px 0 100px;display:grid}.help-section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px;display:flex}.help-section-heading h2,.help-support-card h2,.help-related h2{letter-spacing:-.035em;margin:0;font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.16}.help-section-heading>a{color:var(--help-blue-dark);font-weight:700}.help-guide-groups{grid-template-columns:1fr 1fr;gap:18px;display:grid}.help-guide-group{border:1px solid var(--help-line);background:#fff;border-radius:18px;padding:26px;scroll-margin-top:104px}.help-guide-group h3{margin:0 0 16px;font-size:1.12rem}.help-guide-group>div{display:grid}.help-guide-group a{border-top:1px solid var(--help-line);gap:3px;padding:13px 0;text-decoration:none;display:grid}.help-guide-group a:hover strong{color:var(--help-blue-dark)}.help-guide-group a strong{font-size:.92rem;line-height:1.35}.help-guide-group a span{color:var(--help-muted);font-size:.8rem;line-height:1.45}.help-popular-list{grid-template-columns:1fr 1fr;gap:12px;display:grid}.help-popular-list>a{border:1px solid var(--help-line);background:#fff;border-radius:14px;min-height:155px;padding:22px 62px 22px 22px;text-decoration:none;position:relative}.help-popular-list>a:hover{border-color:#9db8e7}.help-popular-list span,.help-related span{color:var(--help-blue-dark);letter-spacing:.07em;text-transform:uppercase;margin-bottom:5px;font-size:.7rem;font-weight:800;display:block}.help-popular-list strong{line-height:1.35;display:block}.help-popular-list p{color:var(--help-muted);margin:6px 0 0;font-size:.86rem;line-height:1.5}.help-popular-list svg{fill:none;stroke:#7990b5;stroke-width:1.8px;width:22px;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.help-faq-preview{background:linear-gradient(135deg,#fff,#f0f6ff);border:1px solid #c9d9f4;border-radius:22px;padding:42px}.help-faq-preview__grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.help-faq-preview details{border:1px solid var(--help-line);background:#fffffff0;border-radius:12px}.help-faq-preview summary{min-height:58px;color:var(--help-text);cursor:pointer;padding:16px 44px 16px 18px;font-weight:700}.help-faq-preview details[open]{border-color:#a8c2ef;box-shadow:0 8px 24px #0f43960f}.help-faq-preview details p{color:var(--help-muted);margin:0;padding:0 18px 18px;font-size:.88rem;line-height:1.55}.help-support-card{color:#fff;background:#10234c;border-radius:22px;justify-content:space-between;align-items:center;gap:44px;padding:46px;display:flex}.help-support-card>div{max-width:700px}.help-support-card .help-kicker{color:#a6c8ff}.help-support-card p:not(.help-kicker){color:#cbd8ee;margin:13px 0 0}.help-support-card>a{color:#10234c;background:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:750;text-decoration:none;display:inline-flex}.help-article-shell{padding:32px 0 96px}.help-breadcrumbs{color:var(--help-muted);flex-wrap:wrap;gap:9px;margin:12px 0 50px;font-size:.82rem;display:flex}.help-breadcrumbs a{color:var(--help-blue-dark)}.help-article-hero{text-align:center;max-width:850px;margin:0 auto 66px}.help-article-hero h1{letter-spacing:-.052em;margin:0;font-size:clamp(2.25rem,6vw,4.4rem);line-height:1.06}.help-article-hero>p:not(.help-kicker){max-width:700px;color:var(--help-muted);margin:20px auto;font-size:1.08rem}.help-article-hero>div{color:#727d92;justify-content:center;gap:18px;font-size:.78rem;display:flex}.help-article-layout{grid-template-columns:220px minmax(0,760px);justify-content:center;align-items:start;gap:64px;display:grid}.help-toc{border-right:1px solid var(--help-line);padding-right:22px;position:sticky;top:104px}.help-toc>strong{text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.78rem;display:block}.help-toc nav{display:grid}.help-toc nav a{color:var(--help-muted);padding:7px 0;font-size:.82rem;line-height:1.35;text-decoration:none}.help-toc nav a:hover{color:var(--help-blue-dark)}.help-toc__back{color:var(--help-blue-dark);margin-top:20px;font-size:.82rem;font-weight:700;display:inline-block}.help-mobile-toc{display:none}.help-article{border:1px solid var(--help-line);background:#fff;border-radius:20px;min-width:0;padding:42px clamp(24px,5vw,56px);box-shadow:0 8px 30px #2030490d}.help-article>section{border-bottom:1px solid var(--help-line);padding:10px 0 44px;scroll-margin-top:104px}.help-article>section+section{padding-top:44px}.help-article h2{letter-spacing:-.025em;margin:0 0 18px;font-size:clamp(1.45rem,3vw,1.9rem);line-height:1.24}.help-article h3{margin-top:28px}.help-article p{color:#3f4b61;margin:14px 0}.help-article li{color:#3f4b61;margin:9px 0;padding-left:4px}.help-article ol,.help-article ul{padding-left:24px}.help-article a{color:var(--help-blue-dark);text-underline-offset:3px;font-weight:600}.help-article code{background:#edf1f7;border-radius:5px;padding:2px 6px;font-size:.9em}.help-callout{border-left:4px solid var(--help-blue);background:var(--help-blue-soft);border-radius:0 10px 10px 0;margin:24px 0;padding:18px 20px}.help-callout--tip{border-color:var(--help-success);background:#eaf8f2}.help-callout--warning{background:var(--help-warning-bg);border-color:#e58b19}.help-callout strong{display:block}.help-callout p{color:inherit;margin:5px 0 0}.help-figure{margin:28px 0 8px}.help-figure img{border:1px solid var(--help-line);border-radius:12px;width:100%;height:auto;display:block}.help-figure figcaption{color:var(--help-muted);margin-top:8px;font-size:.78rem}.faq-list{gap:10px;display:grid}.faq-list details{border:1px solid var(--help-line);background:#fbfcfe;border-radius:10px;scroll-margin-top:100px}.faq-list summary{cursor:pointer;min-height:54px;padding:14px 42px 14px 16px;font-weight:700}.faq-list details p{padding:0 16px 16px}.help-article__footer{color:#fff;background:#10234c;border-radius:14px;margin-top:44px;padding:24px}.help-article__footer p{color:#d5def0}.help-article__footer a{color:#fff}.help-related{max-width:1044px;margin:80px auto 0}.help-related>div{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px;display:grid}.help-related a{border:1px solid var(--help-line);background:#fff;border-radius:14px;padding:20px;text-decoration:none}.help-related a:hover{border-color:#9db8e7}.help-related strong{line-height:1.35;display:block}.help-related p{color:var(--help-muted);margin:7px 0 0;font-size:.82rem;line-height:1.5}.help-footer{border-top:1px solid var(--help-line);color:var(--help-muted);background:#fff;padding:44px max(20px,50% - 590px)}.help-footer>div{justify-content:space-between;align-items:center;gap:24px;display:flex}.help-footer>div>span{color:var(--help-text);font-weight:800}.help-footer nav{flex-wrap:wrap;gap:20px;display:flex}.help-footer a{font-size:.82rem}.help-footer>p{border-top:1px solid var(--help-line);margin:24px 0 0;padding-top:20px;font-size:.76rem}@media (width<=860px){.help-header__nav{display:none}.help-brand__help{margin-right:auto}.help-guide-groups,.help-faq-preview__grid{grid-template-columns:1fr}.help-article-layout{display:block}.help-toc{display:none}.help-mobile-toc{border:1px solid var(--help-line);border-radius:10px;margin-bottom:30px;padding:12px 16px;display:block}.help-mobile-toc summary{cursor:pointer;font-weight:700}.help-mobile-toc nav{padding-top:10px;display:grid}.help-mobile-toc a{padding:6px 0}.help-related>div{grid-template-columns:1fr 1fr}}@media (width<=600px){.help-header__inner,.help-home,.help-article-shell,.help-hero__inner{width:min(100% - 28px,1180px)}.help-header__inner{gap:10px;min-height:64px}.help-brand span,.help-brand__divider{display:none}.help-brand__help{font-size:.88rem}.help-download{padding:0 13px}.help-hero__inner{padding:56px 0 64px}.help-hero h1{font-size:2.55rem}.help-search__field{min-height:58px;padding:0 14px}.help-search__field kbd{display:none}.help-suggestions{justify-content:flex-start}.help-home{gap:68px;padding:64px 0 76px}.help-section-heading{flex-direction:column;align-items:start}.help-popular-list,.help-related>div{grid-template-columns:1fr}.help-faq-preview{padding:26px 18px}.help-support-card{flex-direction:column;align-items:flex-start;padding:28px}.help-breadcrumbs{margin-bottom:36px}.help-article-hero{text-align:left;margin-bottom:44px}.help-article-hero>div{flex-wrap:wrap;justify-content:flex-start}.help-article{border-radius:14px;padding:28px 20px}.help-footer>div{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.help-header,.help-footer,.help-toc,.help-mobile-toc,.help-related,.help-article__footer,.help-breadcrumbs{display:none!important}body{color:#000;background:#fff;font-size:11pt}.help-article-shell{width:100%;padding:0}.help-article-hero{text-align:left;margin:0 0 24px}.help-article-hero h1{font-size:28pt}.help-article-layout{display:block}.help-article{box-shadow:none;border:0;padding:0}.help-article>section{break-inside:avoid}a{color:#000;text-decoration:underline}a[href^=http]:after{content:" (" attr(href) ")";overflow-wrap:anywhere;font-size:8pt}}
