:root{color-scheme:dark;--bg:#0b1020;--card:#11182b;--muted:#94a3b8;--text:#e5e7eb;--line:#243047;--brand:#22c55e;--brand2:#38bdf8;--danger:#fb7185;--warn:#f59e0b}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,#172554 0,#0b1020 36%,#070b15 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text)}.shell{max-width:1180px;margin:0 auto;padding:42px 18px}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}.eyebrow{margin:0 0 8px;color:var(--brand2);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hero h1{margin:0;font-size:38px;letter-spacing:-.04em}.sub{margin:12px 0 0;color:var(--muted);max-width:740px;line-height:1.65}.badge{border:1px solid #2563eb55;background:#0f1d3a;padding:10px 14px;border-radius:999px;color:#bfdbfe;font-weight:700}.card{background:linear-gradient(180deg,#121a31,#0f172a);border:1px solid var(--line);border-radius:18px;padding:22px;margin:18px 0;box-shadow:0 20px 80px #0006}.mini-card{border:1px solid var(--line);border-radius:14px;padding:16px;margin:16px 0;background:#0b1224}.grid{display:grid;gap:14px}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.four{grid-template-columns:repeat(4,minmax(0,1fr))}label{display:flex;flex-direction:column;gap:8px}label span,summary{color:#cbd5e1;font-size:14px;font-weight:650}b{color:var(--danger)}input,textarea{width:100%;border:1px solid #334155;background:#080d1b;color:var(--text);border-radius:12px;padding:12px 13px;outline:none;font:inherit;transition:.15s border,.15s box-shadow}textarea{resize:vertical;min-height:46px}input:focus,textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf833}details{border-top:1px solid var(--line);padding-top:14px;margin-top:14px}summary{cursor:pointer;user-select:none}.details-grid{margin-top:14px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.section-title h2{margin:0;font-size:18px}.actions{display:flex;gap:12px;margin-top:20px}button{border:0;background:linear-gradient(135deg,var(--brand),#16a34a);color:#03120a;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer;box-shadow:0 10px 30px #22c55e22}button:disabled{opacity:.55;cursor:not-allowed}.secondary{background:#1e293b;color:#dbeafe;box-shadow:none;border:1px solid #334155}.checkbox-row{flex-direction:row;align-items:center;background:#0b1224;border:1px solid var(--line);border-radius:12px;padding:11px 12px}.checkbox-row input{width:auto}.status{font-size:13px;font-weight:800;border-radius:999px;padding:7px 11px}.idle{background:#1e293b;color:#cbd5e1}.running{background:#422006;color:#fbbf24}.ok{background:#052e16;color:#86efac}.err{background:#3f0b16;color:#fda4af}.links.empty{color:var(--muted);border:1px dashed #334155;border-radius:12px;padding:18px}.link-item{border:1px solid var(--line);border-radius:13px;padding:14px;margin:12px 0;background:#08101f}.link-item strong{display:block;margin-bottom:8px;color:#93c5fd}.link-row{display:flex;gap:10px}.link-row input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.copy{white-space:nowrap}.log{max-height:420px;overflow:auto;background:#050914;border:1px solid #172033;border-radius:14px;padding:14px;color:#cbd5e1;font-size:12px;line-height:1.55;white-space:pre-wrap}.result-card{margin-bottom:80px}@media(max-width:900px){.hero{display:block}.badge{display:inline-block;margin-top:16px}.two,.three,.four{grid-template-columns:1fr}.link-row{flex-direction:column}.shell{padding-top:22px}.hero h1{font-size:30px}}
