.faq-filter-row{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px}.faq-filter-card{display:flex;align-items:center;gap:12px;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:14px 16px;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s}.faq-filter-card:hover{border-color:var(--accent)}.ffc-icon{flex:none;width:40px;height:40px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--accent-dark)}.ffc-icon svg{width:19px;height:19px}.ffc-text{display:flex;flex-direction:column;gap:2px;min-width:0}.ffc-text strong{font-size:13px;line-height:1.3;white-space:normal}.ffc-text span{font-size:12px;color:var(--text-muted)}.faq-page-grid{display:grid;grid-template-columns:1.7fr 1fr;grid-gap:40px;gap:40px;align-items:start}.faq-page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;flex-wrap:wrap}.faq-page-toolbar h2{font-size:22px;margin:0}.faq-search{position:relative;flex:none;width:280px}.faq-search input{width:100%;height:44px;border-radius:12px;border:1px solid var(--line);background:var(--surface);padding:0 40px 0 16px;font-size:13.5px;font-family:inherit}.faq-search svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-muted);pointer-events:none}.faq-item-plusminus{border:1px solid var(--line);border-radius:14px;background:var(--surface);overflow:hidden}.faq-toggle-icon{position:relative;flex:none;width:20px;height:20px}.faq-toggle-icon:after,.faq-toggle-icon:before{content:"";position:absolute;top:50%;left:50%;background:var(--accent-dark);transform:translate(-50%,-50%)}.faq-toggle-icon:before{width:14px;height:2px}.faq-toggle-icon:after{width:2px;height:14px;transition:opacity .15s}.faq-sidebar{display:flex;flex-direction:column;gap:20px}.faq-help-card,.faq-links-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:24px}.faq-help-card h3,.faq-links-card h3{font-size:16.5px;margin:0 0 8px}.faq-help-card>p{font-size:13px;color:var(--text-muted);margin:0 0 18px;line-height:1.55}.faq-help-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.faq-help-list>li{display:flex;align-items:flex-start;gap:12px}.fhl-icon{flex:none;width:34px;height:34px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;color:var(--accent-dark)}.fhl-icon svg{width:16px;height:16px}.faq-help-list strong{display:block;font-size:13.5px;margin-bottom:2px}.faq-help-list span{font-size:13px;color:var(--text-muted)}.faq-help-list a{color:var(--text);text-decoration:none}.faq-msg-row{display:flex;gap:8px;margin-top:8px}.faq-msg-row a{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.faq-msg-row svg{width:15px;height:15px}.faq-links-list{display:flex;flex-direction:column;gap:2px}.faq-links-list a{display:flex;align-items:center;justify-content:space-between;padding:10px 0;font-size:13.5px;color:var(--text);text-decoration:none;border-bottom:1px solid var(--line)}.faq-links-list a:last-child{border-bottom:none}.faq-links-list svg{width:13px;height:13px;color:var(--accent-dark)}.faq-promo-card{background:var(--surface-2);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.fpc-copy{padding:24px 24px 4px}.fpc-copy h4{font-size:15.5px;margin:0 0 6px}.fpc-copy p{font-size:13px;color:var(--text-muted);margin:0 0 16px;line-height:1.55}.fpc-media img{width:100%;height:150px;object-fit:cover;display:block}@media (max-width:1080px){.faq-filter-row{grid-template-columns:repeat(3,1fr)}.faq-page-grid{grid-template-columns:1fr}.faq-search{width:100%}}@media (max-width:640px){.faq-filter-row{grid-template-columns:1fr 1fr}}