:root{--chat-launcher-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px))}.dbc-chat-launcher{right:1.5rem;bottom:var(--chat-launcher-bottom);background:var(--banner-button,#0a4f8c);color:#fff;cursor:pointer;z-index:9998;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;display:flex;position:fixed;box-shadow:0 4px 12px #0000002e}.dbc-chat-launcher__badge{color:#fff;background:#d33;border-radius:999px;padding:2px 6px;font-size:11px;font-weight:700;position:absolute;top:-4px;right:-4px}.dbc-chat-launcher--shake{animation:5s ease-in-out .4s infinite dbc-chat-vibrate}@keyframes dbc-chat-vibrate{0%{transform:translate(0)rotate(0)}1.5%{transform:translate(-3px)rotate(-6deg)}3%{transform:translate(3px)rotate(6deg)}4.5%{transform:translate(-3px)rotate(-6deg)}6%{transform:translate(3px)rotate(6deg)}7.5%{transform:translate(-2px)rotate(-4deg)}9%{transform:translate(2px)rotate(4deg)}10.5%{transform:translate(-1px)rotate(-2deg)}12%{transform:translate(0)rotate(0)}to{transform:translate(0)rotate(0)}}@media (prefers-reduced-motion:reduce){.dbc-chat-launcher--shake{animation:none}}.dbc-chat-window{right:1.5rem;bottom:var(--chat-launcher-bottom);z-index:9998;background:#fff;border-radius:12px;flex-direction:column;width:380px;height:560px;animation:.25s ease-out dbc-chat-slide-in;display:flex;position:fixed;overflow:hidden;box-shadow:0 8px 24px #0003}.dbc-chat-window--fullscreen{width:auto;height:auto;inset:1rem}@keyframes dbc-chat-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (max-width:640px){.dbc-chat-window{border-radius:0;width:100%;height:100%;inset:0}.dbc-chat-window--fullscreen{inset:0}.dbc-chat-icon--fullscreen,.dbc-chat-inputrow button{display:none}}.dbc-chat-header{background:var(--banner-button,#0a4f8c);color:#fff;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.dbc-chat-header h2{flex:1;margin:0;font-size:1rem;font-weight:600}.dbc-chat-icon{color:#fff;cursor:pointer;background:0 0;border:none;padding:.25rem}.dbc-chat-medical-disclaimer{color:#6b7280;background:#f9fafb;border-bottom:1px solid #eef0f2;margin:0;padding:.5rem 1rem;font-size:.72rem;line-height:1.35}.dbc-chat-msglist{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.dbc-chat-msg{display:flex}.dbc-chat-msg--user{justify-content:flex-end}.dbc-chat-msg__bubble{white-space:pre-wrap;word-wrap:break-word;background:#f1f3f5;border-radius:1rem;max-width:80%;padding:.5rem .75rem}.dbc-chat-msg--user .dbc-chat-msg__bubble{background:var(--banner-button,#0a4f8c);color:#fff}.dbc-chat-msg--error .dbc-chat-msg__bubble{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;font-style:italic}.dbc-chat-thinking{align-items:center;gap:.5rem;min-height:1.25rem;display:inline-flex}.dbc-chat-thinking__label{color:#6b7280;font-size:.85rem}.dbc-chat-thinking__dots{gap:3px;display:inline-flex}.dbc-chat-thinking__dots span{background:#6b7280;border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite dbc-chat-wave;display:inline-block}.dbc-chat-thinking__dots span:nth-child(2){animation-delay:.18s}.dbc-chat-thinking__dots span:nth-child(3){animation-delay:.36s}@keyframes dbc-chat-wave{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.dbc-chat-thinking__dots span{opacity:.8;animation:none}}.dbc-chat-inputbar{border-top:1px solid #e5e7eb;padding:.75rem 1rem}.dbc-chat-disclaimer{color:#6b7280;margin:0 0 .5rem;font-size:.7rem}.dbc-chat-inputrow{gap:.5rem;display:flex}.dbc-chat-inputrow textarea{resize:none;border:1px solid #e5e7eb;border-radius:.375rem;flex:1;padding:.5rem;font-family:inherit;font-size:16px;line-height:1.4}.dbc-chat-inputrow textarea:focus{outline:2px solid var(--banner-button,#0a4f8c);outline-offset:-1px}.dbc-chat-inputrow button{background:var(--banner-button,#0a4f8c);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:0 1rem}.dbc-chat-inputrow button:disabled{opacity:.5;cursor:not-allowed}.dbc-chat-counter{color:#9ca3af;text-align:right;margin:.25rem 0 0;font-size:.7rem}.dbc-chat-goodbye{color:#6b7280;text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;display:flex}.dbc-chat-restart{background:var(--banner-button,#0a4f8c);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.9rem}.dbc-chat-restart:hover{opacity:.9}@media (prefers-reduced-motion:reduce){.dbc-chat-window{animation:none}}
