:root{--primary:#6366f1;--primary-hover:#4f46e5;--success:#22c55e;--error:#ef4444;--warning:#f59e0b;--bg:#0f172a;--bg-card:#1e293b;--bg-hover:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--border:#334155;--radius:8px;--shadow:0 4px 6px -1px #0000004d}*{box-sizing:border-box;margin:0;padding:0}body{background:#0f172a;background:var(--bg);color:#f1f5f9;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:#6366f1;color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.loading{color:#94a3b8;color:var(--text-muted);padding:3rem;text-align:center}.app{min-height:100vh}.main-content{margin:0 auto;max-width:1200px;padding:2rem}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-header h1{font-size:1.75rem}.navbar{align-items:center;background:#1e293b;background:var(--bg-card);border-bottom:1px solid #334155;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:1rem 2rem}.nav-brand a{color:#f1f5f9;color:var(--text);font-size:1.25rem;font-weight:700}.nav-brand a:hover{text-decoration:none}.nav-links{align-items:center;display:flex;gap:1.5rem}.nav-links a{color:#94a3b8;color:var(--text-muted)}.nav-links a:hover{color:#f1f5f9;color:var(--text);text-decoration:none}.nav-user{color:#94a3b8;color:var(--text-muted);font-size:.875rem}.card{background:#1e293b;background:var(--bg-card);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 6px -1px #0000004d;box-shadow:var(--shadow);margin-bottom:1.5rem;padding:1.5rem}.card h2{font-size:1.25rem;margin-bottom:1rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:1.5rem}.stat-card{background:#1e293b;background:var(--bg-card);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);padding:1.25rem;text-align:center}.stat-value{color:#6366f1;color:var(--primary);font-size:2rem;font-weight:700}.stat-label{color:#94a3b8;color:var(--text-muted);font-size:.875rem;margin-top:.25rem}.stat-success .stat-value{color:#22c55e;color:var(--success)}.stat-error .stat-value{color:#ef4444;color:var(--error)}.btn{align-items:center;border:1px solid #0000;border-radius:8px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .15s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#6366f1;background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:#4f46e5;background:var(--primary-hover)}.btn-outline{background:#0000;border-color:#334155;border-color:var(--border);color:#f1f5f9;color:var(--text)}.btn-outline:hover{background:#334155;background:var(--bg-hover)}.btn-danger{background:#ef4444;background:var(--error);color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{font-size:.75rem;padding:.25rem .5rem}.btn-block{justify-content:center;padding:.75rem;width:100%}.btn-group{display:flex;flex-wrap:wrap;gap:.5rem}.form-group{flex:1 1;margin-bottom:1rem}.form-group label{color:#94a3b8;color:var(--text-muted);display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.form-group input,.form-group select,.form-group textarea{background:#0f172a;background:var(--bg);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#f1f5f9;color:var(--text);font-size:.875rem;padding:.5rem .75rem;width:100%}.form-group input:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f133;outline:none}.form-group small{color:#94a3b8;color:var(--text-muted);display:block;font-size:.75rem;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid #334155;border-bottom:1px solid var(--border);font-size:.875rem;padding:.75rem;text-align:left}.table th{color:#94a3b8;color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.table tr:hover{background:#334155;background:var(--bg-hover)}.row-inactive{opacity:.5}.text-muted{color:#94a3b8;color:var(--text-muted)}.text-error{color:#ef4444;color:var(--error)}.badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:500;padding:.125rem .5rem}.badge-success{background:#22c55e33;color:#22c55e;color:var(--success)}.badge-error{background:#ef444433;color:#ef4444;color:var(--error)}.badge-muted{background:#334155;background:var(--bg-hover);color:#94a3b8;color:var(--text-muted)}.alert{border-radius:8px;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.alert-error{background:#ef44441a;border:1px solid #ef4444;border:1px solid var(--error);color:#ef4444;color:var(--error)}.auth-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-card{background:#1e293b;background:var(--bg-card);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 6px -1px #0000004d;box-shadow:var(--shadow);max-width:400px;padding:2rem;width:100%}.auth-card h1{margin-bottom:.5rem;text-align:center}.auth-subtitle{margin-bottom:1.5rem}.auth-footer,.auth-subtitle{color:#94a3b8;color:var(--text-muted);text-align:center}.auth-footer{margin-top:1.5rem}.provider-list{display:flex;flex-direction:column;gap:.75rem}.provider-item{align-items:center;background:#0f172a;background:var(--bg);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);display:flex;gap:1rem;padding:.75rem}.provider-info{flex:1 1}.provider-name{font-weight:600}.provider-model{color:#94a3b8;color:var(--text-muted);font-size:.875rem}.provider-alias{color:#6366f1;color:var(--primary);font-size:.75rem;margin-left:.5rem}.provider-usage{min-width:150px}.usage-bar{background:#334155;background:var(--bg-hover);border-radius:3px;height:6px;margin-bottom:.25rem;overflow:hidden}.usage-fill{background:#6366f1;background:var(--primary);border-radius:3px;height:100%;transition:width .3s}.usage-text{color:#94a3b8;color:var(--text-muted);font-size:.75rem}.provider-status{font-size:.75rem;min-width:60px;text-align:right}.status-inactive{color:#94a3b8;color:var(--text-muted)}.quick-start{display:flex;flex-direction:column;gap:1rem}.quick-start-step{align-items:flex-start;display:flex;gap:1rem}.step-number{align-items:center;background:#6366f1;background:var(--primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:28px;justify-content:center;width:28px}.code-block{background:#0f172a;background:var(--bg);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#6366f1;color:var(--primary);display:block;font-size:.8rem;margin-top:.5rem;padding:.75rem}.empty-state{color:#94a3b8;color:var(--text-muted);padding:2rem;text-align:center}.empty-state p{margin-bottom:1rem}.model-desc{color:#94a3b8;color:var(--text-muted);font-size:.75rem;font-style:italic;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-context{background:#f59e0b1a;color:#f59e0b;color:var(--warning)}.model-context,.model-price{border-radius:4px;font-size:.75rem;padding:1px 6px;white-space:nowrap}.model-price{background:#22c55e1a;color:#22c55e;color:var(--success)}@media (max-width:768px){.navbar{flex-direction:column;gap:.75rem}.nav-links{flex-wrap:wrap;justify-content:center}.main-content{padding:1rem}.form-row{flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr)}.provider-item{align-items:flex-start;flex-direction:column}}.model-tester{background:#0f172a;background:var(--bg);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);margin-top:1rem;padding:1rem}.form-section{border-top:1px solid #334155;border-top:1px solid var(--border);margin:1rem 0;padding-top:1rem}.test-progress{background:#1e293b;background:var(--bg-card);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);margin-top:1rem;padding:1rem}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-text{color:#94a3b8;color:var(--text-muted);font-size:.875rem}.progress-percent{color:#6366f1;color:var(--primary);font-size:1rem;font-weight:700}.progress-bar-container{background:#334155;background:var(--bg-hover);border-radius:4px;height:8px;margin-bottom:.75rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#6366f1,#818cf8);background:linear-gradient(90deg,var(--primary),#818cf8);border-radius:4px;height:100%;transition:width .3s ease}.progress-stats{display:flex;flex-wrap:wrap;gap:.5rem}.model-tester-actions{display:flex;flex-wrap:wrap;gap:.75rem}.model-test-results{margin-top:1rem}.model-test-summary{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.model-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}.model-item{align-items:center;background:#1e293b;background:var(--bg-card);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);display:flex;gap:1rem;padding:.625rem .75rem;transition:border-color .2s}.model-item.status-active{background:#22c55e0d;border-color:#22c55e;border-color:var(--success)}.model-item.status-failed{background:#ef44440d;border-color:#ef4444;border-color:var(--error)}.model-item.status-testing{background:#f59e0b0d;border-color:#f59e0b;border-color:var(--warning)}.model-info{flex:1 1;min-width:0}.model-name{display:block;font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-meta,.model-owner{color:#94a3b8;color:var(--text-muted);font-size:.75rem}.model-meta{display:flex;gap:.75rem}.model-response-time{color:#94a3b8;color:var(--text-muted)}.model-tokens{color:#6366f1;color:var(--primary)}.status-badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .625rem;white-space:nowrap}.status-active{background:#22c55e33;color:#22c55e;color:var(--success)}.status-failed{background:#ef444433;color:#ef4444;color:var(--error);cursor:help}.status-rate-limited,.status-testing{background:#f59e0b33;color:#f59e0b;color:var(--warning)}.status-rate-limited{border:1px solid #f59e0b4d}.status-excluded,.status-pending{background:#334155;background:var(--bg-hover);color:#94a3b8;color:var(--text-muted)}.status-excluded{text-decoration:line-through}.model-item.model-excluded{border-style:dashed;opacity:.45}.model-item.model-excluded .model-name{text-decoration:line-through}.model-exclude-toggle{align-items:center;display:flex;flex-shrink:0}.exclude-checkbox{align-items:center;color:#94a3b8;color:var(--text-muted);cursor:pointer;display:inline-flex;font-size:.75rem;gap:.375rem;-webkit-user-select:none;user-select:none}.exclude-checkbox input[type=checkbox]{accent-color:#6366f1;accent-color:var(--primary);cursor:pointer;height:14px;width:14px}.exclude-checkbox:has(input:checked) span{color:#22c55e;color:var(--success);font-weight:600}.provider-models{border-top:1px solid #334155;border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.provider-models-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.provider-models-title{color:#94a3b8;color:var(--text-muted);font-size:.875rem;font-weight:600}.model-chips{display:flex;flex-wrap:wrap;gap:.375rem}.model-chip{border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem;transition:opacity .2s}.model-chip,.model-main{align-items:center;cursor:pointer}.model-main{display:flex;gap:1rem;width:100%}.model-response{background:#0f172a;background:var(--bg);border:1px solid #334155;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);margin-top:.75rem;padding:.75rem}.response-label{color:#94a3b8;color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.response-content{color:#f1f5f9;color:var(--text);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;margin:0;max-height:200px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.response-content.error{color:#ef4444;color:var(--error)}.expand-hint{color:#94a3b8;color:var(--text-muted);font-size:.625rem;margin-left:.5rem}.model-chip:hover{opacity:.8}.model-chip.active{background:#22c55e33;border:1px solid #22c55e4d;color:#22c55e;color:var(--success)}.model-chip.failed{background:#ef444433;border:1px solid #ef44444d;color:#ef4444;color:var(--error)}.model-chip.unknown{background:#334155;background:var(--bg-hover);border:1px solid #334155;border:1px solid var(--border);color:#94a3b8;color:var(--text-muted)}.model-chip .chip-dot{border-radius:50%;display:inline-block;height:6px;width:6px}.model-chip.active .chip-dot{background:#22c55e;background:var(--success)}.model-chip.failed .chip-dot{background:#ef4444;background:var(--error)}.model-chip.unknown .chip-dot{background:#94a3b8;background:var(--text-muted)}
/*# sourceMappingURL=main.3b155358.css.map*/