.help-page{width:100%;min-height:100vh;background:var(--background-color)}.help-page .help-header{text-align:center;padding:60px 20px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;margin-bottom:60px}.help-page .help-header h1{font-size:3rem;font-weight:700;margin-bottom:20px}.help-page .help-header p{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.6}.help-page .quick-actions{max-width:1200px;margin:0 auto 60px;padding:0 20px}.help-page .quick-actions h2{font-size:2rem;font-weight:600;color:var(--text-color);margin-bottom:30px;text-align:center}.help-page .quick-actions .actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:25px;gap:25px}.help-page .quick-actions .action-card{background:var(--card-bg);border:2px solid var(--border-color);border-radius:12px;padding:30px;text-decoration:none;color:inherit;text-align:center;transition:all .3s ease}.help-page .quick-actions .action-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 25px rgba(0,0,0,.1)}.help-page .quick-actions .action-card .action-icon{font-size:2.5rem;margin-bottom:15px;display:block}.help-page .quick-actions .action-card h3{font-size:1.3rem;font-weight:600;color:var(--text-color);margin-bottom:10px}.help-page .quick-actions .action-card p{color:var(--text-secondary);line-height:1.5;margin:0}.help-page .help-content{max-width:1200px;margin:0 auto;padding:0 20px 80px;display:grid;grid-template-columns:300px 1fr;grid-gap:40px;gap:40px;align-items:start}.help-page .help-sidebar{background:var(--card-bg);border:2px solid var(--border-color);border-radius:12px;padding:25px;position:-webkit-sticky;position:sticky;top:20px}.help-page .help-sidebar h3{font-size:1.3rem;font-weight:600;color:var(--text-color);margin-bottom:20px;text-align:center}.help-page .help-sidebar .help-nav{display:flex;flex-direction:column;gap:8px}.help-page .help-sidebar .help-nav .nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:rgba(0,0,0,0);border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;font-size:.95rem;color:var(--text-secondary)}.help-page .help-sidebar .help-nav .nav-item:hover{background:var(--section-bg);color:var(--text-color)}.help-page .help-sidebar .help-nav .nav-item.active{background:var(--primary-color);color:#fff;font-weight:600}.help-page .help-sidebar .help-nav .nav-item .nav-icon{font-size:1.2rem;flex-shrink:0}.help-page .help-main{background:var(--card-bg);border:2px solid var(--border-color);border-radius:12px;padding:30px}.help-page .help-main .section-header{margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid var(--border-color)}.help-page .help-main .section-header h2{font-size:1.8rem;font-weight:600;color:var(--text-color);margin:0}.help-page .help-main .faq-list{display:flex;flex-direction:column;gap:15px}.help-page .help-main .faq-item{border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.help-page .help-main .faq-item .faq-question{width:100%;padding:18px 20px;border:none;background:var(--section-bg);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;color:var(--text-color);transition:all .3s ease;text-align:left}.help-page .help-main .faq-item .faq-question:hover{background:var(--border-color)}.help-page .help-main .faq-item .faq-question.open{background:var(--primary-color);color:#fff}.help-page .help-main .faq-item .faq-question .faq-toggle{font-size:1.5rem;font-weight:700;flex-shrink:0;margin-left:15px}.help-page .help-main .faq-item .faq-answer{padding:20px;background:var(--card-bg);border-top:1px solid var(--border-color);animation:fadeIn .3s ease}.help-page .help-main .faq-item .faq-answer p{color:var(--text-secondary);line-height:1.6;margin:0}.help-page .help-footer{background:var(--section-bg);padding:60px 20px;margin-top:60px}.help-page .help-footer .contact-support{max-width:800px;margin:0 auto 50px;text-align:center}.help-page .help-footer .contact-support h3{font-size:1.8rem;font-weight:600;color:var(--text-color);margin-bottom:15px}.help-page .help-footer .contact-support p{color:var(--text-secondary);line-height:1.6;margin-bottom:30px;font-size:1.1rem}.help-page .help-footer .contact-support .support-options{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.help-page .help-footer .help-resources{max-width:1200px;margin:0 auto 50px}.help-page .help-footer .help-resources h4{font-size:1.4rem;font-weight:600;color:var(--text-color);margin-bottom:20px;text-align:center}.help-page .help-footer .help-resources ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:15px;gap:15px;list-style:none;padding:0;margin:0}.help-page .help-footer .help-resources ul li{text-align:center}.help-page .help-footer .help-resources ul li a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .3s ease}.help-page .help-footer .help-resources ul li a:hover{color:var(--secondary-color);text-decoration:underline}.help-page .help-footer .help-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:30px;gap:30px;max-width:800px;margin:0 auto}.help-page .help-footer .help-stats .stat-item{text-align:center;padding:25px;background:var(--card-bg);border:2px solid var(--border-color);border-radius:12px}.help-page .help-footer .help-stats .stat-item .stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:10px}.help-page .help-footer .help-stats .stat-item .stat-label{color:var(--text-secondary);font-size:.95rem;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.help-page .help-content{grid-template-columns:1fr;gap:30px}.help-page .help-sidebar{position:static;order:-1}.help-page .help-sidebar .help-nav{flex-direction:row;flex-wrap:wrap;gap:10px}.help-page .help-sidebar .help-nav .nav-item{flex:1 1;min-width:120px;justify-content:center;text-align:center}}@media(max-width:768px){.help-page .help-header{padding:40px 15px}.help-page .help-header h1{font-size:2.2rem}.help-page .help-header p{font-size:1rem}.help-page .quick-actions{padding:0 15px}.help-page .quick-actions .actions-grid{grid-template-columns:1fr;gap:20px}.help-page .quick-actions .action-card{padding:25px}.help-page .help-content{padding:0 15px 60px}.help-page .help-sidebar{padding:20px}.help-page .help-sidebar .help-nav .nav-item{padding:10px 12px;font-size:.9rem}.help-page .help-main{padding:20px}.help-page .help-main .faq-question{padding:15px;font-size:.95rem}.help-page .help-main .faq-answer{padding:15px}.help-page .help-footer{padding:40px 15px}.help-page .help-footer .support-options{flex-direction:column;align-items:center}.help-page .help-footer .support-options .btn{width:100%;max-width:300px}.help-page .help-footer .help-resources ul{grid-template-columns:1fr;gap:12px}.help-page .help-footer .help-stats{grid-template-columns:1fr;gap:20px}.help-page .help-footer .help-stats .stat-item{padding:20px}}@media(max-width:480px){.help-page .help-header h1{font-size:1.8rem}.help-page .help-sidebar .help-nav{flex-direction:column}.help-page .help-sidebar .help-nav .nav-item{text-align:left;justify-content:flex-start}.help-page .help-main{padding:15px}.help-page .help-main .section-header h2{font-size:1.5rem}.help-page .help-stats .stat-item .stat-number{font-size:2rem}}