:root{font-family:Inter,PingFang SC,sans-serif;color:#eef2ff;background:#080b14}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 0,#332464 0,transparent 36%),#080b14;min-height:100vh}header{height:68px;display:flex;align-items:center;gap:12px;padding:0 5vw;border-bottom:1px solid #ffffff18;background:#090b13cc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}header svg{color:#a78bfa}header span{color:#94a3b8}main{max-width:1180px;margin:auto;padding:7vh 24px}.hero{padding:48px;border:1px solid #ffffff1c;border-radius:28px;background:linear-gradient(135deg,#ffffff10,#ffffff05);box-shadow:0 30px 90px #0008}.hero p{color:#a78bfa;font-weight:700}.hero h1{font-size:clamp(36px,6vw,72px);line-height:1.02;max-width:800px;margin:12px 0 38px}.create{display:flex;gap:12px;max-width:650px}input,button{border:0;border-radius:13px;padding:15px 18px;font:inherit}input{flex:1;background:#fff;color:#111827}button{display:flex;align-items:center;gap:8px;background:#8b5cf6;color:#fff;font-weight:700;cursor:pointer}.ghost{background:#ffffff12}.title{display:flex;align-items:center;justify-content:space-between;margin-top:58px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}.grid article{padding:14px;background:#111522;border:1px solid #ffffff12;border-radius:18px}.cover{height:140px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#7c3aed,#0ea5e9)}article p,.empty{color:#94a3b8}.jobs>div{display:grid;grid-template-columns:1fr 100px 180px;gap:20px;padding:18px 0;border-bottom:1px solid #ffffff12}progress{width:100%}@media(max-width:600px){.hero{padding:28px}.create{flex-direction:column}.jobs>div{grid-template-columns:1fr}.hero h1{font-size:40px}}
