:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#e8edf5;background:#0b1020}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top right,#1b3158 0,#0b1020 45%);min-height:100vh}header{height:72px;padding:0 max(24px,calc((100% - 1100px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #253452;background:#0b1020cc;backdrop-filter:blur(12px)}header strong{letter-spacing:.02em}nav{display:flex;gap:18px;align-items:center;font-size:14px}a{color:#9fc5ff;text-decoration:none}main{max-width:900px;margin:0 auto;padding:60px 22px}.hero{margin-bottom:28px}.eyebrow{color:#65d4c0;font-size:12px;font-weight:800;letter-spacing:.16em;margin-bottom:12px}h1{font-size:clamp(32px,6vw,58px);line-height:1.02;margin:0 0 14px;max-width:680px}h2{margin-top:0;font-size:20px}.section-title{display:flex;justify-content:space-between;align-items:center}.live{font-size:12px;color:#65d4c0}.muted,small{color:#9aa8bd}.card{background:#111a2d;border:1px solid #2a3b5c;border-radius:18px;padding:24px;margin:18px 0;box-shadow:0 16px 40px #0003}.narrow{max-width:460px;margin:50px auto}label{display:block;color:#c9d5e8;font-size:14px;font-weight:650;flex:1}input,select{display:block;width:100%;margin-top:8px;border:1px solid #33486c;border-radius:10px;background:#0b1324;color:#f4f7fb;padding:13px;font-size:15px}button,.button{display:inline-block;border:0;border-radius:10px;padding:13px 18px;background:#55d2bd;color:#07151a;font-weight:800;cursor:pointer;font-size:14px}button:hover,.button:hover{filter:brightness(1.08)}button.secondary{background:#293957;color:#dce8fb}.row{display:flex;gap:16px;align-items:end}.row button{white-space:nowrap}.flash{padding:14px;border-radius:10px;margin-bottom:14px}.flash.success{background:#113f3c;color:#8ff0d7}.flash.error{background:#512532;color:#ffb6c2}.jobs{display:grid;gap:10px}.job,.user-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #283753}.job:last-child,.user-row:last-child{border-bottom:0}.job small,.user-row small{display:block;margin-top:4px}.error-text{color:#ff9eaa;font-size:13px;max-width:60%;word-break:break-word}.spinner{display:inline-block;width:10px;height:10px;border:2px solid #6b7e9d;border-top-color:#65d4c0;border-radius:50%;margin-right:7px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:650px){header{height:auto;min-height:72px;gap:12px;align-items:flex-start;padding:20px 18px;flex-direction:column}nav{flex-wrap:wrap}.row{flex-direction:column;align-items:stretch}.row button{width:100%}main{padding:35px 16px}}
