.faq-page{width:100vw;height:100vh;background:#f7f7f7;overflow:hidden;display:flex;flex-direction:column}.faq-page .navigation-bar{height:72px;background:#f9f9f9;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:0 40px;box-shadow:0 1px #0000000d}.faq-page .navigation-bar .header-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;background:transparent;transition:background-color .2s}.faq-page .navigation-bar .header-btn:hover{background-color:#f5f5f5}.faq-page .faq-container{flex:1;display:flex;justify-content:center;overflow-y:auto;padding:60px 20px}.faq-page .faq-container .faq-content{width:100%;max-width:900px;background:#fff;border-radius:16px;padding:60px;min-height:fit-content}.faq-page .faq-container .faq-content .loading-container,.faq-page .faq-container .faq-content .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;width:100%;padding:40px;text-align:center}.faq-page .faq-container .faq-content .loading-container p,.faq-page .faq-container .faq-content .error-container p{margin-top:16px;font-family:Anonymous Pro,monospace;font-size:16px;color:#666}.faq-page .faq-container .faq-content .error-container .ant-alert{max-width:500px;width:100%}.faq-page .faq-container .faq-content .faq-title{font-family:Anonymous Pro,monospace;font-style:normal;font-weight:700;font-size:48px;line-height:48px;color:#000;margin:0 0 40px}.faq-page .faq-container .faq-content .faq-search{margin-bottom:40px}.faq-page .faq-container .faq-content .faq-search .search-input{width:100%;padding:12px 20px;font-family:Anonymous Pro,monospace;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s;outline:none}.faq-page .faq-container .faq-content .faq-search .search-input:focus{border-color:#d31072;box-shadow:0 0 0 3px #d310721a}.faq-page .faq-container .faq-content .faq-search .search-input::placeholder{color:#999}.faq-page .faq-container .faq-content .faq-list .faq-category{margin-bottom:32px}.faq-page .faq-container .faq-content .faq-list .faq-category .category-title{font-family:Anonymous Pro,monospace;font-weight:600;font-size:20px;line-height:28px;color:#d31072;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #f0f0f0}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse{border:none;background:transparent}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item{border:none;margin-bottom:8px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item:last-child{margin-bottom:0}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-header{padding:16px 20px;background:#fafafa;border-radius:8px;transition:all .1s}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-header:hover{background:#f0f0f0}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-header .faq-question{font-family:Anonymous Pro,monospace;font-size:16px;font-weight:600;color:#333;line-height:1.5}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-header .collapse-icon{color:#d31072;font-size:14px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-header{background:#fff;border:1px solid #d31072;box-shadow:0 2px 8px #d310721a}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content{border:none;background:transparent}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:20px;background:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer{font-family:Anonymous Pro,monospace;font-size:15px;line-height:1.8;color:#666;margin:0}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer ul,.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer ol{margin:16px 0;padding-left:24px;list-style-position:outside}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer ul{list-style-type:disc}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer ul ul{list-style-type:circle;margin:8px 0}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer ul ul ul{list-style-type:square;margin:8px 0}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer ol{list-style-type:decimal}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer ol ol{list-style-type:lower-alpha;margin:8px 0}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer ol ol ol{list-style-type:lower-roman;margin:8px 0}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer li{margin-bottom:8px;display:list-item}.faq-page .faq-container .faq-content .no-results{text-align:center;padding:60px 20px;color:#999}.faq-page .faq-container .faq-content .no-results p{font-family:Anonymous Pro,monospace;font-size:16px;margin:10px 0}.faq-page .faq-container .faq-content .no-results a{color:#d31072;text-decoration:none}.faq-page .faq-container .faq-content .no-results a:hover{text-decoration:underline}.faq-page .faq-container .faq-content .contact-section{margin-top:60px;padding-top:40px;border-top:2px solid #f0f0f0;text-align:center}.faq-page .faq-container .faq-content .contact-section h3{font-family:Anonymous Pro,monospace;font-weight:700;font-size:24px;color:#333;margin:0 0 16px}.faq-page .faq-container .faq-content .contact-section p{font-family:Anonymous Pro,monospace;font-size:16px;line-height:1.6;color:#666;margin:0}.faq-page .faq-container .faq-content .contact-section p a{color:#d31072;text-decoration:none}.faq-page .faq-container .faq-content .contact-section p a:hover{text-decoration:underline}@media (max-width: 1200px){.faq-page .faq-container{padding:40px 20px}.faq-page .faq-container .faq-content{padding:40px}}@media (max-width: 768px){.faq-page .navigation-bar{padding:0 20px}.faq-page .faq-container{padding:30px 15px}.faq-page .faq-container .faq-content{padding:30px;border-radius:12px}.faq-page .faq-container .faq-content .faq-title{font-size:36px;line-height:40px;margin-bottom:30px}.faq-page .faq-container .faq-content .faq-search{margin-bottom:30px}.faq-page .faq-container .faq-content .faq-search .search-input{font-size:14px;padding:10px 16px}.faq-page .faq-container .faq-content .faq-list .faq-category .category-title{font-size:18px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-header{padding:12px 16px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-header .faq-question{font-size:14px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:16px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer{font-size:14px}.faq-page .faq-container .faq-content .contact-section{margin-top:40px;padding-top:30px}.faq-page .faq-container .faq-content .contact-section h3{font-size:20px}.faq-page .faq-container .faq-content .contact-section p{font-size:14px}}@media (max-width: 480px){.faq-page .faq-container{padding:20px 10px}.faq-page .faq-container .faq-content{padding:24px 20px}.faq-page .faq-container .faq-content .faq-title{font-size:28px;line-height:32px;margin-bottom:24px}.faq-page .faq-container .faq-content .faq-search,.faq-page .faq-container .faq-content .faq-list .faq-category{margin-bottom:24px}.faq-page .faq-container .faq-content .faq-list .faq-category .category-title{font-size:16px;margin-bottom:12px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-header{padding:10px 12px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-header .faq-question{font-size:13px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-header .collapse-icon{font-size:12px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:12px}.faq-page .faq-container .faq-content .faq-list .faq-category .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .faq-answer{font-size:13px;line-height:1.6}.faq-page .faq-container .faq-content .contact-section{margin-top:32px;padding-top:24px}.faq-page .faq-container .faq-content .contact-section h3{font-size:18px;margin-bottom:12px}.faq-page .faq-container .faq-content .contact-section p{font-size:13px}}
