:root{color-scheme:light;--ink:#10203a;--muted:#637083;--blue:#1f43f3;--lime:#c7f36b;--border:#dde4ef;--bg:#f5f7fb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,select,textarea{font:inherit}main{max-width:1180px;margin:0 auto;padding:32px 22px 80px}.hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:36px;border-radius:28px;background:linear-gradient(135deg,#ffffff,#edf1ff 70%,#f2ffd8);border:1px solid white;box-shadow:0 18px 55px rgba(31,67,243,.1)}.hero h1{margin:6px 0 8px;font-size:clamp(34px,5vw,58px);letter-spacing:-.045em}.hero p{max-width:720px;color:var(--muted);font-size:18px;line-height:1.55;margin:0}.eyebrow{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.status{white-space:nowrap;background:var(--lime);padding:10px 14px;border-radius:999px;font-weight:800}.panel{margin-top:24px;background:white;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 10px 30px rgba(16,32,58,.05)}.commandPanel label{display:block;font-weight:800;margin:0 0 8px}select,textarea{width:100%;border:1px solid #ccd5e3;border-radius:14px;padding:13px 14px;background:white;margin-bottom:18px;outline:none}select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(31,67,243,.1)}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:-8px;margin-bottom:20px}.chip,.secondary{border:1px solid var(--border);background:#f8faff;color:#33445e;border-radius:999px;padding:8px 12px;cursor:pointer}.modeRow{display:flex;gap:18px;flex-wrap:wrap}.modeRow,.radio{align-items:center}.radio{display:flex!important;gap:8px;margin:0!important;font-weight:700!important}.danger,.primary{margin-left:auto;border:0;border-radius:12px;padding:12px 18px;color:white;font-weight:800;cursor:pointer}.primary{background:var(--blue)}.danger{background:#c83245;margin:12px 0 0}button:disabled{opacity:.55;cursor:not-allowed}.message{padding:12px;border-radius:12px;background:#eef4ff;color:#24448d;margin-bottom:0}.jobs{margin-top:34px}.sectionHeading{display:flex;align-items:center;justify-content:space-between}.sectionHeading h2{font-size:28px;letter-spacing:-.025em}.job{margin:16px 0;background:white;border:1px solid var(--border);border-radius:20px;padding:20px}.jobTop{justify-content:space-between}.jobTop,.jobTop>div{display:flex;align-items:center}.jobTop>div{gap:10px}.badge{font-size:12px;font-weight:900;padding:6px 9px;border-radius:8px}.badge.ads{background:#fff0cf;color:#845400}.badge.aplus{background:#e7f8e9;color:#136a27}.badge.listing{background:#e8edff;color:#263f9b}.jobStatus{color:var(--muted);font-weight:800;font-size:12px}.command{font-weight:700}pre{white-space:pre-wrap;overflow:auto;background:#101827;color:#dbe7ff;border-radius:14px;padding:16px;font-size:12px;line-height:1.5}.result{background:#123a2a}.error{color:#ad1e32;font-weight:700}.empty{border:1px dashed #bdc7d6;border-radius:16px;padding:40px;text-align:center;color:var(--muted)}@media (max-width:700px){.hero{flex-direction:column;padding:26px}.status{white-space:normal}.primary{margin-left:0;width:100%}}