:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f2f4f7;--foreground:#1d2430;--muted:#687385;--accent:#0a84ff;--accent-strong:#006edb;--success:#35c759;--success-strong:#248a3d;--surface:#fff;--surface-soft:#f8f9fb;--border:#dfe4ec;--border-strong:#cfd6e2}*{box-sizing:border-box;min-width:0}html,body{min-height:100%;margin:0;overflow-x:hidden}body{background:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.app-shell{min-height:100vh;padding:10px}.app-panel{border:1px solid var(--border);background:var(--surface);border-radius:22px;width:100%;min-height:calc(100vh - 20px);margin:0 auto;overflow:hidden}.app-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:16px;padding:18px clamp(16px,3vw,28px);display:flex}.brand{align-items:center;gap:14px;display:flex}.brand-logo,.help-link,button,input,select{font:inherit}.brand-logo{width:94px;min-height:40px;color:var(--foreground);letter-spacing:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-logo-image{width:90px;height:auto;display:block}.brand-logo-fallback{border:1px solid var(--border-strong);background:linear-gradient(#fff,#f4f6f9);border-radius:10px;justify-content:center;align-items:center;min-height:36px;padding:0 13px;display:inline-flex}h1{letter-spacing:0;margin:0;font-size:clamp(1.125rem,3vw,1.45rem);font-weight:700;line-height:1.2}.help-link{border:1px solid var(--border-strong);min-height:36px;color:var(--foreground);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.brand-logo:hover,.help-link:hover{background:#fff;border-color:#b8c2d1}.status-row{border-bottom:1px solid var(--border);color:#fff;text-align:center;background:var(--accent);padding:14px clamp(16px,3vw,28px);font-size:.9375rem;line-height:1.45}.status-row-report{text-align:left}.status-message{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 12px;display:flex}.status-timer{background:#ffffff2e;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.875rem;line-height:1;display:inline-flex}.filters{border-bottom:1px solid var(--border);background:var(--surface);grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));align-items:stretch;gap:14px;padding:18px clamp(16px,3vw,28px);display:grid}.filter-field{grid-template-rows:22px 40px;align-self:end;gap:8px;display:grid}.date-filter{border:0;margin:0;padding:0}.filter-group-wide{grid-column:auto}.filter-label{color:var(--muted);letter-spacing:0;align-items:center;margin:0;padding:0;font-size:.9375rem;font-weight:600;line-height:1.2;display:flex}.date-filter-row{align-items:center;gap:8px;height:40px;display:flex}.single-select{flex:140px;min-width:0;position:relative}.date-filter-row>input{flex:0 0 150px;width:150px}.date-range{flex:0 auto;align-items:center;gap:8px;height:40px;display:flex}.date-range input{flex:0 120px;width:120px}.date-range span{color:var(--muted);text-align:center;font-size:.9375rem;line-height:1}input,select{border:1px solid var(--border-strong);width:100%;min-height:40px;color:var(--foreground);background:#fff;border-radius:12px;outline:none;padding:0 12px;font-size:.9375rem;line-height:1.2}input[type=date]{min-width:0;padding-left:12px}select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#7b8494 50%),linear-gradient(135deg,#7b8494 50%,#0000 50%);background-position:calc(100% - 18px) 17px,calc(100% - 13px) 17px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:34px}input:focus,select:focus,.multi-select-trigger:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0a84ff26}.multi-select{position:relative}.multi-select-trigger{border:1px solid var(--border-strong);width:100%;min-height:40px;color:var(--foreground);text-align:left;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-radius:12px;outline:none;justify-content:flex-start;padding:0 34px 0 12px;font-size:.9375rem;line-height:1.2}.multi-select-trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.multi-select-menu{z-index:20;border:1px solid var(--border-strong);background:#fff;border-radius:14px;gap:2px;width:max(100%,300px);max-width:min(360px,100vw - 56px);max-height:280px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;overflow:auto;box-shadow:0 14px 34px #1d243024}.multi-select-reset,.multi-select-option{min-height:34px;color:var(--foreground);background:0 0;border-radius:9px;padding:0 10px;font-size:.9375rem;line-height:1.2}.multi-select-reset{color:var(--accent);justify-content:flex-start}.multi-select-option{cursor:pointer;align-items:center;gap:9px;display:flex}.multi-select-option:hover,.multi-select-reset:hover{background:var(--surface-soft)}.multi-select-option input[type=checkbox]{width:16px;min-width:16px;height:16px;min-height:16px;accent-color:var(--accent);margin:0;padding:0}.multi-select-option span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.single-select-menu{box-sizing:border-box;width:100%;min-width:100%;max-width:none;left:0;right:0}.single-select-option{width:100%;min-height:34px;color:var(--foreground);text-align:left;background:0 0;border-radius:9px;justify-content:flex-start;padding:0 10px;font-size:.9375rem;line-height:1.2}.single-select-option:hover{background:var(--surface-soft)}.filter-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-self:end;gap:10px;min-height:40px;display:grid}button{min-height:40px;color:inherit;letter-spacing:0;white-space:nowrap;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;padding:0 15px;font-size:.9375rem;font-weight:400;line-height:1;display:inline-flex}button:disabled{cursor:not-allowed}.primary-button{color:#fff;background:var(--accent)}.primary-button:hover{background:var(--accent-strong)}.primary-button:disabled{background:var(--accent-strong);opacity:.58}.success-button{color:#fff;background:var(--success)}.success-button:disabled{color:#ffffffc7;background:var(--success-strong);cursor:not-allowed;opacity:.5}.report-area{min-height:clamp(320px,48vh,560px);color:var(--muted);background:0 0;place-items:center;margin:clamp(16px,3vw,28px);display:grid}.report-area p{margin:0;font-size:.9375rem;line-height:1.5}.report-area-ready{place-items:initial;margin:5px clamp(16px,3vw,28px) clamp(16px,3vw,28px);display:block}.report-toolbar{justify-content:space-between;align-items:center;gap:10px;margin:0 0 5px;padding:0;display:flex}.rows-per-page-control{color:var(--muted);align-items:center;gap:8px;font-size:.8125rem;line-height:1;display:inline-flex}.rows-per-page-control select{background-position:calc(100% - 18px) 12px,calc(100% - 13px) 12px;border-radius:999px;width:auto;min-width:76px;height:30px;min-height:30px;padding:0 30px 0 10px;font-size:.8125rem;line-height:1}.table-settings-button{color:#6b7482;text-align:center;vertical-align:middle;background:#f8fafc;border:1px solid #cbd3df;border-radius:999px;justify-content:center;align-items:center;height:30px;min-height:30px;padding:0 12px;font-size:.8125rem;line-height:30px;display:inline-flex}.table-settings-button:hover{color:#4f5968;background:#fff;border-color:#b8c2d1}.report-table-wrap{border:1px solid var(--border);border-radius:14px;width:100%;max-width:100%;max-height:max(260px,100vh - 330px);overflow:hidden auto}.report-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;max-width:100%;color:var(--foreground);font-size:.8125rem;line-height:1.25}.report-table th,.report-table td{text-align:left;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #e3e8f0;padding:11px 10px;overflow:hidden}.report-table th{color:var(--foreground);background:#f3f7fb;padding:0;font-weight:400;position:relative}.report-table-heading{align-items:center;min-height:42px;padding:0 18px 0 10px;display:flex;position:relative}.report-table-heading span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.column-sort-button{width:100%;min-height:42px;color:var(--foreground);text-align:left;background:0 0;border-radius:0;justify-content:flex-start;gap:4px;padding:0;font-size:.8125rem;font-weight:400;line-height:1.2}.column-sort-button:hover{color:#000}.sort-indicator{color:var(--accent);flex:none;font-size:.75rem}.column-resizer{cursor:col-resize;background:0 0;border-radius:0;width:10px;min-height:0;padding:0;position:absolute;top:8px;bottom:8px;right:0}.column-resizer:after{content:"";background:#e8edf5;border-radius:999px;width:1px;height:100%}.report-table th:last-child .column-resizer:after{content:none}.report-table td.cell-center{text-align:center}.report-table tbody tr:nth-child(odd){background:#fff}.report-table tbody tr:nth-child(2n){background:#f8fafc}.report-table tbody tr:hover{background:#eef7ff}.report-table tbody tr:last-child td{border-bottom:0}.table-pagination{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding-top:8px;font-size:.8125rem;line-height:1;display:flex}.table-pagination-actions{gap:8px;display:flex}.pagination-button{color:#4f5968;background:#fff;border:1px solid #cbd3df;border-radius:999px;min-height:30px;padding:0 12px;font-size:.8125rem;line-height:1}.pagination-button:hover:not(:disabled){background:#f8fafc;border-color:#b8c2d1}.pagination-button:disabled{opacity:.45}.modal-backdrop{z-index:60;background:#11182757;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.table-settings-modal{border:1px solid var(--border);background:#fff;border-radius:18px;width:min(100%,420px);padding:18px;box-shadow:0 22px 70px #11182738}.table-settings-modal h2{color:var(--foreground);margin:0 0 14px;font-size:1.125rem;line-height:1.2}.column-settings-list{gap:6px;margin-bottom:16px;display:grid}.column-settings-option{min-height:34px;color:var(--foreground);cursor:pointer;border-radius:9px;align-items:center;gap:10px;padding:0 8px;font-size:.9375rem;display:flex}.column-settings-option:hover{background:var(--surface-soft)}.column-settings-option input[type=checkbox]{width:16px;min-width:16px;height:16px;min-height:16px;accent-color:var(--accent);margin:0;padding:0}.column-settings-option input:disabled+span{color:var(--muted)}.modal-close-button{border:1px solid var(--border-strong);min-height:34px;color:var(--foreground);background:#fff;border-radius:999px;padding:0 14px}@media (min-width:1360px){.filters{grid-template-columns:minmax(320px,1fr) minmax(320px,1fr) minmax(190px,.65fr) minmax(230px,.75fr) max-content}.filter-actions{grid-template-columns:repeat(2,max-content)}}@media (max-width:760px){.app-header,.brand{align-items:flex-start}.app-header{flex-direction:column}.brand,.help-link{width:100%}.filter-group-wide{grid-column:span 1}.filter-actions{grid-template-columns:1fr}.filter-field{grid-template-rows:22px auto}.date-filter-row{flex-wrap:wrap;height:auto}.date-filter-row>input{flex:150px;width:100%}.date-range{flex:100%}}@media (max-width:420px){.brand{flex-direction:column;gap:10px}.brand-logo{align-self:flex-start}.date-range{flex-direction:column;align-items:stretch;height:auto}.date-range span{display:none}}@media (max-width:520px){.report-toolbar,.table-pagination{flex-direction:column;align-items:flex-start}}
