:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#e5e7eb;background:#0b1020}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#0b1020,#111827);min-height:100vh}a{color:#93c5fd;text-decoration:none}.topbar{position:sticky;top:0;z-index:10;padding:14px 18px;background:#0f172acc;border-bottom:1px solid #263043;backdrop-filter:blur(10px)}.brand{font-size:18px;color:#fff}.container{max-width:1160px;margin:0 auto;padding:22px}.grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.card{background:#121a2b;border:1px solid #263043;border-radius:16px;padding:18px;box-shadow:0 16px 40px #0003;margin-bottom:16px}h1,h2,h3{margin-top:0}.muted{color:#94a3b8}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.btn,button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer;background:#2563eb;color:#fff}.btn.secondary,button.secondary{background:#263043}.btn.danger,button.danger{background:#b91c1c}input,textarea,select{width:100%;padding:11px;border-radius:10px;border:1px solid #334155;background:#0f172a;color:#fff}label{display:block;margin:12px 0 6px;font-weight:700}.task{padding:14px;border:1px solid #263043;border-radius:12px;margin:10px 0;background:#0f172a}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#263043;font-size:12px}.active{background:#1d4ed8}.completed{background:#166534}.needs_fix,.error{background:#b45309}.waiting_owner{background:#7e22ce}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.shot{background:#0f172a;border:1px solid #263043;border-radius:12px;overflow:hidden}.shot img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.shot .meta{padding:9px;font-size:12px}.timeline{border-left:2px solid #334155;padding-left:14px}.event{margin-bottom:14px}.login{max-width:420px;margin:10vh auto}.current-task-main{display:flex;justify-content:space-between;align-items:center;gap:24px}.progress-wrap{text-align:center;min-width:125px}.progress-ring{--progress:0;width:112px;height:112px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;background:conic-gradient(#2563eb calc(var(--progress)*1%),#263043 0)}.progress-inner{width:86px;height:86px;border-radius:50%;background:#0f172a;display:flex;flex-direction:column;align-items:center;justify-content:center}.progress-inner strong{font-size:23px}.progress-inner span{font-size:11px;color:#94a3b8;text-transform:uppercase}.section-title{display:flex;justify-content:space-between;align-items:center;gap:10px}.empty{padding:18px;border:1px dashed #334155;border-radius:12px;color:#94a3b8}.report{white-space:pre-wrap;line-height:1.55}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.attempt-label{font-size:12px;color:#94a3b8;margin:12px 0 6px}.mini-progress{height:9px;background:#263043;border-radius:99px;overflow:hidden}.mini-progress>i{display:block;height:100%;background:#2563eb}.finalized-list .task{border-color:#234b36}@media(max-width:760px){.grid,.result-grid{grid-template-columns:1fr}.container{padding:14px}.btn,button{width:100%}.row .btn,.row button{flex:1}.current-task-main{flex-direction:column;align-items:stretch}.progress-wrap{align-self:center}}