*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Roboto,Arial,sans-serif}html,body{height:100%}body{background:#f4f6fb;color:#1f2937}.btn{background:#4f46e5;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;cursor:pointer}.btn.secondary{background:#fff;color:#4f46e5;border:1px solid #c7d2fe}.btn.success{background:#16a34a}.btn.danger{background:#dc2626}.btn.warning{background:#d97706}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:28px}.card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f;border-left:6px solid #6366f1}.card.green{border-left-color:#16a34a}.card.red{border-left-color:#dc2626}.card.amber{border-left-color:#d97706}.card .num{font-size:28px;font-weight:700}.card .label{font-size:13px;color:#6b7280;margin-top:4px}table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}th,td{padding:14px 16px;text-align:left;font-size:14px}th{background:#eef2ff;color:#4338ca;font-weight:600}tr:not(:last-child) td{border-bottom:1px solid #f0f1f5}tr[routerLink]:hover td{background:#eef2ff}.badge{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge.green{background:#dcfce7;color:#15803d}.badge.red{background:#fee2e2;color:#b91c1c}.badge.amber{background:#fef3c7;color:#b45309}.badge.gray{background:#e5e7eb;color:#374151}.badge.blue{background:#dbeafe;color:#1d4ed8}.progress{background:#e5e7eb;border-radius:999px;height:10px;overflow:hidden;width:100%}.progress>div{height:100%;background:#16a34a}.progress-segmentado{display:flex;gap:4px;width:100%}.progress-segmentado .segmento{flex:1;height:12px;border-radius:4px;background:#e5e7eb;transition:background .15s}.progress-segmentado .segmento.aprovado{background:#16a34a}.progress-segmentado .segmento.reprovado{background:#dc2626}.progress-segmentado .segmento.bloqueado{background:#d97706}.progress-segmentado .segmento.atual{outline:2px solid #4338ca;outline-offset:2px}.legenda{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:4px;vertical-align:middle;background:#e5e7eb}.legenda.aprovado{background:#16a34a}.legenda.reprovado{background:#dc2626}.legenda.bloqueado{background:#d97706}.legenda.pendente{background:#e5e7eb}.section-title{font-size:16px;font-weight:600;margin:28px 0 12px;color:#374151}textarea,input[type=file],input[type=text],input[type=email],input[type=password],select{width:100%;margin-top:12px;padding:10px;border-radius:8px;border:1px solid #d1d5db;font-size:14px}
