
Hello! I am Doggo. How can I help you today? Bark!
);background-size:50px 50px}.davey-gpt-messages{flex-grow:1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:10px;font-size:14px}.davey-gpt-message{padding:10px 15px;border-radius:18px;max-width:80%;line-height:1.4;position:relative;font-size:14px;animation:fade-slide-in 0.3s forwards}.davey-gpt-message-content{font-size:13px}.davey-gpt-assistant{align-self:flex-start;background-color:#f0f0f0;color:#333}.davey-gpt-chat-window[data-theme="tavern"] .davey-gpt-assistant{background-color:var(--dgpt-glass-bg);color:var(--dgpt-text-light);border:1px solid var(--dgpt-glass-border);box-shadow:var(--dgpt-secondary-glow)}.davey-gpt-message-with-avatar{display:flex;align-items:flex-start;margin-bottom:8px;width:100%}.davey-gpt-message-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;margin-right:8px;flex-shrink:0;border:1px solid var(--dgpt-glass-border)}.davey-gpt-message-avatar img{width:100%;height:100%;object-fit:cover}.davey-gpt-message-with-avatar .davey-gpt-assistant{margin-left:0;margin-right:auto}.davey-gpt-message-with-avatar .davey-gpt-message-avatar{order:0}.davey-gpt-input-area{display:flex;padding:10px;border-top:1px solid #e0e0e0;background-color:#fff;z-index:5;position:relative}.davey-gpt-chat-window[data-theme="tavern"] .davey-gpt-input-area{background-color:var(--dgpt-dark-bg);border-top:1px solid var(--dgpt-glass-border)}.davey-gpt-input{flex:1;border:1px solid #ddd;border-radius:18px;padding:8px 14px;outline:none;resize:none;min-height:40px;font-family:inherit;font-size:14px;background-color:#fff;color:#333}.davey-gpt-chat-window[data-theme="tavern"] .davey-gpt-input{background-color:rgb(255 255 255/.1);border:1px solid var(--dgpt-glass-border);color:var(--dgpt-text-light)}.davey-gpt-submit{margin-left:8px;background-color:#60f;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:13px}.davey-gpt-chat-window[data-theme="tavern"] .davey-gpt-submit{background-color:var(--dgpt-theme-primary)}.davey-gpt-floating{position:fixed;z-index:9999}.davey-gpt-floating.bottom-right{right:20px;bottom:20px}.davey-gpt-floating-button{width:auto;height:48px;border-radius:24px;background-color:#60f;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px rgb(0 0 0/.2);padding:0 16px}.davey-gpt-floating-button.dgpt-btn-size-medium{height:48px;min-width:48px;font-size:15px;border-radius:24px;padding:0 16px}.davey-gpt-floating[data-theme="tavern"] .davey-gpt-floating-button{box-shadow:0 0 12px 2px var(--dgpt-theme-secondary),0 2px 16px 0 rgb(42 26 13/.25);animation:dgpt-float-tavern 2.2s ease-in-out infinite alternate}@keyframes dgpt-float-tavern{0%{transform:translateY(0) rotate(-2deg)}100%{transform:translateY(-4px) rotate(2deg)}}.davey-gpt-button-label{font-weight:500;font-size:14px;white-space:nowrap}.davey-gpt-floating[data-theme="tavern"] .davey-gpt-floating-button{background-color:var(--dgpt-theme-primary);box-shadow:var(--dgpt-primary-glow)}.davey-gpt-floating-container{position:absolute;bottom:80px;right:0;width:350px;min-width:280px;max-width:600px;height:450px;min-height:300px;max-height:80vh;border-radius:10px;background-color:#fff;box-shadow:0 5px 15px rgb(0 0 0/.2);overflow:hidden;display:none;opacity:0;transform:translateY(20px);resize:both}.davey-gpt-resize-handle{position:absolute;bottom:0;right:0;width:20px;height:20px;background:linear-gradient(135deg,transparent 50%,rgb(0 0 0/.1) 50%);z-index:10}.davey-gpt-floating-container .davey-gpt-chat-window{height:calc(100% - 60px);border-radius:0;box-shadow:none;border:none}.davey-gpt-floating[data-theme="tavern"] .davey-gpt-floating-container{background-color:var(--dgpt-dark-bg);border:2px solid var(--dgpt-glass-border);box-shadow:var(--dgpt-secondary-glow);background-image:url(data:image/svg+xml;utf8,);background-size:50px 50px}.davey-gpt-floating-header{padding:15px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.davey-gpt-floating[data-theme="tavern"] .davey-gpt-floating-header{border-bottom:1px solid var(--dgpt-glass-border)}.davey-gpt-floating-title{margin:0;font-size:18px;font-weight:600;color:#333}.davey-gpt-floating[data-theme="tavern"] .davey-gpt-floating-title{color:var(--dgpt-text-light);font-family:"Cinzel",serif}.davey-gpt-floating-close{background:none;border:none;color:#999;padding:0;display:flex;align-items:center;justify-content:center;font-size:13px}.davey-gpt-floating[data-theme="tavern"] .davey-gpt-floating-close{color:var(--dgpt-theme-secondary)}.davey-gpt-floating-container .davey-gpt-chat-window{height:calc(100% - 60px);border-radius:0;box-shadow:none;border:none}.davey-gpt-message-avatar{width:28px;height:28px;border-radius:50%;margin-right:10px;overflow:hidden;border:1px solid var(--dgpt-glass-border)}.davey-gpt-message-avatar img{width:100%;height:100%;object-fit:cover}.davey-gpt-message-with-avatar{display:flex;align-items:flex-start}@keyframes fade-slide-in{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@media (max-width:576px){.davey-gpt-chat-window{height:400px;border-radius:12px}.davey-gpt-message{max-width:85%;padding:8px 12px;font-size:13px}.davey-gpt-message-content{font-size:13px}.davey-gpt-input{min-height:36px;padding:7px 12px}.davey-gpt-floating-container{width:300px;right:10px;bottom:10px}.davey-gpt-message-avatar{width:24px;height:24px}}.davey-gpt-container{--dgpt-theme-primary:#7D4E2A;--dgpt-theme-secondary:#D0A85C}.davey-gpt-submit{background-color:#7D4E2A}.davey-gpt-floating-button{background-color:#7D4E2A}.davey-gpt-chat-window[data-theme="tavern"] .davey-gpt-assistant{border-color:#D0A85C}.davey-gpt-container,.davey-gpt-floating,.davey-gpt-chat-window{font-size:14px}.davey-gpt-message-content{font-size:13px}.davey-gpt-submit,.davey-gpt-button-label,.davey-gpt-input{font-size:14px}.davey-gpt-floating-title{font-size:calc(14px*1.2)}.dashicons{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center}.dashicons-minus:before{content:""}.dashicons-no-alt:before{content:""}.lazyload{--smush-placeholder-width:100px;--smush-placeholder-aspect-ratio:1/1;width:var(--smush-placeholder-width)!important;aspect-ratio:var(--smush-placeholder-aspect-ratio)!important}.lazyload{opacity:0}