:root{--topbar-sticky-offset: 90px;--tabs-sticky-offset: 152px;--bg: #07111f;--bg-soft: #0c1729;--surface: rgba(10, 19, 34, .84);--surface-strong: rgba(15, 25, 43, .94);--surface-muted: #13233b;--surface-ink: #e5eefc;--line: rgba(125, 156, 201, .14);--line-strong: rgba(125, 156, 201, .24);--text: #dbe6f7;--text-muted: #90a3bf;--heading: #f8fbff;--accent: #60a5fa;--accent-strong: #93c5fd;--accent-soft: rgba(37, 99, 235, .12);--accent-glow: rgba(37, 99, 235, .18);--success: #18794e;--success-soft: rgba(24, 121, 78, .12);--warn: #b7791f;--warn-soft: rgba(183, 121, 31, .12);--danger: #b93822;--danger-soft: rgba(185, 56, 34, .12);--log-bg: #101721;--log-line: #202b3a;--log-text: #eef2ff;--log-muted: #8a95a8;--mono: "IBM Plex Mono", "JetBrains Mono", "SFMono-Regular", monospace;--body: "Manrope", "Aptos", "Segoe UI Variable", sans-serif;--display: "Space Grotesk", "Aptos Display", "Trebuchet MS", sans-serif;--shadow-lg: 0 24px 64px rgba(2, 6, 23, .4);--shadow-md: 0 14px 34px rgba(2, 6, 23, .3);--shadow-sm: 0 8px 20px rgba(2, 6, 23, .24);--radius-lg: 24px;--radius: 18px;--radius-sm: 12px;font-family:var(--body);font-size:15px;line-height:1.6;color:var(--text)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(59,130,246,.18),transparent 28%),radial-gradient(circle at top right,rgba(14,165,233,.14),transparent 24%),linear-gradient(180deg,#060d19,#07111f 48%,#0b1627);color:var(--text)}button,input,select{font:inherit}h1,h2,h3,h4,p,pre{margin:0}a{color:inherit}.app{position:relative;min-height:100vh}.app-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(140deg,rgba(148,163,184,.12),transparent 38%),radial-gradient(circle at 20% 20%,rgba(96,165,250,.08),transparent 22%)}.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 28px;margin:0 auto;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#07111fcc;border-bottom:1px solid rgba(125,156,201,.14)}.topbar-left,.topbar-right{display:flex;align-items:center;gap:16px}.brand-lockup{display:flex;flex-direction:column;gap:2px}.brand{font-family:var(--display);font-size:1.45rem;font-weight:700;line-height:1;color:var(--heading)}.brand-sub{font-size:.88rem;color:var(--text-muted)}.sys-status{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;color:var(--text);background:#0f192bc7;border:1px solid rgba(125,156,201,.16)}.status-trigger{cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.status-trigger:hover{transform:translateY(-1px);border-color:#60a5fa47;background:#13233bf5}.sys-status.ok{background:#14532d47;border-color:#4ade803d}.sys-status.loading{background:#78350f47;border-color:#fbbf243d}.sys-dot{width:10px;height:10px;border-radius:50%;background:#fbbf24}.sys-status.ok .sys-dot{background:#4ade80;box-shadow:0 0 0 6px #4ade8024}.sys-status.loading .sys-dot{animation:blink 1.4s ease-in-out infinite}.btn-icon{border:1px solid rgba(125,156,201,.16);background:#0f192bc7;color:var(--text);border-radius:999px;padding:10px 16px;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.btn-icon:hover{transform:translateY(-1px);background:#13233bfa;border-color:#60a5fa47}.tabs{position:sticky;top:var(--topbar-sticky-offset);z-index:40;display:flex;flex-wrap:wrap;gap:10px;max-width:1280px;margin:20px auto 0;padding:0 20px}.tab{position:relative;border:1px solid rgba(125,156,201,.14);background:#0a1322c2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-muted);border-radius:999px;padding:11px 18px;cursor:pointer;transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease}.tab:hover{transform:translateY(-1px);border-color:#2563eb2e;color:var(--heading)}.tab.active{color:#eff6ff;background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 14px 28px #2563eb38}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:8px;padding:0 6px;border-radius:999px;font-size:.75rem;font-weight:700;color:#eff6ff;background:#2563ebeb}.main{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:28px 20px 64px}.panel{background:var(--surface);border:1px solid rgba(125,156,201,.14);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.workspace-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:start;margin-bottom:18px}.hero-panel{padding:28px}.hero-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px;margin-bottom:24px}.hero-copy h1,.surface-head h2,.list-header h2,.status-headline,.result-head h3,.side-card h3{font-family:var(--display);color:var(--heading)}.hero-copy h1{font-size:clamp(2rem,4vw,3.3rem);line-height:1.02;max-width:11ch}.hero-copy p{max-width:64ch;margin-top:10px;color:var(--text-muted);font-size:1rem}.eyebrow,.section-kicker{display:inline-block;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-strong);margin-bottom:10px}.hero-pills,.tag-row{display:flex;flex-wrap:wrap;gap:10px}.glass-pill,.mini-badge,.opt-tag{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;font-size:.82rem;color:var(--accent-strong);background:#13233bd1;border:1px solid rgba(96,165,250,.18)}.mini-badge{padding:7px 11px;color:var(--text-muted);background:#0f192beb;border-color:#7d9cc924}.opt-tag.neutral{color:var(--text-muted);background:#0f192be0;border-color:#7d9cc924}.composer-form{display:flex;flex-direction:column;gap:16px}.surface-block{padding:22px;border-radius:var(--radius);background:linear-gradient(180deg,#0c1729f5,#091221f5);border:1px solid rgba(125,156,201,.14);box-shadow:var(--shadow-sm)}.surface-head,.list-header,.result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.surface-head h2,.list-header h2,.result-head h3,.side-card h3{font-size:1.34rem;line-height:1.08}.section-intro{margin-bottom:18px;color:var(--text-muted)}.dropzone{display:block;position:relative;overflow:hidden;border-radius:24px;padding:24px;border:1px dashed rgba(37,99,235,.32);background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 22%),linear-gradient(180deg,#0e1828fa,#0a1322fa);cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.dropzone:hover:not(.disabled){transform:translateY(-2px);border-color:#2563eb70;box-shadow:0 16px 28px #2563eb1f}.dropzone.disabled{opacity:.62;cursor:not-allowed}.dropzone input{display:none}.dropzone-inner{display:flex;flex-direction:column;gap:8px}.dropzone-badge{align-self:flex-start;padding:6px 10px;border-radius:999px;background:#13233beb;color:var(--accent-strong);border:1px solid rgba(37,99,235,.16);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.dropzone strong{font-family:var(--display);font-size:1.28rem;color:var(--heading)}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.option-card{position:relative;display:flex;align-items:center;gap:12px;padding:16px;border-radius:16px;background:#0f192bd1;border:1px solid rgba(125,156,201,.14);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.option-card:hover{transform:translateY(-1px);border-color:#2563eb3d;box-shadow:0 12px 22px #2563eb14}.option-card.checked{border-color:#2563eb52;background:linear-gradient(180deg,#102f5bf5,#0f192beb)}.option-card.disabled{opacity:.62}.option-main{display:flex;align-items:flex-start;gap:12px;flex:1;cursor:pointer}.option-main input[type=checkbox]{width:18px;height:18px;margin-top:3px;accent-color:var(--accent);cursor:pointer}.option-copy strong{color:var(--heading);font-size:.98rem}.option-help{position:relative;flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1px solid rgba(37,99,235,.2);background:#13233bf5;color:var(--accent-strong);font-weight:800;cursor:help}.option-help:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 12px);transform:translate(-50%) translateY(4px);width:min(280px,72vw);padding:12px 14px;border-radius:16px;background:#1a212b;color:#f4f7ff;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 32px #0e121a5c;font-size:.82rem;line-height:1.45;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;text-align:left}.option-help:before{content:"";position:absolute;left:50%;bottom:calc(100% + 4px);transform:translate(-50%);width:10px;height:10px;background:#1a212b;rotate:45deg;opacity:0;transition:opacity .18s ease}.option-help:hover:after,.option-help:hover:before,.option-help:focus-visible:after,.option-help:focus-visible:before{opacity:1;transform:translate(-50%) translateY(0)}.translation-extras{display:flex;flex-direction:column;gap:12px}.source-badge{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border-radius:18px;background:#0f192be0;border:1px solid rgba(125,156,201,.12)}.source-badge strong{display:block;color:var(--heading)}.source-badge span{color:var(--text-muted);font-size:.88rem}.picker-panel{display:flex;flex-direction:column;gap:8px}.picker-hint{margin-bottom:2px}.picker-item,.history-item{width:100%;text-align:left;border:1px solid rgba(125,156,201,.12);background:#0f192bdb;color:var(--text);border-radius:18px;padding:14px 16px;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.picker-item:hover,.picker-item.active,.history-item:hover{transform:translateY(-1px);border-color:#2563eb3d;box-shadow:0 12px 22px #2563eb14}.controls-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-top:18px}.select-wrap{display:flex;flex-direction:column;gap:6px;color:var(--text-muted);min-width:220px}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:180px;padding:12px 14px;border-radius:16px;border:1px solid rgba(125,156,201,.18);background:#0f192bf5;color:var(--text)}.btn-primary,.btn-danger,.btn-ghost{border-radius:999px;padding:12px 18px;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.btn-primary{border:none;color:#eff6ff;background:linear-gradient(135deg,#1d4ed8,#3b82f6);box-shadow:0 18px 30px #2563eb38}.btn-primary:hover:not(:disabled){transform:translateY(-1px)}.btn-danger{border:1px solid rgba(185,56,34,.16);color:#ffb4a8;background:#4e1414b3}.btn-ghost{border:1px solid rgba(125,156,201,.16);color:var(--text-muted);background:#0f192bcc}.btn-ghost:hover:not(:disabled),.btn-danger:hover:not(:disabled){transform:translateY(-1px);border-color:#2563eb33}.btn-ghost.sm{padding:10px 14px}button:disabled,select:disabled{opacity:.56;cursor:not-allowed;transform:none}.notice{padding:12px 14px;border-radius:16px;font-size:.92rem;margin-bottom:12px}.notice.info{color:#93c5fd;background:#1e40af33;border:1px solid rgba(96,165,250,.2)}.notice.warn{color:#fcd34d;background:var(--warn-soft);border:1px solid rgba(183,121,31,.18)}.notice.error{color:#ffb4a8;background:var(--danger-soft);border:1px solid rgba(185,56,34,.18)}.progress-shell{background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 24%),linear-gradient(180deg,#0c1729f5,#091221fa)}.progress-only{min-height:260px;display:flex;flex-direction:column;justify-content:center}.progress-header,.progress-left,.progress-right,.active-job-pct,.active-job-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.progress-header,.active-job-pct{justify-content:space-between}.progress-stage{color:var(--heading);font-weight:700}.progress-detail,.elapsed-badge,.eta-badge,.badge{display:inline-flex;align-items:center;border-radius:999px}.progress-detail{padding:6px 10px;font-size:.78rem;color:var(--text-muted);background:#0f192bd1;border:1px solid rgba(125,156,201,.16)}.elapsed-badge,.eta-badge{padding:7px 11px;font-size:.8rem;border:1px solid transparent}.elapsed-badge{color:#bfdbfe;background:#1e40af38;border-color:#60a5fa29}.eta-badge{color:#86efac;background:#14532d47;border-color:#18794e1f}.pct-label{font-family:var(--display);font-size:1.2rem;color:var(--heading)}.progress-track{position:relative;overflow:hidden;width:100%;height:12px;margin-top:14px;border-radius:999px;background:#7d9cc924}.progress-track.slim{height:10px;margin-top:14px}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#1d4ed8,#3b82f6 55%,#60a5fa);transition:width .4s ease}.processing-summary{margin-top:16px;padding:16px 18px;border-radius:16px;background:#0f192bd6;border:1px solid rgba(125,156,201,.16)}.processing-summary strong,.history-item-main strong,.active-job-info strong{display:block;color:var(--heading);margin-bottom:4px}.processing-summary span{color:var(--text-muted);font-size:.92rem}.progress-fill.animated{background-size:200% 100%;animation:progress-anim 1.8s linear infinite}.badge{padding:7px 12px;font-size:.76rem;font-weight:700;letter-spacing:.03em}.badge-idle{color:#cbd5e1;background:#334155c2}.badge-running{color:#bfdbfe;background:#1e40af47}.badge-done{color:#86efac;background:#14532d4d}.badge-error{color:#ffb4a8;background:#7f1d1d66}.badge-warn{color:#fcd34d;background:#78350f52}.side-panel{display:flex;flex-direction:column;gap:16px;padding:18px}.pipeline-tracker{padding:20px;border-radius:18px;background:#0f192bd6;border:1px solid rgba(125,156,201,.14);box-shadow:var(--shadow-sm)}.tracker-header{margin-bottom:20px}.tracker-header h3{margin:4px 0 0;font-size:1rem;color:var(--heading)}.tracker-steps{display:flex;flex-direction:column}.pipeline-step{display:flex;gap:14px;min-height:44px;padding:4px 8px;margin:0 -8px;border-radius:10px;transition:background .3s ease}.pipeline-step.step-active{background:#1e40af1f;animation:step-row-blink 1.8s ease-in-out infinite}.step-connector{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:32px}.step-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;flex-shrink:0;transition:all .3s ease;position:relative;z-index:1}.step-dot.pending{background:#33415599;color:#64748b;border:2px solid rgba(100,116,139,.3)}.step-dot.done{background:#14532d80;color:#4ade80;border:2px solid rgba(74,222,128,.35);font-weight:700}.step-dot.active{background:#1e40af73;color:#93c5fd;border:2px solid rgba(96,165,250,.5);box-shadow:0 0 0 4px #3b82f626;animation:step-pulse 2s ease-in-out infinite}.step-dot.error{background:#7f1d1d80;color:#f87171;border:2px solid rgba(248,113,113,.4)}.step-dot.cancelled{background:#78350f66;color:#fbbf24;border:2px solid rgba(251,191,36,.3)}.step-line{width:2px;flex:1;min-height:12px;transition:background .3s ease}.step-line.pending{background:#64748b33}.step-line.done{background:#4ade804d}.step-line.active{background:linear-gradient(180deg,#60a5fa66,#64748b33)}.step-line.error{background:#f871714d}.step-line.cancelled{background:#fbbf2440}.step-content{display:flex;flex-direction:column;justify-content:center;padding:4px 0 14px;min-height:32px}.step-label{font-weight:600;font-size:.88rem;line-height:1.3;transition:color .3s ease}.step-pending .step-label{color:#64748b}.step-done .step-label{color:var(--heading)}.step-active .step-label{color:#93c5fd}.step-error .step-label{color:#f87171}.step-cancelled .step-label{color:#fbbf24}.step-status{font-size:.76rem;margin-top:1px}.step-pending .step-status{color:transparent}.step-done .step-status{color:#4ade80b3}.step-active .step-status{color:#93c5fdcc}.step-error .step-status{color:#f87171cc}.step-cancelled .step-status{color:#fbbf24cc}@keyframes step-pulse{0%,to{box-shadow:0 0 0 4px #3b82f626}50%{box-shadow:0 0 0 10px #3b82f60f}}@keyframes step-row-blink{0%,to{background:#1e40af14}50%{background:#1e40af33}}.tracker-info{margin-top:16px;padding:16px;border-radius:14px;background:#0c1729b3;border:1px solid rgba(125,156,201,.1)}.tracker-info-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding:6px 0}.tracker-info-row+.tracker-info-row{border-top:1px solid rgba(125,156,201,.08)}.tracker-info-label{font-size:.78rem;color:var(--text-muted);flex-shrink:0}.tracker-info-value{font-size:.82rem;color:var(--heading);text-align:right;word-break:break-word;font-weight:500}.log-line{display:grid;grid-template-columns:86px 110px minmax(0,1fr) 52px;gap:12px;padding:8px 20px;color:var(--log-text);border-left:3px solid transparent}.log-line:hover{background:#ffffff08}.log-line.log-err{border-left-color:#f87171}.log-line.log-warn{border-left-color:#fbbf24}.log-line.log-ok{border-left-color:#4ade80}.log-time,.log-stage,.log-pct{color:var(--log-muted);font-size:.78rem}.log-msg{word-break:break-word}.log-empty{padding:18px 20px;color:var(--log-muted)}.results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.result-card{padding:24px}.text-box{margin-top:12px;min-height:240px;max-height:520px;overflow-y:auto;padding:18px;border-radius:20px;border:1px solid rgba(125,156,201,.14);background:#0c1729eb;color:var(--text)}pre.text-box{white-space:pre-wrap;font-family:var(--body)}.markdown-box{white-space:normal}.markdown-box>:first-child{margin-top:0}.markdown-box>:last-child{margin-bottom:0}.markdown-box h1,.markdown-box h2,.markdown-box h3{color:var(--heading);font-family:var(--display);margin:1em 0 .4em}.markdown-box p,.markdown-box ul,.markdown-box ol,.markdown-box table,.markdown-box blockquote{margin:0 0 .9em}.markdown-box ul,.markdown-box ol{padding-left:1.4rem}.markdown-box table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:14px;border:1px solid rgba(125,156,201,.16)}.markdown-box th,.markdown-box td{padding:10px 12px;border-bottom:1px solid rgba(125,156,201,.12);text-align:left;vertical-align:top}.markdown-box th{background:#13233beb}.markdown-box code{font-family:var(--mono);font-size:.9em;background:#13233beb;padding:.12em .36em;border-radius:6px}.markdown-box pre{background:#13233bf0;border-radius:16px;padding:14px;overflow-x:auto}.dl-link{display:inline-flex;margin-top:14px;color:var(--accent-strong);text-decoration:none;font-weight:700}.dl-link:hover{text-decoration:underline}.active-jobs-list,.history-list{display:flex;flex-direction:column;gap:12px}.active-job-item{width:100%;padding:18px;border-radius:18px;border:1px solid rgba(125,156,201,.14);background:#0f192bdb;box-shadow:var(--shadow-sm);color:var(--text);text-align:left}.active-job-item.clickable{cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.active-job-item.clickable:hover{transform:translateY(-1px);border-color:#60a5fa3d;box-shadow:0 12px 24px #02061747;background:#13233beb}.active-job-item.clickable:focus-visible{outline:2px solid rgba(96,165,250,.5);outline-offset:2px}.active-job-header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.active-job-info{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.active-job-link{color:var(--accent-strong);font-weight:700}.history-item{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-left:36px;padding-right:16px}.active-job-body{display:grid;grid-template-columns:280px 1fr;gap:16px;margin-top:16px}.active-job-tracker{display:flex;flex-direction:column;gap:12px}.active-job-logs-panel{display:flex;flex-direction:column;min-height:0}.active-job-logs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.active-job-log{background:var(--log-bg, #0d1117);border-radius:10px;padding:10px 12px;max-height:360px;overflow-y:auto;font-family:JetBrains Mono,monospace;font-size:.75rem;flex:1}.history-elapsed{font-size:.78rem;color:#93c5fd}@media (max-width: 860px){.active-job-body{grid-template-columns:1fr}}.history-item.history-item-active{border-color:#2563eb80;background:#2563eb14}.history-workspace{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:16px;align-items:start}.history-list-panel{position:sticky;top:var(--tabs-sticky-offset);max-height:calc(100vh - var(--tabs-sticky-offset) - 16px);overflow-y:auto;scrollbar-gutter:stable;padding-right:6px}.history-result-panel{min-height:260px;min-width:0}.history-result-empty{display:flex;align-items:center;justify-content:center;min-height:160px;color:var(--muted);font-size:.875rem}.history-item-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.history-item-header strong{color:var(--heading);text-align:left}.history-item-status{display:flex;align-items:center;gap:8px}.history-item-footer{display:flex;justify-content:space-between;align-items:flex-end;width:100%;gap:12px}.history-filename{text-align:left;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item-time{display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right;flex-shrink:0}.history-date{font-size:.72rem;white-space:nowrap}@media (max-width: 768px){.history-workspace{grid-template-columns:1fr}.history-list-panel{position:static;max-height:none;padding-right:0}}.section-title{margin:20px 0 12px;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted)}.empty-inline{padding:22px;border-radius:18px;border:1px dashed rgba(125,156,201,.18);background:#0f192ba8;color:var(--text-muted);text-align:center}.status-grid,.raw-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.status-card,.raw-block{padding:18px;border-radius:18px;border:1px solid rgba(125,156,201,.14);background:#0f192bd6}.status-card.is-ready{border-color:#18794e2e;background:linear-gradient(180deg,#14532d42,#0f192be0)}.status-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.status-dot-sm{width:10px;height:10px;border-radius:50%}.status-dot-sm.ok{background:var(--success)}.status-dot-sm.warn{background:var(--warn)}.status-headline{font-size:1.02rem;margin-bottom:4px}.raw-details{margin-top:20px}.raw-details summary{cursor:pointer;color:var(--text-muted)}.raw-block strong{display:inline-block;margin-bottom:8px;color:var(--heading)}.raw-block pre{white-space:pre-wrap;font-family:var(--mono);font-size:.8rem}.text-muted{color:var(--text-muted)}@keyframes progress-anim{0%{background-position:200% 0}to{background-position:0 0}}@keyframes blink{0%,to{opacity:1}50%{opacity:.45}}@media (max-width: 1080px){.results-grid{grid-template-columns:1fr}.side-panel{padding:0;background:transparent;border:none;box-shadow:none}.side-card{background:#0f192bc2}}@media (max-width: 760px){:root{--topbar-sticky-offset: 128px;--tabs-sticky-offset: 186px}.topbar{padding:16px;flex-direction:column;align-items:stretch}.topbar-right{justify-content:space-between}.tabs{top:var(--topbar-sticky-offset);padding:0 16px}.main{padding:24px 16px 56px}.hero-panel,.panel,.result-card{padding:20px}.surface-block,.side-card,.status-card,.raw-block,.active-job-item{padding:16px}.hero-copy h1{max-width:none;font-size:2.2rem}.log-header,.surface-head,.result-head,.list-header,.active-job-header,.source-badge,.history-item{flex-direction:column;align-items:flex-start}.log-header-right,.history-item-meta{align-items:flex-start}.log-line{grid-template-columns:1fr;gap:4px}.controls-row{align-items:stretch}.btn-primary,.btn-danger,.btn-ghost,.select-wrap,select{width:100%}.option-help:after{left:auto;right:0;transform:translateY(4px)}.option-help:hover:after,.option-help:focus-visible:after{transform:translateY(0)}.option-help:before{left:auto;right:10px;transform:none}}
