.chat-container{-webkit-backdrop-filter:blur(16px);width:400px;height:600px;max-height:calc(100vh - 120px);box-shadow:0 25px 50px -12px #0009,0 0 0 1px #ffffff0d inset,0 0 80px -20px var(--adw-primary);z-index:1000;will-change:transform,opacity;background:linear-gradient(135deg,#111113fa 0%,#1c1c20fa 100%);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;transition:width .25s cubic-bezier(.4,0,.2,1),height .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;transform:translateZ(0)}.chat-container.expanded{width:min(600px,100vw - 48px);height:min(800px,100vh - 48px);bottom:24px;right:24px}.chat-header{background:linear-gradient(#ffffff08 0%,#0000 100%);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-header-left{align-items:center;gap:12px;display:flex}.chat-avatar{background:linear-gradient(135deg,var(--adw-primary)0%,var(--adw-secondary)100%);color:#fff;width:40px;height:40px;box-shadow:0 0 20px color-mix(in srgb,var(--adw-primary)40%,transparent);border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative}.chat-avatar-status{background:#22c55e;border:2px solid #111113;border-radius:50%;width:12px;height:12px;animation:2s ease-in-out infinite pulse-status;position:absolute;bottom:-2px;right:-2px}@keyframes pulse-status{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}.chat-header-info{flex-direction:column;display:flex}.chat-header-info h3{font-family:var(--font-geist-sans),system-ui,sans-serif;color:#fff;margin:0;font-size:15px;font-weight:600;line-height:1.2}.chat-header-info span{font-family:var(--font-geist-mono),monospace;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:11px}.chat-header-actions{align-items:center;gap:4px;display:flex}.chat-header-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.chat-header-btn:hover{color:#fff;background:#ffffff14}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#fff3}.chat-welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.chat-welcome-icon{background:linear-gradient(135deg,var(--adw-primary)0%,var(--adw-secondary)100%);color:#fff;width:64px;height:64px;box-shadow:0 0 40px color-mix(in srgb,var(--adw-primary)30%,transparent);border-radius:20px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.chat-welcome h4{font-family:var(--font-geist-sans),system-ui,sans-serif;color:#fff;margin:0 0 8px;font-size:20px;font-weight:600}.chat-welcome p{font-family:var(--font-geist-sans),system-ui,sans-serif;color:#fff9;max-width:280px;margin:0 0 24px;font-size:14px;line-height:1.6}.chat-quick-actions{flex-direction:column;gap:8px;width:100%;display:flex}.chat-quick-action{color:#fffc;font-family:var(--font-geist-sans),system-ui,sans-serif;cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:13px;transition:all .2s;display:flex}.chat-quick-action:hover{border-color:var(--adw-primary);background:#ffffff0f;transform:translate(4px)}.chat-quick-action span:first-child{font-size:16px}.chat-message{gap:10px;max-width:90%;display:flex}.chat-message-user{flex-direction:row-reverse;margin-left:auto}.chat-message-assistant{margin-right:auto}.chat-message-avatar{background:linear-gradient(135deg,var(--adw-primary)0%,var(--adw-secondary)100%);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.chat-message-bubble{font-family:var(--font-geist-sans),system-ui,sans-serif;border-radius:16px;padding:12px 16px;font-size:14px;line-height:1.5;position:relative}.chat-message-bubble.user{background:linear-gradient(135deg,var(--adw-primary)0%,var(--adw-secondary)100%);color:#fff;border-bottom-right-radius:4px}.chat-message-bubble.user p{margin:0}.chat-message-bubble.assistant{color:#f0f0f0;background:#00000080;border:1px solid #ffffff1a;border-bottom-left-radius:4px}.chat-message-actions{opacity:0;gap:4px;margin-top:8px;transition:opacity .2s;display:flex}.chat-message-bubble:hover .chat-message-actions{opacity:1}.chat-action-btn{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.chat-action-btn:hover{color:#fff;background:#ffffff1a}.chat-typing-indicator{background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px 16px 16px 4px;align-items:center;gap:4px;padding:12px 16px;display:flex}.chat-typing-indicator span{background:var(--adw-primary);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typing-bounce}.chat-typing-indicator span:nth-child(2){animation-delay:.2s}.chat-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chat-scroll-btn{color:#fffc;cursor:pointer;background:#1e1e23e6;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;bottom:100px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.chat-scroll-btn:hover{background:var(--adw-primary);color:#fff}.chat-input-area{background:linear-gradient(#0000 0%,#ffffff05 100%);border-top:1px solid #ffffff0f;padding:16px 20px 20px}.chat-input-container{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:flex-end;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.chat-input-container:focus-within{border-color:var(--adw-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--adw-primary)15%,transparent)}.chat-input-container textarea{color:#ffffffe6;font-family:var(--font-geist-sans),system-ui,sans-serif;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:120px;font-size:14px;line-height:1.5}.chat-input-container textarea::placeholder{color:#ffffff59}.chat-send-btn{background:linear-gradient(135deg,var(--adw-primary)0%,var(--adw-secondary)100%);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.chat-send-btn:hover:not(:disabled){box-shadow:0 0 20px color-mix(in srgb,var(--adw-primary)40%,transparent);transform:scale(1.05)}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-input-hint{font-family:var(--font-geist-mono),monospace;color:#ffffff4d;text-align:center;margin-top:8px;font-size:10px}@media (max-width:480px){.chat-container{border-radius:0;width:100%;height:100%;max-height:100vh;bottom:0;left:0;right:0}.chat-container.expanded{width:100%;height:100%;bottom:0;right:0}.chat-header-btn:last-child{display:flex}.chat-messages{padding:16px}.chat-quick-action{padding:10px 14px;font-size:12px}}
