.footer{align-items:center;margin-top:50px;padding-top:25px;padding-bottom:25px;display:flex}.footer-links,.footer-credits{flex-basis:50%}.footer-links{margin-left:-40px}.footer-nav-link-list{justify-content:space-between;align-items:center;list-style:none;display:flex}.footer-nav-link-item{font-size:80%;font-weight:700}.footer-nav-link-list a{color:var(--secondary-color);text-decoration:none}.footer-nav-link-list a:hover{color:var(--link-color)}.footer-credits-text{color:var(--tertiary-color);text-align:right;justify-content:flex-end;font-size:14px}@media (max-width:600px){.footer{flex-direction:column;height:85px}.footer-links{justify-content:center;width:100%;display:flex}.footer-nav-link-list{width:100%}}
.chat-widget-container{z-index:9999;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;bottom:2rem;right:2rem}.chat-toggle{color:#6366f1;cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 25px #0000001a}.chat-toggle:hover{transform:scale(1.05)translateY(-2px);box-shadow:0 15px 30px #6366f133}.chat-window{background:#fff;border:1px solid #00000014;border-radius:24px;flex-direction:column;width:380px;max-width:90vw;height:600px;max-height:80vh;animation:.4s cubic-bezier(.16,1,.3,1) slide-up;display:flex;overflow:hidden;box-shadow:0 20px 50px #0000001f}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-header{background:#fff;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.owner-info{align-items:center;gap:.875rem;display:flex}.avatar{border:1px solid #f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.avatar img{object-fit:cover;width:100%;height:100%}.chat-header h3{color:#111827;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}.status{color:#10b981;align-items:center;gap:6px;font-size:.75rem;font-weight:500;display:flex}.status:before{content:"";background:currentColor;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 2px #10b98133}.close-btn{color:#9ca3af;cursor:pointer;background:#f9fafb;border:none;border-radius:10px;padding:6px;transition:all .2s}.close-btn:hover{color:#111827;background:#f3f4f6}.chat-messages{background:#fff;flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-thumb{background:#f3f4f6;border-radius:10px}.welcome-msg{text-align:center;color:#6b7280;padding:2.5rem 1.5rem;font-size:.9375rem;line-height:1.6}.message{flex-direction:column;max-width:100%;display:flex}.message.assistant{align-items:flex-start}.message.user{align-items:flex-end}.msg-bubble{border-radius:18px;max-width:85%;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.55;box-shadow:0 2px 4px #00000005}.message.assistant .msg-bubble{color:#1f2937;background:#f3f4f6;border-bottom-left-radius:4px}.message.user .msg-bubble{color:#fff;background:#6366f1;border-bottom-right-radius:4px;box-shadow:0 10px 20px #6366f126}.msg-bubble strong{color:inherit;font-weight:700}.msg-bubble a{color:inherit;text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1.5px;transition:opacity .2s}.msg-bubble a:hover{opacity:.8}.list-item{margin-bottom:6px;padding-left:2px}.brain-thinking{align-items:center;padding:2px;display:flex}.brain-svg{animation:2s ease-in-out infinite brain-float}@keyframes brain-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.chat-input{background:#fff;border-top:1px solid #f3f4f6;gap:.875rem;padding:1.25rem 1.5rem;display:flex}.chat-input input{color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;outline:none;flex:1;padding:.75rem 1rem;font-size:.9375rem;transition:all .2s}.chat-input input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f114}.chat-input button{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.chat-input button:hover:not(:disabled){background:#4f46e5;transform:scale(1.05)}.chat-input button:disabled{cursor:not-allowed;background:#e5e7eb}.quick-replies{flex-wrap:wrap;gap:10px;margin-top:.5rem;animation:.5s ease-out fade-in-up;display:flex}.quick-replies.initial{justify-content:center;padding:0 1.5rem 2rem}.quick-replies.contextual{margin-bottom:1.5rem}.quick-reply-btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:100px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.quick-reply-btn:hover:not(:disabled){color:#6366f1;background:#f5f3ff;border-color:#6366f1;transform:translateY(-1px)}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-intro{cursor:pointer;justify-content:center;align-items:center;width:80px;height:80px;animation:.5s ease-out intro-fade-in;display:flex}.chat-intro img{object-fit:contain;width:100%;height:100%}@keyframes intro-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
