.help-root{--ink:#151644;--ink-soft:#4a4a63;--faint:#6f6a7e;--pink:#ee3a90;--pink-deep:#c4166f;--pink-soft:#fdedf5;--line:rgba(21,22,68,.1);--line-soft:rgba(21,22,68,.06);--ground:#fbf7f5;--surface:#fff;--navy:#151644;--shadow:0 1px 2px rgba(21,22,68,.04),0 8px 24px rgba(21,22,68,.06);--shadow-hover:0 2px 6px rgba(196,22,111,.1),0 14px 34px rgba(196,22,111,.12);font-family:var(--font-body),-apple-system,"Segoe UI",Roboto,sans-serif;color:var(--ink);background:var(--ground);min-height:100vh;display:flex;flex-direction:column}.help-shell{max-width:1040px;margin:0 auto;padding:0 22px;width:100%}.help-brand,.help-root h1,.help-root h2,.help-root h3,.help-root h4{font-family:var(--font-headline),var(--font-body),-apple-system,sans-serif}.help-header{background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.help-header-inner{display:flex;align-items:center;gap:18px;height:60px}.help-brand{display:inline-flex;align-items:center;gap:8px;font-size:20px;font-weight:800;letter-spacing:-.02em;text-decoration:none;color:var(--ink);white-space:nowrap}.help-logo{height:27px;width:auto;display:block}.help-brand span{color:var(--pink)}.help-search-form{flex:1;min-width:160px;max-width:420px;margin-left:auto;position:relative}.help-search-input{width:100%;padding:9px 14px;border-radius:999px;border:1px solid var(--line);font-size:14.5px;font-family:inherit;background:var(--ground);color:var(--ink)}.help-search-input:focus{outline:2px solid var(--pink);outline-offset:-1px;background:#fff}.help-header-cta{background:var(--pink-deep);color:#fff;padding:8px 15px;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;flex:none}.help-header-cta:hover{background:#a81260}@media (max-width:640px){.help-header-inner{flex-wrap:wrap;height:auto;padding:12px 20px;gap:10px}.help-header-cta{margin-left:auto;order:0}.help-search-form{order:3;flex-basis:100%;max-width:none;min-width:0;margin-left:0}}.help-main{flex:1;padding-top:30px;padding-bottom:20px}.help-hero{background:linear-gradient(165deg,#fff 0,var(--pink-soft) 140%);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);margin-bottom:34px}.help-hero-inner{padding:46px 24px 40px;text-align:center}.help-hero h1{font-size:clamp(29px,5vw,43px);line-height:1.1;letter-spacing:-.02em;margin:0 0 10px;font-weight:800}.help-hero p{font-size:17px;color:var(--ink-soft);margin:0 auto 26px;max-width:54ch;line-height:1.6}.help-hero-search{max-width:620px;margin:0 auto;position:relative}.help-hero-search input{width:100%;padding:16px 18px 16px 50px;font-size:16px;border-radius:14px;border:1px solid var(--line);background:#fff;font-family:inherit;box-shadow:var(--shadow);color:var(--ink)}.help-hero-search input:focus{outline:2px solid var(--pink);outline-offset:1px;border-color:transparent}.help-hero-search .help-search-ico{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--faint)}.help-popular{margin:18px auto 0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:740px}.help-popular>span{color:var(--faint);font-size:13.5px;align-self:center}.help-chip{background:#fff;border:1px solid var(--line);color:var(--ink-soft);padding:6px 13px;border-radius:999px;font-size:13.5px;font-weight:500;text-decoration:none}.help-chip:hover{border-color:var(--pink);color:var(--pink-deep);box-shadow:0 2px 8px rgba(238,58,144,.1)}.help-eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pink-deep);margin:6px 0 16px}.help-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:860px){.help-tiles{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.help-tiles{grid-template-columns:1fr}}.help-tile{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px;display:block;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.help-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);border-color:rgba(196,22,111,.22)}.help-tile-ico{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:14px}.help-tile-ico svg{width:23px;height:23px;color:#fff}.help-tile h2{font-size:17.5px;margin:0 0 5px;color:var(--ink);font-weight:700;letter-spacing:-.01em}.help-tile p{font-size:14px;color:var(--ink-soft);margin:0 0 12px;line-height:1.5}.help-tile-count{font-size:13px;color:var(--faint);font-weight:600}.help-tile-count:after{content:" →";color:var(--pink-deep)}.help-ic0{background:linear-gradient(135deg,#f45d9e,#c4166f)}.help-ic1{background:linear-gradient(135deg,#7b8cff,#4351c9)}.help-ic2{background:linear-gradient(135deg,#ffb057,#f0761e)}.help-ic3{background:linear-gradient(135deg,#45c07a,#1d8a4e)}.help-ic4{background:linear-gradient(135deg,#b06bd6,#7a3fb0)}.help-ic5{background:linear-gradient(135deg,#47c6d6,#2497a8)}.help-contact{margin:40px 0 12px;background:var(--navy);border-radius:20px;padding:32px;color:#fff;display:grid;grid-template-columns:1.2fr 1fr;gap:22px;align-items:center}@media (max-width:720px){.help-contact{grid-template-columns:1fr;padding:26px}}.help-contact h2{font-size:22px;margin:0 0 6px;letter-spacing:-.01em;color:#fff}.help-contact p{margin:0;color:#c9c2d0;font-size:15px}.help-contact-opts{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}@media (max-width:720px){.help-contact-opts{justify-content:flex-start}}.help-optbtn{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.16);color:#fff;padding:12px 17px;border-radius:12px;font-weight:600;font-size:14.5px;text-decoration:none;display:inline-flex;align-items:center;gap:9px}.help-optbtn svg{width:18px;height:18px}.help-optbtn.primary{background:var(--pink);border-color:var(--pink)}.help-optbtn:hover{background:hsla(0,0%,100%,.16)}.help-optbtn.primary:hover{background:var(--pink-deep)}.help-footer{border-top:1px solid var(--line);background:var(--surface);margin-top:20px}.help-footer-cols{display:flex;flex-wrap:wrap;gap:24px 56px;padding:30px 22px 26px}@media (max-width:560px){.help-footer-cols{display:grid;grid-template-columns:1fr 1fr;gap:26px 20px}.help-footer-col{min-width:0}}.help-fcol h3{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--faint);margin:0 0 10px;font-weight:700}.help-fcol a{display:block;color:var(--ink-soft);font-size:14px;padding:3px 0;text-decoration:none}.help-fcol a:hover{color:var(--pink-deep)}.help-socials{display:flex;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:4px 22px 22px}.help-socials-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--faint);font-weight:700;margin-right:4px}.help-socials a{color:var(--ink-soft);font-size:14px;text-decoration:none}.help-socials a:hover{color:var(--pink-deep)}.help-footer-note{border-top:1px solid var(--line-soft);font-size:13px;color:var(--faint)}.help-footer-note-inner{padding:15px 22px;display:flex;gap:8px;justify-content:space-between;flex-wrap:wrap}@media (max-width:640px){.help-footer-note-inner{flex-direction:column;align-items:flex-start;gap:4px}.help-footer{padding-bottom:104px}.help-socials{padding-bottom:6px}}.help-footer a{color:var(--pink-deep)}.help-crumbs{font-size:13px;color:var(--ink-soft);margin:0 0 16px}.help-crumbs a{color:var(--ink-soft);text-decoration:none}.help-crumbs a:hover{text-decoration:underline}.help-crumbs span{opacity:.55;padding:0 6px}.help-h1{font-size:30px;line-height:1.2;margin:0 0 10px;letter-spacing:-.015em;font-weight:800}.help-lede{font-size:16px;line-height:1.65;color:var(--ink-soft);margin:0 0 26px;max-width:62ch}.help-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px}.help-card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.help-card:hover{transform:translateY(-2px);border-color:rgba(196,22,111,.22);box-shadow:var(--shadow-hover)}.help-card h2{font-size:16.5px;margin:0 0 5px;font-weight:700}.help-card p{font-size:13.5px;color:var(--ink-soft);margin:0;line-height:1.5}.help-card-count{font-size:12.5px;color:var(--faint);font-weight:600}.help-list{list-style:none;padding:0;margin:0}.help-list li{border-bottom:1px solid var(--line)}.help-list li:last-child{border-bottom:0}.help-list a{display:block;padding:13px 4px;text-decoration:none;color:var(--ink);font-size:15.5px;font-weight:500}.help-list a:hover{color:var(--pink-deep)}.help-list p{margin:3px 0 0;font-size:13px;color:var(--ink-soft);line-height:1.5;font-weight:400}.help-section{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:6px 20px;margin-bottom:16px;box-shadow:var(--shadow)}.help-section>h2{font-size:15px;margin:16px 0 4px;font-weight:700}.help-article{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:32px 36px;box-shadow:var(--shadow)}@media (max-width:620px){.help-article{padding:22px 18px}}.help-article h1{font-size:28px;line-height:1.25;margin:0 0 18px;letter-spacing:-.015em;font-weight:800}.help-body{font-size:16px;line-height:1.72;color:var(--ink);counter-reset:step}.help-body h2{font-size:19px;margin:30px 0 8px;line-height:1.3}.help-body h2,.help-body h3{font-weight:700;counter-reset:step}.help-body h3{font-size:16.5px;margin:22px 0 6px}.help-body p{margin:0 0 14px}.help-body ul{list-style:none;margin:0 0 18px;padding-left:2px}.help-body ul>li{position:relative;padding-left:26px;margin-bottom:9px}.help-body ul>li:before{content:"";position:absolute;left:6px;top:10px;width:7px;height:7px;border-radius:999px;background:var(--pink)}.help-body ol{list-style:none;margin:0 0 18px;padding-left:2px}.help-body ol>li{position:relative;padding-left:40px;margin-bottom:12px;min-height:26px}.help-body ol>li:before{content:counter(list-item);position:absolute;left:0;top:-2px;width:27px;height:27px;border-radius:999px;background:var(--pink-soft);color:var(--pink-deep);font-weight:700;font-size:13.5px;display:grid;place-items:center}.help-body li{margin-bottom:7px}.help-body li>ol,.help-body li>ul{margin-top:8px}.help-body a{color:var(--pink-deep)}.help-body img{max-width:100%;height:auto;border-radius:10px;border:1px solid var(--line)}.help-shot-row{display:flex;flex-direction:column;align-items:center;gap:14px;margin:22px 0}.help-shot-cell{margin:0}.help-shot-cell img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto;border-radius:12px}@media (min-width:720px){.help-shot-row{flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:20px}.help-shot-cell img{max-width:300px;max-height:500px}}.help-shot{margin:22px 0}.help-shot img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto;border-radius:12px}.help-video{position:relative;width:100%;max-width:640px;margin:24px auto;aspect-ratio:16/9}.help-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:12px}@media (min-width:720px){.help-shot{display:flex;justify-content:center}.help-shot img{max-width:480px;max-height:560px}.help-body h2+.help-shot,.help-body h3+.help-shot{float:right;display:block;width:300px;max-width:42%;margin:4px 0 14px 26px}.help-body h2+.help-shot img,.help-body h3+.help-shot img{max-width:100%;max-height:460px}.help-body h2,.help-body h3{clear:both}}.help-step{margin:0 0 18px}.help-step>ol{margin-bottom:0}.help-step-shots figure{margin:12px 0 0}.help-step-shots img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto;border-radius:12px}@media (min-width:720px){.help-step{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:28px;align-items:start}.help-step>ol{margin:0}.help-step-shots{display:flex;flex-direction:column;gap:12px}.help-step-shots figure{margin:0}.help-step-shots img{max-width:380px;max-height:460px}}.help-body code{background:var(--ground);padding:1px 5px;border-radius:4px;font-size:.9em}.help-body blockquote{margin:0 0 16px;padding:2px 0 2px 14px;border-left:3px solid var(--pink);color:var(--ink-soft)}.help-table-wrap{overflow-x:auto;margin:18px 0}.help-table{border-collapse:collapse;width:100%;font-size:14px}.help-table td,.help-table th{border:1px solid var(--line);padding:8px 12px;text-align:left;vertical-align:top}.help-table th{background:var(--ground);font-weight:700;color:var(--ink)}.help-table tbody tr:nth-child(2n) td{background:rgba(238,58,144,.03)}.help-swatch{display:inline-block;width:11px;height:11px;border-radius:999px;margin-right:7px;vertical-align:middle;border:1px solid rgba(0,0,0,.18)}.help-body h2>.help-swatch,.help-body h3>.help-swatch{width:15px;height:15px;margin-right:10px}.help-app{margin:30px 0 4px;padding:20px 22px;border:1px solid var(--line);border-radius:14px;background:var(--pink-wash,#fdf2f7)}.help-app h2{font-size:17px;margin:0 0 6px;font-weight:700}.help-app p{margin:0 0 14px;font-size:15px;color:var(--ink-soft);line-height:1.6}.help-app-btns{display:flex;flex-wrap:wrap;gap:10px}.help-app-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:10px;background:#111;color:#fff;font-weight:600;font-size:14.5px;text-decoration:none;border:1px solid #111}.help-app-btn:hover{background:#000}@media (max-width:560px){.help-app-btns{flex-direction:column}.help-app-btn{justify-content:center}}.help-related{margin-top:28px}.help-related h2{font-size:15px;margin:0 0 6px;font-weight:700}.help-feedback{margin-top:26px;padding-top:18px;border-top:1px solid var(--line);display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:14px}.help-feedback-btn{padding:8px 18px;border-radius:999px;border:1px solid var(--line);background:#fff;font-family:inherit;font-size:13.5px;cursor:pointer;color:var(--ink)}.help-feedback-btn:hover{border-color:var(--pink);color:var(--pink-deep)}.help-feedback textarea{width:100%;margin-top:10px;padding:9px 11px;border-radius:8px;border:1px solid var(--line);font-family:inherit;font-size:14px;min-height:80px}.help-form{display:grid;gap:14px;max-width:560px}.help-field{display:grid;gap:5px}.help-field label{font-size:13.5px;font-weight:600}.help-field input,.help-field select,.help-field textarea{padding:10px 13px;border-radius:10px;border:1px solid var(--line);font-family:inherit;font-size:15px;background:#fff;color:var(--ink)}.help-field input:focus,.help-field select:focus,.help-field textarea:focus{outline:2px solid var(--pink);outline-offset:-1px;border-color:transparent}.help-field textarea{min-height:150px;line-height:1.6;resize:vertical}.help-hint{font-size:12.5px;color:var(--ink-soft);margin:0;line-height:1.5}.help-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:480px){.help-field-row{grid-template-columns:1fr}}.help-optional{font-weight:400;color:var(--faint);font-size:12px}.help-submit{padding:12px 24px;border-radius:999px;border:0;background:var(--pink-deep);color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;justify-self:start}.help-submit:hover{background:#a81260}.help-submit:disabled{opacity:.5;cursor:not-allowed}.help-error{color:#a81e1e;font-size:13.5px;margin:0}.help-ok{color:#1d6b39;font-size:14.5px;line-height:1.6}.help-suggest{margin-top:20px;border:1px dashed var(--pink);border-radius:12px;padding:14px 16px;background:var(--pink-wash,#fdf2f7);box-shadow:none}.help-suggest h2{font-size:12px;margin:0 0 8px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--pink-deep)}.help-suggest ul{list-style:none;margin:0;padding:0;display:grid;gap:2px}.help-suggest li{border-bottom:1px solid rgba(196,22,111,.12)}.help-suggest li:last-child{border-bottom:0}.help-suggest a{display:block;padding:8px 2px;text-decoration:none;color:var(--ink);font-size:14.5px;font-weight:500}.help-suggest a:hover{color:var(--pink-deep)}.chat-bubble{position:fixed;right:22px;bottom:22px;z-index:60;width:58px;height:58px;border-radius:999px;border:0;cursor:pointer;background:var(--pink-deep);color:#fff;display:grid;place-items:center;box-shadow:0 6px 20px rgba(196,22,111,.38);transition:transform .12s ease,background .12s ease}.chat-bubble:hover{background:var(--pink);transform:translateY(-1px)}.chat-bubble svg{width:25px;height:25px}@media (max-width:560px){.chat-bubble{right:16px;bottom:16px;width:54px;height:54px}}.chat-panel{position:fixed;right:22px;bottom:90px;z-index:60;width:min(370px,calc(100vw - 32px));max-height:min(560px,calc(100vh - 120px));display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 40px rgba(18,18,38,.22)}@media (max-width:560px){.chat-panel{right:12px;left:12px;bottom:82px;width:auto}}.chat-head{background:var(--navy);color:#fff;padding:16px 18px;display:flex;align-items:flex-start;gap:10px}.chat-head>div:first-child{flex:1;min-width:0}.chat-head strong{display:block;font-size:15.5px;line-height:1.3}.chat-head span{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#c3bcca;margin-top:4px}.chat-x{margin-left:auto;background:none;border:0;color:#c9c2d0;cursor:pointer;padding:2px;border-radius:6px}.chat-x:hover{color:#fff}.chat-x svg{width:18px;height:18px}.chat-body{flex:1;min-height:300px;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:var(--ground)}.chat-line{max-width:84%;padding:9px 12px;border-radius:13px;font-size:14px;line-height:1.5}.chat-sys{align-self:flex-start;background:#fff;border:1px solid var(--line);color:var(--ink);border-bottom-left-radius:4px}.chat-you{align-self:flex-end;background:var(--pink-deep);color:#fff;border-bottom-right-radius:4px}.chat-agent{align-self:flex-start;background:#f3ecff;border:1px solid #e2d4fb;color:#2a1a4a;border-bottom-left-radius:4px;white-space:pre-wrap}.chat-online-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px rgba(34,197,94,.25)}.chat-receipt{align-self:flex-end;margin:-4px 2px 2px;font-size:11px;color:#9a8b93;letter-spacing:.02em}.chat-receipt-seen{color:var(--pink-deep);font-weight:600}.chat-foot{padding:11px 12px 12px;border-top:1px solid var(--line);background:#fff}.chat-email{width:100%;padding:9px 11px;border:1px solid var(--line);border-radius:10px;font-size:14px;font-family:inherit;margin-bottom:8px}.chat-email:focus,.chat-input:focus{outline:2px solid var(--pink);outline-offset:-1px;border-color:transparent}.chat-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.chat-send-row{display:flex;gap:8px;align-items:flex-end}.chat-input{flex:1;padding:9px 11px;border:1px solid var(--line);border-radius:10px;font-size:14px;font-family:inherit;resize:none;max-height:120px;line-height:1.45}.chat-send{flex:none;width:40px;height:40px;border-radius:10px;border:0;background:var(--pink-deep);color:#fff;cursor:pointer;display:grid;place-items:center}.chat-send:hover:not(:disabled){background:var(--pink)}.chat-send:disabled{opacity:.4;cursor:not-allowed}.chat-send svg{width:18px;height:18px}.chat-attach{flex:none;width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--ink-soft);cursor:pointer;display:grid;place-items:center}.chat-attach:hover:not(:disabled){border-color:var(--pink);color:var(--pink-deep)}.chat-attach:disabled{opacity:.4;cursor:not-allowed}.chat-attach svg{width:18px;height:18px}.chat-media{display:block;max-width:100%;max-height:220px;border-radius:10px;margin-top:4px;object-fit:cover}.chat-line-media{padding:4px;background:transparent;border:0}.chat-err{color:#a81e1e;font-size:12.5px;margin:8px 0 0}.chat-note{font-size:12px;color:var(--faint);margin:9px 0 0}