:root{--astermind-primary:#4f46e5;--astermind-primary-hover:#4338ca;--astermind-background:#fff;--astermind-surface:#f3f4f6;--astermind-text:#1f2937;--astermind-text-muted:#6b7280;--astermind-border:#e5e7eb;--astermind-user-bg:#4f46e5;--astermind-user-text:#fff;--astermind-bot-bg:#f3f4f6;--astermind-bot-text:#1f2937;--astermind-widget-width:380px;--astermind-widget-height:75vh;--astermind-bubble-size:60px;--astermind-border-radius:12px;--astermind-font-family:"Inter",system-ui,-apple-system,sans-serif;--astermind-font-size:14px;--astermind-shadow:0 4px 20px rgba(0,0,0,.15)}.astermind-chatbot,.astermind-chatbot *{box-sizing:border-box;margin:0;padding:0}.astermind-chatbot{font-family:var(--astermind-font-family);font-size:var(--astermind-font-size);position:fixed;z-index:9999}.astermind-chatbot--bottom-right{bottom:20px;right:20px}.astermind-chatbot--bottom-left{bottom:20px;left:20px}.astermind-chatbot--top-right{right:20px;top:20px}.astermind-chatbot--top-left{left:20px;top:20px}.astermind-bubble{align-items:center;background:var(--astermind-primary);border:none;border-radius:50%;box-shadow:var(--astermind-shadow);color:#fff;cursor:pointer;display:flex;height:var(--astermind-bubble-size);justify-content:center;transition:transform .2s,background-color .2s;width:var(--astermind-bubble-size)}.astermind-bubble:hover{background:var(--astermind-primary-hover);transform:scale(1.05)}.astermind-bubble__icon{height:28px;width:28px}.astermind-bubble__badge{align-items:center;background:#ef4444;border-radius:10px;color:#fff;display:flex;font-size:12px;font-weight:600;height:20px;justify-content:center;min-width:20px;padding:0 6px;position:absolute;right:-4px;top:-4px}.astermind-window{animation:astermind-slide-up .3s ease-out;background:var(--astermind-background);border-radius:var(--astermind-border-radius);box-shadow:var(--astermind-shadow);display:flex;flex-direction:column;height:var(--astermind-widget-height);overflow:hidden;width:var(--astermind-widget-width)}@keyframes astermind-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.astermind-header{align-items:center;background:var(--astermind-primary);color:#fff;display:flex;justify-content:space-between;padding:16px}.astermind-header__info{flex:1}.astermind-header__title{font-size:16px;font-weight:600;margin:0}.astermind-header__subtitle{font-size:12px;margin:2px 0 0;opacity:.9}.astermind-header__actions{align-items:center;display:flex;gap:8px}.astermind-header__close{align-items:center;background:hsla(0,0%,100%,.2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s;width:32px}.astermind-header__close:hover{background:hsla(0,0%,100%,.3)}.astermind-header__close svg{height:18px;width:18px}.astermind-window__body{display:flex;flex:1;flex-direction:column;overflow:hidden}.astermind-messages{display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px}.astermind-message{display:flex;flex-direction:column;max-width:85%}.astermind-message--user{align-items:flex-end;align-self:flex-end}.astermind-message--assistant{align-items:flex-start;align-self:flex-start}.astermind-message__bubble{border-radius:16px;padding:10px 14px;word-wrap:break-word}.astermind-message--user .astermind-message__bubble{background:var(--astermind-user-bg);border-bottom-right-radius:4px;color:var(--astermind-user-text)}.astermind-message--assistant .astermind-message__bubble{background:var(--astermind-bot-bg);border-bottom-left-radius:4px;color:var(--astermind-bot-text)}.astermind-message__content{line-height:1.5}.astermind-message__content a{color:inherit;text-decoration:underline}.astermind-message__content code{background:rgba(0,0,0,.1);border-radius:4px;font-family:monospace;font-size:.9em;padding:2px 6px}.astermind-message__meta{color:var(--astermind-text-muted);display:flex;font-size:11px;gap:8px;margin-top:4px}.astermind-message__confidence,.astermind-message__offline{border-radius:4px;font-size:10px;font-weight:500;padding:2px 6px;text-transform:uppercase}.astermind-message__confidence--medium,.astermind-message__offline{background:#fef3c7;color:#92400e}.astermind-message__confidence--low{background:#fee2e2;color:#991b1b}.astermind-message__sources-toggle{background:none;border:none;color:var(--astermind-primary);cursor:pointer;font-size:12px;padding:4px 0}.astermind-message__sources-toggle:hover{text-decoration:underline}.astermind-message__typing,.astermind-typing{display:flex;gap:4px;padding:8px 0}.astermind-message__typing span,.astermind-typing span{animation:astermind-typing 1.4s ease-in-out infinite;background:var(--astermind-text-muted);border-radius:50%;height:8px;width:8px}.astermind-message__typing span:nth-child(2),.astermind-typing span:nth-child(2){animation-delay:.2s}.astermind-message__typing span:nth-child(3),.astermind-typing span:nth-child(3){animation-delay:.4s}@keyframes astermind-typing{0%,80%,to{opacity:.6;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.astermind-sources{display:flex;flex-direction:column;gap:8px;margin-top:8px}.astermind-source{background:var(--astermind-surface);border-radius:8px;font-size:12px;padding:10px}.astermind-source__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.astermind-source__title{color:var(--astermind-text);font-weight:600}.astermind-source__relevance{color:var(--astermind-primary);font-weight:500}.astermind-source__snippet{color:var(--astermind-text-muted);line-height:1.4}.astermind-source__actions{align-items:center;display:flex;gap:6px}.astermind-source__action-btn{align-items:center;background:none;border:none;border-radius:4px;color:var(--astermind-text-muted);cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s,background-color .2s}.astermind-source__action-btn:hover{background:rgba(79,70,229,.1);color:var(--astermind-primary)}.astermind-source__icon{height:16px;width:16px}.astermind-source__full-content{border-top:1px solid var(--astermind-border);color:var(--astermind-text);font-size:12px;line-height:1.5;margin-top:8px;max-height:200px;overflow-y:auto;padding-top:8px;white-space:pre-wrap}.astermind-status{align-items:center;background:hsla(0,0%,100%,.2);border-radius:12px;display:flex;font-size:12px;gap:6px;padding:4px 10px}.astermind-status__dot{border-radius:50%;height:8px;width:8px}.astermind-status--online .astermind-status__dot{background:#10b981}.astermind-status--offline .astermind-status__dot{background:#f59e0b}.astermind-status--connecting .astermind-status__dot{animation:astermind-pulse 1.5s infinite;background:#3b82f6}.astermind-status--error .astermind-status__dot{background:#ef4444}@keyframes astermind-pulse{0%,to{opacity:1}50%{opacity:.4}}.astermind-window__footer{border-top:1px solid var(--astermind-border);padding:12px 16px}.astermind-input{align-items:flex-end;display:flex;gap:8px}.astermind-input__textarea{border:1px solid var(--astermind-border);border-radius:20px;flex:1;font-family:inherit;font-size:inherit;line-height:1.4;max-height:120px;min-height:40px;outline:none;padding:10px 16px;resize:none;transition:border-color .2s}.astermind-input__textarea:focus{border-color:var(--astermind-primary)}.astermind-input__textarea::-moz-placeholder{color:var(--astermind-text-muted)}.astermind-input__textarea::placeholder{color:var(--astermind-text-muted)}.astermind-input__send{align-items:center;background:var(--astermind-primary);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:background-color .2s,opacity .2s;width:40px}.astermind-input__send:hover:not(:disabled){background:var(--astermind-primary-hover)}.astermind-input__send:disabled{cursor:not-allowed;opacity:.5}.astermind-input__send svg{height:18px;width:18px}.astermind-powered-by{color:var(--astermind-text-muted);font-size:11px;margin-top:8px;text-align:center}.astermind-powered-by a{color:var(--astermind-primary);text-decoration:none}.astermind-powered-by a:hover{text-decoration:underline}.astermind-action-card{background:var(--astermind-surface);border:1px solid var(--astermind-border);border-radius:12px;margin:8px 16px;padding:16px}.astermind-action-card__header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.astermind-action-card__icon{align-items:center;background:var(--astermind-primary);border-radius:10px;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.astermind-action-card__icon svg{height:20px;width:20px}.astermind-action-card__title{flex:1}.astermind-action-card__label{color:var(--astermind-text-muted);display:block;font-size:12px}.astermind-action-card__target{color:var(--astermind-text);display:block;font-weight:600}.astermind-action-card__explanation{color:var(--astermind-text-muted);font-size:13px;line-height:1.4;margin-bottom:12px}.astermind-action-card__confidence{background:var(--astermind-background);border-radius:8px;color:var(--astermind-text-muted);font-size:12px;margin-bottom:12px;overflow:hidden;padding:8px;position:relative}.astermind-action-card__confidence-bar{background:rgba(79,70,229,.2);height:100%;left:0;position:absolute;top:0;z-index:0}.astermind-action-card__confidence span{position:relative;z-index:1}.astermind-action-card__actions{display:flex;gap:8px}.astermind-action-card__cancel,.astermind-action-card__confirm{border-radius:8px;cursor:pointer;flex:1;font-weight:500;padding:10px;transition:background-color .2s}.astermind-action-card__cancel{background:var(--astermind-background);border:1px solid var(--astermind-border);color:var(--astermind-text)}.astermind-action-card__cancel:hover{background:var(--astermind-surface)}.astermind-action-card__confirm{background:var(--astermind-primary);border:none;color:#fff}.astermind-action-card__confirm:hover{background:var(--astermind-primary-hover)}@keyframes astermind-highlight-pulse{0%,to{box-shadow:0 0 0 0 rgba(79,70,229,.4)}50%{box-shadow:0 0 0 10px rgba(79,70,229,0)}}.astermind-highlight-overlay{animation:astermind-highlight-pulse 1s ease-in-out 3}@media (max-width:480px){.astermind-window{border-radius:0;height:100vh;left:0;position:fixed;top:0;width:100vw}.astermind-chatbot--bottom-left,.astermind-chatbot--bottom-right,.astermind-chatbot--top-left,.astermind-chatbot--top-right{bottom:20px;left:auto;right:20px;top:auto}}