*{box-sizing:border-box}body,html,#root{margin:0;padding:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f7;color:#1a1a2e}.screen{display:flex;justify-content:center;padding:32px 16px;min-height:100vh}.card{background:#fff;border-radius:16px;padding:24px;max-width:480px;width:100%;box-shadow:0 2px 12px #0000000f}.card.wide{max-width:760px}h1{margin:0 0 8px;font-size:28px}h2{margin:24px 0 12px;font-size:18px}.muted{color:#6b7080}.error{color:#dc2626;margin:4px 0 0}form{display:flex;flex-direction:column;gap:14px;margin-top:16px}label{display:flex;flex-direction:column;gap:6px;font-weight:600;font-size:14px}input,select{font-size:16px;padding:12px;border:1px solid #D8D8DE;border-radius:10px;background:#fff;font-family:inherit}input:focus,select:focus{outline:none;border-color:#10b981}button{font-size:16px;padding:12px 18px;border:none;border-radius:10px;background:#10b981;color:#fff;font-weight:700;cursor:pointer;font-family:inherit}button:disabled{background:#9ca3af;cursor:not-allowed}button.link{background:none;color:#0891b2;padding:0;font-weight:600;font-size:14px}.primary-btn{background:#10b981;color:#fff;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:700;font-size:14px}.row{display:flex;align-items:center;gap:12px}.row.between{justify-content:space-between}.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.list li{padding:12px;background:#f5f5f7;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.list a{color:inherit;text-decoration:none}.code{background:#1a1a2e;color:#fff;padding:4px 10px;border-radius:6px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.15em;font-weight:700;font-size:14px}.challenges{list-style:decimal;padding-left:20px;display:flex;flex-direction:column;gap:14px;margin-top:16px}.challenges li{display:flex;justify-content:space-between;align-items:center;gap:12px}.challenges li.done .text{text-decoration:line-through;color:#6b7080}.upload-btn{background:#10b981;color:#fff;padding:8px 14px;border-radius:8px;font-weight:600;cursor:pointer;font-size:13px;white-space:nowrap}.check{color:#10b981;font-weight:700;font-size:13px}.grid{list-style:none;padding:0;margin:16px 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.thumb{background:#f5f5f7;border-radius:10px;overflow:hidden}.thumb img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.thumb .meta{padding:10px;display:flex;flex-direction:column;gap:4px;font-size:13px}.badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;border-radius:4px;align-self:flex-start}.badge.clean{background:#d1fae5;color:#065f46}.badge.flagged{background:#fef3c7;color:#92400e}.badge.removed{background:#fee2e2;color:#991b1b}.badge.pending{background:#e5e7eb;color:#4b5563}.thumb.removed img{opacity:.4}
