@keyframes hm-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes hm-fade{0%{opacity:0}to{opacity:1}}.hm-faq details[open]>.hm-answer{animation:hm-rise .3s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion:reduce){.hm-faq details[open]>.hm-answer{animation-name:hm-fade}}:where(.hm-faq) :where(a,summary):focus-visible{outline:2px solid #3b8cf6;outline-offset:3px;border-radius:.75rem}