.faq-tab-input{position:absolute;opacity:0;pointer-events:none}.faq-tabs .tab-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;padding:6px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;margin:0 auto}.faq-tabs .tab-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:10px 16px;border-radius:12px;font-size:12px;font-weight:600;color:#6b7280;text-align:center;min-width:160px;min-height:44px}.faq-tabs .tab-subtitle{font-size:11px;font-weight:500;color:#9ca3af}.faq-tabs .tab-panels{margin-top:24px}.faq-tabs .tab-panel{display:none}#faq-tab-agents:checked~.tab-list label[for=faq-tab-agents],#faq-tab-owners:checked~.tab-list label[for=faq-tab-owners],#faq-tab-users:checked~.tab-list label[for=faq-tab-users]{background:#ffffff;color:#111827;box-shadow:0 6px 18px rgba(15,23,42,.08)}#faq-tab-agents:checked~.tab-list label[for=faq-tab-agents] .tab-subtitle,#faq-tab-owners:checked~.tab-list label[for=faq-tab-owners] .tab-subtitle,#faq-tab-users:checked~.tab-list label[for=faq-tab-users] .tab-subtitle{color:#6b7280}#faq-tab-agents:checked~.tab-panels .panel-agents,#faq-tab-owners:checked~.tab-panels .panel-owners,#faq-tab-users:checked~.tab-panels .panel-users{display:block}.faq-item{border-bottom:1px solid #eef0f2;padding-bottom:16px}.faq-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;padding:16px 0 0}.faq-summary::-webkit-details-marker{display:none}.faq-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;border:1px solid #d1d5db;color:#6b7280;font-size:16px;line-height:1;flex-shrink:0;transition:transform .2s ease,color .2s ease,border-color .2s ease}.faq-answer{padding:12px 0 4px;color:#6b7280;font-size:14px;line-height:1.7}details[open] .faq-icon{transform:rotate(45deg);color:#111827;border-color:#9ca3af}@media (min-width:640px){.faq-tabs .tab-label{font-size:13px;min-width:180px}}@media (max-width:639px){.faq-tabs .tab-label,.faq-tabs .tab-list{width:100%}}