.help-page{min-height:100vh;background:linear-gradient(180deg,#ffffff,#fafaf9 40%,#f5f5f4)}.help-container{max-width:820px;margin:0 auto;padding:0 24px}.help-topbar{padding-top:24px}.help-hero{padding:40px 0 32px;text-align:center}.help-title{font-size:clamp(36px,5vw,52px);font-weight:500;line-height:1.1;color:#0f172a;letter-spacing:-.06em;margin:0 0 16px}.help-subtitle{font-size:clamp(16px,2vw,18px);line-height:1.6;color:#475569;letter-spacing:-.04em;max-width:620px;margin:0 auto 32px}.help-search{display:flex;align-items:center;gap:10px;max-width:560px;height:52px;margin:0 auto;padding:0 16px;background:#ffffff;border:1px solid #e7e5e4;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);cursor:text;transition:border-color .2s ease,box-shadow .2s ease}.help-search:focus-within{border-color:#11bfbf;box-shadow:0 0 0 3px rgba(17,191,191,.15)}.help-search-icon{width:18px;height:18px;color:#94a3b8;flex-shrink:0}.help-search input{flex:1;min-width:0;height:100%;border:none;outline:none;background:transparent;font-family:inherit;font-size:16px;color:#0f172a;letter-spacing:-.03em;-webkit-appearance:none;-moz-appearance:none;appearance:none}.help-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:24px}.help-nav-link{padding:8px 14px;background:rgba(255,255,255,.7);border:1px solid #e7e5e4;border-radius:8px;font-size:14px;color:#334155;text-decoration:none;letter-spacing:-.03em;transition:background .2s ease,border-color .2s ease,color .2s ease}.help-nav-link:hover{background:#ffffff;border-color:#d6d3d1;color:#0f172a}.help-content{padding-bottom:80px}.help-empty{padding:24px 0 48px;text-align:center;font-size:16px;color:#64748b;letter-spacing:-.03em}.help-section{padding-top:32px;scroll-margin-top:16px}.help-section-title{font-size:24px;font-weight:500;color:#0f172a;letter-spacing:-.05em;margin:0 0 16px}.help-section-title:has(+.help-section-description){margin-bottom:6px}.help-section-description{font-size:15px;line-height:1.5;color:#64748b;letter-spacing:-.03em;margin:0 0 16px}.help-list{display:flex;flex-direction:column;gap:8px}.help-item{background:rgba(255,255,255,.6);border:1px solid rgba(0,0,0,.04);border-radius:16px;scroll-margin-top:16px;transition:background .2s ease}.help-item:hover,.help-item[open]{background:rgba(255,255,255,.95)}.help-item-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;list-style:none;cursor:pointer}.help-item-summary::-webkit-details-marker{display:none}.help-question{font-size:16px;font-weight:500;line-height:1.45;color:#0f172a;letter-spacing:-.04em}.help-item-icon{width:20px;height:20px;color:#818891;flex-shrink:0;stroke-width:1.5;transition:transform .3s ease}.help-item[open] .help-item-icon{transform:rotate(225deg)}.help-answer{display:flex;flex-direction:column;gap:12px;padding:0 24px 22px;animation:helpFadeIn .3s ease-out}.help-answer li,.help-answer p{margin:0;font-size:15px;line-height:1.6;color:#475569;letter-spacing:-.02em}.help-answer strong{font-weight:600;color:#0f172a}.help-answer ol,.help-answer ul{display:flex;flex-direction:column;gap:6px;margin:0;padding-left:22px}.help-answer li::marker{color:#0e8f8f}.help-answer ol li::marker{font-weight:600}.help-answer .help-related{padding-top:4px;font-size:14px;color:#64748b}.help-related a{color:var(--brand-blue);text-decoration:none}.help-related a:hover{text-decoration:underline}.help-contact{margin-top:56px;padding:40px 32px;text-align:center;background:#efece6;border-radius:24px}.help-contact-title{font-size:24px;font-weight:500;color:#0f172a;letter-spacing:-.05em;margin:0 0 8px}.help-contact-description{font-size:16px;line-height:1.5;color:#475569;letter-spacing:-.04em;margin:0 0 24px}.help-contact-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.help-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:8px;font-family:inherit;font-size:15px;font-weight:500;letter-spacing:-.05em;text-decoration:none;cursor:pointer;transition:all .2s ease}.help-button-primary{background:var(--brand-blue);border:1px solid var(--brand-blue);color:#ffffff}.help-button-primary:hover{background:var(--brand-blue-hover);border-color:var(--brand-blue-hover)}.help-button-secondary{background:transparent;border:1px solid var(--brand-blue);color:var(--brand-blue)}.help-button-secondary:hover{background:var(--brand-blue);color:#ffffff}.help-button:focus-visible,.help-item-summary:focus-visible,.help-nav-link:focus-visible,.help-related a:focus-visible{outline:2px solid #11bfbf;outline-offset:2px}@keyframes helpFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.help-container{padding:0 16px}.help-hero{padding:24px 0}.help-nav{flex-wrap:nowrap;justify-content:flex-start;margin:20px -16px 0;padding:0 16px;overflow-x:auto;scrollbar-width:none}.help-nav::-webkit-scrollbar{display:none}.help-nav-link{flex-shrink:0}.help-item-summary{padding:18px}.help-answer{padding:0 18px 18px}.help-contact{padding:32px 20px}}@media (prefers-reduced-motion:reduce){.help-item-icon{transition:none}.help-answer{animation:none}}