body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:100%;margin:0 auto;padding:20px;background-color:#1a1a1a;color:#e0e0e0}.container{position:relative;background:#2d2d2d;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 4px 12px #0000004d;border:1px solid #404040}.header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;padding:10px 0}.logo-container{text-align:right;flex-shrink:0}.logo-container .logo-image{max-width:200px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}h1{color:#fff;text-align:center;font-size:2.5rem;margin-bottom:30px;text-shadow:0 2px 4px rgba(0,0,0,.3)}h2{color:#fff;border-bottom:2px solid #00d4ff;padding-bottom:12px;font-size:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px;margin:20px 0;width:100%}.today-stats-container{display:flex;flex-direction:column;gap:30px;width:100%}.stats-section{width:100%}.users-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:10px;margin:20px 0;width:100%}.messages-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:15px;margin:20px 0;width:100%}@media (max-width: 768px){body{padding:10px}.stats-grid,.users-stats-grid,.messages-stats-grid{grid-template-columns:repeat(2,1fr)}.today-stats-container{gap:20px}.header-row{flex-direction:column;align-items:stretch;gap:8px}.logo-container{display:none}.tabs{flex-wrap:wrap;gap:4px}.tab-button{padding:8px 10px;font-size:14px;margin-right:0;flex:1 0 auto}.logout-btn-mobile{margin-left:auto!important}.tools-submenu-button{padding:6px 10px;font-size:13px}.container{padding:16px}}.stat-card{background:#3a3a3a;padding:15px;border-radius:10px;text-align:center;border-left:4px solid #00d4ff;box-shadow:0 2px 8px #0003;transition:transform .2s ease;min-width:0}.stat-card:hover{transform:translateY(-2px)}.stat-value{font-size:28px;font-weight:700;color:#00d4ff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.stat-label{color:#b0b0b0;font-size:14px;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-container{margin:20px 0}.chart-container canvas{max-height:250px!important;height:250px!important}#locked-slots-chart.chart-container,#account-unblock-chart.chart-container{height:200px!important}#locked-slots-chart.chart-container canvas,#account-unblock-chart.chart-container canvas{max-height:200px!important;height:200px!important}canvas{border-radius:8px;background:#3a3a3a}table{width:100%;border-collapse:collapse;margin:20px 0;background:#3a3a3a;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0003}th,td{padding:16px;text-align:left;border-bottom:1px solid #505050;white-space:nowrap;max-width:0;overflow:hidden;text-overflow:ellipsis}th{background-color:#404040;font-weight:600;color:#fff;text-transform:uppercase;font-size:12px;letter-spacing:.5px}td{color:#e0e0e0;font-size:14px}tr:hover{background-color:#454545}.loading{text-align:center;color:#888;font-style:italic;padding:40px;display:flex;justify-content:center;align-items:center}.accordion-loader{display:flex;gap:4px;align-items:center}.accordion-bar{width:4px;height:20px;background:linear-gradient(135deg,#00d4ff,#09c);border-radius:2px;animation:accordion-wave 1.2s ease-in-out infinite}.accordion-bar:nth-child(1){animation-delay:0s}.accordion-bar:nth-child(2){animation-delay:.1s}.accordion-bar:nth-child(3){animation-delay:.2s}.accordion-bar:nth-child(4){animation-delay:.3s}.accordion-bar:nth-child(5){animation-delay:.4s}.accordion-bar:nth-child(6){animation-delay:.5s}.accordion-bar:nth-child(7){animation-delay:.6s}.accordion-bar:nth-child(8){animation-delay:.7s}@keyframes accordion-wave{0%,40%,to{transform:scaleY(.4);opacity:.6}20%{transform:scaleY(1);opacity:1}}.error{color:#0f8;background:#2a3a2a;padding:16px;border-radius:8px;margin:16px 0;border-left:4px solid #00ff88}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1a1a1acc;display:flex;justify-content:center;align-items:center;z-index:1000;border-radius:8px}.loading-overlay .loading{background:#2d2d2de6;padding:20px;border-radius:8px;border:1px solid #404040}.table-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1a1a1acc;display:flex;justify-content:center;align-items:center;z-index:1000;border-radius:8px}.table-loading-overlay .loading{background:#2d2d2de6;padding:20px;border-radius:8px;border:1px solid #404040}button{background:linear-gradient(135deg,#00d4ff,#09c);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;margin:8px;font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px #0003}button:hover{background:linear-gradient(135deg,#09c,#0077a3);transform:translateY(-1px);box-shadow:0 4px 8px #0000004d}.controls{margin:24px 0;text-align:left}.toggle-btn{background:linear-gradient(135deg,#2d2d2d,#3a3a3a)!important;color:#fff!important;border:2px solid #505050!important;padding:8px 16px!important;border-radius:8px!important;cursor:pointer!important;margin-right:6px!important;transition:all .3s ease!important;font-weight:600!important;box-shadow:0 2px 6px #0000004d!important;position:relative!important;overflow:hidden!important}.toggle-btn:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(0,212,255,.2),transparent)!important;transition:left .5s ease!important}.toggle-btn:hover:before{left:100%!important}.toggle-btn:hover{background:linear-gradient(135deg,#3a3a3a,#4a4a4a)!important;border-color:#00d4ff!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #00d4ff66!important;color:#fff!important}.toggle-btn:active{transform:translateY(0)!important;box-shadow:0 2px 6px #00d4ff4d!important}.toggle-btn.active{background:#00d4ff!important;color:#1a1a1a!important;border-color:#00d4ff!important;font-weight:600!important}.toggle-btn.warning{border:2px solid #f59e0b!important;color:#f59e0b!important}.toggle-btn.warning:hover{background:#f59e0b!important;color:#1a1a1a!important}.toggle-btn.danger{border:2px solid #ef4444!important;color:#ef4444!important}.toggle-btn.danger:hover{background:#ef4444!important;color:#1a1a1a!important}.table-container{overflow-x:auto;border-radius:8px}.user-id{font-family:Courier New,monospace;font-size:12px;color:#888}.user-name{font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-count{font-weight:700;color:#00d4ff}.date-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#b0b0b0}.number-cell{text-align:left;font-weight:600;color:#00d4ff}.user-name a:hover{color:#fff!important;text-decoration:underline!important}.tabs{display:flex;flex-shrink:0;justify-content:flex-start}.tab-button{background:#3a3a3a;border:1px solid #555;color:#fff;padding:10px 20px;margin-right:8px;cursor:pointer;font-size:16px;font-weight:500;border-radius:6px;transition:all .2s ease}.tab-button:hover{background:#4a4a4a;border-color:#666}.tab-button.active{background:#00d4ff;color:#1a1a1a;border-color:#00d4ff}.tab-button.disabled{background:#2a2a2a;color:#666;border-color:#444;cursor:not-allowed;opacity:.6;transition:none}.tab-button.disabled:hover{background:#2a2a2a;border-color:#444;transform:none}.tools-submenu-button{background:transparent;border:none;color:#b0b0b0;padding:8px 16px;margin-right:6px;cursor:pointer;font-size:14px;font-weight:500;border-radius:0;transition:all .2s ease;border-bottom:2px solid transparent}.tools-submenu-button:hover{background:transparent;color:#e0e0e0;border-bottom-color:#00d4ff}.tools-submenu-button.active{background:transparent;color:#00d4ff;border-bottom-color:#00d4ff;border-bottom-width:2px}.select-wrapper{position:relative}.select-wrapper:after{content:"▼";font-size:1rem;top:50%;right:16px;position:absolute;transform:translateY(-50%);pointer-events:none;color:#b0b0b0}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:200% 50%}to{background-position:0% 50%}}.progress-bar-gradient{background-size:300% 100%;animation:gradient-shift 2s linear infinite}input:invalid,input:invalid:focus{border-color:#505050!important;box-shadow:none!important;outline:none!important}input:focus:invalid{border-color:#00d4ff!important}.tab-content{display:none}.tab-content.active{display:block}.tools-subtab{display:none}.tools-subtab.active{display:block}.toggle-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer;font-size:14px;color:#fff}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:relative;display:inline-block;width:40px;height:20px;background-color:#3a3a3a;border:1px solid #555;border-radius:20px;margin-left:10px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:1px;background-color:#fff;border-radius:50%;transition:.3s}.toggle-switch input:checked+.toggle-slider{background-color:#0f8;border-color:#0f8}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-label{font-weight:500;order:-1}.sort-arrow{margin-right:5px;font-size:12px;opacity:.7;display:inline-block;width:12px;height:12px;line-height:12px;text-align:center;vertical-align:middle}.sort-arrow.asc,.sort-arrow.desc{color:#00d4ff;opacity:1}.table-container table{font-size:13px}.table-container th{font-size:10px;padding:12px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:40px;line-height:16px;vertical-align:middle;box-sizing:border-box}.table-container th[style*=cursor]:hover{background-color:#ffffff1a;cursor:pointer;transition:background-color .2s ease}.table-container td{padding:12px 8px;line-height:1.2;vertical-align:middle}.table-container th:nth-child(5),.table-container th:nth-child(6),.table-container th:nth-child(7){width:70px;min-width:70px;max-width:70px}.table-container td:nth-child(5),.table-container td:nth-child(6),.table-container td:nth-child(7){width:70px;min-width:70px;max-width:70px;text-align:left}.table-container th:nth-child(8){width:140px;min-width:140px;max-width:140px}.table-container td:nth-child(8){width:140px;min-width:140px;max-width:140px;text-align:left}.table-container th:nth-child(9){width:140px;min-width:140px;max-width:140px}.table-container td:nth-child(9){width:600px;min-width:60px;max-width:60px;text-align:left}#dialogs-detail-today-table th:nth-child(1){width:90px;min-width:90px;max-width:90px}#dialogs-detail-today-table th:nth-child(2){width:170px;min-width:170px;max-width:170px}#dialogs-detail-today-table th:nth-child(3),#dialogs-detail-today-table th:nth-child(4){width:120px;min-width:120px;max-width:120px}#dialogs-detail-today-table th:nth-child(5),#dialogs-detail-today-table th:nth-child(6),#dialogs-detail-today-table th:nth-child(7){width:70px;min-width:70px;max-width:70px}#dialogs-detail-today-table th:nth-child(8),#dialogs-detail-today-table th:nth-child(9){width:180px;min-width:180px;max-width:180px}#dialogs-detail-today-table td:nth-child(1){width:90px;min-width:90px;max-width:90px}#dialogs-detail-today-table td:nth-child(2){width:125px;min-width:125px;max-width:125px}#dialogs-detail-today-table td:nth-child(3),#dialogs-detail-today-table td:nth-child(4){width:170px;min-width:170px;max-width:170px}#dialogs-detail-today-table td:nth-child(5),#dialogs-detail-today-table td:nth-child(6),#dialogs-detail-today-table td:nth-child(7){width:70px;min-width:70px;max-width:70px}#dialogs-detail-today-table td:nth-child(8){width:70px;min-width:70px;max-width:70px}#dialogs-detail-today-table td:nth-child(9){width:120px;min-width:120px;max-width:120px}#dialogs-detail-today-table td:nth-child(10){width:60px;min-width:60px;max-width:60px}#dialog-detail-table th:nth-child(9){width:50px;min-width:50px;max-width:50px}.comment-icon{cursor:pointer;font-size:18px;color:#888;transition:color .2s ease;padding:4px 8px;display:inline-block}.comment-icon:hover,.comment-icon.has-comment{color:#00d4ff}.comment-icon.has-comment:hover{color:#00a8cc}.comment-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:10000;justify-content:center;align-items:center}.comment-popup-overlay.active{display:flex}.comment-popup{background:#2d2d2d;border-radius:12px;padding:24px;width:90%;max-width:500px;box-shadow:0 8px 32px #00000080;border:1px solid #404040}.comment-popup h3{color:#fff;margin-top:0;margin-bottom:16px;font-size:1.3rem}.comment-popup textarea{width:100%;min-height:120px;padding:12px;background:#3a3a3a;border:1px solid #505050;border-radius:8px;color:#e0e0e0;font-family:inherit;font-size:14px;resize:vertical;box-sizing:border-box}.comment-popup textarea:focus{outline:none;border-color:#00d4ff}.comment-popup-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.comment-popup-button{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease}.comment-popup-button.save{background:#00d4ff;color:#fff}.comment-popup-button.save:hover{background:#00a8cc}.comment-popup-button.cancel{background:#505050;color:#e0e0e0}.comment-popup-button.cancel:hover{background:#606060}#dialogs-detail-table th:nth-child(1){width:80px;min-width:80px;max-width:80px}#dialogs-detail-table th:nth-child(2){width:170px;min-width:170px;max-width:170px}#dialogs-detail-table th:nth-child(3),#dialogs-detail-table th:nth-child(4){width:220px;min-width:220px;max-width:220px}#dialogs-detail-table th:nth-child(5),#dialogs-detail-table th:nth-child(6),#dialogs-detail-table th:nth-child(7){width:70px;min-width:70px;max-width:70px}#dialogs-detail-table th:nth-child(8){width:100px;min-width:100px;max-width:100px}#dialogs-detail-table th:nth-child(9){width:50px;min-width:50px;max-width:50px;text-align:center}#dialogs-detail-table td:nth-child(1){width:80px;min-width:80px;max-width:80px}#dialogs-detail-table td:nth-child(2){width:170px;min-width:170px;max-width:170px}#dialogs-detail-table td:nth-child(3),#dialogs-detail-table td:nth-child(4){width:140px;min-width:140px;max-width:140px}#dialogs-detail-table td:nth-child(5),#dialogs-detail-table td:nth-child(6),#dialogs-detail-table td:nth-child(7){width:70px;min-width:70px;max-width:70px}#dialogs-detail-table td:nth-child(8){width:100px;min-width:100px;max-width:100px}.table-container th:nth-child(1),.table-container th:nth-child(2){width:90px;min-width:90px;max-width:90px}.table-container td:nth-child(1),.table-container td:nth-child(2){width:90px;min-width:90px;max-width:90px;text-align:left}.table-container th:nth-child(3),.table-container th:nth-child(4){width:auto;min-width:100px}.table-container th:nth-child(1):contains("Час"),.table-container th:nth-child(1):contains("День"){width:80px;min-width:80px;max-width:80px}.table-container td:nth-child(1){text-align:left}.table-container th:nth-child(2),.table-container th:nth-child(3),.table-container th:nth-child(4){width:80px;min-width:80px;max-width:80px}.table-container td:nth-child(2),.table-container td:nth-child(3),.table-container td:nth-child(4){text-align:left}.table-container th:contains("ID"){width:60px;min-width:60px;max-width:60px}.table-container td:first-child{text-align:left}.table-container th:nth-child(2):contains("Среднее время ответа"){width:180px;min-width:180px;max-width:180px}.table-container td:nth-child(2){text-align:left}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:10000;overflow-y:auto}.modal-overlay.active{display:flex;justify-content:center;align-items:flex-start;padding:20px}.modal-content{background:#2a2a2a;border-radius:12px;width:90%;max-width:800px;margin:40px auto;box-shadow:0 8px 32px #00000080;display:flex;flex-direction:column;max-height:90vh}.modal-header{padding:20px 24px;border-bottom:1px solid #404040;display:flex;justify-content:space-between;align-items:center;background:#333;border-radius:12px 12px 0 0}.modal-header h2{margin:0;color:#fff;font-size:20px}.modal-close{background:transparent;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.modal-close:hover{background:#404040}.modal-body{padding:24px;overflow-y:auto;flex:1}.messages-container{display:flex;flex-direction:column;gap:16px}.message-item{display:flex;flex-direction:column;padding:12px 16px;border-radius:8px;background:#333;border-left:3px solid}.message-item.in{border-left-color:#f9ca24}.message-item.out{border-left-color:#0f8}.message-item.deleted{border-left-color:#f86f6f;background:#413636}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.message-author{font-weight:600;font-size:14px}.message-item.incoming .message-author{color:#f9ca24}.message-item.outgoing .message-author{color:#0f8}.message-time{color:#888;font-size:12px}.message-text{color:#e0e0e0;font-size:14px;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}.message-media{color:#888;font-size:12px;font-style:italic;margin-top:4px}.dialog-id-clickable{color:#00d4ff;cursor:pointer;font-weight:600;transition:color .2s}.dialog-id-clickable:hover{color:#0f8}
