﻿.drawer-open,.drawer-style.drawer-open{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.bubble .bubble-content,.chat-content .bubble{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.chat-dock-card{position:fixed;right:0;bottom:0;width:min(420px,95vw);height:min(70vh,90vh);z-index:1400;display:flex;flex-direction:column;border-radius:12px}.card-style,.chat-dock-inner{flex-direction:column;position:relative;display:flex}.chat-dock-inner{height:100%;width:100%;overflow:hidden}.card-style{overflow:hidden!important;height:auto!important;max-width:100%;margin:0!important;padding:0!important;flex:1 1 auto}.drawer-style{position:absolute;z-index:999;right:0;top:48px;width:300px;height:calc(100% - 48px);display:flex;flex-direction:column;overflow:hidden;border-left:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);border-top-left-radius:5px;border-bottom-left-radius:5px;pointer-events:none;visibility:hidden;opacity:0;transition:transform .3s ease-in-out,opacity .2s ease-in-out,visibility 0s linear .3s;transform:translateX(100%)}.drawer-style.drawer-open{transform:translateX(0);pointer-events:auto;visibility:visible;opacity:1;transition:transform .3s ease-in-out,opacity .2s ease-in-out,visibility}.light-mode{--bubble-out-bg:#e8f0fe;--bubble-out-fg:#0f172a;--bubble-in-bg:#ffffff;--bubble-in-fg:#0f172a;--bubble-border:rgba(0,0,0,.06)}.dark-mode{--bubble-out-bg:#1f2a44;--bubble-out-fg:#e5e7eb;--bubble-in-bg:#2b2f36;--bubble-in-fg:#e5e7eb;--bubble-border:rgba(255,255,255,.08)}.light-mode .drawer-style{background-color:#fff;color:#32333dff}.dark-mode .drawer-style{background-color:#32333dff;color:#ffffffb2}.contact-list-container{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-bottom:25px;-webkit-overflow-scrolling:touch}.search-box-container{background-color:inherit;position:sticky;top:0;z-index:1}.msg-wrap{max-width:85%;min-width:120px}.chat-content{overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;flex:1 1 0;margin:5px;min-height:0;padding-top:12px}.chat-bottom-spacer,.chat-empty{flex:1 1 auto;min-height:0}.chat-content>:first-child{margin-top:8px}.chat-content .bubble{--r:25px;max-width:100%!important;min-width:100px;width:fit-content;padding:calc(2 * var(--r)/ 3);position:relative;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.25);font-size:16px!important;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap;-webkit-user-select:none;user-select:none;touch-action:manipulation}.chat-content .left,.chat-content .right{margin-left:10px;place-self:end;padding:10px 15px;box-shadow:0 4px 8px rgba(0,0,0,.25)}.chat-content .icon-close{position:absolute;top:5px;right:5px;z-index:10;font-size:15px;color:inherit;opacity:.9}.chat-content .left{border-radius:12px;background:var(--bubble-out-bg);color:var(--bubble-out-fg);border:1px solid var(--bubble-border)}.chat-content .right{border-radius:12px;background:var(--bubble-in-bg);color:var(--bubble-in-fg);border:1px solid var(--bubble-border)}.chat-fab{position:fixed!important;right:14px!important;bottom:14px!important;left:auto!important;z-index:1300!important}.chat-empty{display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}.dock-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;margin-top:0}.dock-input{flex:0 0 auto;border-top:1px solid var(--mud-palette-lines-default);padding:8px 12px;background:var(--mud-palette-surface)}.dock-input,.dock-input *{-webkit-user-select:text;user-select:text}@media (max-width:700px){.msg-wrap,body.chat-open .msg-wrap{max-width:96%}.chat-fab-wrap{display:block;width:100%;box-sizing:border-box;padding:0 14px 14px;text-align:right;margin-top:-40px}body.chat-open #myAppBar{display:none!important}body.chat-open .chat-dock-card{position:fixed;inset:0;width:100vw;height:100dvh;border-radius:0;display:flex;flex-direction:column;z-index:1400}body.chat-open .chat-dock-inner{flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden}body.chat-open .card-style{height:auto!important;flex:1 1 auto;display:flex;flex-direction:column;border-radius:0;margin:0!important;padding:0!important}body.chat-open .dock-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}body.chat-open .chat-content{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;margin:0;padding:12px 8px max(8px,env(safe-area-inset-bottom))}body.chat-open .chat-content>:first-child{margin-top:30px}body.chat-open .dock-input{flex:0 0 auto;padding:8px 12px max(8px,env(safe-area-inset-bottom));background:var(--mud-palette-surface)}body.chat-open .drawer-style{top:48px;height:calc(100% - 48px)}}.badge-16 .mud-badge{height:16px;min-width:16px;line-height:17px;font-size:11px;padding:0 4px;border-radius:8px}.typing-bubble{padding:6px 10px;line-height:1;min-width:72px;justify-content:center;margin-bottom:6px;align-self:flex-end;box-sizing:border-box;opacity:.95}.typing-dots{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.typing-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.6;animation:1.2s ease-in-out infinite typingBlink}.typing-dot:nth-child(2){animation-delay:.12s}.typing-dot:nth-child(3){animation-delay:.24s}@keyframes typingBlink{0%,100%,80%{transform:translateY(0);opacity:.4}40%{transform:translateY(-2px);opacity:1}}.bubble .bubble-content{display:inline-block;-webkit-user-select:none;user-select:none}.bubble ::selection{background:0 0}