body,html{margin:0;padding:0;font-family:Inter,Arial,sans-serif;background:#F9FAFB;color:#111827}*{box-sizing:border-box}main{max-width:920px;margin:0 auto;padding:24px 16px}button{border:none;border-radius:6px;padding:10px 14px;cursor:pointer;font-weight:500;font-size:14px}button:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#0F172A;color:#FFFFFF}.btn-primary:hover:not(:disabled){background:#1E293B}.btn-secondary{background:transparent;color:#111827;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#F3F4F6}.btn-success{background:#16A34A;color:#FFFFFF}.btn-success:hover:not(:disabled){background:#15803D}.card{background:#FFFFFF;border:1px solid #e5e7eb;border-radius:6px;padding:16px}.dashed-dropzone{border:2px dashed #d1d5db;border-radius:6px;padding:48px 24px;text-align:center;background:transparent;cursor:pointer;transition:background .2s}.dashed-dropzone:hover{background:#F3F4F6}.task-list-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#FFFFFF;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;text-align:left;width:100%;margin-bottom:8px;transition:background .2s}.task-list-item:hover{background:#F9FAFB}.task-list-meta{color:#4B5563;font-size:14px}@media (min-width:640px){.task-list-meta{font-size:16px}}.btn-auth-hero{width:100%;padding:12px}@media (min-width:640px){.btn-auth-hero{width:50%;font-size:16px}}.download-excel-label{display:none}@media (min-width:640px){.download-excel-label{display:inline}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}