:root{--primary-color:#1e293b;--secondary-color:#334155;--accent-color:#0f766e;--success-color:#10b981;--error-color:#ef4444;--warning-color:#f59e0b;--border-color:#cbd5e1;--text-primary:#1e293b;--text-secondary:#475569;--bg-light:#f8fafc;--bg-white:#fff;--shadow:0 1px 3px #0000001a;--shadow-lg:0 10px 15px #0000001a}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;width:100%}body{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#1e293b;color:var(--text-primary)}.app{display:flex;flex-direction:column;height:100vh;width:100%}.app-container{background:linear-gradient(135deg,#0f766e,#1e293b);min-height:100vh}.app-container,.app-container.loading{align-items:center;display:flex;justify-content:center}.app-container.loading{flex-direction:column;gap:1rem}.app-container.loading p{color:#fff;font-size:1.1rem}.spinner{animation:spin 1s linear infinite;border:4px solid #fff3;border-radius:50%;border-top-color:#fff;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}button{border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}button:hover:not(:disabled){box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}button:disabled{cursor:not-allowed;opacity:.5}input,select{border:1px solid #cbd5e1;border:1px solid var(--border-color);border-radius:.375rem;font-family:inherit;font-size:.875rem;padding:.5rem .75rem}input:focus,select:focus{border-color:#0f766e;border-color:var(--accent-color);box-shadow:0 0 0 3px #0f766e1a;outline:none}input.input-error{border-color:#ef4444;border-color:var(--error-color)}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f8fafc;background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#cbd5e1;background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#334155;background:var(--secondary-color)}.auth-container{align-items:center;background:linear-gradient(135deg,#0f766e,#1e293b);display:flex;justify-content:center;min-height:100vh;padding:1rem}.auth-card{background:#fff;border-radius:.75rem;box-shadow:0 20px 25px #0003;max-width:400px;padding:2.5rem;width:100%}.auth-card h1{color:#1e293b;font-size:1.875rem;font-weight:700;margin-bottom:.5rem;text-align:center}.subtitle{color:#64748b;font-size:.9rem;text-align:center}.auth-form,.subtitle{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#1e293b;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;padding:.75rem;transition:all .2s ease;width:100%}.form-group input:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1a}.form-group input:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed;opacity:.7}.form-group input.input-error{background-color:#ef44440d;border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem}.auth-button{background:linear-gradient(135deg,#0f766e,#0d9488);border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:all .2s ease;width:100%}.auth-button:hover:not(:disabled){box-shadow:0 10px 20px #0f766e4d;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-info{background:#f8fafc;border-left:4px solid #0f766e;border-radius:.5rem;padding:1.5rem}.auth-info h3{color:#1e293b;font-size:1rem;margin-bottom:1rem}.auth-info ul{color:#64748b;font-size:.875rem;list-style:none}.auth-info li{align-items:center;display:flex;gap:.5rem;padding:.5rem 0}.auth-info li:before{color:#10b981;content:"✓";font-weight:700}@media (max-width:600px){.auth-card{padding:1.5rem}.auth-card h1{font-size:1.5rem}}.current-execution{margin-bottom:2rem}.execution-card{background:#f8fafc;border-left:4px solid #0f766e;border-radius:.375rem;padding:1rem}.status-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.status-row .label{color:#1e293b;font-weight:600;min-width:100px}.status-badge{align-items:center;border:2px solid;border-radius:9999px;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;letter-spacing:.05em;padding:.375rem .75rem;text-transform:uppercase}.status-icon{display:inline-block;font-size:1rem;font-weight:700}.execution-row{grid-gap:1rem;align-items:flex-start;display:grid;gap:1rem;grid-template-columns:100px 1fr;margin-bottom:.75rem}.execution-row .label{color:#1e293b;font-weight:600}.execution-row .monospace{background:#fff;border-radius:.25rem;color:#0f766e;font-family:Monaco,Courier New,monospace;font-size:.875rem;padding:.25rem .5rem;word-break:break-all}.metrics-grid{grid-gap:1rem;border-top:1px solid #e2e8f0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:1.5rem;padding-top:1.5rem}.metric{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.metric-value{color:#0f766e;font-size:1.875rem;font-weight:700}.metric-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.daily-stats{margin-top:2rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.375rem;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.stat-value{color:#1e293b;font-size:2rem;font-weight:700}.stat-label{color:#64748b;font-size:.875rem;text-align:center}.summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.summary-card{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.375rem;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.summary-card.active{background:#10b9810d;border-color:#10b981}.summary-card .value{color:#1e293b;font-size:2rem;font-weight:700}.summary-card .label{color:#64748b;font-size:.875rem;text-align:center}.sources-list{margin-top:1.5rem}.table-wrapper{border:1px solid #e2e8f0;border-radius:.375rem;overflow-x:auto}.sources-table{border-collapse:collapse;font-size:.875rem;width:100%}.sources-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.sources-table th{color:#1e293b;font-weight:600;padding:1rem;text-align:left}.sources-table td{border-bottom:1px solid #e2e8f0;color:#475569;padding:1rem}.sources-table tbody tr:hover{background:#f8fafc}.sources-table tbody tr.inactive{background:#e2e8f04d;opacity:.6}.source-type{color:#64748b;font-size:.8125rem;letter-spacing:.05em;text-transform:uppercase}.status-indicator{border-radius:50%;box-shadow:0 0 8px #0000001a;display:inline-block;height:12px;width:12px}.reliability-bar{align-items:center;display:flex;gap:.5rem;position:relative}.reliability-bar:before{background:#e2e8f0;border-radius:9999px;bottom:0;content:"";left:0;position:absolute;top:0;width:100%;z-index:0}.reliability-fill{border-radius:9999px;height:6px;min-width:20px;position:relative;z-index:1}.reliability-text{color:#1e293b;font-weight:600;position:relative;white-space:nowrap;z-index:2}.success-rate{color:#10b981;font-weight:600}.last-executed{color:#64748b;font-size:.8125rem}.actions{text-align:center}.toggle-button{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.25rem;color:#1e293b;cursor:pointer;font-weight:600;min-width:30px;padding:.375rem .5rem;transition:all .2s ease}.toggle-button:hover:not(:disabled){background:#0f766e;border-color:#0f766e;color:#fff}.toggle-button:disabled{cursor:not-allowed;opacity:.6}.errors-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.error-count{color:#1e293b;font-weight:600}.error-timeframe{color:#64748b}.errors-list{display:flex;flex-direction:column;gap:.75rem}.error-item{border:1px solid #e2e8f0;border-radius:.375rem;overflow:hidden;transition:all .2s ease}.error-item:hover{border-color:#cbd5e1;box-shadow:var(--shadow)}.error-item.expanded{border-color:#0f766e;box-shadow:var(--shadow)}.error-header{align-items:center;background:#f8fafc;cursor:pointer;display:flex;justify-content:space-between;padding:1rem;-webkit-user-select:none;user-select:none}.error-header:hover{background:#f1f5f9}.error-info{align-items:center;display:flex;flex:1 1;gap:1rem}.severity-badge{border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.375rem .75rem;text-transform:uppercase;white-space:nowrap}.source-name{color:#1e293b;font-weight:600}.execution-time{color:#64748b;font-size:.875rem;white-space:nowrap}.expand-icon{color:#94a3b8;font-size:.75rem;transition:transform .2s ease}.error-item.expanded .expand-icon{transform:rotate(180deg)}.error-details{background:#fff;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1rem;padding:1rem}.detail-row{grid-gap:1rem;align-items:flex-start;display:grid;gap:1rem;grid-template-columns:150px 1fr}.detail-row .label{color:#1e293b;font-size:.875rem;font-weight:600}.detail-row .value{color:#475569;font-size:.875rem}.detail-row .error-message{background:#fef2f2;border-left:3px solid #ef4444;border-radius:.25rem;color:#7f1d1d;font-size:.875rem;margin:0;padding:.75rem}.detail-row code{border-radius:.25rem;color:#0f766e;font-size:.8125rem;padding:.25rem .5rem;word-break:break-all}.detail-row .metadata,.detail-row code{background:#f8fafc;font-family:Monaco,Courier New,monospace}.detail-row .metadata{border:1px solid #e2e8f0;border-radius:.25rem;color:#475569;font-size:.75rem;margin:0;max-height:300px;overflow-y:auto;padding:.75rem}.no-errors{color:#94a3b8;font-style:italic;padding:2rem;text-align:center}.charts-container{display:flex;flex-direction:column;gap:2rem}.chart-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;padding:1.5rem}.chart-item h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.custom-tooltip{background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;box-shadow:var(--shadow-lg);padding:.75rem}.tooltip-date{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.custom-tooltip p{font-size:.875rem;margin:.25rem 0}.stats-summary{background:linear-gradient(135deg,#0f766e,#1e293b);border-radius:.375rem;color:#fff;padding:1.5rem}.stats-summary h3{color:#fff;margin-bottom:1.5rem}.summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.summary-item{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:.375rem;display:flex;flex-direction:column;gap:.5rem;padding:1rem}.summary-label{font-size:.75rem;letter-spacing:.05em;opacity:.8;text-transform:uppercase}.summary-value{font-size:1.875rem;font-weight:700}.no-data{padding:2rem}@media (max-width:768px){.charts-container{gap:1rem}.chart-item{padding:1rem}.summary-grid{grid-template-columns:repeat(2,1fr)}}.dashboard{background:linear-gradient(135deg,#f8fafc,#f1f5f9);flex:1 1;overflow-y:auto;padding:2rem}.dashboard-toolbar{align-items:center;background:#fff;border-radius:.5rem;box-shadow:var(--shadow);display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 1.5rem}.toolbar-info{align-items:center;display:flex;gap:1rem}.refresh-timestamp{color:#64748b;font-size:.875rem}.error-badge{background:#fee2e2;border-radius:9999px;color:#dc2626;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.toolbar-actions{display:flex;gap:1rem}.refresh-button,.trigger-button{border:none;border-radius:.375rem;cursor:pointer;font-weight:600;padding:.625rem 1.25rem;transition:all .2s ease}.refresh-button{background:#f0f9ff;border:1px solid #bae6fd;color:#0369a1}.refresh-button:hover:not(:disabled){background:#e0f2fe;box-shadow:var(--shadow)}.trigger-button{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.trigger-button:hover:not(:disabled){background:#dcfce7;box-shadow:var(--shadow)}.refresh-button:disabled,.trigger-button:disabled{cursor:not-allowed;opacity:.5}.dashboard-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.panel-section{display:contents}.panel-section.full-width{display:block;grid-column:1/-1}.panel{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:var(--shadow);padding:1.5rem}.panel h2{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.panel h3{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.loading,.no-data{color:#94a3b8;padding:2rem 0;text-align:center}.no-data{font-style:italic}@media (max-width:1024px){.dashboard-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard{padding:1rem}.dashboard-toolbar{flex-direction:column;gap:1rem}.toolbar-actions,.toolbar-info{width:100%}.toolbar-actions{justify-content:space-between}}.header{background:linear-gradient(135deg,#0f766e,#1e293b);border-bottom:2px solid #ffffff1a;box-shadow:var(--shadow-lg);color:#fff;justify-content:space-between;padding:1rem 2rem}.header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.header-title{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin:0}.logo-icon{font-size:1.75rem}.header-subtitle{color:#cbd5e1;font-size:.875rem;margin-left:.5rem;opacity:.8}.header-controls{align-items:center;display:flex;gap:1.5rem}.control-group{font-size:.875rem}.control-group,.control-group label{align-items:center;display:flex;gap:.5rem}.control-group label{cursor:pointer;-webkit-user-select:none;user-select:none}.control-group input[type=checkbox]{accent-color:#0f766e;cursor:pointer;height:16px;width:16px}.control-group select{background:#ffffff1a;border:1px solid #fff3;border-radius:.25rem;color:#fff;font-size:.875rem;padding:.375rem .5rem}.control-group select option{background:#1e293b;color:#fff}.logout-button{background:#ef4444;border-radius:.375rem;color:#fff;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.logout-button:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}@media (max-width:768px){.header{flex-direction:column;gap:1rem}.header-left{justify-content:space-between;width:100%}.header-controls{flex-wrap:wrap;width:100%}}
/*# sourceMappingURL=main.85135306.css.map*/