.updates-page{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.updates-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.updates-head h2{margin:4px 0 6px;color:#102846;font-size:27px}.updates-head p{margin:0;max-width:820px;color:#66758b;line-height:1.5}.updates-head-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.updates-feedback{min-height:20px;color:#52627a;font-size:12px}.updates-feedback.error{color:#b42318}.updates-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.updates-card{background:#fff;border:1px solid #dfe6ef;border-radius:15px;padding:18px;box-shadow:0 8px 22px rgba(15,39,72,.04);min-width:0}.updates-card>span{display:block;color:#718096;font-size:10px;text-transform:uppercase;letter-spacing:.55px;font-weight:750}.updates-card>strong{display:block;margin-top:7px;color:#102846;font-size:22px}.updates-card>small{display:block;margin-top:5px;color:#718096}.updates-card-wide{grid-column:span 2}.updates-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.updates-section-head h3{margin:0;color:#102846;font-size:17px}.updates-section-head p{margin:4px 0 0;color:#6b7688;font-size:12px}.updates-checks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.updates-check{display:flex;align-items:center;gap:9px;border:1px solid #e1e7ef;border-radius:10px;padding:10px;background:#fafcff}.updates-check>span{width:27px;height:27px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.updates-check.ok>span{background:#dcfce7;color:#166534}.updates-check.pending>span{background:#fff4d6;color:#946200}.updates-check strong,.updates-check small{display:block}.updates-check strong{color:#263a55;font-size:12px}.updates-check small{color:#7b8798;font-size:10px;margin-top:2px}.updates-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;white-space:nowrap}.updates-pill.success{background:#dcfce7;color:#166534}.updates-pill.warning{background:#fff4d6;color:#8a5b00}.updates-pill.danger{background:#fee2e2;color:#991b1b}.updates-pill.neutral{background:#e9eef5;color:#52627a}.updates-running{display:flex;align-items:center;gap:12px;border:1px solid #b8d5ff;background:#eff6ff;border-radius:13px;padding:13px 16px;color:#173d70}.updates-running[hidden]{display:none}.updates-running strong,.updates-running small{display:block}.updates-running small{margin-top:3px;color:#4e6d91}.updates-spinner{width:22px;height:22px;border:3px solid #bed6f5;border-top-color:#1d5c9e;border-radius:50%;animation:updates-spin .8s linear infinite}@keyframes updates-spin{to{transform:rotate(360deg)}}.updates-release-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.updates-release-title span,.updates-release-title strong{display:block}.updates-release-title>div>span{color:#718096;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.updates-release-title>div>strong{margin-top:5px;color:#102846;font-size:20px}.updates-release-meta{display:flex;gap:8px;flex-wrap:wrap;margin:13px 0}.updates-release-meta span{background:#f1f5f9;color:#52627a;border-radius:8px;padding:6px 8px;font-size:10px}.updates-release-title+ul,.updates-release-meta+ul{margin:12px 0 0;padding-left:20px;color:#53647b;font-size:12px;line-height:1.5;columns:2;column-gap:28px}.updates-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:130px;text-align:center;color:#7a8798}.updates-empty strong{color:#3f5067;margin-bottom:5px}.updates-empty.compact{min-height:90px}.updates-table-wrap{overflow:auto;border:1px solid #e0e7f0;border-radius:11px}.updates-table{width:100%;border-collapse:collapse;min-width:1040px}.updates-table th{background:#102f65;color:#fff;text-align:left;padding:10px 11px;font-size:10px;text-transform:uppercase;letter-spacing:.35px}.updates-table td{padding:11px;border-bottom:1px solid #e8edf4;color:#34455d;font-size:11px;vertical-align:top}.updates-table tr:last-child td{border-bottom:0}.updates-table td strong,.updates-table td small{display:block}.updates-table td small{margin-top:3px;color:#7b8798;max-width:300px}.updates-status{display:inline-flex;border-radius:999px;padding:5px 8px;font-weight:800;font-size:9px;text-transform:uppercase}.updates-status.concluida{background:#dcfce7;color:#166534}.updates-status.falhou,.updates-status.cancelada{background:#fee2e2;color:#991b1b}.updates-status.solicitada,.updates-status.validando,.updates-status.implantando,.updates-status.verificando{background:#dbeafe;color:#1e4d8f}@media(max-width:1050px){.updates-summary{grid-template-columns:1fr 1fr}.updates-card-wide{grid-column:1/-1}.updates-checks{grid-template-columns:1fr 1fr}}@media(max-width:720px){.updates-head{flex-direction:column}.updates-summary,.updates-checks{grid-template-columns:1fr}.updates-card-wide{grid-column:auto}.updates-release-title+ul,.updates-release-meta+ul{columns:1}}
