.logo-wrapper{text-align:center;padding:10px 0}.logo-text{font-size:2.5rem;font-weight:800;background:linear-gradient(45deg,#2563eb,#c026d3);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:10px}.bot-avatar{width:150px;height:150px;background:linear-gradient(135deg,#2563eb,#c026d3);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;display:flex;align-items:center;justify-content:center;animation:morph 8s ease-in-out infinite;margin:20px auto}.bot-avatar:before{content:"🤖";font-size:3rem}@keyframes morph{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:60% 40% 40% 60%/60% 45% 55% 40%}}[data-theme=dark] .logo-text{background:linear-gradient(45deg,#3b82f6,#d946ef)}[data-theme=dark] .bot-avatar{background:linear-gradient(135deg,#3b82f6,#d946ef)}@media (max-width:600px){.bot-avatar{width:130px;height:130px}.bot-avatar:before{font-size:2.7rem}}