@font-face{font-family:Perfectly Nineties;src:url(/fonts/PerfectlyNineties-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Perfectly Nineties;src:url(/fonts/PerfectlyNineties-RegularItalic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF Pro Display;src:url(/fonts/SF-Pro-Display-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}:root{--cream: #ECE5D6;--cream-deep: #E4DBC7;--cream-light: #FAF6EC;--walnut: #1F1D18;--walnut-soft: #2C2A24;--ink: #1F1D18;--ink-muted: #5A5650;--ink-faint: #8A857B;--paper: #FAF6EC;--frame-aged: #E8E0CC;--rule: rgba(74, 70, 63, .18);--brand: #604078;--brand-soft: #D6CDE2;--brand-walnut: #9982B5;--brand-ink: #FAF6EC;--serif: "Perfectly Nineties", "Fraunces", Georgia, "Times New Roman", serif;--sans: "SF Pro Display", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--bar-height-top: 72px;--bar-height-bottom: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);color:var(--ink);background:var(--cream);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,button{font-size:inherit}img{display:block;max-width:100%}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 48px;font-size:16px;font-weight:500;color:#16130e;pointer-events:none}.topbar>*{pointer-events:auto}.topbar__left{display:flex;align-items:center;gap:20px}.topbar__brand{display:block;line-height:0}.topbar__logo{height:52px;width:auto;display:block}.topbar__back{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:14px;font-weight:500;color:var(--ink-muted);letter-spacing:.1px;padding:6px 12px;border:1px solid var(--rule);border-radius:999px;transition:color .2s ease,border-color .2s ease,background .2s ease}.topbar__back-arrow{font-size:14px;line-height:1;display:inline-block;transition:transform .25s ease}.topbar__back:hover{color:var(--brand);border-color:var(--brand);background:#6040780a}.topbar__back:hover .topbar__back-arrow{transform:translate(-3px)}.topbar__eyebrow{font-family:var(--sans);font-size:13px;font-weight:500;color:var(--ink-faint);letter-spacing:1.2px;text-transform:uppercase}@media (max-width: 768px){.topbar{padding:16px 20px}.topbar__logo{height:40px}.topbar__left{gap:12px}.topbar__back{font-size:13px;padding:5px 10px}.topbar__eyebrow{display:none}}.bottombar{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:22px 48px;font-size:14px;color:#16130e;pointer-events:none}.bottombar>*{pointer-events:auto}.bottombar__links{display:flex;gap:24px;font-weight:500}.bottombar__copy{font-weight:400;opacity:.75}.bottombar a{transition:color .25s ease}.bottombar a:hover{color:var(--brand);font-style:italic}@media (max-width: 768px){.bottombar{padding:14px 20px;font-size:12px;gap:12px;flex-wrap:wrap}.bottombar__links{gap:16px}}.help-hub{min-height:100vh;background:var(--cream);padding-top:calc(var(--bar-height-top) + 24px);padding-bottom:calc(var(--bar-height-bottom) + 24px)}.help-hub__wrap{max-width:1080px;margin:0 auto;padding:48px 32px}.help-hub__title{font-family:var(--serif);font-size:clamp(48px,7vw,72px);line-height:.95;letter-spacing:-1.5px;color:var(--ink);margin-bottom:16px;font-variation-settings:"opsz" 144}.help-hub__lede{font-family:var(--sans);font-size:18px;line-height:1.55;color:var(--ink-muted);margin-bottom:56px;max-width:540px}.help-hub__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.help-hub__card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:28px;background:var(--cream-light);border:1px solid var(--rule);border-radius:14px;color:var(--ink);transition:border-color .2s ease,transform .2s ease;min-height:180px}.help-hub__card:hover{border-color:var(--brand);transform:translateY(-2px)}.help-hub__card-title{font-family:var(--serif);font-size:26px;line-height:1.1;letter-spacing:-.5px;margin-bottom:10px;color:var(--ink);font-variation-settings:"opsz" 144}.help-hub__card:hover .help-hub__card-title{font-style:italic;color:var(--brand)}.help-hub__card-desc{font-family:var(--sans);font-size:14px;line-height:1.55;color:var(--ink-muted)}.help-hub__card-arrow{font-size:14px;color:var(--brand);font-weight:500}@media (max-width: 768px){.help-hub__wrap{padding:32px 24px}.help-hub__lede{font-size:16px;margin-bottom:36px}.help-hub__grid{grid-template-columns:1fr}.help-hub__card{min-height:160px;padding:22px}.help-hub__card-title{font-size:24px}}.help-article{display:flex;flex-direction:column;height:100vh;background:var(--cream)}.help-article__hero{flex:1 1 auto;display:flex;align-items:stretch;padding:calc(var(--bar-height-top) + 32px) 48px 32px;gap:56px;min-height:0}.help-article__media{flex:1 1 0;display:flex;align-items:center;justify-content:center}.help-article__video{position:relative;width:100%;aspect-ratio:9 / 14;max-height:100%;border-radius:12px;overflow:hidden;background:var(--frame-aged)}.help-article__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;transition:transform .18s ease}.help-article__play:hover{transform:translate(-50%,-50%) scale(1.05)}.help-article__play:active{transform:translate(-50%,-50%) scale(.96)}.help-article__play-icon{width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:16px solid var(--ink);margin-left:4px;transition:all .18s ease}.help-article__play.is-playing .help-article__play-icon{border-left:none;width:14px;height:16px;border-left:4px solid var(--ink);border-right:4px solid var(--ink);margin-left:0}.help-article__duration{position:absolute;bottom:14px;right:14px;font-family:var(--sans);font-size:12px;font-weight:500;color:#faf6ec;background:#00000080;padding:4px 8px;border-radius:4px}.help-article__column{flex:1 1 0;display:flex;flex-direction:column;min-width:0}.help-article__title{font-family:var(--serif);font-size:clamp(36px,4vw,52px);line-height:1.02;letter-spacing:-1px;color:var(--ink);margin-bottom:24px;font-variation-settings:"opsz" 144}.help-article__scroll{flex:1 1 auto;overflow-y:auto;padding-right:12px;min-height:0}.help-article__scroll::-webkit-scrollbar{width:5px}.help-article__scroll::-webkit-scrollbar-track{background:transparent}.help-article__scroll::-webkit-scrollbar-thumb{background:var(--rule);border-radius:5px}.help-article__intro{font-family:var(--sans);font-size:17px;line-height:1.6;color:var(--ink-muted);margin-bottom:24px}.help-article__details{margin-bottom:8px}.help-article__toggle{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:14px;font-weight:500;color:var(--ink-muted);cursor:pointer;user-select:none;list-style:none;transition:color .2s ease}.help-article__toggle::-webkit-details-marker{display:none}.help-article__toggle::marker{display:none}.help-article__toggle:hover{color:var(--brand)}.help-article__toggle-icon{font-size:14px;line-height:1;transition:transform .2s ease}.help-article__details[open] .help-article__toggle-icon{transform:rotate(180deg)}.help-article__transcript{margin-top:18px;font-family:var(--serif);font-size:18px;line-height:1.75;color:var(--ink-muted)}.help-article__transcript .word{transition:color .18s ease}.help-article__transcript .word.active{color:var(--ink)}.help-article__related{flex:0 0 auto;padding:40px 48px;border-top:1px solid var(--rule);background:var(--cream-deep)}.help-article__related-title{font-family:var(--sans);font-size:12px;font-weight:500;letter-spacing:1.4px;text-transform:uppercase;color:var(--ink-faint);margin-bottom:18px}.help-article__related-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.help-article__related-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:var(--cream-light);border:1px solid var(--rule);border-radius:10px;color:var(--ink);transition:border-color .2s ease,transform .2s ease}.help-article__related-item:hover{border-color:var(--brand);transform:translate(2px)}.help-article__related-name{font-family:var(--serif);font-size:15px;line-height:1.3;color:var(--ink);font-variation-settings:"opsz" 144}.help-article__related-arrow{font-size:14px;color:var(--brand);font-weight:500}@media (max-width: 768px){.help-article{flex-direction:column;height:auto;min-height:100vh}.help-article__hero{flex-direction:column;padding:calc(var(--bar-height-top) + 16px) 24px 8px;gap:24px}.help-article__media{flex:0 0 auto}.help-article__video{aspect-ratio:16 / 10}.help-article__column{flex:1 1 auto}.help-article__scroll{overflow-y:visible;padding-right:0}.help-article__title{font-size:28px;letter-spacing:-.5px}.help-article__intro,.help-article__transcript{font-size:15px}.help-article__related-name{font-size:14px}.help-article__related{padding:24px 24px 32px}.help-article__related-list{grid-template-columns:1fr}}
