*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:#e4eaf2;min-height:100vh;margin:0;padding:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;font-size:16px}#app{background:#fff;border:1px solid #dfe4ec;border-radius:22px;width:100%;min-height:calc(100vh - 24px);overflow:hidden}@media (width>=1920px){body{font-size:18px}}.page-header{justify-content:space-between;align-items:center;height:70px;padding:0 30px;display:flex}.container-title{align-items:center;gap:clamp(8px,2vw,24px);display:flex}.logo-header{width:clamp(70px,8vw,160px);height:auto;transition:all .1s;display:block}.logo-link:hover .logo-header{filter:drop-shadow(0 2px 3px #00000014);transform:scale(1.02)translateY(-2px)}.title-header{letter-spacing:0;color:#1d2430;text-shadow:0 2px 4px #00000040;margin:0;font-size:clamp(1rem,2.5vw,1.3rem);font-weight:700;line-height:1.2;transform:translateY(-1px)}.button-link{color:#1d2430;background-color:#fff;border:1px solid #dfe4ec;border-radius:24px;justify-content:center;align-items:center;min-height:36px;max-height:36px;padding:0 clamp(12px,2vw,28px);font-size:clamp(.85rem,2vw,1rem);font-weight:600;text-decoration:none;display:inline-flex}.button-link:hover{border-color:#b8c2d1}.status-report{text-align:center;color:#1d2430c9;background:radial-gradient(circle,#ff9500b5,#ff9b0f89);justify-content:center;align-items:center;width:100%;min-height:40px;padding:10px 18px;font-weight:600;display:flex}.status-report-content{white-space:normal;color:#1d2430c9;width:100%;line-height:1.25}.status-time-badge{color:#344054;font-variant-numeric:tabular-nums;white-space:nowrap;background:#fff3;border:1px solid #d8dee826;border-radius:999px;justify-content:center;align-items:center;min-width:68px;min-height:24px;margin:0 2px;padding:2px 7px;line-height:1;display:inline-flex}.filter-form{background:var(--surface);border-bottom:1px solid #7d838dbc;grid-template-columns:repeat(2,minmax(132px,.82fr)) minmax(150px,.95fr) minmax(158px,1fr) minmax(220px,1.15fr);align-items:end;gap:clamp(8px,1vw,10px);padding:16px clamp(12px,2vw,22px);display:grid}.title-filters{color:#687385;letter-spacing:0;align-items:center;margin:0;padding:0;font-size:clamp(.65rem,1.5vw,.8rem);font-weight:600;line-height:1.2;display:flex}.filter-group,.date-filter{color:#1d2430;flex-direction:column;gap:6px;min-width:0;font-size:clamp(.85rem,2vw,1rem);font-weight:500;display:flex}.date-select{width:100%;min-height:40px;color:var(--foreground);text-align:left;appearance:none;background:linear-gradient(45deg,#0000 50%,#7b8494 50%) calc(100% - 18px) 17px/5px 5px no-repeat,linear-gradient(135deg,#7b8494 50%,#0000 50%) calc(100% - 13px) 17px/5px 5px no-repeat,#fff;border:1px solid #cfd6e2;border-radius:12px;outline:none;justify-content:flex-start;padding:0 34px 0 12px;font-size:clamp(.85rem,2vw,1rem);line-height:1.2}select option{color:#1d2430;background-color:#fff;border-radius:5px;padding:8px;font-size:.9rem}.date-filter input[type=date]{background-color:#fff;border:1px solid #dfe4ec;border-radius:16px;padding:8px 12px;font-size:clamp(.85rem,2vw,1rem)}.range-dates{flex-wrap:wrap;gap:8px;display:flex}.range-dates input{flex:1;min-width:120px}.dropdown{width:100%;position:relative}.dropdown-btn{text-align:left;cursor:pointer;color:#1d2430;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(45deg,#0000 50%,#7b8494 50%) calc(100% - 15px) 14px/5px 5px no-repeat,linear-gradient(135deg,#7b8494 50%,#0000 50%) calc(100% - 10px) 14px/5px 5px no-repeat,#fff;border:1px solid #dfe4ec;border-radius:10px;width:100%;min-height:34px;padding:7px 28px 7px 9px;font-size:clamp(.78rem,.9vw,.9rem);transition:all .2s;overflow:hidden}.dropdown-content{z-index:100;background:#fff;border:1px solid #dfe4ec;border-radius:16px;width:100%;padding:12px;display:none;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 12px #0000000d}.dropdown-content.show{display:block}.checkbox-item{align-items:center;gap:8px;margin-bottom:15px;font-size:clamp(.85rem,2vw,1rem);display:flex}.checkbox-item:last-of-type{margin-bottom:12px}.reset-btn{color:#06c;cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:.85rem}.checkbox-group{background-color:#fff;border:1px solid #dfe4ec;border-radius:16px;flex-direction:column;gap:8px;padding:12px;display:flex}.checkbox-group .checkbox-item{margin-bottom:0}.form-buttons{flex-wrap:wrap;gap:16px;margin-top:8px;display:flex}.form-buttons button{cursor:pointer;background-color:#fff;border:1px solid #dfe4ec;border-radius:32px;padding:10px 24px;font-size:clamp(.85rem,2vw,1rem);font-weight:600;transition:all .2s}.form-buttons button:first-child{color:#fff;background-color:#1d2430;border:none}.form-buttons button:first-child:hover{background-color:#2c3545}.form-buttons button:last-child:hover{background-color:#f8fafc;border-color:#b8c2d1}.date-option{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;width:100%;padding:10px 12px;font-size:clamp(.85rem,2vw,1rem);transition:all .1s}.date-option:hover{background-color:#f0f2f5}.dropdown-content{border-radius:16px}.form-buttons-report{justify-content:flex-start;align-self:end;align-items:center;gap:clamp(6px,.8vw,8px);min-width:0;padding:0;display:flex}.btn-primary{color:#080404ab;white-space:nowrap;cursor:pointer;background-color:#ff950092;border:none;border-radius:10px;outline:none;flex:1.45 1 0;min-width:126px;height:34px;padding:0 clamp(5px,.8vw,12px);font-size:clamp(.6rem,.8vw,.9rem);font-weight:600}.btn-secondary{color:#080404ab;white-space:nowrap;cursor:pointer;background-color:#6b9c1c6d;border:none;border-radius:10px;outline:none;flex:.9 1 0;min-width:82px;height:34px;padding:0 clamp(5px,.8vw,12px);font-size:clamp(.6rem,.8vw,.9rem);font-weight:600}@media (width<=1023px){.filter-form{grid-template-columns:repeat(4,minmax(150px,1fr))}.form-buttons-report{grid-column:3/-1}}@media (width<=900px){.filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.form-buttons-report{grid-column:1/-1}}@media (width<=640px){.filter-form{grid-template-columns:1fr}.form-buttons-report{flex-wrap:wrap}}.btn-primary:hover{background-color:#f8a42f92}.btn-secondary:hover{background-color:#84c41f6d}.container-for-report{border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:420px;margin:5px 10px;padding:5px;display:flex;overflow:hidden}.container-for-report.has-report-content{justify-content:flex-start;min-height:0}.report-empty-state{color:#687385;background:#f8fafc;border:1px solid #dfe4ec;border-radius:14px;justify-content:center;align-items:center;width:100%;min-height:72px;font-size:.95rem;display:flex}.report-view{background:#fff;flex-direction:column;gap:12px;width:100%;padding:0;display:flex}.report-toolbar{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.column-filter-slot{justify-content:flex-end;margin-left:auto;display:flex}.report-pagination{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;display:flex}.report-pagination-bottom{justify-content:flex-end;padding-top:2px}.page-size-control,.page-navigation{color:#687385;align-items:center;gap:10px;font-size:.85rem;font-weight:600;display:inline-flex}.page-size-select{color:#1d2430;appearance:none;background:linear-gradient(45deg,#0000 50%,#7b8494 50%) calc(100% - 15px) 12px/5px 5px no-repeat,linear-gradient(135deg,#7b8494 50%,#0000 50%) calc(100% - 10px) 12px/5px 5px no-repeat,#fff;border:1px solid #dfe4ec;border-radius:14px;width:66px;min-height:28px;padding:0 24px 0 10px;font-size:.9rem;line-height:28px}.page-nav-btn{color:#1d2430;cursor:pointer;background:#fff;border:1px solid #dfe4ec;border-radius:18px;min-height:26px;padding:0 10px;font-size:.75rem}.page-nav-btn:disabled{color:#9aa4b2;cursor:not-allowed;background:#f5f7fa}.page-range{color:#1d2430;white-space:nowrap}.report-help-text{color:#687385;text-align:center;font-size:.9rem}.report-table{table-layout:fixed;border-collapse:separate;background:#fff;border:1px solid #1c202524;border-radius:16px;width:100%;font-size:.85rem;overflow:hidden;box-shadow:0 1px 2px #00000008}.report-table th,.report-table td{text-align:left;overflow-wrap:anywhere;vertical-align:middle;border-bottom:1px solid #dfe4ec;padding:4px 7px;line-height:1.15}.report-link{color:#76869cdd;font-weight:600;text-decoration:none}.report-link:hover{text-decoration:underline}.responsible-inactive{color:#c62828}.report-table th{color:#1d2430;-webkit-user-select:none;user-select:none;background-color:#f8fafc;border-right:1px solid #cfd6e2;padding:0;font-weight:600;position:relative}.report-table th:last-child{border-right:none}.report-table-header{justify-content:flex-start;align-items:center;gap:6px;min-height:20px;padding:4px 5px 4px 7px;display:flex}.report-table-header span{flex:auto;min-width:0}.column-sort-btn{color:#9aa4b2;cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:1px solid #0000;border-radius:999px;width:18px;min-width:18px;height:18px;padding:0;font-size:.8rem;line-height:1;transition:background-color .15s,border-color .15s,color .15s}.report-table-header:hover .column-sort-btn,.report-table-header:focus-within .column-sort-btn{opacity:1;pointer-events:auto}.column-sort-btn:hover,.column-sort-btn:focus-visible,.column-sort-btn.is-sorted{color:#687385;background:#eef2f7;border-color:#cbd5e1}.column-resizer{cursor:col-resize;opacity:.75;background:linear-gradient(#9aa4b2,#9aa4b2) 50%/2px 13px no-repeat,linear-gradient(#cfd6e2,#cfd6e2) calc(50% + 3px)/1px 13px no-repeat;border:0;border-radius:8px;align-self:stretch;width:10px;min-width:10px;padding:0;transition:background-color .15s,opacity .15s}.column-resizer:hover,.column-resizer:focus-visible,.is-resizing-column .column-resizer{opacity:1;background-color:#e8edf4}.is-resizing-column{cursor:col-resize;-webkit-user-select:none;user-select:none}.report-table tr:hover td{background-color:#f8fafc}.report-table tbody tr:nth-child(2n) td{background-color:#f6f8fb}.report-table tbody tr:nth-child(2n):hover td{background-color:#eef3f8}.report-table tr:last-child td{border-bottom:none}@media (width<=768px){.report-table th,.report-table td{padding:3px 6px;font-size:.75rem}}.column-filter{justify-content:flex-start;margin:0;display:flex;position:relative}.table-settings-btn{color:#475369;cursor:pointer;background:#fff;border:1px solid #dfe4ec;border-radius:999px;min-height:26px;padding:0 12px;font-size:.75rem;font-weight:600;transition:border-color .15s,background-color .15s}.table-settings-btn:hover,.table-settings-btn:focus-visible{background:#f8fafc;border-color:#b8c2d1}.column-filter-menu{z-index:120;background:#fff;border:1px solid #dfe4ec;border-radius:14px;flex-direction:column;gap:8px;min-width:240px;max-width:min(360px,100vw - 60px);padding:10px;display:none;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 28px #1d243024}.column-filter-menu.show{display:flex}.column-filter .checkbox-item{cursor:pointer;color:#1d2430;white-space:nowrap;background:#fff;border-radius:10px;justify-content:flex-start;align-items:center;gap:8px;margin:0;padding:7px 8px;font-size:.85rem;transition:all .1s;display:flex}.column-filter .checkbox-item:hover{background:#f1f5f9}.column-filter input[type=checkbox]{cursor:pointer;margin:0}
