@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";#hattie-ai-root{--hattie-bg-primary: #050505;--hattie-bg-secondary: #0a0a0a;--hattie-bg-tertiary: #121212;--hattie-bg-glass: rgba(10, 10, 10, .6);--hattie-accent-primary: #ffffff;--hattie-accent-secondary: #e2e8f0;--hattie-accent-gradient: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);--hattie-accent-glow: 0 0 20px rgba(255, 255, 255, .15);--hattie-text-primary: #ffffff;--hattie-text-secondary: #a1a1aa;--hattie-text-tertiary: #52525b;--hattie-border: rgba(255, 255, 255, .12);--hattie-border-hover: rgba(255, 255, 255, .25);--hattie-success: #10b981;--hattie-error: #ef4444;--hattie-warning: #f59e0b;--hattie-spacing-xs: .5rem;--hattie-spacing-sm: .75rem;--hattie-spacing-md: 1rem;--hattie-spacing-lg: 1.5rem;--hattie-spacing-xl: 2rem;--hattie-spacing-2xl: 3rem;--hattie-radius-sm: .5rem;--hattie-radius-md: .75rem;--hattie-radius-lg: 1rem;--hattie-radius-xl: 1.5rem;--hattie-radius-2xl: 1.5rem;--hattie-radius-full: 9999px;--hattie-shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--hattie-shadow-md: 0 4px 16px rgba(0, 0, 0, .3);--hattie-shadow-lg: 0 8px 32px rgba(0, 0, 0, .4);--hattie-shadow-2xl: 0 20px 60px rgba(0, 0, 0, .6);--hattie-transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--hattie-transition-base: .25s cubic-bezier(.4, 0, .2, 1);--hattie-transition-slow: .35s cubic-bezier(.4, 0, .2, 1);--hattie-font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hattie-font-size-xs: .75rem;--hattie-font-size-sm: .875rem;--hattie-font-size-base: 1rem;--hattie-font-size-lg: 1.125rem;--hattie-font-size-xl: 1.25rem;--hattie-font-size-2xl: 1.5rem;--hattie-font-size-3xl: 2rem;font-family:var(--hattie-font-family);line-height:1.6;color:var(--hattie-text-primary);text-align:left}#hattie-ai-root *{box-sizing:border-box;margin:0;padding:0}#hattie-ai-root .hattie-floating-btn{position:fixed;bottom:20px;right:20px;width:auto;height:auto;padding:10px 16px;border-radius:50px;background:#1e293b;border:1px solid var(--hattie-border);box-shadow:var(--hattie-shadow-lg),var(--hattie-accent-glow);cursor:pointer;z-index:9999;display:flex;align-items:center;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:visible}#hattie-ai-root .hattie-floating-btn:hover{transform:translateY(-4px);box-shadow:var(--hattie-shadow-2xl),0 0 30px #ffffff4d;border-color:var(--hattie-accent-primary)}#hattie-ai-root .hattie-btn-text{color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:15px;white-space:nowrap;letter-spacing:.02em}#hattie-ai-root .hattie-btn-icon{width:32px;height:32px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1e293b;flex-shrink:0}#hattie-ai-root .hattie-btn-icon svg{width:18px;height:18px}#hattie-ai-root .hattie-widget-popup{position:fixed;bottom:20px;right:20px;width:380px;height:750px;max-height:calc(100dvh - 40px);background:#0a0a0ad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--hattie-border);border-radius:var(--hattie-radius-2xl);box-shadow:var(--hattie-shadow-2xl);z-index:9999;display:flex;flex-direction:column;overflow:hidden;animation:hattieSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes hattieSlideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}#hattie-ai-root .hattie-header{padding:0 24px;background:transparent;border-bottom:1px solid var(--hattie-border);display:flex;justify-content:center;align-items:center;height:60px;position:relative}#hattie-ai-root .hattie-header-controls{position:absolute;left:24px;display:flex;align-items:center}#hattie-ai-root .hattie-logo-center{display:flex;align-items:center;gap:5px}#hattie-ai-root .hattie-logo-center img{width:48px;height:48px;border-radius:0;border:none;padding:0;background:transparent;object-fit:contain}#hattie-ai-root .hattie-title{font-weight:600;font-size:18px;color:var(--hattie-text-primary);background:none;-webkit-text-fill-color:initial;height:21px}#hattie-ai-root .hattie-control-btn{background:none;border:none;color:var(--hattie-text-secondary);cursor:pointer;font-size:1.25rem;padding:8px;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center}#hattie-ai-root .hattie-control-btn:hover{background:#ffffff1a;color:#fff}#hattie-ai-root .hattie-language-selector{display:flex;padding:8px var(--hattie-spacing-lg);gap:8px;background:#0003;border-bottom:1px solid var(--hattie-border)}#hattie-ai-root .hattie-lang-btn{background:transparent;border:1px solid transparent;color:var(--hattie-text-secondary);font-size:13px;cursor:pointer;padding:6px 12px;border-radius:20px;transition:all .2s;font-weight:500}#hattie-ai-root .hattie-lang-btn:hover{color:#fff;background:#ffffff0d}#hattie-ai-root .hattie-lang-btn.active{background:#ffffff1a;color:var(--hattie-text-primary);border-color:#fff3}#hattie-ai-root .hattie-chat-container{display:flex;flex-direction:column;height:100%;background:transparent}#hattie-ai-root .hattie-messages-container{flex:1;overflow-y:auto;padding:var(--hattie-spacing-lg);display:flex;flex-direction:column;gap:var(--hattie-spacing-md);scrollbar-width:thin;scrollbar-color:var(--hattie-bg-tertiary) transparent}#hattie-ai-root .hattie-welcome-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--hattie-spacing-xl);text-align:center}#hattie-ai-root .hattie-logo-circle{width:90px;height:90px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:20px;margin-bottom:var(--hattie-spacing-xl);box-shadow:0 0 40px #00000080}#hattie-ai-root .hattie-today-divider{margin:var(--hattie-spacing-lg) 0;color:var(--hattie-text-tertiary);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:var(--hattie-spacing-md);width:100%}#hattie-ai-root .hattie-today-divider:before,#hattie-ai-root .hattie-today-divider:after{content:"";height:1px;background:linear-gradient(90deg,transparent,var(--hattie-border),transparent);flex:1}#hattie-ai-root .hattie-welcome-message-container{display:flex;gap:var(--hattie-spacing-md);align-items:flex-start;text-align:left;background:#ffffff08;padding:var(--hattie-spacing-lg);border-radius:var(--hattie-radius-xl);border:1px solid var(--hattie-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#hattie-ai-root .hattie-bot-avatar-small{width:36px;height:36px;border-radius:12px;background:#1a1a1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--hattie-border)}#hattie-ai-root .hattie-welcome-content{flex:1}#hattie-ai-root .hattie-welcome-greeting{font-size:var(--hattie-font-size-base);font-weight:600;margin-bottom:6px;color:var(--hattie-text-primary)}#hattie-ai-root .hattie-welcome-description{font-size:14px;color:var(--hattie-text-secondary);line-height:1.5}#hattie-ai-root .hattie-chat-message{display:flex;gap:12px;animation:hattieSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes hattieSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#hattie-ai-root .hattie-chat-message.user{flex-direction:row-reverse}#hattie-ai-root .hattie-chat-avatar{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}#hattie-ai-root .hattie-chat-avatar.bot-avatar{background:var(--hattie-bg-tertiary);border:1px solid var(--hattie-border)}#hattie-ai-root .hattie-chat-avatar img{width:100%;height:100%;object-fit:contain;border-radius:inherit}#hattie-ai-root .hattie-chat-bubble{max-width:85%;padding:12px 16px;border-radius:18px;font-size:15px;line-height:1.6;word-wrap:break-word;box-shadow:0 2px 4px #0000001a}#hattie-ai-root .hattie-chat-bubble.user{background:var(--hattie-accent-gradient);color:#000;border-bottom-right-radius:4px;box-shadow:0 4px 12px #ffffff26;font-weight:500}#hattie-ai-root .hattie-chat-bubble.assistant{background:#ffffff0d;border:1px solid var(--hattie-border);color:var(--hattie-text-primary);border-bottom-left-radius:4px}#hattie-ai-root .hattie-typing-indicator{display:flex;gap:4px;padding:4px 0}#hattie-ai-root .hattie-typing-dot{width:6px;height:6px;border-radius:50%;background:var(--hattie-text-secondary);animation:hattieTyping 1.4s infinite ease-in-out}#hattie-ai-root .hattie-typing-dot:nth-child(2){animation-delay:.2s}#hattie-ai-root .hattie-typing-dot:nth-child(3){animation-delay:.4s}@keyframes hattieTyping{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-4px);opacity:1}}#hattie-ai-root .hattie-input-container{padding:var(--hattie-spacing-md);background:transparent;border-top:none}#hattie-ai-root .hattie-input-wrapper{display:flex;gap:8px;background:var(--hattie-bg-tertiary);padding:6px;border-radius:50px;border:1px solid var(--hattie-border);box-shadow:0 4px 20px #0003;align-items:center}#hattie-ai-root .hattie-message-input{flex:1;padding:10px 16px;background:transparent;border:none;color:var(--hattie-text-primary);font-size:15px;outline:none}#hattie-ai-root .hattie-message-input::placeholder{color:var(--hattie-text-tertiary)}#hattie-ai-root .hattie-send-button{background:var(--hattie-accent-gradient);color:#000;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 10px #ffffff1a}#hattie-ai-root .hattie-send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 15px #fff3}#hattie-ai-root .hattie-send-button:disabled{opacity:.5;cursor:not-allowed;background:var(--hattie-bg-tertiary);color:var(--hattie-text-tertiary);box-shadow:none}#hattie-ai-root .hattie-powered-by{text-align:center;margin-top:8px;font-size:11px;color:var(--hattie-text-secondary)}#hattie-ai-root .hattie-powered-by a{color:var(--hattie-text-secondary);text-decoration:none;transition:color .2s}#hattie-ai-root .hattie-powered-by a:hover{color:var(--hattie-text-primary);text-decoration:underline}@media(max-width:480px){#hattie-ai-root .hattie-widget-popup{width:calc(100% - 32px);height:100%;max-height:calc(100dvh - 100px);bottom:20px;right:16px;border-radius:var(--hattie-radius-xl)}}
