*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;background:#f8fafc;color:#111827}.shell{max-width:900px;margin:auto;min-height:100vh;padding:0 22px 60px}header{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}header div{font-size:20px}button{border:0;border-radius:12px;padding:13px 18px;background:#111827;color:#fff;font-weight:700;display:inline-flex;gap:8px;align-items:center;cursor:pointer}.ghost{background:#fff;color:#374151;border:1px solid #e5e7eb;padding:9px 12px}.hero{text-align:center;padding:70px 0 36px}.login{padding-top:18vh}.mark{width:54px;height:54px;margin:0 auto 20px;display:grid;place-items:center;border-radius:16px;background:#111827;color:#fff;font-size:25px;font-weight:900}.hero h1{font-size:clamp(34px,7vw,56px);line-height:1.05;margin:0 auto 14px;letter-spacing:-2px}.hero p{max-width:600px;margin:0 auto 34px;color:#64748b;font-size:18px;line-height:1.6}.drop{max-width:620px;margin:auto;min-height:220px;border:2px dashed #cbd5e1;background:#fff;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.2s}.drop:hover{border-color:#111827;transform:translateY(-2px)}.drop span{font-size:13px;color:#94a3b8}.drop input{display:none}.notice{margin:18px auto;display:flex;align-items:center;justify-content:center;gap:7px;color:#475569}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.recent{max-width:620px;margin:35px auto}.recent h2{font-size:18px}.recent article{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:15px;padding:15px;margin:10px 0}.recent article div{flex:1;min-width:0}.recent strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent small{display:block;color:#94a3b8;margin-top:4px}.status{font-size:11px;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;padding:6px 8px;border-radius:999px}.status.completed{background:#ecfdf5;color:#047857}.status.failed{background:#fef2f2;color:#b91c1c}.empty{padding:30px;text-align:center;color:#94a3b8;background:#fff;border-radius:15px;border:1px solid #e5e7eb}@media(max-width:600px){.shell{padding:0 16px 40px}.hero{padding-top:45px}.hero p{font-size:16px}.drop{min-height:190px}.ghost{font-size:0}.ghost svg{margin:0}}
