.faq-accordion{overflow:hidden}.faq-item{transition:background-color 0.3s ease;border-bottom:1px solid rgb(90 95 202 / .12)}.faq-item.active .faq-q{background:rgb(90 95 202 / .06);color:#5a5fca}.faq-item.active .faq-q .faq-icon{transform:rotate(45deg);color:#5a5fca}.faq-q{padding:1.25rem 0;cursor:pointer;font-weight:700;color:#1e293b;display:flex;justify-content:space-between;align-items:center;transition:all 0.3s cubic-bezier(.4,0,.2,1);font-size:1.05rem;user-select:none;background:none;border:none;width:100%;text-align:left;font-family:inherit}.faq-q:hover{padding-left:.35rem}.faq-icon{font-size:1.5rem;color:#94a3b8;transition:all 0.3s cubic-bezier(.4,0,.2,1);font-weight:300;line-height:1;flex-shrink:0;margin-left:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgb(90 95 202 / .1)}.faq-q:hover .faq-icon{background:rgb(90 95 202 / .18);transform:scale(1.05)}.faq-a{display:none;padding:0 0 1.25rem 0;color:#475569;line-height:1.75;font-size:1rem}.faq-a.active{display:block}.faq-empty{text-align:center;padding:3rem 1rem;color:#94a3b8}[data-theme="dark"] .faq-q{color:#f1f5f9}[data-theme="dark"] .faq-a{color:#cbd5e1}