*,:before,:after{box-sizing:border-box}body{color:#222;background:#e0e4e9;margin:0;font-family:Segoe UI,Arial,sans-serif;font-size:14px;line-height:1.5}header{color:#ecf0f1;background:#2c3e50;align-items:center;gap:10px;padding:8px 24px;display:flex}.app-logo{width:28px;height:28px}.app-title{letter-spacing:.3px;font-size:16px;font-weight:600}.app-version{opacity:.6;margin-left:auto;font-size:12px}main{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.controls-row{grid-template-columns:1fr 1fr 1fr;align-items:stretch;gap:16px;display:grid}.box{background:#fff;border:1px solid #c2c8d2;border-radius:4px;padding:16px 20px}.box-header{border-bottom:1px solid #d0d4da;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:10px;display:flex}.box-header h2{margin:0}.step-header{border-bottom:1px solid #d0d4da;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:10px;display:flex}h2{color:#394250;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:13px;font-weight:600}.step-badge{color:#5a6270;white-space:nowrap;background:#dde1e7;border:1px solid #b0b7c3;border-radius:10px;padding:2px 8px;font-size:12px}.step-badge--ok{color:#2d7a3f;background:#e6f4ea;border:1px solid #4caf6e;font-weight:500}.step-badge--error{color:#b91c1c;background:#fde8e8;border:1px solid #f87171;font-weight:500}.field{flex-direction:column;margin-bottom:10px;display:flex}.field label{color:#44505f;margin-bottom:3px;font-size:13px}input[type=text],input[type=email],input[type=password],input[type=date],input[type=file],select,textarea{font-family:inherit;font-size:inherit;color:#333;background:#fff;border:1px solid #b4bbc5;border-radius:3px;width:100%;padding:5px 8px;transition:border-color .15s}input[type=file]{color:#555;padding:4px 6px}input:focus,select:focus,textarea:focus{border-color:#2c3e50;outline:none}textarea{resize:vertical}.action-row{align-items:center;gap:10px;margin-top:12px;display:flex}.status-label{color:#5e6b7a;font-size:13px}.status-label--ok{color:#2d7a3f;font-weight:500}.btn{color:#444;cursor:pointer;white-space:nowrap;background:#f5f5f5;border:1px solid #bbb;border-radius:3px;padding:5px 14px;font-family:inherit;font-size:13px;transition:background .15s}.btn:hover{background:#e8e8e8}.btn--primary{color:#fff;background:#2c3e50;border-color:#2c3e50}.btn--primary:hover{background:#3d5166;border-color:#3d5166}.btn--danger{color:#fff;background:#c0392b;border-color:#c0392b}.btn--danger:hover{background:#a93226;border-color:#a93226}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #d0d4da;padding:7px 10px}th{text-transform:uppercase;letter-spacing:.4px;color:#505a68;background:#edf0f3;font-size:12px;font-weight:600}tbody tr:hover{background:#f4f6f8}.jira-link{color:#2c3e50;font-weight:500;text-decoration:none}.jira-link:hover{text-decoration:underline}.row--ambiguous{background:#fee2e2}.row--ambiguous:hover{background:#fecaca}.overlay{z-index:100;color:#fff;background:#00000073;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:15px;display:flex;position:fixed;inset:0}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{z-index:200;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:4px;min-width:320px;max-width:480px;padding:24px;box-shadow:0 4px 20px #0003}.modal__title{color:#c0392b;margin-bottom:10px;font-size:15px;font-weight:600}.modal__body{color:#555;white-space:pre-wrap;word-break:break-word;margin-bottom:20px;font-size:14px;line-height:1.6}.modal__actions{justify-content:flex-end;gap:8px;display:flex}.table-toolbar{gap:8px;margin-bottom:12px;display:flex}.hidden{display:none}.status--pass{color:#2d7a3f;font-weight:500}.status--fail{color:#b91c1c;font-weight:500}
