.animate-gradient{background-size:400% 400%;animation:gradient 25s ease infinite}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.topic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:40px 0}.topic-card{background:#f5f7fa;padding:24px;border-radius:8px;text-decoration:none;transition:.2s;border:1px solid #e3e6eb}.topic-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px rgba(0,0,0,0.08)}.topic-card h3{margin-bottom:8px;font-size:18px}.grecaptcha-badge{visibility:hidden!important}.anm-author-box{position:relative;display:flex;gap:48px;background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 30px rgba(0,0,0,0.07);overflow:hidden}.anm-author-box::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:#FFBD78}.anm-author-photo{flex-shrink:0}.anm-author-photo img{display:block;width:285px;height:285px;object-fit:cover;border-radius:10px}.anm-author-divider{display:block;width:90px;height:4px;margin-top:16px;border-radius:2px;background:linear-gradient(90deg,#4AB9B3,#7B2881,#D4547E)}.anm-author-box-info h3{margin:0 0 8px;font-weight:500;color:#384453}.anm-author-role{margin:0 0 20px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:#7B2881}.anm-author-bio p{margin:0 0 20px;font-size:15.5px;line-height:1.7;color:#3d3d3d}.anm-author-bio p:last-child{margin-bottom:0}@media (max-width:700px){.anm-author-box{flex-direction:column;padding:32px}.anm-author-photo img{width:100%;height:auto;aspect-ratio:1 / 1}}.anm-author-boxes{display:flex;flex-direction:column;gap:32px}