@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes gentleFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.animate-fadeIn{animation:fadeIn .5s ease-in-out forwards}.animate-gentleFadeIn{animation:gentleFadeIn .6s cubic-bezier(.4,0,.2,1) forwards}.animate-slideIn{animation:slideIn .5s cubic-bezier(.4,0,.2,1) forwards}.animate-slideInLeft{animation:slideInLeft .3s ease-out forwards}.animate-slideInRight{animation:slideInRight .3s ease-out forwards}.philosopher-response{position:relative}.philosopher-name{font-weight:600;font-size:1.1rem;margin-bottom:.5rem;display:block}.philosopher-content{padding-left:1rem;margin-top:.25rem;border-left:2px solid;border-color:rgb(59 130 246/.3);position:relative}.dark .philosopher-content{border-color:rgb(59 130 246/.5)}.philosopher-content p:first-child{margin-top:0}.philosopher-content p:last-child{margin-bottom:0}.philosopher-response+.philosopher-response{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgb(229 231 235/.5)}.dark .philosopher-response+.philosopher-response{border-top-color:rgb(75 85 99/.5)}