.work-status-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:7rem 1rem 2rem}.work-status-card{width:100%;max-width:1180px;background:transparent;padding:1.6rem 1.6rem 1.8rem}.work-status-title{text-align:center;font-size:2.7rem;font-weight:600;margin-bottom:1.8rem;color:#1f2937}.work-status-table{border:1px solid #d7dee5}.work-status-table th,.work-status-table td{vertical-align:middle;border:1px solid #d7dee5;padding:1rem 1.1rem;font-size:.98rem}.work-status-table thead th{background:#117d9a;color:#fff;font-size:.98rem;font-weight:600}.work-status-row{cursor:pointer}.work-status-row td{transition:background .18s ease}.work-status-row:hover td,.work-status-row:focus-within td{background:#f7fbfd}.work-status-subtext{margin-top:.25rem;font-size:.84rem;color:#6b7280}.work-status-details-modal .modal-content{border:0;border-radius:1rem;overflow:hidden}.work-status-details-subtitle{color:#6b7280;font-size:.95rem}.work-status-details-loading{padding:1rem 0;color:#4b5563}.work-status-details-card,.work-status-details-files-card{border:1px solid #d7dee5;border-radius:.9rem;background:linear-gradient(180deg,#f9fcfd,#fff);padding:1.25rem}.work-status-details-files-card{margin-top:1rem}.work-status-details-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.work-status-details-title{font-size:1.3rem;font-weight:700;color:#1f2937}.work-status-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.work-status-details-item{border:1px solid #e4eaef;border-radius:.75rem;background:#fff;padding:.85rem .95rem}.work-status-details-label{font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#6b7280;margin-bottom:.4rem}.work-status-details-value{font-size:1rem;color:#1f2937;word-break:break-word}.work-status-details-value.is-empty,.work-status-details-empty{color:#6b7280}.work-status-details-section-title{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.9rem}.work-status-details-files{display:flex;flex-wrap:wrap;gap:.8rem}.work-status-file-pill{min-width:240px;border:1px solid #cfe2e8;border-radius:.85rem;background:#fff;padding:.85rem 1rem;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.work-status-file-pill:hover,.work-status-file-pill:focus{transform:translateY(-1px);border-color:#117d9a;box-shadow:0 8px 20px #117d9a14}.work-status-file-label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#6b7280;margin-bottom:.35rem}.work-status-file-name{display:block;color:#117d9a;font-weight:600;word-break:break-word}.work-status-technical-toggle{width:100%;border:1px solid #d7dee5;border-radius:.75rem;background:#f9fafb;color:#374151;text-align:left;padding:.9rem 1rem;font-weight:600}.work-status-technical-toggle:hover,.work-status-technical-toggle:focus{border-color:#117d9a;color:#117d9a;background:#f5fbfd}.work-status-technical-collapse{margin-top:.9rem}.work-status-technical-grid .work-status-details-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92rem}.work-status-reset-icon{position:static;width:1.9rem;height:1.9rem;min-width:1.9rem;padding:0;border-radius:999px;border:1px solid #dc3545;background:#dc3545;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;line-height:1;opacity:0;pointer-events:none;transform:scale(.92);transition:opacity .18s ease,transform .18s ease,background .18s ease}.work-status-row:hover .work-status-reset-icon,.work-status-row:focus-within .work-status-reset-icon{opacity:1;pointer-events:auto;transform:scale(1)}.work-status-reset-icon:hover,.work-status-reset-icon:focus{background:#bb2d3b;border-color:#bb2d3b;color:#fff}.status-pill{display:inline-block;min-width:120px;padding:.3rem .75rem;border-radius:.35rem;font-weight:600;text-align:center}.status-cleaned,.status-pending,.status-pushing,.validation-pending{background:#fff4cc;color:#8a6a00}.status-pushed,.validation-validated{background:#d9f2df;color:#186a2e}.status-processing{background:#dcecf7;color:#14506c}.status-error,.validation-error{background:#f8d7da;color:#842029}.work-status-action-cell{text-align:center}.work-status-reset-column,.work-status-reset-cell{width:52px;min-width:52px;max-width:52px;padding-left:.35rem!important;padding-right:.35rem!important}.work-status-btn{min-width:180px;border-radius:.35rem;font-size:.96rem}.work-status-btn--download{border:1px solid #4f9fb8;color:#117d9a;background:#fff}.work-status-btn--download:hover,.work-status-btn--download:focus{background:#117d9a;border-color:#117d9a;color:#fff}.work-status-btn--push{border:1px solid #6b7280;color:#374151;background:#fff}.work-status-btn--push:hover,.work-status-btn--push:focus{background:#374151;border-color:#374151;color:#fff}.work-status-na{color:#6b7280}.work-status-pagination{display:flex;justify-content:center;align-items:center;gap:.35rem;margin-top:1.8rem}.work-status-page-btn{min-width:70px;border:1px solid #d1d5db;background:#fff;color:#4b5563}.work-status-page-btn:hover,.work-status-page-btn:focus{background:#f3f4f6;color:#1f2937}.work-status-page-btn.disabled{pointer-events:none;opacity:.6}.work-status-page-current{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:40px;background:#117d9a;border-radius:.35rem;color:#fff;font-weight:600}@media(max-width:768px){.work-status-shell{padding-top:6rem;align-items:flex-start}.work-status-card{padding:1rem}.work-status-title{font-size:2rem;margin-bottom:1.2rem}.work-status-table th,.work-status-table td{font-size:.9rem;padding:.8rem}.work-status-reset-column,.work-status-reset-cell{width:46px;min-width:46px;max-width:46px;padding-left:.2rem!important;padding-right:.2rem!important}.work-status-reset-icon{opacity:1;pointer-events:auto;transform:scale(1)}.work-status-details-header{flex-direction:column;align-items:flex-start}.work-status-details-grid{grid-template-columns:1fr}.work-status-file-pill{width:100%;min-width:0}}
