*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#b0ffc5,#00b3e9);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh;padding:20px}.app-wrapper{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:1600px;overflow:hidden}.app-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:30px 40px;position:relative}.app-header h1{font-size:32px;font-weight:700;margin:0}.header-right{align-items:center;display:flex;gap:20px}.user-info{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.user-name{font-size:16px;white-space:nowrap}.user-role{background:#fff3;border-radius:20px;font-size:12px;padding:4px 12px;white-space:nowrap}.user-role.admin{background:#ffd7004d;font-weight:600}.logout-button{background:#fff3!important;border:2px solid #fff;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .3s;white-space:nowrap}.logout-button:hover{background:#fff!important;box-shadow:0 4px 12px #0003;color:#667eea}.tabs-container{background:#f8f9fa;border-bottom:2px solid #e0e0e0}.tabs{display:flex;gap:0;overflow-x:auto;padding:0 40px}.tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:16px;font-weight:600;padding:18px 32px;position:relative;transition:all .3s;white-space:nowrap}.tab:hover{background:#667eea0d;color:#667eea}.tab.active{background:#fff;border-bottom-color:#667eea;color:#667eea}.tab.admin-tab{background:#ffd7001a;margin-left:auto}.tab.admin-tab.active{background:#fff;border-bottom-color:#ffc107;color:#ffc107}.tab-badge{background:#667eea;border-radius:12px;color:#fff;display:inline-block;font-size:12px;font-weight:700;margin-left:8px;padding:2px 8px}.app-content{min-height:calc(100vh - 300px);padding:40px}.admin-panel-placeholder{color:#999;font-size:24px;padding:60px 20px;text-align:center}.notifications{display:flex;flex-direction:column;gap:10px;max-width:400px;position:fixed;right:20px;top:20px;z-index:1000}.notification{align-items:center;animation:slideIn .3s ease-out;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;font-weight:500;gap:12px;padding:16px 20px}.notification.error{background:#f8d7da;border-left:4px solid #dc3545;color:#721c24}.notification.success{background:#d4edda;border-left:4px solid #28a745;color:#155724}.loading-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.loading-spinner{color:#fff;text-align:center}.spinner-circle{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin:0 auto 20px;width:50px}.loading-spinner p{font-size:16px;margin:0}.loading-overlay{color:#667eea;padding:60px 20px;text-align:center}.spinner{margin:0 auto 20px}.loading-overlay p{font-size:18px;font-weight:600}button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}button:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}button:active:not(:disabled){transform:translateY(0)}button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}button.secondary{background:linear-gradient(135deg,#84fab0,#8fd3f4)}button.secondary:hover:not(:disabled){box-shadow:0 6px 20px #84fab066}button.danger{background:linear-gradient(135deg,#fa709a,#fee140)}button.danger:hover:not(:disabled){box-shadow:0 6px 20px #fa709a66}button.outline{background:#0000;border:2px solid #667eea;color:#667eea}button.outline:hover:not(:disabled){background:#667eea;color:#fff}button.small{font-size:14px;padding:8px 16px}.input-group{margin-bottom:20px}.input-group label{color:#333;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.input-group input,.input-group select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;padding:12px 16px;transition:all .3s;width:100%}.input-group input:focus,.input-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:24px}.card-header{border-bottom:2px solid #f0f0f0;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.card-header,.card-header h3{align-items:center;display:flex}.card-header h3{color:#333;font-size:20px;font-weight:700;gap:10px}.card-body{padding:0}@media (max-width:768px){body{padding:10px}.app-header{align-items:flex-start;flex-direction:column;gap:15px;padding:20px}.app-header h1{font-size:24px}.header-right{justify-content:space-between;width:100%}.user-info{align-items:flex-start}.logout-button{font-size:12px;padding:6px 12px}.tabs{overflow-x:auto;padding:0 20px}.tab{font-size:14px;padding:14px 20px;white-space:nowrap}.tab.admin-tab{margin-left:0}.app-content{padding:20px}.notifications{left:10px;max-width:none;right:10px}}.empty-state{color:#999}.empty-state h3{color:#666}.settings-panel{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6}.date-range-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.date-input-group{display:flex;flex-direction:column;gap:8px}.date-input-group label{color:#495057;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.date-input-group input{background:#fff;border:2px solid #ced4da;border-radius:8px;font-size:15px;padding:12px 16px;transition:all .3s}.date-input-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.date-input-group input:disabled{background:#e9ecef;cursor:not-allowed}.quick-date-buttons{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.load-button-container{border-top:2px solid #dee2e6;display:flex;justify-content:center;margin-top:30px;padding-top:20px}.load-calls-btn{box-shadow:0 4px 12px #667eea4d;font-size:18px;font-weight:700;max-width:400px;padding:16px 48px;width:100%}.load-calls-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66}.filters-section{border-top:2px solid #dee2e6;margin-top:30px;padding-top:20px}.filters-section h4{color:#495057;font-size:18px;font-weight:700;margin-bottom:20px}.search-box-container{margin-bottom:20px}.search-input{background:#fff;border:2px solid #ced4da;font-size:15px}.filters-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr 1fr;margin-bottom:20px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{color:#495057;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.filter-group select{background:#fff;border:2px solid #ced4da;border-radius:8px;font-size:15px;padding:12px 16px;transition:all .3s}.filter-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.user-filter-box{background:#f8f9fa;border:1px solid #ddd;border-radius:6px;max-height:200px;overflow-y:auto;padding:10px}.user-search-input{border:1px solid #ccc;border-radius:4px;font-size:14px;margin-bottom:10px;padding:8px 12px;width:100%}.user-search-input:disabled{background:#e9ecef;cursor:not-allowed}.user-checkboxes{display:flex;flex-direction:column;gap:8px;max-height:150px;overflow-y:auto}.user-checkbox-label{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:4px 8px;transition:background-color .2s}.user-checkbox-label:hover{background:#e9ecef}.user-checkbox-label input[type=checkbox]{cursor:pointer;margin:0}.user-name{color:#333;flex:1 1;font-weight:600}.user-id{color:#666;font-size:12px}.selected-users-badge{align-items:center;background:#d4edda;border-radius:4px;color:#155724;display:flex;font-size:14px;justify-content:space-between;margin-top:10px;padding:8px}.clear-users-btn{background:#dc3545;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px}.clear-users-btn:hover{background:#c82333}.filter-actions{display:flex;gap:12px;justify-content:center}.loading-indicator{animation:pulse 1.5s ease-in-out infinite;color:#667eea;font-size:12px;font-weight:600;margin-left:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.users-loading{align-items:center;color:#667eea;display:flex;flex-direction:column;justify-content:center;padding:20px}.users-loading p{color:#666;font-size:14px;margin-top:10px}.mini-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:30px;width:30px}.no-users{color:#999;font-size:14px;font-style:italic;padding:20px;text-align:center}@media (max-width:768px){.date-range-container,.quick-date-buttons{grid-template-columns:1fr}.load-calls-btn{font-size:16px;padding:14px 32px}.filters-grid{grid-template-columns:1fr}.filter-actions{flex-direction:column}}.stats-panel-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:30px 0}.stat-card{border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;overflow:hidden;padding:24px;position:relative}.stat-card:before{background:linear-gradient(90deg,currentColor,#0000);content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-card:hover{box-shadow:0 8px 24px #0000001f}.stat-card.total{border-color:#667eea;color:#667eea}.stat-card.incoming{border-color:#28a745;color:#28a745}.stat-card.outgoing{border-color:#17a2b8;color:#17a2b8}.stat-card.records{border-color:#ffc107;color:#ffc107}.stat-card.duration{border-color:#dc3545;color:#dc3545}.stat-icon{opacity:.9}.stat-content{display:flex;flex:1 1;flex-direction:column;gap:4px}.stat-label{color:#666;font-size:14px;font-weight:600}.stat-value{font-size:32px;font-weight:800;line-height:1}@media (max-width:768px){.stats-panel-grid{grid-template-columns:1fr}.stat-card{padding:20px}.stat-icon{font-size:32px}.stat-value{font-size:28px}}.calls-table-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 2px 8px #0000000d;overflow:hidden}.table-header-actions{background:#f8f9fa;border-bottom:2px solid #e0e0e0;padding:16px 20px}.selection-controls{align-items:center;display:flex;gap:12px}.deselect-btn,.select-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s}.select-btn{background:#667eea;color:#fff}.select-btn:hover{background:#5568d3}.deselect-btn{background:#6c757d;color:#fff}.deselect-btn:hover{background:#5a6268}.selection-count{color:#666;font-size:14px}.selection-count strong{color:#667eea;font-size:16px;font-weight:700}.table-container{max-height:600px;overflow-x:auto;overflow-y:auto}.calls-table{border-collapse:initial;border-spacing:0;width:100%}.calls-table thead{background:#667eea;position:-webkit-sticky;position:sticky;top:0;z-index:10}.calls-table th{border-bottom:3px solid #5568d3;color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;padding:16px;text-align:left;text-transform:uppercase}.calls-table tbody tr{border-bottom:1px solid #f0f0f0;transition:all .2s}.calls-table tbody tr:hover{background:#f8f9fa}.calls-table tbody tr:last-child{border-bottom:none}.calls-table td{color:#333;font-size:14px;padding:16px;vertical-align:middle}.checkbox-col{text-align:center;width:50px}.checkbox-col input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.call-id-col{color:#667eea;font-weight:600}.date-col{color:#666;white-space:nowrap}.user-col{font-weight:500}.phone-col{color:#555;font-family:Courier New,monospace}.duration-col{color:#28a745;font-weight:600}.record-col{text-align:center}.actions-col{min-width:280px}.call-type-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:700;padding:6px 12px;white-space:nowrap}.call-type-badge.incoming{background:#d4edda;color:#155724}.call-type-badge.outgoing{background:#d1ecf1;color:#0c5460}.call-type-badge.missed{background:#f8d7da;color:#721c24}.record-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:700;padding:6px 12px}.record-badge.has-record{background:#d4edda;color:#155724}.record-badge.no-record{background:#f8d7da;color:#721c24}.action-buttons{gap:8px}.download-btn{background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px;transition:all .2s;white-space:nowrap}.download-btn:hover{background:#218838;box-shadow:0 4px 8px #28a7454d;transform:translateY(-1px)}.transcribation-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px;transition:all .2s;white-space:nowrap}.transcribation-btn:hover{background:#0056b3;box-shadow:0 4px 8px #007bff4d;transform:translateY(-1px)}.transcribation-btn.completed{background:#6c757d}.transcribation-btn.completed:hover{background:#545b62;box-shadow:0 4px 8px #6c757d4d}.transcribation-btn.loading{animation:pulse-loading 1.5s ease-in-out infinite;background:#ffc107;cursor:not-allowed;opacity:.8}.transcribation-btn.loading:hover{background:#ffc107;box-shadow:0 4px 8px #ffc1074d;transform:none}.transcribation-btn:disabled{cursor:not-allowed;opacity:.8;pointer-events:none}@keyframes pulse-loading{0%{box-shadow:0 0 0 0 #ffc107b3;opacity:.8}50%{box-shadow:0 0 0 8px #ffc10700;opacity:1}to{box-shadow:0 0 0 0 #ffc10700;opacity:.8}}.no-actions{color:#999;font-style:italic}@media (max-width:1200px){.calls-table{font-size:13px}.calls-table td,.calls-table th{padding:12px 8px}.action-buttons{flex-direction:column}.action-buttons button{width:100%}}@media (max-width:768px){.table-header-actions{padding:12px}.selection-controls{flex-wrap:wrap}.table-container{max-height:none}}.calls-page{gap:30px}.calls-content,.calls-page{display:flex;flex-direction:column}.calls-content{gap:20px}.export-info{color:#666;font-size:14px;padding:0 10px;text-align:right}.export-info strong{color:#667eea;font-weight:700}.bulk-actions-panel{align-items:center;background:linear-gradient(135deg,#e3f2fd,#e8eaf6);border:2px solid #667eea;border-radius:12px;box-shadow:0 2px 8px #667eea1a;display:flex;gap:20px;justify-content:space-between;padding:20px}.bulk-actions-info{color:#333;font-size:16px;font-weight:600}.bulk-actions-info strong{color:#667eea;font-size:20px}.bulk-actions-buttons{display:flex;gap:12px}@media (max-width:768px){.bulk-actions-panel{align-items:stretch}.bulk-actions-buttons,.bulk-actions-panel{flex-direction:column}.bulk-actions-buttons button{width:100%}}.profile-select-modal{max-width:500px;width:90%}.profile-select-modal .modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px}.profile-select-modal .modal-header h2{color:#1a1a1a;font-size:18px;font-weight:600;margin:0}.profile-select-modal .modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#999;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:background-color .2s;width:32px}.profile-select-modal .modal-close:hover{background-color:#f0f0f0;color:#333}.profile-select-modal .modal-body{max-height:400px;overflow-y:auto;padding:20px}.profile-select-modal .error-alert{background-color:#fee;border:1px solid #fcc;border-radius:4px;color:#c33;font-size:14px;margin-bottom:15px;padding:12px}.profile-select-modal .empty-profiles{color:#999;padding:30px 20px;text-align:center}.profile-select-modal .empty-profiles p{font-size:14px;margin:8px 0}.profile-select-modal .empty-profiles .hint{color:#bbb;font-size:12px}.profiles-list{display:flex;flex-direction:column;gap:12px}.profile-item{border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:all .2s}.profile-item:hover{background-color:#f5f9ff;border-color:#b0d4ff}.profile-item.selected{background-color:#eef5ff;border-color:#06c}.profile-radio{align-items:flex-start;display:flex;flex-shrink:0;padding-top:2px}.profile-radio input[type=radio]{accent-color:#06c;cursor:pointer;height:18px;margin:0;width:18px}.profile-info{display:flex;flex:1 1;flex-direction:column;gap:4px}.profile-name{color:#1a1a1a;font-size:14px}.profile-details{display:flex;flex-wrap:wrap;gap:8px}.badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:500;padding:2px 8px}.default-badge{background-color:#e8f5e9;color:#2e7d32}.inactive-badge{background-color:#fff3e0;color:#e65100}.profile-params{color:#666;display:flex;font-size:12px;gap:6px}.param-label{color:#999;font-weight:500}.param-value{color:#666;word-break:break-word}.profile-select-modal .modal-footer{background-color:#f5f5f5;border-top:1px solid #e0e0e0;display:flex;gap:10px;justify-content:flex-end;padding:15px 20px}.profile-select-modal .btn-cancel,.profile-select-modal .btn-confirm{border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.profile-select-modal .btn-cancel{background-color:#f0f0f0;border:1px solid #ddd;color:#333}.profile-select-modal .btn-cancel:hover:not(:disabled){background-color:#e0e0e0}.profile-select-modal .btn-confirm{background-color:#06c;color:#fff}.profile-select-modal .btn-confirm:hover:not(:disabled){background-color:#0052a3}.profile-select-modal .btn-cancel:disabled,.profile-select-modal .btn-confirm:disabled{cursor:not-allowed;opacity:.5}.transcribation-page{display:flex;flex-direction:column;gap:30px}.transcription-filters-panel{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;border-radius:12px;padding:20px}.transcription-filters-panel .filters-section{display:flex;flex-direction:column;gap:20px}.transcription-filters-panel .date-controls{display:flex;flex-direction:column;gap:16px}.transcription-filters-panel .date-controls label{color:#495057;display:flex;flex-direction:column;font-size:14px;font-weight:700;gap:8px;letter-spacing:.5px;text-transform:uppercase}.transcription-filters-panel .date-controls input[type=date]{background:#fff;border:2px solid #ced4da;border-radius:8px;font-size:15px;padding:12px 16px;transition:all .3s}.transcription-filters-panel .date-controls input[type=date]:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.transcription-filters-panel .date-controls input[type=date]:disabled{background:#e9ecef;cursor:not-allowed}.transcription-filters-panel .quick-buttons{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.transcription-filters-panel .quick-buttons button{background:#fff;border:2px solid #ced4da;border-radius:8px;color:#495057;cursor:pointer;font-size:13px;font-weight:600;padding:10px 16px;transition:all .3s}.transcription-filters-panel .quick-buttons button:hover:not(:disabled){background:#f8f9ff;border-color:#667eea;color:#667eea}.transcription-filters-panel .quick-buttons button:disabled{cursor:not-allowed;opacity:.5}.transcription-filters-panel .search-controls,.transcription-filters-panel .search-controls label{display:flex;flex-direction:column;gap:8px}.transcription-filters-panel .search-controls strong{color:#495057;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.transcription-filters-panel .search-controls input{background:#fff;border:2px solid #ced4da;border-radius:8px;font-size:15px;padding:12px 16px;transition:all .3s}.transcription-filters-panel .search-controls input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.transcription-filters-panel .search-controls input:disabled{background:#e9ecef;cursor:not-allowed}.transcription-filters-panel .action-buttons{display:flex;gap:12px}.transcription-filters-panel .action-buttons button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;transition:all .3s}.transcription-filters-panel .action-buttons .load-button{font-size:15px;font-weight:700;padding:12px 28px}.transcription-filters-panel .action-buttons .load-button.primary{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff}.transcription-filters-panel .action-buttons .load-button.primary:hover:not(:disabled){background:#5568d3;box-shadow:0 6px 20px #667eea66}.transcription-filters-panel .action-buttons .load-button.primary:disabled{cursor:not-allowed;opacity:.6}.transcription-filters-panel .action-buttons .secondary{background:#fff;border:2px solid #667eea;color:#667eea}.transcription-filters-panel .action-buttons .secondary:hover:not(:disabled){background:#f8f9ff}.transcription-filters-panel .action-buttons .secondary:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.transcription-filters-panel{padding:16px}.transcription-filters-panel .quick-buttons{grid-template-columns:1fr}.transcription-filters-panel .action-buttons{flex-direction:column}.transcription-filters-panel .action-buttons button{width:100%}}.virtual-transcription-table-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.virtual-table-scroll-container{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden}.virtual-table-scroll-container::-webkit-scrollbar{height:8px}.virtual-table-scroll-container::-webkit-scrollbar-track{background:#f1f1f1}.virtual-table-scroll-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.virtual-table-scroll-container::-webkit-scrollbar-thumb:hover{background:#555}.virtual-table-content{display:flex;flex-direction:column;min-width:-webkit-max-content;min-width:max-content}.virtual-table-header{background:#f5f5f5;border-bottom:2px solid #e0e0e0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.virtual-table-header-row{color:#555;display:flex;font-size:12px;font-weight:700;letter-spacing:.3px;min-width:-webkit-max-content;min-width:max-content;padding:16px 12px;text-transform:uppercase;white-space:nowrap}.virtual-table-body{overflow-x:hidden!important}.virtual-table-body>div{min-width:-webkit-max-content;min-width:max-content}.virtual-col{align-items:center;display:flex;overflow:hidden;padding:0 12px;text-overflow:ellipsis}.virtual-col.col-checkbox{justify-content:center;min-width:50px;padding:0 8px;width:50px}.virtual-col.col-checkbox input[type=checkbox]{accent-color:#2196f3;cursor:pointer;height:18px;width:18px}.virtual-col.col-call-id{flex-shrink:0;min-width:100px;width:100px}.virtual-col.col-type{flex-shrink:0;min-width:120px;width:120px}.virtual-col.col-phone{flex-shrink:0;min-width:140px;width:140px}.virtual-col.col-employee{flex-shrink:0;min-width:160px;width:160px}.virtual-col.col-duration{flex-shrink:0;min-width:145px;width:145px}.virtual-col.col-word-count{flex-shrink:0;min-width:165px;width:165px}.virtual-col.col-status{flex-shrink:0;flex-wrap:wrap;gap:6px;min-width:180px;width:180px}.virtual-col.col-date{flex-shrink:0;min-width:140px;width:140px}.virtual-col.col-summary{align-items:flex-start;flex-direction:column;flex-shrink:0;gap:8px;max-height:100px;min-width:220px;overflow:hidden;width:280px}.virtual-col.col-actions{flex-shrink:0;justify-content:flex-start;min-width:180px;overflow:visible;width:auto}.virtual-table-row{align-items:center;border-bottom:1px solid #f0f0f0;color:#333;display:flex;font-size:14px;min-width:-webkit-max-content;min-width:max-content;padding:14px 12px;transition:background-color .2s}.virtual-table-row:hover{background-color:#fafafa}.virtual-table-row.row-selected{background-color:#e3f2fd;border-left:4px solid #2196f3}.virtual-table-row.highlight{background-color:#fff59d!important;border-left:4px solid #fbc02d!important;box-shadow:inset 0 0 10px #fbc02d4d}.virtual-table-row.row-completed{border-left:4px solid #28a745}.virtual-table-row.row-failed{border-left:4px solid #dc3545}.virtual-table-row.row-processing{border-left:4px solid #17a2b8}.virtual-table-row.row-pending{border-left:4px solid #ffc107}.virtual-table-loading{align-items:center;color:#666;display:flex;font-size:16px;justify-content:center;padding:40px}.virtual-table-footer{align-items:center;background:#fafafa;border-top:1px solid #e0e0e0;color:#666;display:flex;font-size:13px;justify-content:space-between;padding:12px 16px}.page-actions{gap:12px;justify-content:flex-end}.transcriptions-grid{display:flex;flex-direction:column;gap:32px}.completed-controls{grid-gap:16px;background:#fdfdfd;border:1px solid #ececec;border-radius:12px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:16px}.filter-control{display:flex;flex-direction:column;gap:8px}.filter-control input,.filter-control select{border:1px solid #d5d5d5;border-radius:8px;font-size:14px;outline:none;padding:10px 12px;transition:border-color .2s}.filter-control input:focus,.filter-control select:focus{border-color:#2196f3}.control-label{color:#888;font-size:12px;letter-spacing:.6px;text-transform:uppercase}.selection-control{align-items:flex-start}.selection-count{color:#2196f3;font-size:24px;font-weight:700}.transcriptions-section{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:16px;padding:24px}.section-header{border-bottom:2px solid #e0e0e0;padding-bottom:12px}.section-header h3{align-items:center;display:flex;font-size:20px;font-weight:700;gap:10px}.table-wrapper{border-radius:12px;box-shadow:0 2px 8px #00000014}.transcriptions-table{background:#fff;border-collapse:collapse;width:100%}.transcriptions-table thead{background:#f5f5f5;border-bottom:2px solid #e0e0e0}.transcriptions-table th{color:#555;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.transcriptions-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.transcriptions-table tbody tr:hover{background-color:#fafafa}.transcriptions-table tbody tr.row-selected{background-color:#e3f2fd;border-left:4px solid #2196f3}.transcriptions-table tbody tr.highlight{animation:highlight-pulse .6s ease-in-out;background-color:#fff59d!important;border-left:4px solid #fbc02d!important;box-shadow:inset 0 0 10px #fbc02d4d}@keyframes highlight-pulse{0%{background-color:#fff59d;box-shadow:inset 0 0 10px #fbc02d80}50%{background-color:#ffeb3b;box-shadow:inset 0 0 15px #fbc02db3}to{background-color:#fff59d;box-shadow:inset 0 0 10px #fbc02d4d}}.transcriptions-table tbody tr.row-processing{border-left:4px solid #17a2b8}.transcriptions-table tbody tr.row-completed-without,.transcriptions-table tbody tr.row-pending{border-left:4px solid #ffc107}.transcriptions-table tbody tr.row-completed,.transcriptions-table tbody tr.row-completed-with{border-left:4px solid #28a745}.transcriptions-table tbody tr.row-failed{border-left:4px solid #dc3545}.transcriptions-table td{color:#333;font-size:14px;padding:14px 12px;vertical-align:middle}.col-checkbox{min-width:50px;padding:16px 8px;text-align:center;width:50px}.col-checkbox input[type=checkbox]{accent-color:#2196f3;cursor:pointer;height:18px;width:18px}.col-call-id{min-width:100px;width:100px}.col-type{min-width:100px;width:120px}.col-phone{min-width:120px;width:140px}.col-employee{min-width:130px;width:160px}.col-duration{min-width:145px;width:145px}.col-word-count{min-width:165px;width:165px}.col-status{min-width:140px;width:180px}.col-date{min-width:120px;width:140px}.col-summary{min-width:220px;width:280px}.col-error{min-width:120px;width:150px}.col-actions{min-width:120px;text-align:right;width:auto}.call-id-badge{background:#f0f0f0;border-radius:6px;color:#333;display:inline-block;font-size:13px;font-weight:700;padding:6px 10px}.file-name{color:#555;display:block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{border-radius:6px;font-weight:700;margin-right:6px;padding:6px 10px}.status-badge:last-child{margin-right:0}.status-badge.status-pending{background:#fff3cd;color:#856404}.status-badge.status-processing{background:#d1ecf1;color:#0c5460}.status-badge.status-completed{background:#d4edda;color:#155724}.status-badge.status-failed{background:#f8d7da;color:#721c24}.date-value,.duration-value{color:#666;font-size:13px}.duration-value{font-weight:600}.word-count-value{color:#555;font-size:13px;font-weight:600}.summary-cell{display:flex;flex-direction:column;gap:8px;max-height:100%;overflow:hidden;width:100%}.virtual-col.col-summary .summary-cell{max-height:100px;overflow:hidden}.summary-cell.empty{align-items:center;flex-direction:row;justify-content:space-between}.summary-empty-text{color:#999;font-size:13px}.summary-badges{cursor:pointer;display:flex;flex-wrap:wrap;gap:6px}.summary-badges,.virtual-col.col-summary .summary-badges{max-height:80px;overflow-x:hidden;overflow-y:auto}.summary-badge{align-items:center;background:#eef2ff;border-radius:18px;color:#1a237e;display:inline-flex;font-size:12px;font-weight:600;gap:6px;max-width:100%;overflow:hidden;padding:6px 10px;text-overflow:ellipsis;white-space:nowrap}.virtual-col.col-summary .summary-badge{max-width:250px}.summary-badge.status-completed{background:#e8f5e9;color:#1b5e20}.summary-badge.status-pending,.summary-badge.status-processing{background:#fff8e1;color:#8d6e63}.summary-badge.status-failed{background:#ffebee;color:#b71c1c}.summary-badge.summary-more{background:#e0e0e0;color:#555}.summary-cell-actions{display:flex;gap:8px}.summary-inline-button{background:#e3f2fd;border:none;border-radius:6px;color:#1976d2;cursor:pointer;font-size:12px;padding:6px 10px;transition:background .2s}.summary-inline-button:hover{background:#bbdefb}.summary-inline-button.subtle{background:#ede7f6;color:#4527a0}.summary-inline-button.subtle:hover{background:#d1c4e9}.summary-inline-button.ghost{background:#0000;border:1px dashed #bdbdbd;color:#616161}.summary-inline-button.ghost:hover{background:#f5f5f5}.error-text{color:#721c24;font-size:12px;max-width:150px;word-break:break-word}.action-buttons{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.btn-action{font-size:14px}.btn-action:hover{transform:scale(1.05)}.btn-download{background:#e3f2fd;color:#1976d2}.btn-download:hover{background:#bbdefb}.btn-view{background:#f3e5f5;color:#7b1fa2}.btn-view:hover{background:#e1bee7}.btn-create-summary{background:#fff3e0;color:#e65100}.btn-create-summary:hover{background:#ffe0b2}.btn-retry{background:#fff3cd;color:#856404}.btn-retry:hover{background:#ffeaa7}.btn-history{background:#e8f5e9;color:#2e7d32}.btn-history:hover{background:#c8e6c9}.btn-action:disabled{cursor:not-allowed;opacity:.5}.empty-state{background:#f8f9fa;border:2px dashed #e0e0e0;border-radius:16px}.empty-state-icon{font-size:64px;margin-bottom:16px}.empty-state p{margin:0}.loading-overlay{background:#f8f9fa;border-radius:16px;gap:16px;padding:40px}.spinner{border-top-color:#3498db;height:40px;width:40px}.summary-history-overlay{background:#0006;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:2000}.summary-history-panel{background:#fff;box-shadow:-4px 0 16px #0003;display:flex;flex-direction:column;gap:16px;height:100%;padding:24px;width:min(420px,100vw)}.summary-history-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.summary-history-header h3{font-size:18px;margin:4px 0}.summary-history-label{color:#757575;font-size:13px;margin:0}.summary-history-subtitle{color:#9e9e9e;font-size:13px;margin:0}.summary-history-close{background:#0000;border:none;color:#999;cursor:pointer;font-size:18px}.summary-history-actions{display:flex;flex-direction:column;gap:8px}.summary-history-primary,.summary-history-secondary{border:none;border-radius:8px;cursor:pointer;font-size:14px;padding:10px 14px}.summary-history-primary{background:#1976d2;color:#fff}.summary-history-secondary{background:#e3f2fd;color:#0d47a1}.summary-history-body{border-top:1px solid #eee;flex:1 1;overflow-y:auto;padding-top:16px}.summary-history-empty{color:#9e9e9e;line-height:1.5;text-align:center}.summary-history-empty .muted{font-size:13px}.summary-history-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.summary-history-item{border:1px solid #e0e0e0;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:12px}.summary-history-item-main{align-items:center;display:flex;font-size:14px;justify-content:space-between}.summary-history-status{color:#757575;font-size:12px;letter-spacing:.4px;text-transform:uppercase}.summary-history-item-meta{color:#9e9e9e;display:flex;font-size:12px;gap:12px}.summary-history-item-actions{display:flex;gap:8px;justify-content:flex-end}.summary-history-tertiary{background:#f5f5f5;border:none;border-radius:6px;color:#555;cursor:pointer;font-size:12px;padding:6px 10px}.summary-history-delete{background:#ffebee;border:1px solid #dc3545;border-radius:6px;color:#c62828;cursor:pointer;font-size:12px;padding:6px 10px;transition:background .2s}.summary-history-delete:hover{background:#ffcdd2}.summary-history-item.status-completed{border-color:#c8e6c9}.summary-history-item.status-pending,.summary-history-item.status-processing{border-color:#ffe0b2}.summary-history-item.status-failed{border-color:#ffcdd2}.loading-overlay p{color:#666;font-size:16px}.virtual-table-pagination{align-items:center;background:#fafafa;border:1px solid #e0e0e0;border-radius:0 0 12px 12px;border-top:none;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:16px}.pagination-center,.pagination-left,.pagination-right{align-items:center;display:flex;gap:12px}.pagination-left{flex:0 1 auto}.pagination-center{flex:1 1 auto;justify-content:center}.pagination-right{flex:0 1 auto;flex-wrap:wrap}.pagination-left label{color:#555;font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.page-size-select{background:#fff;border:1px solid #ced4da;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .2s}.page-size-select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.page-size-select:disabled{background:#e9ecef;cursor:not-allowed;opacity:.6}.pagination-btn,.pagination-info{color:#555;font-size:13px;font-weight:600}.pagination-btn{background:#fff;border:1px solid #ced4da;border-radius:6px;cursor:pointer;padding:8px 12px;transition:all .2s;white-space:nowrap}.pagination-btn:hover:not(:disabled){background:#f8f9ff;border-color:#667eea;color:#667eea}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.page-input-group{align-items:center;display:flex;gap:8px}.page-input{border:1px solid #ced4da;border-radius:6px;font-size:14px;padding:8px 10px;text-align:center;transition:border-color .2s;width:60px}.page-input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.page-input:disabled{background:#e9ecef;cursor:not-allowed}.page-count{color:#888;font-size:13px;font-weight:600}@media (max-width:1400px){.col-phone{width:130px}.col-employee{width:150px}.col-duration{width:110px}.col-word-count{width:120px}}@media (max-width:1024px){.col-phone{width:110px}.col-employee{width:130px}.col-duration{width:100px}.col-word-count{width:110px}.col-error{width:120px}.error-text{max-width:120px}.transcriptions-table td,.transcriptions-table th{font-size:13px;padding:12px 8px}}@media (max-width:768px){.section-header h3{font-size:16px}.transcriptions-table td,.transcriptions-table th{font-size:12px;padding:10px 6px}.col-call-id{min-width:70px;width:70px}.col-phone{min-width:70px;width:80px}.col-duration,.col-employee{min-width:80px;width:90px}.col-word-count{min-width:85px;width:100px}.col-status{min-width:100px;width:140px}.col-date{min-width:90px;width:100px}.col-actions{min-width:100px}.error-text{max-width:100px}.btn-action{font-size:12px;height:28px;width:28px}.action-buttons{gap:4px}.call-id-badge,.status-badge{font-size:11px;padding:4px 6px}.status-badge{margin-right:4px}.date-value{font-size:11px}.col-checkbox input[type=checkbox]{height:16px;width:16px}}@media (max-width:480px){.transcribation-page{gap:20px}.transcriptions-section{border-radius:12px;padding:16px}.section-header{margin-bottom:16px}.section-header h3{font-size:14px}.transcriptions-table td,.transcriptions-table th{font-size:11px;padding:8px 4px}.col-call-id{width:60px}.col-phone{min-width:60px;width:70px}.col-employee{min-width:70px;width:80px}.col-duration{min-width:65px;width:75px}.col-word-count{min-width:70px;width:85px}.col-status{min-width:80px;width:100px}.col-date{min-width:70px;width:80px}.btn-action{font-size:10px;height:24px;width:24px}.col-checkbox{padding:12px 4px;width:40px}.col-checkbox input[type=checkbox]{height:14px;width:14px}}.summary-page{margin:0 auto;max-width:100%;padding:20px}.page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.page-actions button{background:#fff;border:1px solid #667eea;border-radius:6px;color:#667eea;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s}.page-actions button.outline{background:#fff;border:1px solid #ddd;color:#666}.page-actions button.outline:hover{background:#f5f5f5}.page-actions button:hover{background:#667eea;color:#fff}.page-actions button:disabled{cursor:not-allowed;opacity:.5}.profile-selector-wrapper{align-items:center;display:flex;gap:10px}.profile-selector{align-items:center;background:#fff;border:1px solid #667eea;border-radius:6px;display:flex;font-size:14px;gap:8px;padding:8px 12px}.profile-selector label{color:#495057;font-weight:600;margin:0;white-space:nowrap}.profile-selector-select{background:#fff;border:1px solid #ddd;border-radius:4px;color:#495057;cursor:pointer;font-size:13px;font-weight:500;min-width:200px;padding:6px 10px;transition:all .2s}.profile-selector-select:hover{border-color:#667eea}.profile-selector-select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.profile-selector-select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.profile-info{align-items:center;color:#ffc107;display:inline-flex;font-size:16px}.profile-selector-empty,.profile-selector-error,.profile-selector-loading{background:#fff;border:1px solid #667eea;border-radius:6px;color:#667eea;font-size:13px;font-weight:500;padding:8px 12px}.profile-selector-empty{background:#fffbea;border-color:#ffc107;color:#856404}.profile-selector-error{background:#fff5f5;border-color:#dc3545;color:#dc3545}.summary-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;overflow:hidden}.summary-section-header{align-items:center;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:16px 20px;transition:background-color .2s;-webkit-user-select:none;user-select:none}.summary-section-header:hover{opacity:.9}.column-filters-panel{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 1px 4px #0000000a;margin-top:20px;padding:20px}.column-filters-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:16px;-webkit-user-select:none;user-select:none}.column-filters-header h3{color:#333;font-size:16px;margin:0}.column-filters-header-actions{align-items:center;display:flex;gap:10px}.clear-filters-btn{background:#0000;border:none;color:#dc3545;cursor:pointer;font-size:13px;font-weight:600}.clear-filters-btn:hover{text-decoration:underline}.column-filters-content{margin-top:12px}.column-filters-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.column-filter-item{color:#495057;display:flex;flex-direction:column;font-size:13px;gap:6px}.column-filter-item span{color:#868e96;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.column-filter-item input,.column-filter-item select{border:1px solid #ced4da;border-radius:6px;font-size:13px;padding:10px 12px;transition:border .2s}.column-filter-item input:focus,.column-filter-item select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea26;outline:none}.date-range-filter .date-range-inputs{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.date-range-input{display:flex;flex-direction:column;gap:6px}.date-range-input span{color:#495057;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:none}.processing-header{background-color:#fff3cd;border-left:4px solid #ffc107;color:#856404}.failed-header{background-color:#f8d7da;border-left:4px solid #dc3545;color:#721c24}.toggle-icon{font-size:14px;transition:transform .2s}.summary-section-content{border-top:1px solid #e9ecef;padding:16px 20px}.status-list{list-style:none;margin:0;padding:0}.status-item{grid-gap:12px;align-items:center;background-color:#f8f9fa;border-left:3px solid #dc3545;border-radius:8px;display:grid;gap:12px;grid-template-columns:auto 1fr auto;margin-bottom:10px;padding:12px}.status-item:last-child{margin-bottom:0}.processing-item{grid-gap:12px;align-items:center;background-color:#f8f9fa;border-left:3px solid #ffc107;border-radius:8px;display:grid;gap:12px;grid-template-columns:1fr auto;margin-bottom:10px;padding:12px}.processing-item:last-child{margin-bottom:0}.status-item-select{align-items:center;display:flex;justify-content:center}.status-item-select input{cursor:pointer;height:18px;margin-bottom:-26px;width:18px}.status-item-info{display:flex;flex-direction:column;gap:6px;height:100%;justify-content:center}.status-item-info strong{color:#495057;margin-right:8px}.processing-item-header{align-items:center;display:flex;flex-wrap:nowrap;gap:12px}.processing-item-header span{white-space:nowrap}.status-item-actions{align-items:center;display:flex;gap:8px;justify-content:flex-end}.status-item-actions .delete-btn,.status-item-actions .retry-btn{align-items:center;display:inline-flex;height:32px;justify-content:center;margin-bottom:-26px;padding:0;width:32px}.retry-btn{align-items:center;background:#e3f2fd;border:1px solid #1e88e5;border-radius:6px;color:#0d47a1;cursor:pointer;display:inline-flex;font-size:12px;justify-content:center;min-width:36px;padding:6px 10px;transition:background .2s}.retry-btn:hover{background:#bbdefb}.status-badge{display:inline-block;margin-top:8px;padding:4px 12px}.status-badge.processing{background-color:#ffc107;color:#856404;margin-top:0;width:auto}.status-badge.failed{background-color:#dc3545;color:#fff;margin-left:10px;width:70px}.error-message{background-color:#fff5f5;border-left:3px solid #dc3545;border-radius:4px;font-size:13px;margin-top:8px;padding:8px}.delete-btn{background-color:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:6px 12px;transition:background-color .2s}.delete-btn:hover{background-color:#c82333}.delete-btn.small{font-size:12px;padding:4px 10px}.delete-btn.small.danger{align-items:center;display:inline-flex;font-size:12px;justify-content:center;padding:6px 10px}.failed-bulk-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.failed-select-all{align-items:center;color:#495057;display:inline-flex;font-size:13px;gap:8px}.failed-bulk-actions-buttons{display:flex;flex-wrap:wrap;gap:8px}.summary-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:20px;overflow:hidden}.summary-table-container h3{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:18px;margin:0;padding:16px 20px}.table-wrapper{-webkit-overflow-scrolling:touch;border:1px solid #dee2e6;overflow-x:auto}.table-wrapper::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-track{background:#f1f1f1}.table-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.summary-table{border-collapse:collapse;min-width:1200px;width:100%}.summary-table thead{background:#f8f9fa;color:#495057;position:-webkit-sticky;position:sticky;top:0;z-index:5}.summary-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;font-size:12px;font-weight:600;letter-spacing:.5px;padding:14px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.summary-table th.sortable{cursor:pointer}.sortable-header{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:6px;letter-spacing:inherit;padding:0;text-transform:inherit}.sortable-header:focus-visible{border-radius:4px;outline:2px solid #667eea}.sort-icon{color:#adb5bd;font-size:12px}.sort-icon.asc,.sort-icon.desc{color:#667eea}.summary-table tbody tr{border-bottom:1px solid #e9ecef;height:auto}.summary-table tbody tr:hover{background-color:#f8f9fa}.summary-table tbody tr.selected-summary{background-color:#fff3cd}.summary-table td{font-size:14px;padding:12px;vertical-align:middle}.date-cell{font-weight:600;min-width:100px}.time-cell{min-width:70px;text-align:center}.employee-cell{font-weight:500;min-width:140px}.duration-cell{color:#667eea;font-weight:600;min-width:80px}.topic-cell{font-weight:600;min-width:150px}.profile-cell{color:#667eea;font-weight:600;min-width:120px}.summary-cell{word-wrap:break-word;color:#495057;line-height:1.5;max-width:400px;min-width:400px;padding:12px;vertical-align:top;white-space:normal;word-break:break-word}.col-analysis{background:#f0f7ff;color:#667eea;font-weight:500;text-align:center}.call-type-cell,.col-analysis{min-width:120px}.call-direction-cell{min-width:100px}.client-status-cell,.rating-cell{min-width:120px}.rating-cell{font-weight:600}.primary-topic-cell{min-width:130px}.risk-flag-cell{font-weight:600;min-width:100px}.col-actions{min-width:70px;text-align:center}.btn-action{align-items:center;background:#f5f5f5;border:none;border-radius:6px;color:#333;cursor:pointer;display:inline-flex;font-size:16px;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.btn-action:hover{background:#e0e0e0;transform:scale(1.1)}.btn-action:active{transform:scale(.95)}.btn-delete{background:#ffebee;color:#c62828}.btn-delete:hover{background:#ffcdd2}.btn-view{background:#e3f2fd;color:#1565c0}.btn-view:hover{background:#bbdefb}.empty-state{color:#6c757d;padding:80px 20px}.empty-state-icon{font-size:80px;margin-bottom:20px;opacity:.5}.empty-state h3{color:#495057;font-size:24px;margin-bottom:10px}.empty-state p{font-size:16px;margin-bottom:30px}.loading-overlay{align-items:center;background:#ffffffe6;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.spinner{border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:20px;width:50px}.message.success{border:1px solid #c3e6cb}.message.error{border:1px solid #f5c6cb}.message.info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}@media (max-width:1200px){.summary-cell{max-width:350px;min-width:350px}.col-analysis{font-size:12px;min-width:100px}}@media (max-width:768px){.summary-page{padding:12px}.page-actions{gap:8px}.page-actions button{font-size:12px;padding:8px 12px}.profile-selector,.profile-selector-wrapper{width:100%}.profile-selector-select{min-width:100%}.summary-table th{font-size:11px;padding:10px 8px}.summary-table td{font-size:12px;padding:10px 8px}.date-cell{min-width:80px}.employee-cell{min-width:100px}.summary-cell{max-width:150px;min-width:150px}.col-analysis{font-size:10px;min-width:80px}.btn-action{font-size:14px;height:28px;width:28px}}@media (max-width:480px){.summary-page{padding:8px}.page-actions{flex-direction:column;gap:6px}.page-actions button{font-size:12px;padding:10px;width:100%}.profile-selector-wrapper{width:100%}.profile-selector{align-items:flex-start;flex-direction:column;width:100%}.profile-selector-select{min-width:0;min-width:auto;width:100%}.summary-table{min-width:800px}.summary-table td,.summary-table th{font-size:11px;padding:8px 6px}.date-cell{min-width:70px}.employee-cell{min-width:80px}.summary-cell{font-size:10px;max-width:120px;min-width:120px}.col-analysis{font-size:9px;min-width:70px}.btn-action{font-size:12px;height:24px;width:24px}.call-id-and-badge{align-items:center;display:flex;gap:8px}.call-id-and-badge span{white-space:nowrap}.summary-count{color:#666;font-size:14px;font-weight:500;margin-left:auto}.virtual-table-pagination{align-items:center;background:#fafafa;border:1px solid #e0e0e0;border-radius:0 0 12px 12px;border-top:none;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:0;padding:16px}.pagination-center,.pagination-left,.pagination-right{align-items:center;display:flex;gap:12px}.pagination-left{flex:0 1 auto}.pagination-center{flex:1 1 auto;justify-content:center}.pagination-right{flex:0 1 auto;flex-wrap:wrap}.pagination-left label{color:#555;font-size:13px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.page-size-select{background:#fff;border:1px solid #ced4da;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .2s}.page-size-select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.page-size-select:disabled{background:#e9ecef;cursor:not-allowed;opacity:.6}.pagination-btn,.pagination-info{color:#555;font-size:13px;font-weight:600}.pagination-btn{background:#fff;border:1px solid #ced4da;border-radius:6px;cursor:pointer;padding:8px 12px;transition:all .2s;white-space:nowrap}.pagination-btn:hover:not(:disabled){background:#f8f9ff;border-color:#667eea;color:#667eea}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.page-input-group{align-items:center;display:flex;gap:8px}.page-input{border:1px solid #ced4da;border-radius:6px;font-size:14px;padding:8px 10px;text-align:center;transition:border-color .2s;width:60px}.page-input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.page-input:disabled{background:#e9ecef;cursor:not-allowed}.page-count{color:#888;font-size:13px;font-weight:600}@media (max-width:768px){.virtual-table-pagination{align-items:stretch;flex-direction:column;gap:12px}.pagination-center,.pagination-left,.pagination-right{justify-content:center;width:100%}.pagination-right{flex-wrap:wrap;justify-content:center}.summary-count{margin-left:0;text-align:center}}}.profile-editor{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow:hidden;width:100%}.profile-editor-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #f0f0f0;color:#fff;display:flex;justify-content:space-between;padding:20px 24px}.profile-editor-header h2{font-size:20px;font-weight:600;margin:0}.close-btn{align-items:center;background:#fff3;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:background .2s;width:32px}.close-btn:hover{background:#ffffff4d}.close-btn:disabled{cursor:not-allowed;opacity:.5}.profile-editor-form{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:24px}.profile-editor-form::-webkit-scrollbar{width:8px}.profile-editor-form::-webkit-scrollbar-track{background:#f1f1f1}.profile-editor-form::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.profile-editor-form::-webkit-scrollbar-thumb:hover{background:#555}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#721c24;font-weight:500}.form-section{display:flex;flex-direction:column;gap:16px}.form-section h3{border-bottom:2px solid #e0e0e0;color:#333;font-size:16px;font-weight:600;margin:0;padding-bottom:8px}.section-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.section-header h3{flex:1 1;margin:0}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#495057}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:14px;padding:10px 12px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.form-group input:disabled,.form-group textarea:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.form-group.checkbox{align-items:center;flex-direction:row}.form-group.checkbox label{align-items:center;cursor:pointer;display:inline-flex;font-weight:500;gap:12px;margin:0}.form-group.checkbox input{accent-color:#667eea;cursor:pointer;height:18px;margin:0;width:18px}.field-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.empty-fields{background:#f9f9f9;border:2px dashed #ddd;border-radius:8px;color:#999;padding:30px;text-align:center}.fields-list{display:flex;flex-direction:column;gap:12px}.field-item{align-items:flex-start;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:12px;padding:14px}.field-controls{display:flex;flex-direction:column;gap:4px}.btn-move{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:32px}.btn-move:hover:not(:disabled){background:#667eea;border-color:#667eea;color:#fff}.btn-move:disabled{cursor:not-allowed;opacity:.4}.field-settings{flex:1 1;gap:12px}.field-group,.field-settings{display:flex;flex-direction:column}.field-group{gap:6px}.field-group label{color:#495057;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.field-group input,.field-group select{border:1px solid #ddd;border-radius:4px;font-size:13px;margin-bottom:3px;margin-right:8px;padding:8px 10px;transition:all .2s;vertical-align:middle}.field-group input:focus,.field-group select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.field-group input:disabled,.field-group select:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.btn-remove-field{align-items:center;align-self:center;background:#ffebee;border:1px solid #dc3545;border-radius:6px;cursor:pointer;display:inline-flex;font-size:18px;height:36px;justify-content:center;line-height:1;margin-top:4px;padding:0;transition:all .2s;width:36px}.btn-remove-field:hover:not(:disabled){background:#ffcdd2;color:#c62828}.btn-remove-field:disabled{cursor:not-allowed;opacity:.4}.btn-add-field{background:#fff;border:1px solid #667eea;border-radius:6px;color:#667eea;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s;white-space:nowrap}.btn-add-field:hover:not(:disabled){background:#667eea;color:#fff}.btn-add-field:disabled{cursor:not-allowed;opacity:.5}.form-actions{border-top:1px solid #e0e0e0;gap:12px;margin-top:auto;padding-top:12px}.btn-cancel,.btn-save{border-radius:6px;flex:1 1;font-size:14px;font-weight:600;padding:12px 20px}.btn-save{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-save:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.btn-cancel{background:#f0f0f0;border:1px solid #ddd;color:#666}.btn-cancel:hover:not(:disabled){background:#e0e0e0}.header-buttons{align-items:center;display:flex;gap:8px}.btn-fill-columns{background:#fff;border:1px solid #667eea;border-radius:6px;color:#667eea;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s;white-space:nowrap}.btn-fill-columns:hover:not(:disabled){background:#667eea;color:#fff}.btn-fill-columns:disabled{cursor:not-allowed;opacity:.5}.json-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.json-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-height:85vh;max-width:600px;overflow:hidden;width:100%}.json-modal-header{align-items:center;background:#f9f9f9;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px}.json-modal-header h3{color:#333;font-size:18px;font-weight:600;margin:0}.json-modal-close{align-items:center;background:none;border:none;color:#999;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;transition:color .2s;width:32px}.json-modal-close:hover{color:#333}.json-modal-body{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:24px}.json-modal-body::-webkit-scrollbar{width:8px}.json-modal-body::-webkit-scrollbar-track{background:#f1f1f1}.json-modal-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.json-modal-body::-webkit-scrollbar-thumb:hover{background:#555}.json-modal-hint{color:#666;font-size:14px;line-height:1.5;margin:0}.json-example{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;overflow-x:auto;padding:12px}.json-example code{color:#333;font-family:Courier New,monospace;font-size:12px;line-height:1.4;white-space:pre}.json-textarea{border:1px solid #ddd;border-radius:6px;font-family:Courier New,monospace;font-size:13px;padding:12px;resize:vertical;transition:all .2s}.json-textarea:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;outline:none}.json-modal-footer{border-top:1px solid #e0e0e0;display:flex;gap:12px;margin-top:auto;padding-top:16px}.btn-fill{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px 20px;transition:all .2s}.btn-fill:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.btn-fill:disabled{cursor:not-allowed;opacity:.6}.btn-cancel-modal{background:#f0f0f0;border:1px solid #ddd;border-radius:6px;color:#666;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px 20px;transition:all .2s}.btn-cancel-modal:hover{background:#e0e0e0}@media (max-width:768px){.profile-editor{border-radius:12px 12px 0 0;max-height:100vh}.profile-editor-header{padding:16px}.profile-editor-header h2{font-size:16px}.profile-editor-form{padding:16px}.field-row{grid-template-columns:1fr}.field-item{flex-direction:column}.field-controls{flex-direction:row;gap:6px}.btn-move{font-size:16px;height:28px;width:28px}.btn-remove-field{align-self:flex-end;height:28px;width:28px}.form-actions{flex-direction:column}.btn-cancel,.btn-save{width:100%}.header-buttons{flex-direction:column;gap:6px;width:100%}.btn-add-field,.btn-fill-columns{width:100%}.json-modal{max-height:90vh}.json-modal-body{gap:12px;padding:16px}.json-modal-footer{flex-direction:column}.btn-cancel-modal,.btn-fill{width:100%}}@media (max-width:480px){.profile-editor{border-radius:12px 12px 0 0}.profile-editor-form{gap:16px;padding:12px}.form-section h3,.section-header h3{font-size:14px}.form-group label{font-size:12px}.form-group input,.form-group textarea{font-size:13px}.field-row{gap:8px}.field-item{gap:8px;padding:12px}}.profiles-manager{width:100%}.profiles-manager-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:24px}.profiles-manager-header .header-content{flex:1 1;min-width:200px}.profiles-manager-header h2{color:#333;font-size:18px;font-weight:600;margin:0 0 8px}.btn-create-profile{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s;white-space:nowrap}.btn-create-profile:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.btn-create-profile:disabled{cursor:not-allowed;opacity:.6}.message{border-left:4px solid;border-radius:6px;font-weight:500;margin-bottom:16px;padding:12px 16px}.message.success{background-color:#d4edda;border-left-color:#28a745;color:#155724}.message.error{background-color:#f8d7da;border-left-color:#dc3545;color:#721c24}.error-banner{background-color:#fff5f5;border:1px solid #fc8181;border-radius:6px;color:#c53030;font-weight:500;margin-bottom:20px;padding:16px}.loading-state{padding:60px 20px;text-align:center}.loading-state .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 20px;width:50px}.loading-state p{color:#999;font-size:16px}.empty-state{background:#f9f9f9;border:2px dashed #ddd;border-radius:8px;padding:60px 20px;text-align:center}.empty-icon{font-size:60px;margin-bottom:16px;opacity:.5}.empty-state h3{color:#333;font-size:20px;margin:0 0 8px}.empty-state p{color:#999;font-size:14px;margin:0 0 24px}.btn-primary{border-radius:6px;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.btn-primary:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.profiles-table-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow-x:auto}.profiles-table{border-collapse:collapse;font-size:13px;width:100%}.profiles-table thead{background:#f8f9fa}.profiles-table th{border-bottom:2px solid #e0e0e0;color:#666;font-weight:600;padding:12px 16px;text-align:left;white-space:nowrap}.profiles-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .15s}.profiles-table tbody tr:hover{background-color:#f9f9f9}.profiles-table tbody tr.default-profile{background-color:#f0f7ff}.profiles-table tbody tr.default-profile:hover{background-color:#e6f2ff}.profiles-table td{color:#333;padding:12px 16px;vertical-align:middle}.profile-name{display:flex;gap:8px}.badge-default,.profile-name{align-items:center;font-weight:600}.badge-default{background:#d4f4dd;border-radius:12px;color:#1d6f42;display:inline-flex;font-size:11px;padding:2px 8px;white-space:nowrap}.cell-content{color:#666;line-height:1.4;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:12px;font-weight:600;padding:4px 10px;white-space:nowrap}.status-badge.active{background:#d4f4dd;color:#1d6f42}.status-badge.inactive{background:#fff3cd;color:#856404}.actions-cell{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}.profile-action-btn{align-items:center;background:#fff;border:1px solid;border-radius:6px;cursor:pointer;display:inline-flex;flex:1 1 160px;font-size:13px;font-weight:600;gap:6px;justify-content:center;min-width:140px;padding:8px 16px;transition:all .15s;white-space:nowrap}.profile-action-btn.btn-edit{border-color:#667eea;width:50px!important}.profile-action-btn.btn-edit:hover{background:#667eea;color:#fff}.profile-action-btn.btn-delete{border-color:#dc3545;color:#dc3545}.profile-action-btn.btn-delete:hover{background:#dc3545;color:#fff}@media (max-width:1024px){.profiles-table{font-size:12px}.profiles-table td,.profiles-table th{padding:10px 12px}.cell-content{max-width:180px}}@media (max-width:768px){.profiles-manager-header{align-items:stretch;flex-direction:column}.btn-create-profile{width:100%}.profiles-table-container{overflow-x:scroll}.profiles-table{min-width:900px}}.transcription-settings-section{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:20px}.section-header{border-bottom:2px solid #007bff;margin-bottom:20px;padding-bottom:15px}.section-header h3{color:#333;font-size:1.3em;margin:0 0 10px}.section-description{color:#666;font-size:.9em;line-height:1.4;margin:0}.admin-notice{background:#d1ecf1;border-left:4px solid #17a2b8;border-radius:4px;color:#0c5460;font-size:.9em;margin-top:10px;padding:10px}.admin-only-notice{background:#e7f3ff;border-left:4px solid #007bff;border-radius:4px;color:#004085;font-size:.9em;padding:12px;text-align:center;width:100%}.loading{color:#666;padding:20px;text-align:center}.settings-view{background:#fff;border:1px solid #ddd;border-radius:6px;padding:15px}.setting-item{background:#fafafa;border-left:4px solid #007bff;border-radius:4px;margin-bottom:20px;padding:15px}.setting-item label{color:#333;display:block;font-weight:600;margin-bottom:10px}.setting-value{background:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#333;font-family:Courier New,monospace;font-size:.9em;margin:0;max-height:200px;overflow-y:auto;padding:10px}.setting-value pre{margin:0;white-space:pre-wrap;word-break:break-word}.setting-value em{color:#999;font-style:italic}.settings-actions{border-top:1px solid #ddd;display:flex;gap:10px;margin-top:15px;padding-top:15px}.btn-edit,.btn-refresh{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9em;font-weight:500;padding:8px 16px;transition:background .2s}.btn-edit:hover:not(:disabled),.btn-refresh:hover:not(:disabled){background:#0056b3}.btn-edit:disabled,.btn-refresh:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.settings-form{background:#fff;border:1px solid #ddd;border-radius:6px;padding:20px}.form-group label{font-weight:500}.form-group textarea{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-family:Courier New,monospace;font-size:.9em;padding:10px;width:100%}.form-group textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.form-group textarea.error{border-color:#dc3545}.form-group small{color:#666;font-size:.85em}.error-text{color:#dc3545;display:block;font-size:.85em;margin-top:5px}.form-actions{border-top:1px solid #ddd;display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:15px}.btn-cancel,.btn-save{border:none;border-radius:4px;cursor:pointer;font-size:.95em;font-weight:500;padding:10px 20px;transition:all .2s}.btn-cancel{background:#e9ecef;color:#333}.btn-cancel:hover:not(:disabled){background:#dee2e6}.btn-cancel:disabled{cursor:not-allowed;opacity:.6}.btn-save{background:#28a745;color:#fff}.btn-save:hover:not(:disabled){background:#218838}.btn-save:disabled{background:#ccc;cursor:not-allowed;opacity:.6}@media (max-width:768px){.transcription-settings-section{padding:15px}.form-actions,.settings-actions{flex-direction:column}.btn-cancel,.btn-edit,.btn-refresh,.btn-save{width:100%}.form-actions{justify-content:stretch}}.settings-page{margin:0 auto;max-width:1400px;padding:20px}.settings-header{margin-bottom:30px}.settings-header h1{color:#333;font-size:28px;margin:0}.settings-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.settings-section{border-bottom:1px solid #e0e0e0;padding:24px}.settings-section:last-child{border-bottom:none}.settings-section h2{color:#333;font-size:20px;margin-bottom:16px;margin-top:0}@media (max-width:768px){.settings-page{padding:12px}.settings-header{margin-bottom:20px}.settings-header h1{font-size:20px}.settings-section{padding:16px}}.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{max-width:450px;width:100%}.login-box{animation:slideIn .4s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:40px}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.login-header{margin-bottom:30px;text-align:center}.login-header h1{color:#333;font-size:32px;margin:0 0 10px}.login-header p{color:#666;font-size:14px;margin:0}.mode-switcher{background:#f5f5f5;border-radius:8px;display:flex;gap:10px;margin-bottom:30px;padding:6px}.mode-button{background:#0000;border:none;border-radius:6px;color:#666;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:10px 16px;transition:all .3s ease}.mode-button:hover:not(:disabled){color:#333}.mode-button.active{background:#fff;box-shadow:0 2px 8px #0000001a;color:#667eea}.mode-button:disabled{cursor:not-allowed;opacity:.6}.error-message{align-items:center;animation:shake .3s ease;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;display:flex;gap:12px;margin-bottom:20px;padding:12px 16px}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.error-icon{flex-shrink:0;font-size:18px}.error-text{color:#856404;flex:1 1;font-size:14px}.error-close{background:none;border:none;color:#856404;cursor:pointer;font-size:16px;line-height:1;padding:0}.error-close:hover{color:#654321}.login-form{margin-bottom:20px}.form-group input{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:14px;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.form-group input.error{border-color:#dc3545}.form-group input.error:focus{box-shadow:0 0 0 3px #dc35451a}.field-error{color:#dc3545;font-size:12px;margin-top:6px}.password-input-group{align-items:center;display:flex;position:relative}.password-input-group input{flex:1 1}.show-password-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:18px;line-height:1;padding:0;position:absolute;right:12px}.show-password-button:hover:not(:disabled){color:#764ba2}.show-password-button:disabled{cursor:not-allowed;opacity:.6}.password-requirements{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:20px;padding:12px}.requirements-title{color:#333;font-size:12px;font-weight:600;margin-bottom:8px}.requirements-list{display:flex;flex-direction:column;gap:6px}.requirement{align-items:center;color:#666;display:flex;font-size:12px;gap:8px}.requirement.met{color:#28a745}.requirement-icon{font-size:14px;line-height:1}.requirement-text{flex:1 1}.submit-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;margin-bottom:20px;padding:14px 24px;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.spinner{animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-hint{color:#666;font-size:14px;margin-bottom:20px;text-align:center}.login-hint p{margin:0}.hint-link{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;margin-left:4px;padding:0;text-decoration:underline;transition:color .3s ease}.hint-link:hover:not(:disabled){color:#764ba2}.hint-link:disabled{cursor:not-allowed;opacity:.6}.login-info{background:#e8f4f8;border:1px solid #b3dfe6;border-radius:8px;color:#0c5460;font-size:12px;padding:12px 16px}.login-info p{margin:4px 0}.login-info strong{display:block;margin-bottom:8px}.login-info code{background:#0000001a;border-radius:3px;font-family:Courier New,monospace;padding:2px 6px}@media (max-width:480px){.login-box{padding:30px 20px}.login-header h1{font-size:26px}.submit-button{font-size:15px;padding:12px 20px}}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;padding:24px}.modal-header h3{color:#333;font-size:20px;margin:0}.modal-close{background:#0000;border:none;color:#999;cursor:pointer;font-size:24px;line-height:1;padding:0;transition:color .2s}.modal-close:hover{color:#333}.modal-error{align-items:center;background:#f8d7da;border-left:4px solid #dc3545;color:#721c24;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 24px}.modal-form{padding:24px}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-group label:has(input[type=checkbox]){align-items:center;cursor:pointer;display:flex;margin-bottom:0}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;padding:12px 16px;transition:all .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.form-group small{color:#999;display:block;font-size:12px;margin-top:6px}.form-group label input[type=checkbox]{cursor:pointer;flex-shrink:0;margin:0 0 -3px 8px;width:auto}.form-group textarea{min-height:100px;resize:vertical}.form-section-title{border-top:1px solid #e0e0e0;color:#666;font-size:13px;font-weight:700;letter-spacing:.5px;margin:20px 0 15px;padding-top:20px;text-transform:uppercase}.modal-footer{border-top:2px solid #f0f0f0;display:flex;gap:12px;justify-content:flex-end;padding:24px}.modal-footer .btn{font-size:14px;justify-content:center;min-width:120px;padding:12px 24px}.btn-primary{border:none;cursor:pointer;transition:all .3s}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#f0f0f0;border:none;cursor:pointer;transition:all .3s}.btn-secondary:hover:not(:disabled){background:#e0e0e0}.btn-secondary:disabled{cursor:not-allowed;opacity:.6}.btn-danger{background:linear-gradient(135deg,#fa709a,#fee140);border:none;color:#fff;cursor:pointer;transition:all .3s}.btn-danger:hover:not(:disabled){box-shadow:0 6px 20px #fa709a66;transform:translateY(-2px)}.btn-danger:disabled{cursor:not-allowed;opacity:.6}.modal-confirmation{padding:24px;text-align:center}.confirmation-icon{font-size:60px;margin-bottom:20px}.confirmation-title{color:#333;font-size:20px;font-weight:700;margin-bottom:12px}.confirmation-text{color:#666;font-size:14px;margin-bottom:24px}.confirmation-highlight{color:#333;display:block;font-weight:600;margin-top:12px}.info-box{background:#e8f4f8;border-left:4px solid #0c5460;border-radius:6px;color:#0c5460;font-size:13px;margin-top:12px;padding:12px 16px}.info-box strong{display:block;margin-bottom:4px}@media (max-width:480px){.modal-content{border-radius:8px 8px 0 0;max-height:100vh;max-width:100%}.modal-footer,.modal-form,.modal-header{padding:16px}.modal-footer{flex-direction:column-reverse}.modal-footer .btn{width:100%}}.admin-panel{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.admin-header{margin-bottom:30px}.admin-header h2{color:#333;font-size:28px;margin-bottom:8px}.admin-header p{color:#666;font-size:16px;margin:0}.admin-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;display:flex;gap:20px;padding:20px;transition:all .3s}.stat-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translateY(-4px)}.stat-icon{font-size:40px;line-height:1}.stat-info{flex:1 1}.stat-label{color:#999;font-size:12px;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.stat-value{color:#333;font-size:28px;font-weight:700}.admin-controls{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px;padding:20px}.controls-left{display:flex;flex:1 1;flex-wrap:wrap;gap:12px;min-width:300px}.search-group{flex:1 1;min-width:200px}.search-input{border:2px solid #e0e0e0;border-radius:8px;font-size:14px;padding:12px 16px;transition:all .3s;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:14px;min-width:150px;padding:12px 16px;transition:all .3s}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.controls-right{display:flex;flex-wrap:wrap;gap:12px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s;white-space:nowrap}.btn:hover:not(:disabled){box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-secondary{background:linear-gradient(135deg,#84fab0,#8fd3f4);color:#333}.admin-table-container{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:hidden}.empty-state,.loading-state{color:#999;padding:60px 20px;text-align:center}.empty-state p,.loading-state p{font-size:16px;margin:0}.admin-table{border-collapse:collapse;width:100%}.admin-table thead{background:#f8f9fa;border-bottom:2px solid #e0e0e0}.admin-table th{color:#333;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px;text-align:left;text-transform:uppercase}.admin-table tbody tr{border-bottom:1px solid #e0e0e0;transition:all .2s}.admin-table tbody tr:hover{background:#f8f9fa}.admin-table tbody tr.inactive{opacity:.6}.admin-table td{color:#333;font-size:14px;padding:16px}.cell-id{color:#667eea;font-weight:600;min-width:50px}.cell-username code{background:#f5f5f5;border-radius:4px;font-family:Courier New,monospace;font-size:13px;padding:4px 8px}.cell-email a{color:#667eea;text-decoration:none;transition:color .2s}.cell-email a:hover{color:#764ba2;text-decoration:underline}.cell-role,.cell-status{text-align:center}.role-badge,.status-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px;white-space:nowrap}.role-badge.admin{background:#ffd70033;color:#c80}.role-badge.user{background:#667eea33;color:#667eea}.status-badge.active{background:#28a74533;color:#28a745}.status-badge.inactive{background:#dc354533;color:#dc3545}.cell-created,.cell-last-login{color:#999;font-size:13px;white-space:nowrap}.cell-actions{display:flex;gap:8px;justify-content:center}.action-btn{background:#0000;border:none;border-radius:6px;cursor:pointer;font-size:18px;line-height:1;padding:6px;transition:all .2s}.action-btn:hover{background:#667eea1a}.action-btn.delete-btn:hover{background:#dc35451a}@media (max-width:1024px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-controls{align-items:stretch;flex-direction:column}.controls-left,.controls-right{width:100%}.controls-left{flex-direction:column}.search-group{min-width:auto}.filter-select{flex:1 1;min-width:auto}.controls-right{justify-content:stretch}.btn{flex:1 1;justify-content:center}}@media (max-width:768px){.admin-stats{grid-template-columns:1fr}.admin-table{font-size:12px}.admin-table td,.admin-table th{padding:12px 8px}.role-badge,.status-badge{font-size:11px;padding:4px 8px}.admin-controls{padding:12px}.filter-select,.search-input{font-size:12px;padding:10px 12px}}@media (max-width:640px){.admin-table{font-size:11px}.admin-table td,.admin-table th{padding:8px 4px}.admin-table td:nth-child(2),.admin-table td:nth-child(3),.admin-table td:nth-child(6),.admin-table th:nth-child(2),.admin-table th:nth-child(3),.admin-table th:nth-child(6),.cell-email,.cell-username code{display:none}}.admin-page{height:100%;overflow-y:auto;padding:20px;width:100%}@media (max-width:768px){.admin-page{padding:15px}}@media (max-width:480px){.admin-page{padding:10px}}