*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#333}.app-container{display:flex;min-height:100vh}.main-content{flex:1;transition:margin-right .3s}.main-content.with-sidebar{margin-right:400px}.container{max-width:1200px;margin:0 auto;padding:20px}table{width:100%;border-collapse:collapse;background:#fff;overflow:hidden;box-shadow:0 1px 3px #0000001a}th,td{padding:12px 16px;text-align:left;border-bottom:1px solid #eee}th{text-align:center;vertical-align:middle;padding:10px 8px;font-weight:600;background:#f8f9fa;white-space:nowrap;font-size:.8rem;position:relative;z-index:140;color:#212529}tr:hover{background:#f8f9fa}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:10px;margin-bottom:20px}.header h1{font-size:2rem;margin-bottom:8px}.status{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-ok{background:#d4edda;color:#155724}.status-error{background:#f8d7da;color:#721c24}.btn-history{padding:6px 12px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px}.btn-history:hover{background:#0056b3}.chat-sidebar{position:fixed;right:0;top:0;width:400px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;z-index:1000}.chat-tabs-header{display:flex;flex-wrap:wrap;gap:4px;padding:8px;background:#f0f0f0;border-bottom:1px solid #ddd}.chat-tab-button{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#fff;border:1px solid #ddd;border-radius:4px;font-size:12px}.chat-tab-button button{background:none;border:none;cursor:pointer;font-size:16px;color:#666}.chat-tab-button button:hover{color:#333}.chat-tabs-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.chat-tab{flex:1;display:flex;flex-direction:column;border-bottom:1px solid #eee}.chat-tab-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #eee;font-weight:600}.chat-tab-close{background:none;border:none;font-size:20px;cursor:pointer;color:#666}.chat-tab-close:hover{color:#333}.chat-messages{flex:1;overflow-y:auto;padding:16px;background:#fafafa}.chat-loading,.chat-empty,.chat-error{text-align:center;padding:20px;color:#666}.chat-error button{margin-top:10px;padding:6px 12px;cursor:pointer}.chat-message{max-width:80%;margin-bottom:12px;padding:10px 14px;border-radius:12px}.chat-message.incoming{background:#e9ecef;margin-right:auto}.chat-message.outgoing{background:#007bff;color:#fff;margin-left:auto}.chat-message-sender{font-size:11px;font-weight:600;margin-bottom:4px;opacity:.8}.chat-message-text{font-size:14px;line-height:1.4}.chat-message-time{font-size:10px;opacity:.6;margin-top:4px}.chat-input{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid #eee}.chat-input input{flex:1;padding:10px 14px;border:1px solid #ddd;border-radius:20px;font-size:14px}.chat-input input:focus{outline:none;border-color:#007bff}.chat-input button{padding:10px 20px;background:#007bff;color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:14px}.chat-input button:disabled{background:#ccc;cursor:not-allowed}.chat-input button:hover:not(:disabled){background:#0056b3}.chat-message-group{display:flex;flex-direction:column;margin-bottom:16px}.chat-situation{font-size:10px;opacity:.7}.chat-message-task{margin-top:8px;padding:8px;background:#ffffff1a;border-radius:6px;font-size:12px}.chat-footer{padding:12px;background:#f8f9fa;border-top:1px solid #eee;font-size:12px;color:#666;text-align:center}.chat-footer a{color:#007bff}.nav-tabs{display:flex;margin-top:1rem;gap:1rem}.nav-tab{padding:10px 20px;border:none;background:#f0f0f0;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.nav-tab:hover{background:#e0e0e0}.nav-tab.active{background:#007bff;color:#fff}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h2{margin:0}.btn-refresh{padding:8px 16px;background:#f0f0f0;border:none;border-radius:6px;cursor:pointer;font-size:13px}.btn-refresh:hover{background:#e0e0e0}.test-chat{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:calc(100vh - 200px);min-height:500px}.test-chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.test-chat-header h2{margin:0;font-size:18px}.btn-clear{padding:6px 12px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:12px}.btn-clear:hover{background:#c82333}.test-chat-settings{display:flex;gap:20px;padding:12px 20px;background:#f8f9fa;border-bottom:1px solid #eee}.setting-group{display:flex;align-items:center;gap:8px}.setting-group label{font-size:13px;color:#666}.setting-group select,.setting-group input{padding:6px 10px;border:1px solid #ddd;border-radius:4px;font-size:13px}.test-chat-messages{flex:1;overflow-y:auto;padding:20px;background:#fafafa}.test-chat-empty{text-align:center;color:#999;padding:40px}.test-message{margin-bottom:16px;padding:12px 16px;border-radius:12px;max-width:85%}.test-message.user{background:#e9ecef;margin-right:auto}.test-message.assistant{background:#007bff;color:#fff;margin-left:auto}.test-message.error{background:#f8d7da;color:#721c24;margin-left:auto;margin-right:auto;max-width:90%}.test-message-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:11px;opacity:.8}.test-message-name{font-weight:600}.test-message-situation{font-size:10px;background:#fff3;padding:2px 6px;border-radius:4px}.test-message-time{margin-left:auto}.test-message-text{font-size:14px;line-height:1.5}.test-message-task{margin-top:10px;padding:8px 10px;background:#ffffff26;border-radius:6px;font-size:12px}.test-chat-input{display:flex;gap:10px;padding:16px 20px;background:#fff;border-top:1px solid #eee}.test-chat-input input{flex:1;padding:12px 16px;border:1px solid #ddd;border-radius:24px;font-size:14px}.test-chat-input input:focus{outline:none;border-color:#007bff}.test-chat-input button{width:48px;height:48px;border:none;background:#007bff;color:#fff;border-radius:50%;cursor:pointer;font-size:18px}.test-chat-input button:disabled{background:#ccc;cursor:not-allowed}.test-chat-input button:hover:not(:disabled){background:#0056b3}
