.help-page{min-height:100vh;background:#f8fafc}.help-header{background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:2rem;color:white}.help-header-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:1rem}.help-back-btn{width:40px;height:40px;background:rgba(255,255,255,.15);border:none;border-radius:10px;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.help-back-btn:hover{background:rgba(255,255,255,.25)}.help-header-text h1{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.help-header-text p{font-size:.9rem;margin:0;opacity:.9}.help-search-container{max-width:1000px;margin:-1.5rem auto 0;padding:0 2rem;position:relative;z-index:10}.help-search{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:white;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.help-search svg{color:#94a3b8;flex-shrink:0}.help-search input{flex:1;border:none;font-size:1rem;color:#1e293b;outline:none}.help-search input::placeholder{color:#94a3b8}.help-content{max-width:1000px;margin:0 auto;padding:2rem}.help-contact-section{margin-bottom:3rem}.help-contact-section h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1.25rem}.help-contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.help-contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:white;border:1px solid #e2e8f0;border-radius:16px;text-decoration:none;transition:all .2s}.help-contact-card:hover{border-color:#c7d2fe;box-shadow:0 4px 20px rgba(79,70,229,.1);transform:translateY(-2px)}.help-contact-icon{width:56px;height:56px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#4f46e5;margin-bottom:1rem}.help-contact-info h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.help-contact-info p{font-size:.8rem;color:#64748b;margin:0}.help-contact-action{display:inline-flex;align-items:center;gap:.375rem;margin-top:1rem;font-size:.85rem;font-weight:600;color:#4f46e5}.help-faq-section{margin-bottom:3rem}.help-faq-section h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1.25rem}.help-faq-layout{display:grid;grid-template-columns:220px 1fr;gap:1.5rem}.help-faq-nav{display:flex;flex-direction:column;gap:.375rem;position:sticky;top:2rem;align-self:start}.help-faq-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:white;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.help-faq-nav-item:hover{background:#f8fafc;color:#4f46e5}.help-faq-nav-item.active{background:#4f46e5;border-color:#4f46e5;color:white}.help-faq-content{background:white;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}.help-faq-category{display:none}.help-faq-category.visible{display:block}.help-faq-category-title{font-size:.9rem;font-weight:600;color:#4f46e5;padding:1rem 1.25rem;background:#f8fafc;margin:0;border-bottom:1px solid #e2e8f0}.help-faq-questions{padding:.5rem}.help-faq-question{border-radius:10px;overflow:hidden;margin-bottom:.25rem}.help-faq-question:last-child{margin-bottom:0}.help-faq-question-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:none;border:none;text-align:left;font-size:.9rem;font-weight:600;color:#1e293b;cursor:pointer;transition:all .2s}.help-faq-question-header:hover{background:#f8fafc}.help-faq-question.expanded .help-faq-question-header{background:#f1f5f9}.help-faq-question-header .chevron{color:#94a3b8;flex-shrink:0;transition:transform .2s}.help-faq-question-header .chevron.rotated{transform:rotate(180deg)}.help-faq-answer{padding:0 1.25rem 1rem;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.help-faq-answer p{margin:0;font-size:.875rem;color:#64748b;line-height:1.6}.help-no-results{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;text-align:center;color:#64748b}.help-no-results svg{opacity:.3;margin-bottom:1rem}.help-no-results h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.help-no-results p{margin:0 0 1.5rem;font-size:.9rem}.help-no-results button{padding:.75rem 1.5rem;background:#4f46e5;color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.help-no-results button:hover{background:#4338ca}.help-support-cta{background:linear-gradient(135deg,#1e293b,#334155);border-radius:20px;padding:3rem;text-align:center}.help-support-cta-content{max-width:400px;margin:0 auto;color:white}.help-support-cta-content svg{margin-bottom:1rem;opacity:.9}.help-support-cta-content h3{font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.help-support-cta-content p{font-size:.9rem;opacity:.8;margin:0 0 1.5rem}.help-support-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:white;color:#1e293b;border:none;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.help-support-btn:hover{background:#f1f5f9;transform:translateY(-2px)}@media (max-width:900px){.help-faq-layout{grid-template-columns:1fr}.help-faq-nav{flex-direction:row;overflow-x:auto;position:static;padding-bottom:.5rem;gap:.5rem}.help-faq-nav-item{white-space:nowrap;padding:.625rem 1rem}.help-faq-nav-item span{display:none}.help-contact-cards{grid-template-columns:1fr}.help-contact-card{flex-direction:row;text-align:left;gap:1rem}.help-contact-icon{margin-bottom:0}.help-contact-info{flex:1}.help-contact-action{margin-top:0}}@media (max-width:600px){.help-header{padding:1.5rem}.help-search-container{padding:0 1rem}.help-content{padding:1.5rem 1rem}.help-support-cta{padding:2rem 1.5rem}}