:root{font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#eaf0fb;background:#0b1220}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,#0b1220,#111e36);min-height:100vh}header,main{max-width:1120px;margin:auto}header{padding:32px 24px 18px;display:flex;align-items:center;justify-content:space-between}main{padding:12px 24px 48px}.login{display:grid;place-items:center;padding:24px}.card,article,section{background:#121d31;border:1px solid #263857;border-radius:14px}.card{width:min(100%,420px);padding:32px}h1{margin:0;font-size:1.7rem}h2{font-size:1.15rem;margin-top:0}.eyebrow{font-size:.72rem;letter-spacing:.12em;color:#75a7ff;font-weight:700}.intro{color:#bac9e2}.robots{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0}article{padding:22px;display:flex;flex-direction:column}article form{margin-top:auto}label{display:block;font-size:.9rem;font-weight:600;margin:14px 0 6px}input,textarea{display:block;width:100%;margin-top:6px;background:#0a1324;color:#f5f8ff;border:1px solid #385170;border-radius:7px;padding:10px;font:inherit}textarea{resize:vertical}button{cursor:pointer;border:0;border-radius:7px;background:#3d7df1;color:white;font-weight:700;padding:11px 14px;margin-top:14px}button:hover{background:#5a92f4}.secondary{background:#253754}.notice{padding:11px 14px;border-radius:8px}.success{background:#103b2c;color:#a9f2d2}.error{background:#482131;color:#ffc1ce}section{padding:22px}.table{overflow:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:11px;border-bottom:1px solid #263857;white-space:nowrap}.status{padding:4px 8px;border-radius:20px;font-size:.8rem}.queued{background:#393144}.running{background:#143c5c}.done{background:#164634}.failed{background:#552334}.cancelled{background:#4b3a20}@media(max-width:800px){.robots{grid-template-columns:1fr}header{padding-top:20px}}
