*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}:root{--bg0:#0a0c10;--bg1:#12151c;--surface:#181c26;--surface2:#1e2430;--border:#2a3140;--text:#e6e9ef;--muted:#8b93a5;--accent:#5eead4;--accent-dim:#5eead41f;--danger:#f0a8a8;--radius:12px;--font:"DM Sans", system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, monospace}.shell{max-width:1120px;font-family:var(--font);color:var(--text);background:radial-gradient(1200px 600px at 10% -10%, #1a2838 0%, transparent 55%), radial-gradient(800px 400px at 90% 0%, #152a28 0%, transparent 50%), var(--bg0);min-height:100vh;margin:0 auto;padding:1.75rem 1.5rem 4rem;line-height:1.5}.hero{border-radius:var(--radius);background:linear-gradient(135deg, var(--surface) 0%, var(--bg1) 100%);border:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.75rem;padding:1.35rem 1.5rem;display:flex;box-shadow:0 18px 48px #00000059}.hero-main h1{letter-spacing:-.03em;background:linear-gradient(120deg,#fff 0%,#a8e8dc 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:.15rem 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.72rem;font-weight:600}.tagline{max-width:36rem;color:var(--muted);margin:0;font-size:.95rem}.hero-meta{flex-direction:column;align-items:flex-end;gap:.65rem;min-width:12rem;display:flex}.health-dot{background:var(--surface2);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .85rem;font-size:.82rem;display:flex}.health-dot:before{content:"";background:var(--muted);border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #8b93a580}.health-dot.ok:before{background:#34d399;box-shadow:0 0 12px #34d399a6}.health-dot.bad:before{background:#f87171;box-shadow:0 0 12px #f8717180}.health-dot.pending:before{animation:1.2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.35}}.health-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.health-status{color:var(--text);font-weight:600}.env-hint{text-align:right;max-width:18rem;margin:0}.env-hint code{font-family:var(--mono);font-size:.75rem}.nudge{margin:-.25rem 0 .85rem}button.linkish{font:inherit;font-size:inherit;color:var(--accent);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline;display:inline}button.linkish:hover{color:#8ef3e0}.muted{color:var(--muted);font-size:.9rem}.muted.small{font-size:.8rem}.muted.id{margin-top:.2rem;font-size:.72rem;display:block}.tabs{border:1px solid var(--border);background:#181c26d9;border-radius:999px;flex-wrap:wrap;align-items:center;gap:.45rem;width:fit-content;max-width:100%;margin-bottom:1.5rem;padding:.35rem;display:flex}.tabs button{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:.5rem 1rem;font-weight:500;transition:color .15s,background .15s}.tabs button:hover{color:var(--text)}.tabs button.active{background:var(--accent-dim);color:var(--text);border-color:#5eead459}.tabs button.ghost{opacity:.85;border-style:dashed}.alert{border-radius:8px;margin-bottom:1rem;padding:.65rem .85rem;font-size:.9rem}.alert.error{color:#f0c4c8;background:#2a1518;border:1px solid #6b3038}.grid-two{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=820px){.grid-two{grid-template-columns:1fr}}.card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);padding:1.2rem 1.35rem;box-shadow:0 8px 32px #0003}.card h2{margin:0 0 .75rem;font-size:1.05rem;font-weight:600}.card h4{color:#b8c0cc;margin:1rem 0 .35rem;font-size:.85rem;font-weight:600}.card.wide{grid-column:1/-1}label{color:#b8c0cc;margin-bottom:.65rem;font-size:.85rem;display:block}input,textarea,select{border:1px solid var(--border);background:var(--bg0);width:100%;color:var(--text);font:inherit;border-radius:8px;margin-top:.25rem;padding:.5rem .65rem;font-size:.9rem;display:block}input:focus,textarea:focus,select:focus{box-shadow:0 0 0 3px var(--accent-dim);border-color:#5eead473;outline:none}textarea{resize:vertical;min-height:2.5rem}.row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}button{font:inherit;color:var(--text);cursor:pointer;background:linear-gradient(#243038 0%,#1a2228 100%);border:1px solid #5eead440;border-radius:8px;padding:.45rem .85rem;font-size:.88rem;font-weight:500}button:not(:disabled):hover{border-color:#5eead473}button:disabled{opacity:.45;cursor:not-allowed}button.ghost{background:0 0;border-color:#3a424d}button.danger{color:#f0c4c8;background:#2a181a;border-color:#6b3038}button.tiny{padding:.15rem .4rem;font-size:.75rem}.list{margin:0;padding:0;list-style:none}.list li{border-bottom:1px solid #252a33;padding:.75rem 0}.list li:last-child{border-bottom:none}.li-main{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:flex}.preview{color:#9aa3ad;margin:.35rem 0 .5rem;font-size:.8rem}.details summary{cursor:pointer;color:#8b929a;font-size:.85rem}.json{background:var(--bg0);border:1px solid var(--border);font-family:var(--mono);border-radius:8px;max-height:14rem;margin:.4rem 0 0;padding:.65rem .75rem;font-size:.72rem;overflow:auto}.config-snippet-row{flex-wrap:wrap;gap:.35rem;margin:.35rem 0 .4rem;display:flex}.guides{flex-direction:column;gap:1rem;display:flex}.guide-card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);padding:1.25rem 1.4rem;box-shadow:0 6px 24px #0000002e}.guide-card.intro{background:linear-gradient(165deg, #5eead40f 0%, var(--surface) 45%);border-color:#5eead438}.guide-card.accent{border-color:#5eead447}.guide-card h2{margin:0 0 .65rem;font-size:1.2rem;font-weight:600}.guide-card h3{color:#c5cad6;margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.guide-card p{color:#b4bac8;margin:0 0 .65rem;font-size:.92rem}.guide-card p:last-child{margin-bottom:0}.guide-list{color:#b4bac8;margin:.5rem 0 0;padding-left:1.15rem;font-size:.9rem}.guide-list.compact{margin-top:.75rem}.guide-list li{margin-bottom:.4rem}.guide-dl{gap:.35rem 1rem;margin:.75rem 0;display:grid}.guide-dl dt{color:var(--accent);font-size:.85rem;font-weight:600}.guide-dl dd{color:#9aa3b5;margin:0 0 .5rem;font-size:.88rem}.guide-json{max-height:12rem;margin-top:.5rem}.runs-layout{flex-direction:column;gap:1.25rem;display:flex}.order-box{margin:.75rem 0}.order-list{margin:.5rem 0 0;padding-left:1.2rem}.order-list li{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.88rem;display:flex}.order-actions{gap:.2rem;display:flex}.table{border-collapse:collapse;width:100%;font-size:.88rem}.table th,.table td{text-align:left;vertical-align:top;border-bottom:1px solid #252a33;padding:.5rem .45rem}.table th{color:#8b929a;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:500}.actions{flex-wrap:wrap;gap:.35rem;display:flex}.pill{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.15rem .45rem;font-size:.72rem;font-weight:600;display:inline-block}.status-PENDING{color:#e6d78a;background:#2a2a1a}.status-RUNNING{color:#8ab4e6;background:#1a2530}.status-COMPLETED{color:#8dd69a;background:#1a2a22}.status-FAILED{color:#f0a8a8;background:#2a1518}.detail-row td{background:#12151a;border-bottom:1px solid #252a33}.detail{padding:.5rem 0 .75rem}.mini-list{color:#b8c0cc;margin:.25rem 0 0;padding-left:1.1rem;font-size:.85rem}code{font-family:var(--mono);color:#c5e8df;background:#00000040;border-radius:4px;padding:.1em .35em;font-size:.82em}.hint{border-radius:6px;margin:.5rem 0 0;padding:.45rem .55rem;font-size:.82rem}.hint.ok{color:#a8d4b4;background:#142018;border:1px solid #2a4a38}.hint.bad{color:#f0c4c4;background:#2a1818;border:1px solid #5a3030}label.checkbox{align-items:flex-start;gap:.35rem;display:flex}label.checkbox input{width:auto;margin-top:.2rem}.pill.tag-llm{color:#a8b8e6;background:#252a38;margin-left:.35rem;font-size:.62rem}details.interpret{margin:0 0 .65rem;font-size:.85rem}details.interpret summary{cursor:pointer;color:#9aa3ad}
