*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden;position:fixed}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.chat-page{display:flex;height:100%;width:100%;overflow:hidden}.chat-sidebar{width:340px;min-width:340px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--border-color);background:var(--bg-header);overflow:hidden}.chat-main{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-primary)}.cv-container{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.cv-header{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border-color);background:var(--bg-header);flex-shrink:0;overflow:hidden}.cv-header-avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff}.cv-header-info{flex:1;min-width:0;cursor:pointer}.cv-header-name{font-size:15px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cv-header-status{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cv-header-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:var(--text-secondary);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0}.cv-header-btn:active{opacity:.6}.cv-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px 10px;display:flex;flex-direction:column;gap:3px}.cv-compose{flex-shrink:0}.bubble-row{display:flex;margin-bottom:2px}.bubble-row-own{justify-content:flex-end}.bubble-col{display:flex;flex-direction:column;max-width:75%}.bubble-col-own{align-items:flex-end}.bubble-col-other{align-items:flex-start}.cl-header{padding:14px 16px;border-bottom:1px solid var(--border-color)}.cl-search{padding:6px 12px 10px}.cl-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .15s}.cl-footer{padding:12px 16px;border-top:1px solid var(--border-color);font-size:11px}@media(max-width:767px){.chat-sidebar{width:100%;min-width:100%}.chat-sidebar-hidden,.chat-main-hidden{display:none}.cv-header{padding:8px;gap:6px}.cv-header-avatar{width:32px;height:32px;font-size:14px}.cv-header-name{font-size:14px}.cv-header-status{font-size:11px}.cv-header-btn{width:28px;height:28px;font-size:14px}.cv-header-btn.desktop-only{display:none}.cv-messages{padding:8px 6px}.bubble-col{max-width:90%}.cl-header{padding:12px}.cl-search{padding:4px 10px 8px}.cl-item{padding:10px 12px;gap:10px}.cl-footer{padding:10px 12px}}@media(max-width:399px){.cv-header{padding:6px;gap:4px}.cv-header-avatar{width:28px;height:28px;font-size:12px}.cv-header-name{font-size:13px}.cv-header-btn{width:26px;height:26px;font-size:13px}.cv-messages{padding:6px 4px}.bubble-col{max-width:92%}}@media(min-width:768px)and (max-width:1024px){.chat-sidebar{width:280px;min-width:280px}}@media(min-width:1025px){.chat-sidebar{width:360px;min-width:360px}.bubble-col{max-width:65%}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}video::-webkit-media-controls{display:none!important}video::-webkit-media-controls-enclosure{display:none!important}video::-webkit-media-controls-panel{display:none!important}
