.app{display:flex;height:100vh;overflow:hidden}.sidebar{width:340px;min-width:340px;background:#1f2c34;border-right:1px solid #2a3942;display:flex;flex-direction:column}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#202c33;border-bottom:1px solid #2a3942}.sidebar-header h2{font-size:16px;font-weight:600;color:#e9edef}.status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.status-dot.online{background:#00a884;box-shadow:0 0 6px #00a88466}.status-dot.offline{background:#ea4335;box-shadow:0 0 6px #ea433566}.chat-list{flex:1;overflow-y:auto}.empty-state{padding:40px 20px;text-align:center;color:#8696a0}.empty-state p{font-size:15px;font-weight:500;margin-bottom:6px;color:#aebac1}.empty-state span{font-size:13px}.chat-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 20px;border:none;background:transparent;cursor:pointer;text-align:left;border-bottom:1px solid #222d34;transition:background .15s;color:inherit;font-family:inherit}.chat-item:hover,.chat-item.active{background:#2a3942}.chat-avatar{width:48px;height:48px;border-radius:50%;background:#00a884;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;flex-shrink:0}.chat-avatar.small{width:40px;height:40px;font-size:16px}.chat-info{flex:1;min-width:0}.chat-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.chat-name{font-size:15px;font-weight:500;color:#e9edef}.chat-time{font-size:11px;color:#8696a0;flex-shrink:0}.chat-preview{font-size:13px;color:#8696a0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-panel{flex:1;display:flex;flex-direction:column;background:#0b141a}.no-chat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8696a0;gap:8px}.no-chat h3{font-size:22px;font-weight:400;color:#e9edef}.no-chat p{font-size:14px}.chat-header{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#202c33;border-bottom:1px solid #2a3942}.chat-header h3{font-size:15px;font-weight:500;color:#e9edef;line-height:1.2}.phone-number{font-size:12px;color:#8696a0}.messages{flex:1;overflow-y:auto;padding:16px 60px;display:flex;flex-direction:column;gap:4px}.message{max-width:65%;padding:8px 12px 4px;border-radius:8px;position:relative;line-height:1.4}.message.in{align-self:flex-start;background:#202c33;border-top-left-radius:0}.message.out{align-self:flex-end;background:#005c4b;border-top-right-radius:0}.message p{font-size:14px;word-wrap:break-word;margin-bottom:2px}.msg-time{display:block;text-align:right;font-size:11px;color:#fff9}.input-bar{display:flex;gap:10px;padding:12px 20px;background:#202c33;border-top:1px solid #2a3942}.input-bar input{flex:1;padding:10px 16px;border-radius:8px;border:none;background:#2a3942;color:#e9edef;font-size:14px;font-family:inherit;outline:none}.input-bar input::placeholder{color:#8696a0}.input-bar input:focus{box-shadow:0 0 0 1px #00a884}.input-bar button{padding:10px 24px;border-radius:8px;border:none;background:#00a884;color:#fff;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s}.input-bar button:hover:not(:disabled){background:#00c49a}.input-bar button:disabled{opacity:.5;cursor:not-allowed}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#374045;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a5568}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#111b21;color:#e9edef;-webkit-font-smoothing:antialiased}
