:root{--fs-xs: 12px;--fs-sm: 14px;--fs-base: 16px;--fs-lg: 18px;--fs-xl: 20px;--fs-2xl: 24px;--fs-3xl: 30px;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--brand-red-900: #6d1618;--brand-red-800: #8a1c1e}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"cv11","ss01";font-variant-numeric:tabular-nums;background-color:#f8fafc;color:#0f172a}.tabular-nums,.font-mono{font-variant-numeric:tabular-nums}@keyframes di-fade-in{0%{opacity:0}to{opacity:1}}@keyframes di-slide-from-bottom-4{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes di-slide-from-top-2{0%{transform:translateY(-.5rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes di-zoom-in-95{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-in{animation-duration:.2s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.fade-in{animation-name:di-fade-in}.slide-in-from-bottom-4{animation-name:di-slide-from-bottom-4}.slide-in-from-top-2{animation-name:di-slide-from-top-2}.zoom-in-95{animation-name:di-zoom-in-95}.animate-in.fade-in.slide-in-from-bottom-4{animation-name:di-fade-in,di-slide-from-bottom-4}.animate-in.fade-in.slide-in-from-top-2{animation-name:di-fade-in,di-slide-from-top-2}.animate-in.fade-in.zoom-in-95{animation-name:di-fade-in,di-zoom-in-95}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid transparent;outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px;border:2px solid #f8fafc}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chat-root{--chat-primary: #7f1d1d;--chat-primary-hover: #991b1b;--chat-bg: #ffffff;--chat-bg-alt: #f8fafc;--chat-text: #0f172a;--chat-muted: #64748b;--chat-border: #e2e8f0;--chat-mine: #fee2e2;--chat-theirs: #f1f5f9;--chat-shadow: 0 8px 24px rgba(0, 0, 0, .16);--chat-radius: 12px;--chat-fab-size: 56px;--chat-z: 2147483000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--chat-text)}.chat-root,.chat-root *{box-sizing:border-box}.chat-fab{position:fixed;bottom:20px;right:20px;width:var(--chat-fab-size);height:var(--chat-fab-size);border-radius:50%;background:var(--chat-primary);color:#fff;border:none;box-shadow:var(--chat-shadow);cursor:pointer;z-index:var(--chat-z);display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.chat-fab:hover{background:var(--chat-primary-hover);transform:translateY(-1px)}.chat-fab:active{transform:translateY(0)}.chat-fab svg{display:block}.chat-fab-dot{position:absolute;right:6px;bottom:6px;width:10px;height:10px;border-radius:50%;border:2px solid var(--chat-primary);background:#9ca3af}.chat-fab-dot[data-status=online]{background:#22c55e}.chat-fab-dot[data-status=reconnecting]{background:#facc15}.chat-fab-dot[data-status=offline]{background:#ef4444}.chat-fab-dot[data-status=connecting]{background:#facc15}.chat-fab-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.chat-panel{position:fixed;bottom:88px;right:20px;width:340px;max-width:calc(100vw - 40px);height:min(560px,calc(100vh - 120px));background:var(--chat-bg);border:1px solid var(--chat-border);border-radius:var(--chat-radius);box-shadow:var(--chat-shadow);display:flex;flex-direction:column;overflow:hidden;z-index:var(--chat-z)}@media(max-width:480px){.chat-panel{right:10px;left:10px;bottom:84px;width:auto;max-width:none;height:calc(100vh - 110px)}}.chat-panel-head{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--chat-primary);color:#fff;flex-shrink:0}.chat-panel-head strong{font-size:14px}.chat-panel-head .chat-panel-sub{font-size:12px;opacity:.85;margin-left:auto;margin-right:8px}.chat-panel-head button{background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer;padding:2px 6px;border-radius:4px;line-height:1}.chat-panel-head button:hover{background:#ffffff26}.chat-panel-head .chat-back{font-size:16px}.chat-panel-head .chat-mute{font-size:14px}.chat-roster{flex:1;overflow-y:auto;padding:8px 0}.chat-empty{padding:24px 16px;text-align:center;color:var(--chat-muted);font-size:13px}.chat-roster-group{padding:8px 0}.chat-roster-group-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--chat-muted);padding:4px 14px 6px;margin:0}.chat-roster-group-app{font-weight:400;text-transform:none;letter-spacing:0;opacity:.7}.chat-roster-list{list-style:none;padding:0;margin:0}.chat-roster-item{display:flex;align-items:center;gap:8px;padding:10px 14px;cursor:pointer;border-bottom:1px solid var(--chat-border)}.chat-roster-item:hover{background:var(--chat-bg-alt)}.chat-roster-name{font-size:14px;font-weight:600;flex:1}.chat-roster-suffix{font-weight:400;color:var(--chat-muted);font-size:12px}.chat-roster-dept{font-size:11px;color:var(--chat-muted)}.chat-roster-unread{min-width:20px;height:20px;padding:0 6px;background:var(--chat-primary);color:#fff;font-size:11px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center}.chat-conv{flex:1;display:flex;flex-direction:column;min-height:0}.chat-msgs{flex:1;overflow-y:auto;padding:10px 12px;display:flex;flex-direction:column;gap:6px;background:var(--chat-bg-alt)}.chat-msg{max-width:80%;padding:8px 10px;border-radius:10px;font-size:13px;word-wrap:break-word;line-height:1.35}.chat-msg.theirs{background:var(--chat-theirs);align-self:flex-start}.chat-msg.mine{background:var(--chat-mine);align-self:flex-end}.chat-msg-text{white-space:pre-wrap}.chat-msg-meta{display:flex;gap:6px;font-size:10px;color:var(--chat-muted);margin-top:4px;align-items:center}.chat-msg-fail{color:#b91c1c;font-weight:600}.chat-msg.failed .chat-msg-text{opacity:.7}.chat-typing{padding:4px 14px;font-size:11px;color:var(--chat-muted);font-style:italic;background:var(--chat-bg-alt)}.chat-input-row{display:flex;gap:6px;padding:8px;border-top:1px solid var(--chat-border);background:var(--chat-bg);flex-shrink:0}.chat-input{flex:1;padding:8px 10px;border:1px solid var(--chat-border);border-radius:8px;font-size:13px;outline:none}.chat-input:focus{border-color:var(--chat-primary)}.chat-send{width:36px;height:36px;background:var(--chat-primary);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px}.chat-send:hover{background:var(--chat-primary-hover)}.chat-toast-stack{position:fixed;left:20px;bottom:20px;display:flex;flex-direction:column-reverse;gap:8px;z-index:var(--chat-z);max-width:calc(100vw - 40px)}.chat-toast{background:var(--chat-text);color:#fff;padding:10px 14px;border-radius:10px;box-shadow:var(--chat-shadow);font-size:13px;max-width:320px;cursor:pointer;animation:chat-toast-in .2s ease}.chat-toast-head{font-weight:600;font-size:12px;margin-bottom:2px}.chat-toast-head span{opacity:.7;font-weight:400}.chat-toast-body{font-weight:400;white-space:pre-wrap;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@keyframes chat-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
