@charset "UTF-8";:root{--bg-app: #111b21;--bg-sidebar: #111b21;--bg-chat: #0b141a;--bg-chat-pattern: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIvPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+a8b2mAAAABVJREFUeNrtzgENADAIA7ChN/4JB+eCAJwj4u6q+gYGBMQbAQYALc4D0SIfkbUAAAAASUVORK5CYII=);--bg-input: #202c33;--bg-bubble-out: #005c4b;--bg-bubble-in: #202c33;--bg-bubble-note: #3b3520;--bg-header: #202c33;--bg-hover: #2a3942;--bg-active: #2a3942;--bg-search: #202c33;--text-primary: #e9edef;--text-secondary: #8696a0;--text-muted: #667781;--text-bubble: #e9edef;--text-note: #e9c46a;--text-link: #53bdeb;--border-color: #2a3942;--border-light: #222d34;--accent: #00a884;--accent-hover: #06cf9c;--danger: #ea4335;--warning: #f59e0b;--bubble-radius: 8px;--sidebar-width: 340px;--contact-panel-width: 300px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:var(--font-family);font-size:14px;color:var(--text-primary);background:var(--bg-app);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#374045;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a5568}a{color:var(--text-link);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;background:none;color:var(--text-primary);font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:var(--text-primary);background:var(--bg-search);border:none;outline:none}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:11px;font-weight:600;background:var(--accent);color:#fff}.spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--border-color);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
