:root{color-scheme:light dark;--bg: #0f1218;--panel: #171b24;--text: #e8eaef;--muted: #9aa3b2;--accent: #6c8cff;--border: #2a3140;--control-height: 2rem;--control-radius: 8px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif}html,body,#root{width:100%;min-height:100%}a{color:var(--accent)}button,input,textarea{font:inherit}.shell{max-width:1920px;margin:0 auto;padding:1.25rem 1.25rem 1.5rem}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.25rem}.login-card{width:min(420px,100%)}.login-header{margin-bottom:.25rem}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem}.stack{display:flex;flex-direction:column;gap:.75rem}.row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-start}.row-between{justify-content:space-between}label{font-size:.9rem;color:var(--muted)}input[type=text],input[type=password],input[type=url],input[type=file]{width:100%;padding:.55rem .65rem;border-radius:8px;border:1px solid var(--border);background:#0c0f14;color:var(--text)}button{cursor:pointer;border-radius:var(--control-radius);border:1px solid var(--border);background:#222836;color:var(--text);min-height:var(--control-height);padding:0 .85rem;display:inline-flex;align-items:center;justify-content:center}button.primary{background:linear-gradient(180deg,#5a74ff,#4a62e8);border-color:#4a62e8;color:#fff}button:disabled{opacity:.55;cursor:not-allowed}.muted{color:var(--muted);font-size:.9rem}.error{color:#ff8b8b;font-size:.9rem}table{width:100%;border-collapse:collapse;font-size:.92rem}th,td{text-align:left;padding:.5rem .35rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border);vertical-align:middle}th:last-child,td:last-child{border-right:none}th{color:var(--muted);font-weight:600}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:var(--control-height);padding:0 .65rem;border-radius:8px;font-size:.78rem;line-height:1;border:1px solid var(--border)}.meta-badge{max-width:100%;justify-content:flex-start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge.pending,.badge.processing{border-color:#c9a227;color:#ffd866}.badge.completed{border-color:#2f8f6b;color:#8cf0c8}.badge.failed{border-color:#b44;color:#ffb4b4}header.top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.top-separated{margin-bottom:.9rem;padding-bottom:.9rem;border-bottom:1px solid var(--border)}h1{font-size:1.35rem;margin:0;letter-spacing:.02em}h2{font-size:1.05rem;margin:0 0 .75rem}hr.sep{border:none;border-top:1px solid var(--border);margin:1rem 0}.dashboard-grid{display:grid;grid-template-columns:minmax(320px,420px) minmax(700px,1fr);gap:1rem;height:calc(100vh - 130px)}.panel-scroll{max-height:100%;overflow:auto}.no-margin,.section-title{margin:0}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:10px}.jobs-table{min-width:0;table-layout:fixed;font-size:.88rem;border-collapse:separate;border-spacing:0}.jobs-table th:nth-child(1),.jobs-table td:nth-child(1){width:58px}.jobs-table th:nth-child(2),.jobs-table td:nth-child(2){width:138px}.jobs-table th:nth-child(3),.jobs-table td:nth-child(3){width:220px}.jobs-table th:nth-child(4),.jobs-table td:nth-child(4){width:190px}.jobs-table th:nth-child(5),.jobs-table td:nth-child(5){width:150px}.jobs-table th:nth-child(6),.jobs-table td:nth-child(6){width:92px}.jobs-table th:nth-child(7),.jobs-table td:nth-child(7){width:220px}.jobs-table th:nth-child(8),.jobs-table td:nth-child(8){width:300px}.jobs-table thead th{position:sticky;top:0;z-index:1;background:#131822;box-shadow:inset 0 -1px 0 var(--border)}.jobs-table tbody tr:nth-child(2n){background:#141a24}.jobs-table tbody tr:hover{background:#1b2330}.cell-id{font-variant-numeric:tabular-nums;color:var(--muted)}.source-cell{display:grid;gap:.35rem;min-width:0}.source-line{display:grid;grid-template-columns:minmax(0,1fr) var(--control-height);align-items:center;gap:.5rem;width:100%;min-width:0}.source-text{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-copy{border:1px solid var(--border);background:#10151d;color:var(--text);border-radius:8px;min-height:var(--control-height);padding:0 .5rem;text-align:left;cursor:pointer;flex:1 1 auto;width:100%;min-width:0;display:inline-flex;align-items:center;justify-content:flex-start;overflow:hidden}.source-copy:hover{background:#151c27;border-color:#3a4a67}.icon-btn{width:var(--control-height);min-width:var(--control-height);height:var(--control-height);padding:0;border-radius:6px;line-height:1;font-size:.9rem;margin-left:.1rem}.toast{position:fixed;top:.85rem;right:1rem;z-index:50;background:#2f8f6b;color:#fff;border:1px solid #2a7d5f;border-radius:8px;padding:.45rem .7rem;font-size:.86rem;box-shadow:0 8px 20px #0000004d}.error-cell{min-width:260px;max-width:380px;color:var(--muted);padding-right:.45rem}.error-trigger{display:block;width:100%;max-width:none;border:1px solid var(--border);background:#10151d;color:var(--text);border-radius:var(--control-radius);min-height:var(--control-height);padding:0 .5rem;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1}.error-trigger:hover{background:#151c27;border-color:#3a4a67}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0000008f;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-card{width:min(860px,100%);max-height:min(76vh,860px);background:#131822;border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .9rem;border-bottom:1px solid var(--border)}.modal-header h3{margin:0;font-size:1rem}.modal-error-text{margin:0;padding:.85rem .9rem 1rem;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:.86rem;line-height:1.45}@media (max-width: 1100px){.dashboard-grid{grid-template-columns:1fr;height:auto}.panel-scroll{max-height:calc(100vh - 170px)}}
