:root{--surface:#f8f8f8;--radius-sm:8px;--radius-md:12px;--ease:cubic-bezier(.22, 1, .36, 1);--dur:.18s}.help-nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--border);background:#ffffffe6;padding:.8rem 2rem;transition:all .3s;position:sticky;top:0}.help-nav-inner{max-width:var(--container);align-items:center;gap:2rem;height:60px;margin:0 auto;display:flex}.help-nav-logo{letter-spacing:0;color:var(--text);flex-shrink:0;align-items:center;gap:16px;font-size:1.4rem;font-weight:900;text-decoration:none;display:flex}.help-nav-logo:hover{text-decoration:none}.help-nav-logoImg{object-fit:contain;width:40px;height:40px;transition:transform .4s cubic-bezier(.22,1,.36,1);display:block;transform:scaleX(1)}@media (hover:hover){.help-nav-logo:hover .help-nav-logoImg{transform:scale(1.1)scaleX(-1)}}.help-nav-logo:active .help-nav-logoImg{transform:scale(1.1)scaleX(-1)}.help-nav-sep{color:var(--border);flex-shrink:0;font-size:1.2rem;font-weight:300}.help-nav-context{color:var(--border);font-size:1rem;font-weight:500}.help-nav-links{align-items:center;gap:.25rem;margin-left:auto;display:flex}.help-nav-link{color:var(--muted);border-radius:var(--radius-sm);transition:background var(--dur) var(--ease), color var(--dur) var(--ease);padding:.375rem .75rem;font-size:.85rem;font-weight:700;text-decoration:none}.help-nav-link:hover{background:var(--surface);color:var(--text);text-decoration:none}.help-nav-cta{background:var(--accent-charcoal);color:#fff;border-radius:var(--radius-sm);transition:background var(--dur) var(--ease);margin-left:.5rem;padding:.45rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none}.help-nav-cta:hover{background:var(--accent-pink);color:var(--text);text-decoration:none}.help-hero-wrapper{max-width:var(--container);margin:0 auto;padding:4rem 2rem 0}.help-hero{padding-bottom:0}.help-hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:700;display:inline-flex}.help-hero-eyebrow-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;display:inline-block}.help-hero-title{letter-spacing:-.05em;max-width:20ch;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;line-height:1}.help-hero-sub{color:var(--muted);max-width:44ch;font-size:1.05rem;line-height:1.55}.help-hero-rule{border:none;border-top:1px solid var(--border);margin:3rem 0 0}.help-body{max-width:var(--container);grid-template-columns:var(--sidebar-w) 1fr;align-items:start;gap:4rem;margin:0 auto;padding:0 2rem;display:grid}.help-sidebar{height:calc(100vh - 60px);padding:3rem 0;position:sticky;top:60px;overflow-y:auto}.help-sidebar::-webkit-scrollbar{width:0}.help-sidebar-group{margin-bottom:1.5rem}.help-sidebar-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-lt);margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.help-sidebar-link{color:var(--muted);border-radius:var(--radius-sm);transition:color var(--dur) var(--ease), background var(--dur) var(--ease);padding:.35rem .75rem;font-size:.875rem;font-weight:500;line-height:1.4;text-decoration:none;display:block}.help-sidebar-link:hover{color:var(--text);text-decoration:none}.help-sidebar-link.active{color:var(--text);background:var(--border);padding-left:1rem;font-weight:700}.help-content{max-width:var(--body-max);min-width:0;padding:3.5rem 0 6rem}.help-breadcrumb{color:var(--muted);align-items:center;gap:.4rem;margin-bottom:2.75rem;font-size:.8rem;display:flex}.help-breadcrumb a{color:var(--muted);text-decoration:none}.help-breadcrumb a:hover{color:var(--accent)}.help-breadcrumb-sep{color:var(--border)}.help-intro{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:1.5rem}.help-intro-meta{color:var(--muted);margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:block}.help-intro-text{color:var(--text);max-width:60ch;font-size:1.05rem;line-height:1.6}.help-table-wrapper{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;margin:1.5rem 0 2rem;overflow-x:auto}.help-table{border-collapse:collapse;width:100%;font-size:.9rem}.help-table th,.help-table td{text-align:left;border-bottom:1px solid var(--border);padding:1rem 1.25rem}.help-table th{background:var(--surface);color:var(--text);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.help-table td{color:var(--muted);line-height:1.5}.help-table tr:last-child td{border-bottom:none}.help-steps{margin-bottom:1rem}.help-step{border-bottom:1px solid var(--border);grid-template-columns:3.5rem 1fr;padding:2.5rem 0;display:grid}.help-step:first-child{padding-top:0}.help-step:last-child{border-bottom:none}.help-step-body{min-width:0}.help-step-num{letter-spacing:.08em;color:var(--accent);padding-top:.15rem;font-size:.72rem;font-weight:700}.help-step-title{letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.15rem;font-weight:700;line-height:1.25}.help-step-text{color:var(--muted);font-size:.9375rem;line-height:1.7}.help-step-text p+p{margin-top:.6rem}.help-step-text ul{flex-direction:column;gap:.5rem;margin:.5rem 0 1.25rem;list-style:none;display:flex}.help-step-text ul li{color:var(--muted);padding-left:1.1rem;font-size:.9375rem;line-height:1.55;position:relative}.help-step-text ul li:before{content:"–";color:var(--accent);font-weight:700;position:absolute;top:0;left:0}.help-rules-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin:2rem 0;padding:1.25rem 1.5rem}.help-rules-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.help-rules-box ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.help-rules-box ul li{color:var(--muted);padding-left:1.1rem;font-size:.875rem;line-height:1.5;position:relative}.help-rules-box ul li:before{content:"–";color:var(--accent);font-weight:700;position:absolute;top:0;left:0}.help-prose h2{letter-spacing:-.03em;margin:2.75rem 0 .6rem;font-size:1.3rem;font-weight:700;line-height:1.2}.help-prose h2:first-child{margin-top:1.5rem}.help-prose h3{margin:2rem 0 .4rem;font-size:1rem;font-weight:700}.help-prose p{color:var(--muted);margin-bottom:.75rem;font-size:.9375rem;line-height:1.7}.help-prose p:last-child{margin-bottom:0}.help-prose p strong{color:var(--text);font-weight:700}.help-prose a{color:var(--accent)}.help-prose ul{flex-direction:column;gap:.5rem;margin:.5rem 0 1.25rem;list-style:none;display:flex}.help-prose ul li{color:var(--muted);padding-left:1.1rem;font-size:.9375rem;line-height:1.55;position:relative}.help-prose ul li:before{content:"–";color:var(--accent);font-weight:700;position:absolute;top:0;left:0}.help-prose section{border-bottom:1px solid var(--border);padding-bottom:2.25rem}.help-prose section:last-of-type{border-bottom:none}.help-faq-list{margin-bottom:.5rem}.help-faq-item{border-bottom:1px solid var(--border)}.help-faq-item:first-child{border-top:1px solid var(--border)}.help-faq-q{width:100%;font-family:var(--font-main);color:var(--text);text-align:left;cursor:pointer;transition:color var(--dur) var(--ease);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-size:.9375rem;font-weight:700;line-height:1.4;display:flex}.help-faq-q:hover,.help-faq-item.open .help-faq-q{color:var(--accent)}.help-faq-icon{flex-shrink:0;width:16px;height:16px;position:relative}.help-faq-icon:before,.help-faq-icon:after{content:"";transition:transform .25s var(--ease), opacity .25s var(--ease);background:currentColor;border-radius:2px;position:absolute}.help-faq-icon:before{width:10px;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}.help-faq-icon:after{width:1.5px;height:10px;top:50%;left:50%;transform:translate(-50%,-50%)}.help-faq-item.open .help-faq-icon:after{opacity:0;transform:translate(-50%,-50%)rotate(90deg)}.help-faq-a{color:var(--muted);max-height:0;transition:max-height .32s var(--ease), padding-bottom .32s var(--ease);font-size:.9rem;line-height:1.65;overflow:hidden}.help-faq-item.open .help-faq-a{max-height:600px;padding-bottom:1.25rem}.help-faq-a a{color:var(--accent)}.help-support-line{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2.5rem;display:flex}.help-support-text{color:var(--muted);font-size:.9rem}.help-support-text strong{color:var(--text)}.help-support-cta{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);white-space:nowrap;transition:background var(--dur) var(--ease), border-color var(--dur) var(--ease);flex-shrink:0;padding:.55rem 1.1rem;font-size:.85rem;font-weight:700;text-decoration:none}.help-support-cta:hover{background:var(--accent-pink);border-color:var(--accent-pink);color:var(--text);text-decoration:none}.help-page-nav{border-top:1px solid var(--border);justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.help-page-nav-btn{border:1px solid var(--border);border-radius:var(--radius-md);max-width:240px;transition:border-color var(--dur) var(--ease), background var(--dur) var(--ease);flex-direction:column;flex:1;gap:.2rem;padding:.875rem 1rem;text-decoration:none;display:flex}.help-page-nav-btn:hover{border-color:var(--accent);background:#2d5af70a;text-decoration:none}.help-page-nav-btn.next{text-align:right;margin-left:auto}.help-page-nav-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}.help-page-nav-title{color:var(--text);font-size:.875rem;font-weight:700}.help-footer{border-top:1px solid var(--border);padding:2rem}.help-footer-inner{max-width:var(--container);grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin:0 auto;display:grid}.help-footer-logo{letter-spacing:-.03em;color:var(--text);justify-self:start;font-size:1rem;font-weight:800}.help-footer-center{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-lt);font-size:.7rem}.help-footer-links{flex-wrap:wrap;justify-self:end;gap:1.5rem;display:flex}.help-footer-links a{color:var(--muted);transition:color var(--dur) var(--ease);font-size:.8rem;font-weight:500;text-decoration:none}.help-footer-links a:hover{color:var(--text)}@media (max-width:992px){.help-footer-inner{grid-template-columns:1fr auto;grid-template-areas:"logo center""links links";align-items:center;row-gap:1rem;display:grid}.help-footer-logo{grid-area:logo;justify-self:start}.help-footer-center{text-align:right;grid-area:center;justify-self:end}.help-footer-links{flex-wrap:wrap;grid-area:links;justify-self:end;gap:.75rem 1.25rem;display:flex}}@media (max-width:768px){.help-nav{padding:.25rem 1.25rem}.help-nav-link{display:none}.help-hero-wrapper{padding:3rem 1.25rem 0}.help-hero-title{font-size:clamp(1.8rem,8vw,2.8rem)}.help-body{grid-template-columns:1fr;gap:0;padding:0 1.25rem}.help-sidebar{border-bottom:1px solid var(--border);height:auto;margin-bottom:1.5rem;padding:1.5rem 0 0;position:static}.help-content{padding:2.5rem 0 4rem}}@media (max-width:480px){.help-hero-wrapper,.help-body{overflow-x:hidden}.help-table-wrapper{-webkit-overflow-scrolling:touch}}
