:root{--ink:#17211c;--muted:#69736d;--paper:#f4f2eb;--card:#fffef9;--line:#dcded6;--green:#176b4d;--lime:#c8f06a;--danger:#a43f32;--shadow:0 18px 55px rgba(31,48,40,.08)}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Noto Sans SC","Microsoft YaHei",sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin:auto}header{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none;font-weight:750;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--ink);color:var(--lime);font-family:serif;font-size:20px}.status-dot{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.status-dot i{width:8px;height:8px;border-radius:50%;background:#aeb5b0}.status-dot.online i{background:#3ec477;box-shadow:0 0 0 5px rgba(62,196,119,.12)}main{padding:70px 0 80px}.hero{max-width:850px;margin-bottom:56px}.eyebrow,.panel-label{font-size:11px;letter-spacing:.18em;font-weight:800;color:var(--green);margin:0 0 15px}.hero h1{font-family:Georgia,"Noto Serif SC",serif;font-size:clamp(46px,7.4vw,86px);line-height:1.02;letter-spacing:-.055em;margin:0}.hero h1 em{font-weight:400;color:var(--green)}.lede{font-size:17px;line-height:1.8;color:var(--muted);max-width:690px;margin:28px 0 0}.panel{background:var(--card);border:1px solid rgba(23,33,28,.1);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.auth-panel{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:40px}.panel h2,.tasks-section h2{font-family:Georgia,"Noto Serif SC",serif;font-size:30px;margin:0 0 8px;letter-spacing:-.025em}.panel p{color:var(--muted);line-height:1.6;margin:0}.inline-form{display:flex;align-items:end;gap:12px}label{display:flex;flex-direction:column;gap:9px;font-size:12px;font-weight:700;color:#47524c;min-width:0}.inline-form label{flex:1}input,select{appearance:none;width:100%;height:49px;border:1px solid var(--line);border-radius:11px;background:#fafaf6;padding:0 14px;font:inherit;color:var(--ink);outline:0;transition:.2s}input:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,107,77,.1)}button{border:0;border-radius:11px;height:49px;padding:0 22px;background:var(--ink);color:white;font-weight:750;cursor:pointer;transition:.2s}button:hover{transform:translateY(-1px);background:var(--green)}button:disabled{opacity:.55;cursor:wait;transform:none}.submit-panel{margin-top:0}.panel-head,.section-head{display:flex;justify-content:space-between;align-items:flex-start}.text-button,.icon-button{height:auto;padding:7px 0;background:transparent;color:var(--muted)}.text-button:hover,.icon-button:hover{background:transparent;color:var(--ink)}.audit-form{margin-top:28px;display:grid;grid-template-columns:minmax(260px,2.4fr) 1fr .7fr .7fr auto;gap:14px;align-items:end}.submit-button{display:flex;align-items:center;gap:22px;background:var(--green)}.submit-button b{font-size:19px}.message{margin-top:16px!important;min-height:20px;font-size:13px}.message.error{color:var(--danger)}.tasks-section{margin-top:54px}.section-head{border-bottom:1px solid var(--line);padding-bottom:20px}.icon-button{font-size:26px}.empty{text-align:center;padding:65px 20px;color:var(--muted)}.empty span{display:inline-grid;place-items:center;width:58px;height:58px;border:1px solid var(--line);border-radius:50%;font-size:26px}.empty p{font-weight:700;color:var(--ink);margin:17px 0 5px}.jobs{display:grid;gap:12px;margin-top:18px}.job{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px 22px}.job-top{display:flex;justify-content:space-between;gap:20px}.job-url{font-weight:750;overflow-wrap:anywhere}.job-id{font-size:11px;color:var(--muted);margin-top:6px}.badge{height:26px;padding:0 10px;display:inline-flex;align-items:center;border-radius:20px;background:#edf0eb;color:#566159;font-size:11px;font-weight:800;white-space:nowrap}.badge.complete{background:#e1f4e8;color:#176b4d}.badge.failed{background:#f8e5e1;color:var(--danger)}.progress{height:7px;background:#e7e9e3;border-radius:9px;overflow:hidden;margin:18px 0 10px}.progress i{display:block;height:100%;background:var(--green);border-radius:inherit;transition:width .4s}.job-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.artifacts{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.artifacts a{border:1px solid var(--line);border-radius:8px;padding:8px 11px;text-decoration:none;color:var(--ink);font-size:11px;font-weight:700}.artifacts a:hover{border-color:var(--green);color:var(--green)}footer{height:88px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:15px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.11em}footer i{width:3px;height:3px;border-radius:50%;background:var(--green)}
@media(max-width:900px){.audit-form{grid-template-columns:1fr 1fr}.url-field{grid-column:1/-1}.submit-button{justify-content:center}.auth-panel{grid-template-columns:1fr}.hero h1{font-size:54px}}
@media(max-width:560px){.shell{width:min(100% - 24px,1180px)}header{height:70px}main{padding:45px 0}.hero h1{font-size:43px}.lede{font-size:15px}.panel{padding:22px;border-radius:17px}.inline-form,.job-top{flex-direction:column;align-items:stretch}.audit-form{grid-template-columns:1fr}.url-field{grid-column:auto}footer{flex-wrap:wrap;text-align:center}.auth-panel button{width:100%}}
