.amizek-performance-dashboard{position:fixed;top:20px;right:20px;width:400px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;transition:all .3s ease}.amizek-performance-dashboard.collapsed{height:60px;overflow:hidden}.dashboard-header{background:#2c3e50;color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0}.dashboard-header h3{margin:0;font-size:16px;font-weight:600}.dashboard-toggle{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.dashboard-content{padding:20px;max-height:500px;overflow-y:auto}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.metric-card{background:#f8f9fa;border-radius:6px;padding:15px;text-align:center;border:1px solid #e9ecef}.metric-card h4{margin:0 0 10px;font-size:12px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:24px;font-weight:700;margin-bottom:5px;color:#2c3e50}.metric-value.good{color:#28a745}.metric-value.needs-improvement{color:#ffc107}.metric-value.poor{color:#dc3545}.metric-label{font-size:11px;color:#6c757d;line-height:1.3}.alerts-section{margin-bottom:20px}.alerts-section h4{margin:0 0 15px;font-size:14px;font-weight:600;color:#2c3e50}.alerts-list{max-height:150px;overflow-y:auto;border:1px solid #e9ecef;border-radius:4px;background:#fff}.no-alerts{padding:15px;text-align:center;color:#6c757d;font-style:italic}.alert-item{padding:10px 15px;border-bottom:1px solid #f1f3f4;display:flex;flex-direction:column;gap:5px}.alert-item:last-child{border-bottom:none}.alert-time{font-size:11px;color:#6c757d;font-weight:500}.alert-msg{font-size:12px;color:#2c3e50;line-height:1.3}.alert-item.alert-high{border-left:3px solid #dc3545;background:#fff5f5}.alert-item.alert-medium{border-left:3px solid #ffc107;background:#fffdf5}.dashboard-actions{display:flex;gap:10px}.dashboard-actions button{flex:1;padding:8px 12px;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.dashboard-actions button:hover{background:#0056b3}.dashboard-actions button:last-child{background:#6c757d}.dashboard-actions button:last-child:hover{background:#545b62}.amizek-alert{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:10001;min-width:300px;max-width:500px;animation:slideInDown .3s ease}@keyframes slideInDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.amizek-alert-high{border-left:4px solid #dc3545}.amizek-alert-medium{border-left:4px solid #ffc107}.alert-content{padding:15px 20px;display:flex;align-items:center;gap:10px}.alert-type{background:#e9ecef;color:#495057;padding:4px 8px;border-radius:3px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.amizek-alert-high .alert-type{background:#dc3545;color:#fff}.amizek-alert-medium .alert-type{background:#ffc107;color:#212529}.alert-message{flex:1;font-size:13px;color:#2c3e50;line-height:1.4}.alert-close{background:none;border:none;color:#6c757d;font-size:18px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.alert-close:hover{background:#f8f9fa;color:#495057}.amizek-test-controls{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:20px;margin:20px 0}.amizek-test-controls h3{margin:0 0 15px;color:#2c3e50;font-size:16px;font-weight:600}.amizek-test-controls button{background:#28a745;color:#fff;border:none;border-radius:4px;padding:8px 16px;margin:5px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.amizek-test-controls button:hover{background:#218838}.amizek-test-controls button:last-child{background:#007bff}.amizek-test-controls button:last-child:hover{background:#0056b3}@media (max-width: 768px){.amizek-performance-dashboard{position:fixed;top:10px;right:10px;left:10px;width:auto;max-width:none}.metrics-grid{grid-template-columns:1fr}.dashboard-actions{flex-direction:column}.amizek-alert{left:10px;right:10px;transform:none;min-width:auto;max-width:none}}@media (max-width: 480px){.dashboard-content{padding:15px}.metric-card{padding:12px}.metric-value{font-size:20px}.alert-content{padding:12px 15px;flex-direction:column;align-items:flex-start;gap:8px}.alert-message{font-size:12px}}@media (prefers-color-scheme: dark){.amizek-performance-dashboard{background:#2c3e50;border-color:#34495e;color:#ecf0f1}.dashboard-header{background:#34495e}.metric-card{background:#34495e;border-color:#2c3e50;color:#ecf0f1}.metric-card h4{color:#bdc3c7}.metric-value{color:#ecf0f1}.metric-label{color:#bdc3c7}.alerts-section h4{color:#ecf0f1}.alerts-list{background:#34495e;border-color:#2c3e50}.no-alerts{color:#bdc3c7}.alert-item{background:#34495e;border-bottom-color:#2c3e50}.alert-time{color:#bdc3c7}.alert-msg{color:#ecf0f1}.amizek-alert{background:#2c3e50;border-color:#34495e}.alert-type{background:#34495e;color:#ecf0f1}.alert-message{color:#ecf0f1}.alert-close{color:#bdc3c7}.alert-close:hover{background:#34495e;color:#ecf0f1}}@media print{.amizek-performance-dashboard,.amizek-alert,.amizek-test-controls{display:none}}
/*# sourceMappingURL=/cdn/shop/t/119/assets/amizek-performance-dashboard.css.map */
