@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);.db-widget,.db-widget *{box-sizing:border-box;margin:0;padding:0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;touch-action:manipulation}:root{--db-primary:#574337;--db-primary-dark:#46352c;--db-sand:#cbbfa3;--db-bubble:#f4f1ec;--db-chip:#eae3d5;--db-chip-hover:#ddd2bc;--db-text:#33302c;--db-subtle:#857d74;--db-border:#e3dcd2}.db-launcher{position:fixed;right:24px;bottom:24px;z-index:2147483000;display:flex;align-items:center;gap:10px;background:var(--db-primary)!important;color:#fff!important;border:none!important;box-shadow:0 8px 24px rgb(46 35 27 / .35)!important;border-radius:999px!important;padding:14px 22px 14px 16px;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 8px 24px rgb(46 35 27 / .35);transition:transform 0.15s ease,background 0.15s ease;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.db-launcher:hover{background:var(--db-primary-dark);transform:translateY(-1px)}.db-launcher img{width:30px;height:30px;display:block;background:#fff;border-radius:50%;padding:3px}.db-launcher.db-launcher--open{padding:0;width:52px;height:52px;justify-content:center}.db-launcher.db-launcher--open img{display:none}.db-launcher .db-chevron{display:none;width:20px;height:20px}.db-launcher.db-launcher--open .db-chevron{display:block}.db-launcher.db-launcher--open .db-launcher-label{display:none}.db-panel{position:fixed;right:24px;bottom:92px;z-index:2147483000;width:400px;max-width:calc(100vw - 32px);height:min(704px, calc(100dvh - 130px));background:#fff;border-radius:16px;box-shadow:0 12px 48px rgb(46 35 27 / .3);display:none;flex-direction:column;overflow:hidden}.db-panel.db-panel--open{display:flex}@media (max-width:480px){.db-panel{right:0;left:0;bottom:0;width:100%;max-width:100%;height:100vh;height:100dvh;border-radius:0}.db-launcher.db-launcher--open{display:none}}.db-header{background:var(--db-primary);color:#fff;display:flex;align-items:center;gap:10px;padding:14px 16px;flex-shrink:0}.db-header img{width:30px;height:30px;background:#fff;border-radius:50%;padding:3px}.db-header-title{font-size:17px;font-weight:700;flex:1}.db-header button{background:none!important;border:none!important;box-shadow:none!important;border-radius:0!important;color:#fff!important;cursor:pointer;padding:4px!important;display:flex;align-items:center;opacity:.85}.db-header button:hover{background:none!important;color:#fff!important;opacity:1}.db-header button svg{width:18px;height:18px}.db-body{flex:1;overflow-y:auto;padding:24px 16px 8px}.db-hero{text-align:center;padding:12px 16px 24px}.db-hero-logo{width:96px;height:96px;border-radius:50%;border:1px solid var(--db-border);background:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.db-hero-logo img{width:60px;height:60px}.db-hero-title{font-size:21px;font-weight:800;color:var(--db-text);margin-bottom:6px}.db-hero-sub{font-size:14px;color:var(--db-subtle);line-height:1.45}.db-row{display:flex;align-items:flex-end;gap:8px;margin:10px 0}.db-row--user{justify-content:flex-end}.db-avatar{width:28px;height:28px;border-radius:50%;border:1px solid var(--db-border);background:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center}.db-avatar img{width:20px;height:20px}.db-bubble{max-width:78%;padding:11px 14px;border-radius:10px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.db-bubble--bot{background:var(--db-bubble);color:var(--db-text)}.db-bubble--user{background:var(--db-primary);color:#fff}.db-bubble a{color:inherit;font-weight:700;text-decoration:underline;white-space:nowrap}.db-bubble--bot a{color:var(--db-primary)}.db-bubble--typing::after{content:"▍";color:var(--db-subtle);animation:db-blink 0.9s infinite both}.db-typing{display:inline-flex;gap:4px;padding:14px}.db-typing span{width:7px;height:7px;border-radius:50%;background:#c6bcae;animation:db-blink 1.2s infinite both}.db-typing span:nth-child(2){animation-delay:0.2s}.db-typing span:nth-child(3){animation-delay:0.4s}@keyframes db-blink{0%,80%,100%{opacity:.3}40%{opacity:1}}.db-chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin:10px 0 12px}.db-chip{background:var(--db-chip)!important;color:var(--db-primary)!important;border:none!important;box-shadow:none!important;border-radius:999px!important;padding:9px 16px!important;font-size:14px;font-weight:600;cursor:pointer;transition:background 0.12s ease}.db-chip:hover{background:var(--db-chip-hover)!important;color:var(--db-primary)!important}.db-input-row{display:flex;align-items:center;padding:10px 12px 4px;flex-shrink:0}.db-input-wrap{flex:1;display:flex;align-items:center;border:1px solid var(--db-border);border-radius:999px;padding:4px 4px 4px 18px;background:#fff}.db-input-wrap:focus-within{border-color:var(--db-primary)}.db-input{flex:1;border:none!important;outline:none!important;box-shadow:none!important;border-radius:0!important;font-size:16px;color:var(--db-text);background:transparent!important;padding:9px 0;margin:0;line-height:1.4}.db-input:focus{border:none!important;outline:none!important;box-shadow:none!important}.db-input::placeholder{color:#a89e91}.db-send{width:38px!important;height:38px;border-radius:50%!important;border:none!important;box-shadow:none!important;padding:0!important;background:var(--db-chip)!important;color:var(--db-primary)!important;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.12s ease,color 0.12s ease}.db-send--active{background:var(--db-primary)!important;color:#fff!important}.db-send svg{width:17px;height:17px}.db-footer{text-align:center;font-size:11.5px;color:var(--db-subtle);padding:6px 0 2px;flex-shrink:0}.db-footer a{color:inherit;text-decoration:none}.db-footer a:hover{text-decoration:underline}.db-disclaimer{text-align:center;font-size:10px;color:#b0a698;padding:0 16px 8px;flex-shrink:0}.db-launcher img,.db-header img,.db-hero-logo img,.db-avatar img{object-fit:contain}