@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary: #17212b;--bg-secondary: #0e1621;--bg-tertiary: #242f3d;--bg-hover: #202b36;--bg-active: #2b5278;--border-color: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .12);--text-primary: #f5f5f5;--text-secondary: #8b9ba5;--text-muted: #6c7883;--text-inactive: #4d5a66;--accent: #5288c1;--accent-light: #6ab2f2;--bubble-in: #182533;--bubble-out: #2b5278;--success: #5dc452;--danger: #e55454;--telegram: #5288c1;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 18px;--radius-full: 50%;--transition: .15s ease}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-secondary);color:var(--text-primary);overflow:hidden;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.4}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}.app{height:100%;display:flex}.login-page{height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary)}.login-card{background:var(--bg-primary);border-radius:var(--radius-lg);padding:32px;width:100%;max-width:360px;border:1px solid var(--border-color)}.login-card h1{font-size:20px;font-weight:600;margin-bottom:8px;text-align:center}.login-card p{font-size:13px;color:var(--text-secondary);margin-bottom:24px;text-align:center}.login-card input{width:100%;height:44px;padding:0 14px;border-radius:var(--radius-md);border:1px solid var(--border-light);background:var(--bg-tertiary);color:var(--text-primary);font-size:14px;margin-bottom:16px;outline:none;transition:border-color var(--transition)}.login-card input:focus{border-color:var(--accent)}.login-card input::placeholder{color:var(--text-muted)}.login-card button{width:100%;height:44px;border-radius:var(--radius-md);border:none;background:var(--accent);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all var(--transition)}.login-card button:hover{background:var(--accent-light)}.login-card button:disabled{opacity:.6;cursor:not-allowed}.login-error{color:var(--danger);font-size:13px;margin-bottom:16px;text-align:center}.sidebar{width:320px;min-width:280px;background:var(--bg-primary);border-right:1px solid var(--border-color);display:flex;flex-direction:column}.sidebar-top{height:56px;padding:0 12px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border-color);flex-shrink:0}.sidebar-title{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;flex:1;min-width:0;overflow:hidden}.sidebar-title span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-btns{display:flex;gap:4px;flex-shrink:0}.btn{cursor:pointer;border:none;background:var(--bg-tertiary);color:var(--text-secondary);height:32px;padding:0 12px;border-radius:var(--radius-md);font-size:12px;font-weight:500;transition:all var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:4px}.btn:hover{background:var(--bg-hover);color:var(--text-primary)}.btn.back{width:32px;padding:0;flex-shrink:0}.btn.active{background:var(--bg-active);color:var(--text-primary)}.list-container{flex:1;overflow-y:auto;overflow-x:hidden}.sidebar-footer{padding:10px 12px;border-top:1px solid var(--border-color);flex-shrink:0}.logout-btn{width:100%;cursor:pointer;border:none;background:#e5545426;color:var(--danger);height:36px;padding:0 12px;border-radius:var(--radius-md);font-size:13px;font-weight:500;transition:all var(--transition);display:flex;align-items:center;justify-content:center;gap:8px}.logout-btn:hover{background:#e5545440}.item-card{display:flex;gap:10px;padding:10px 12px;cursor:pointer;transition:background var(--transition);border-bottom:1px solid var(--border-color)}.item-card:hover{background:var(--bg-hover)}.item-card.active{background:var(--bg-active)}.item-icon{width:42px;height:42px;border-radius:var(--radius-md);background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.item-meta{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px}.item-top-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.item-name{font-size:14px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-time{font-size:12px;color:var(--text-muted);flex-shrink:0}.item-stats{font-size:12px;color:var(--text-secondary);display:flex;align-items:center;gap:10px}.chat-card{display:flex;gap:10px;padding:10px 12px;cursor:pointer;transition:background var(--transition);position:relative;border-bottom:1px solid var(--border-color)}.chat-card:hover{background:var(--bg-hover)}.chat-card.active{background:var(--bg-active)}.chat-card.inactive .chat-name{color:var(--text-inactive)}.chat-card.inactive .chat-avatar{opacity:.4}.chat-card.inactive .chat-preview{color:var(--text-inactive)}.chat-card .operator-dot{position:absolute;right:10px;bottom:10px;width:8px;height:8px;border-radius:50%;background:var(--danger)}.chat-card .tg-icon{position:absolute;right:10px;top:10px;width:16px;height:16px;color:var(--telegram)}.chat-avatar{width:42px;height:42px;border-radius:var(--radius-full);background:var(--accent);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0}.chat-meta{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px}.chat-top-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.chat-name-row{display:flex;align-items:center;gap:6px;min-width:0;flex:1;overflow:hidden}.chat-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge{font-size:10px;font-weight:600;padding:2px 6px;border-radius:var(--radius-full);background:var(--accent);color:#fff;flex-shrink:0}.chat-time{font-size:12px;color:var(--text-muted);flex-shrink:0;padding-right:20px}.chat-preview{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--bg-secondary)}.topbar{height:56px;background:var(--bg-primary);border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:0 16px;gap:12px}.tg-avatar{width:40px;height:40px;border-radius:var(--radius-full);background:var(--accent);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0}.head{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.head .name-row{display:flex;align-items:center;gap:10px}.head .name{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-primary);text-decoration:none}.head a.name:hover{text-decoration:underline}.head .status{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-chat-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius-md);background:var(--bg-tertiary);color:var(--telegram);font-size:12px;font-weight:500;text-decoration:none;transition:all var(--transition);flex-shrink:0}.tg-chat-btn:hover{background:var(--bg-hover)}.tg-chat-btn svg{width:14px;height:14px}.controls{display:flex;gap:6px}.chat-area{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:8px 12px;display:flex;flex-direction:column;gap:1px}.day-chip{align-self:center;padding:4px 12px;background:var(--bg-tertiary);border-radius:var(--radius-lg);font-size:12px;font-weight:500;color:var(--text-secondary);margin:8px 0;max-width:90%;text-align:center}.subscription-divider{display:flex;align-items:center;gap:12px;margin:16px 0}.subscription-divider:before,.subscription-divider:after{content:"";flex:1;height:1px;background:var(--border-light)}.subscription-divider span{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--accent);padding:4px 12px;background:var(--bg-tertiary);border-radius:var(--radius-lg);white-space:nowrap}.message-row{display:flex;align-items:flex-end;gap:6px;padding:1px 0}.message-row.in{justify-content:flex-start}.message-row.out{justify-content:flex-end}.msg-wrapper{display:flex;align-items:center;gap:6px;max-width:75%}.message-row.in .msg-wrapper{flex-direction:row}.message-row.out .msg-wrapper{flex-direction:row-reverse}.avatar{width:28px;height:28px;border-radius:var(--radius-full);background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:12px;flex-shrink:0;align-self:flex-end}.bubble{padding:6px 12px;border-radius:var(--radius-lg);position:relative;max-width:100%;word-wrap:break-word}.bubble.in{background:var(--bubble-in);border-bottom-left-radius:var(--radius-sm)}.bubble.out{background:var(--bubble-out);border-bottom-right-radius:var(--radius-sm)}.bubble-content{display:inline}.text{font-size:14px;line-height:1.4;white-space:pre-wrap;word-break:break-word;display:inline}.meta{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:var(--text-muted);float:right;margin-left:8px;margin-top:4px;position:relative;top:3px}.bubble.out .meta{color:#ffffff8c}.checks{display:inline-flex;align-items:center}.checks svg{width:14px;height:14px}.checks.read svg{color:var(--success)}.checks.unread svg{color:#fff6}.eaten-dot{width:6px;height:6px;border-radius:50%;background:var(--success);flex-shrink:0}.media-img{display:block;max-width:100%;max-height:300px;border-radius:var(--radius-md);margin-bottom:4px}.audio-box{margin-bottom:4px}.audio-box audio{width:min(240px,100%);height:32px}.media-hint{font-size:13px;color:var(--text-secondary);font-style:italic;display:inline}.bubble.has-media .meta{float:none;display:flex;justify-content:flex-end;margin-left:0;margin-top:4px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px}.empty-state .icon{width:64px;height:64px;border-radius:var(--radius-lg);background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center}.empty-state .icon svg{width:32px;height:32px;color:var(--text-muted)}.empty-state span{color:var(--text-muted);font-size:14px}.loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-muted)}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;height:100%;width:100%;max-width:360px;transform:translate(0);transition:transform .2s ease;z-index:100}.sidebar.closed{transform:translate(-100%)}.burger{display:inline-flex!important}}.backdrop{position:fixed;inset:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:90}.backdrop.show{opacity:1;pointer-events:auto}.burger{display:none;width:36px;height:36px;align-items:center;justify-content:center;border-radius:var(--radius-md);border:none;background:var(--bg-tertiary);cursor:pointer;transition:all var(--transition)}.burger:hover{background:var(--bg-hover)}.burger svg{width:18px;height:18px;color:var(--text-secondary)}
