.dvg-chat-root{--dvg-background:oklch(1.000 0 0);--dvg-foreground:oklch(0.210 0.032 264.66);--dvg-card:oklch(1.000 0 0);--dvg-card-foreground:oklch(0.210 0.032 264.66);--dvg-muted:oklch(0.967 0.003 264.54);--dvg-muted-foreground:oklch(0.551 0.023 264.36);--dvg-border:oklch(0.928 0.006 264.53);--dvg-input:oklch(0.928 0.006 264.53);--dvg-ring:oklch(0.672 0.137 48.51);--dvg-primary:oklch(0.672 0.137 48.51);--dvg-primary-foreground:oklch(1.000 0 0);--dvg-destructive:oklch(0.637 0.208 25.33);--dvg-destructive-foreground:oklch(0.985 0 0);--dvg-radius:0.75rem;--dvg-font-sans:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--dvg-shadow-sm:0 1px 3px hsl(0 0% 0%/0.06);--dvg-shadow-md:0 4px 12px hsl(0 0% 0%/0.08);--dvg-shadow-lg:0 12px 32px hsl(0 0% 0%/0.16);--dvg-primary:var(--primary,oklch(0.672 0.137 48.51));--dvg-ring:var(--primary,oklch(0.672 0.137 48.51))}.dark .dvg-chat-root,.dvg-chat-root.dark{--dvg-background:oklch(0.180 0.004 308.19);--dvg-foreground:oklch(0.811 0 0);--dvg-card:oklch(0.182 0 0);--dvg-card-foreground:oklch(0.811 0 0);--dvg-muted:oklch(0.252 0 0);--dvg-muted-foreground:oklch(0.627 0 0);--dvg-border:oklch(0.252 0 0);--dvg-input:oklch(0.252 0 0)}:where(.dvg-chat-root,.dvg-chat-root *,.dvg-chat-root :before,.dvg-chat-root :after){box-sizing:border-box;border:0 solid var(--dvg-border);margin:0;padding:0;font-family:var(--dvg-font-sans)}:where(.dvg-chat-root button,.dvg-chat-root [role=button]){background:transparent;cursor:pointer;font:inherit;color:inherit}:where(.dvg-chat-root button:disabled){cursor:not-allowed}:where(.dvg-chat-root input,.dvg-chat-root textarea,.dvg-chat-root select){font:inherit;color:inherit;background:transparent}:where(.dvg-chat-root p,.dvg-chat-root ul,.dvg-chat-root ol,.dvg-chat-root pre){margin:0}:where(.dvg-chat-root svg){display:block}.dvg-chat-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:9999px;background:var(--dvg-primary);color:var(--dvg-primary-foreground);box-shadow:var(--dvg-shadow-md);transition:transform .15s ease,box-shadow .15s ease}.dvg-chat-fab:hover{transform:scale(1.05);box-shadow:var(--dvg-shadow-lg)}.dvg-chat-fab:active{transform:scale(.95)}.dvg-chat-fab svg{width:1.5rem;height:1.5rem}.dvg-chat-panel{position:fixed;bottom:6rem;right:1.5rem;z-index:50;width:min(420px,calc(100vw - 3rem));height:min(600px,calc(100svh - 7.5rem));border:1px solid var(--dvg-border);border-radius:1rem;background:var(--dvg-card);color:var(--dvg-card-foreground);box-shadow:var(--dvg-shadow-lg);overflow:hidden}.dvg-chat-confirm,.dvg-chat-panel{display:flex;flex-direction:column}.dvg-chat-confirm{position:absolute;inset:0;z-index:10;align-items:center;justify-content:center;gap:.75rem;padding:0 1.5rem;background:color-mix(in oklab,var(--dvg-card) 95%,transparent);backdrop-filter:blur(4px)}.dvg-chat-confirm__title{font-size:.875rem;font-weight:500;text-align:center}.dvg-chat-confirm__desc{font-size:.75rem;text-align:center;color:var(--dvg-muted-foreground)}.dvg-chat-confirm__actions{display:flex;gap:.5rem}.dvg-chat-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;height:1.75rem;padding:0 .625rem;border-radius:.5rem;border:1px solid transparent;font-size:.8rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.dvg-chat-btn:disabled{opacity:.5}.dvg-chat-btn--outline{border-color:var(--dvg-border);background:var(--dvg-background)}.dvg-chat-btn--outline:hover{background:var(--dvg-muted)}.dvg-chat-btn--destructive{background:color-mix(in oklab,var(--dvg-destructive) 10%,transparent);color:var(--dvg-destructive)}.dvg-chat-btn--destructive:hover{background:color-mix(in oklab,var(--dvg-destructive) 20%,transparent)}.dvg-chat-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--dvg-border);background:color-mix(in oklab,var(--dvg-card) 80%,transparent);backdrop-filter:blur(8px)}.dvg-chat-header__brand{display:flex;align-items:center;gap:.5rem}.dvg-chat-header__icon{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:9999px;background:color-mix(in oklab,var(--dvg-primary) 10%,transparent);color:var(--dvg-primary)}.dvg-chat-header__icon svg{width:.875rem;height:.875rem}.dvg-chat-header__title{font-size:.875rem;font-weight:600;line-height:1}.dvg-chat-scroll{position:relative;flex:1 1 auto;min-height:0}.dvg-chat-scroll [data-slot=scroll-area-viewport]{width:100%;height:100%;border-radius:inherit;outline:none}.dvg-chat-scroll [data-slot=scroll-area-scrollbar]{display:flex;user-select:none;touch-action:none;padding:1px}.dvg-chat-scroll [data-slot=scroll-area-scrollbar][data-orientation=vertical]{width:.5rem;height:100%}.dvg-chat-scroll [data-slot=scroll-area-thumb]{position:relative;flex:1;background:var(--dvg-border);border-radius:9999px}.dvg-chat-messages{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1rem}.dvg-chat-msg{display:flex;align-items:flex-end;gap:.5rem}.dvg-chat-msg--user{flex-direction:row-reverse}.dvg-chat-avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:9999px;box-shadow:var(--dvg-shadow-sm);font-size:.625rem}.dvg-chat-avatar--user{background:var(--dvg-foreground);color:var(--dvg-background)}.dvg-chat-avatar--bot{background:var(--dvg-primary);color:var(--dvg-primary-foreground)}.dvg-chat-avatar svg{width:.75rem;height:.75rem}.dvg-chat-msg__body{max-width:75%}.dvg-chat-bubble{padding:.5rem .75rem;border-radius:1rem;font-size:.875rem;line-height:1.625;box-shadow:var(--dvg-shadow-sm)}.dvg-chat-bubble--user{border-bottom-right-radius:.25rem;background:var(--dvg-primary);color:var(--dvg-primary-foreground);white-space:pre-wrap}.dvg-chat-bubble--assistant{border-bottom-left-radius:.25rem;border:1px solid var(--dvg-border);background:color-mix(in oklab,var(--dvg-muted) 50%,transparent);color:var(--dvg-card-foreground)}.dvg-chat-signin{display:inline-flex;align-items:center;gap:.375rem;margin-top:.5rem;padding:.375rem .75rem;border-radius:.5rem;border:1px solid color-mix(in oklab,var(--dvg-primary) 30%,transparent);background:color-mix(in oklab,var(--dvg-primary) 10%,transparent);color:var(--dvg-primary);font-size:.75rem;font-weight:500;transition:background .15s}.dvg-chat-signin:hover{background:color-mix(in oklab,var(--dvg-primary) 20%,transparent)}.dvg-chat-signin svg{width:.75rem;height:.75rem}.dvg-chat-typing{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 0}.dvg-chat-typing__dot{width:.375rem;height:.375rem;border-radius:9999px;background:var(--dvg-muted-foreground);animation:dvg-chat-bounce 1s infinite}.dvg-chat-typing__dot:first-child{animation-delay:-.3s}.dvg-chat-typing__dot:nth-child(2){animation-delay:-.15s}@keyframes dvg-chat-bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.dvg-chat-suggestions{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.dvg-chat-suggestion{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:9999px;border:1px solid var(--dvg-border);background:var(--dvg-card);color:var(--dvg-card-foreground);font-size:.75rem;box-shadow:var(--dvg-shadow-sm);transition:border-color .15s,background .15s,color .15s}.dvg-chat-suggestion:hover{border-color:color-mix(in oklab,var(--dvg-primary) 40%,transparent);background:var(--dvg-muted)}.dvg-chat-suggestion svg{width:.75rem;height:.75rem;color:var(--dvg-primary)}.dvg-chat-composer{padding:.875rem 1rem;border-top:1px solid var(--dvg-border);background:color-mix(in oklab,var(--dvg-muted) 30%,transparent);backdrop-filter:blur(8px)}.dvg-chat-composer__bar{display:flex;align-items:center;gap:.375rem;padding-left:1rem;padding-right:.375rem;border:1px solid color-mix(in oklab,var(--dvg-border) 80%,transparent);border-radius:1rem;background:var(--dvg-background);box-shadow:var(--dvg-shadow-md);transition:border-color .15s,box-shadow .15s}.dvg-chat-composer__bar:focus-within{border-color:var(--dvg-ring);box-shadow:var(--dvg-shadow-lg),0 0 0 2px color-mix(in oklab,var(--dvg-ring) 25%,transparent)}.dvg-chat-composer__input{flex:1 1 0;height:2.5rem;border:0;background:transparent;outline:none;font-size:.875rem}.dvg-chat-composer__input::placeholder{color:var(--dvg-muted-foreground)}.dvg-chat-composer__submit{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:var(--dvg-primary);color:var(--dvg-primary-foreground);transition:background .15s,transform .1s}.dvg-chat-composer__submit:hover:not(:disabled){background:color-mix(in oklab,var(--dvg-primary) 90%,black)}.dvg-chat-composer__submit:active:not(:disabled){transform:scale(.95)}.dvg-chat-composer__submit:disabled{background:var(--dvg-muted);color:var(--dvg-muted-foreground)}.dvg-chat-composer__submit svg{width:.875rem;height:.875rem}.dvg-chat-composer__submit svg.dvg-chat-spin{width:1rem;height:1rem;animation:dvg-chat-spin 1s linear infinite}@keyframes dvg-chat-spin{to{transform:rotate(1turn)}}.dvg-chat-md p{margin:.25rem 0;line-height:1.625}.dvg-chat-md p:first-child{margin-top:0}.dvg-chat-md p:last-child{margin-bottom:0}.dvg-chat-md ol,.dvg-chat-md ul{margin:.25rem 0;padding-left:1.25rem}.dvg-chat-md li{margin:0}.dvg-chat-md strong{font-weight:600;color:var(--dvg-foreground)}.dvg-chat-md code{padding:.125rem .25rem;border-radius:.25rem;background:var(--dvg-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.dvg-chat-md h1,.dvg-chat-md h2,.dvg-chat-md h3,.dvg-chat-md h4{margin:.375rem 0;font-weight:600;line-height:1.25}.dvg-chat-md h1{font-size:1.05rem}.dvg-chat-md h2{font-size:1rem}.dvg-chat-md h3{font-size:.95rem}.dvg-chat-md h4{font-size:.9rem}.dvg-chat-md hr{margin:.5rem 0;border-top:1px solid var(--dvg-border)}.dvg-chat-md a{color:var(--dvg-primary);text-decoration:underline;text-underline-offset:2px}:root{--primary:oklch(0.4002 0.042922 247.72);--secondary:oklch(0.7758 0.027144 248.18);--background-secondary:var(--color-gray-900)}