:root{--grayfox-primary: #6366f1;--grayfox-primary-dark: #4f46e5;--grayfox-bg: #ffffff;--grayfox-text: #1f2937;--grayfox-text-light: #6b7280;--grayfox-border: #e5e7eb;--grayfox-shadow: 0 10px 25px rgba(0, 0, 0, .15);--grayfox-radius: 12px;--grayfox-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.grayfox-widget,.grayfox-widget *,.grayfox-widget *:before,.grayfox-widget *:after{box-sizing:border-box;margin:0;padding:0}.grayfox-widget{font-family:var(--grayfox-font);font-size:14px;line-height:1.5;color:var(--grayfox-text);z-index:999999}.grayfox-widget[data-mode=floating]{position:fixed;bottom:20px;z-index:999999}.grayfox-widget.grayfox-position-bottom-right{right:20px}.grayfox-widget.grayfox-position-bottom-left{left:20px}.grayfox-trigger{width:60px;height:60px;border-radius:50%;border:none;background-color:var(--grayfox-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003;transition:transform .2s ease,box-shadow .2s ease;position:relative;outline:none}.grayfox-trigger:hover{transform:scale(1.05);box-shadow:0 6px 16px #00000040}.grayfox-trigger:focus-visible{outline:2px solid var(--grayfox-primary);outline-offset:3px}.grayfox-trigger-icon{display:block}.grayfox-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px}.grayfox-window{display:none;flex-direction:column;width:380px;height:520px;background:var(--grayfox-bg);border-radius:var(--grayfox-radius);box-shadow:var(--grayfox-shadow);overflow:hidden;position:absolute;bottom:72px;animation:grayfox-slide-up .25s ease-out}.grayfox-position-bottom-right .grayfox-window{right:0}.grayfox-position-bottom-left .grayfox-window{left:0}@keyframes grayfox-slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.grayfox-window--embed{position:relative;bottom:auto;right:auto;left:auto;width:100%;height:480px;animation:none;display:flex}.grayfox-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background-color:var(--grayfox-primary);color:#fff;flex-shrink:0}.grayfox-title{font-size:16px;font-weight:600;color:#fff;margin:0}.grayfox-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:0 4px;opacity:.8;transition:opacity .15s}.grayfox-close:hover{opacity:1}.grayfox-close:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.grayfox-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f9fafb}.grayfox-messages::-webkit-scrollbar{width:6px}.grayfox-messages::-webkit-scrollbar-track{background:transparent}.grayfox-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.grayfox-message{display:flex;max-width:85%}.grayfox-message--user{align-self:flex-end}.grayfox-message--assistant{align-self:flex-start}.grayfox-bubble{padding:10px 14px;border-radius:16px;word-wrap:break-word}.grayfox-message--assistant .grayfox-bubble p{margin:0 0 8px}.grayfox-message--assistant .grayfox-bubble p:last-child{margin-bottom:0}.grayfox-message--assistant .grayfox-bubble ul,.grayfox-message--assistant .grayfox-bubble ol{margin:4px 0 8px;padding-left:18px}.grayfox-message--assistant .grayfox-bubble ul:last-child,.grayfox-message--assistant .grayfox-bubble ol:last-child{margin-bottom:0}.grayfox-message--assistant .grayfox-bubble li{margin-bottom:2px;line-height:1.4}.grayfox-message--assistant .grayfox-bubble strong{font-weight:600}.grayfox-message--assistant .grayfox-bubble em{font-style:italic}.grayfox-message--assistant .grayfox-bubble code{font-family:monospace;font-size:.875em;background:#0000000f;padding:1px 4px;border-radius:3px}.grayfox-message--user .grayfox-bubble{background-color:var(--grayfox-primary);color:#fff;border-bottom-right-radius:4px}.grayfox-message--assistant .grayfox-bubble{background-color:#fff;color:var(--grayfox-text);border:1px solid var(--grayfox-border);border-bottom-left-radius:4px}.grayfox-message--error .grayfox-bubble{background-color:#fef2f2;color:#991b1b;border-color:#fecaca}.grayfox-typing-indicator{align-self:flex-start}.grayfox-typing-dots{display:flex;align-items:center;gap:4px;padding:12px 16px;background:#fff;border:1px solid var(--grayfox-border);border-radius:16px 16px 16px 4px}.grayfox-dot{width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:grayfox-bounce 1.4s infinite ease-in-out}.grayfox-dot:nth-child(1){animation-delay:0s}.grayfox-dot:nth-child(2){animation-delay:.2s}.grayfox-dot:nth-child(3){animation-delay:.4s}@keyframes grayfox-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.grayfox-input-area{display:flex;align-items:flex-end;padding:12px;border-top:1px solid var(--grayfox-border);background:var(--grayfox-bg);gap:8px;flex-shrink:0}.grayfox-input-area textarea,.grayfox-input-area .grayfox-input-embed{flex:1;border:1px solid var(--grayfox-border);border-radius:8px;padding:8px 12px;font-size:14px;font-family:var(--grayfox-font);resize:none;outline:none;transition:border-color .15s;line-height:1.5;max-height:120px}.grayfox-input-area textarea:focus,.grayfox-input-area .grayfox-input-embed:focus{border-color:var(--grayfox-primary)}.grayfox-input-area textarea:disabled,.grayfox-input-area .grayfox-input-embed:disabled{opacity:.5;cursor:not-allowed}#grayfox-send,.grayfox-send-embed{width:40px;height:40px;border-radius:8px;border:none;background-color:var(--grayfox-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s;flex-shrink:0}#grayfox-send:hover,.grayfox-send-embed:hover{background-color:var(--grayfox-primary-dark)}#grayfox-send:disabled,.grayfox-send-embed:disabled{opacity:.5;cursor:not-allowed}#grayfox-send:focus-visible,.grayfox-send-embed:focus-visible{outline:2px solid var(--grayfox-primary);outline-offset:2px}@media (max-width: 400px){.grayfox-window{width:100vw;height:100vh;position:fixed;inset:0;border-radius:0;z-index:9999999}.grayfox-position-bottom-right .grayfox-window,.grayfox-position-bottom-left .grayfox-window{right:0;left:0}}.grayfox-embed{position:relative;z-index:auto}.grayfox-embed .grayfox-window--embed{border:1px solid var(--grayfox-border);border-radius:var(--grayfox-radius)}
