@charset "UTF-8";.admin-filter-group{display:flex;flex-direction:column;gap:8px}.admin-filter-label{font-size:11px;font-weight:600;color:#001f3d;text-transform:uppercase;letter-spacing:.06em;margin:0 0 2px}.admin-filter-pills{display:flex;flex-direction:column;gap:6px}.admin-filter-pill{display:flex;align-items:center;justify-content:space-between;height:26px;padding:0 10px;border-radius:13px;font-size:11px;font-weight:500;font-family:inherit;cursor:pointer;border:1px solid #cbd5e1;background:#f8fafc;color:#475569;transition:all .2s ease;position:relative}.admin-filter-pill:after{content:"";width:10px;height:10px;border-radius:50%;border:1.5px solid #94a3b8;transition:all .2s ease}.admin-filter-pill:hover{background:#f1f5f9;border-color:#94a3b8}.admin-filter-pill--active{background:#004992;border-color:#004992;color:#fff;padding-left:12px}.admin-filter-pill--active:after{background:#fff;border-color:#fff;box-shadow:0 1px 2px #0000001a}.admin-filter-pill--active:hover{background:#003a7a}.admin-filter-checks{display:flex;flex-direction:column;gap:4px}.admin-filter-check{display:flex;align-items:center;gap:6px;font-size:11px;color:#001f3d;cursor:pointer;padding:3px 0}.admin-filter-check input[type=checkbox]{width:14px;height:14px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e6edf4;border:1.5px solid #001f3d;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.admin-filter-check input[type=checkbox]:checked{background:#001f3d;border-color:#001f3d}.admin-filter-check input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:10px;font-weight:600}.admin-filter-check input[type=checkbox]:hover{border-color:#004992}.admin-filter-select{height:26px;padding:0 8px;font-size:11px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#475569;font-family:inherit;cursor:pointer}.admin-filter-select:focus{outline:none;border-color:#004992}.admin-filter-date-range{margin-top:8px;border:1px solid #b0c7dd;border-radius:6px;overflow:hidden}.admin-filter-date-wrap{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;background:#e6edf4}.admin-filter-date-wrap+.admin-filter-date-wrap{border-top:1px solid #b0c7dd}.admin-filter-date-label{font-size:12px;font-weight:500;color:#334155;white-space:nowrap}.admin-filter-date{border:none;background:transparent;color:#334155;font-size:12px;font-family:inherit;cursor:pointer;padding:0 10px;height:34px;box-sizing:border-box;text-align:right}.admin-filter-date::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(0) brightness(.3);opacity:.7}.admin-filter-date:focus{outline:none;border-color:#004992}.admin-filter-clear-btn{padding:6px 12px;font-size:12px;font-weight:500;background:#fff;border:1px solid #b0c7dd;border-radius:6px;color:#334155;cursor:pointer;white-space:nowrap;font-family:inherit;transition:color .15s ease,background .15s ease,border-color .15s ease}.admin-filter-clear-btn:hover{background:#eff6ff;border-color:#004992;color:#004992}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;background:#f9fafb;overflow-x:hidden}#root{min-height:100vh}:root{--page-gutter-mobile: 12px;--page-gutter-tablet: 16px;--page-gutter-desktop: 24px;--bp-xs: 420px;--bp-sm: 480px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1200px}input,textarea,select,button{font:inherit}input,textarea,select{min-width:0}@media(max-width:767.98px){html{font-size:16px}}.app-error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background-color:#f9fafb}.app-error-boundary__card{max-width:480px;width:100%;padding:40px 32px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-align:center}.app-error-boundary__title{margin:0 0 12px;font-size:1.5rem;font-weight:700;color:#111827;line-height:1.3}.app-error-boundary__description{margin:0 0 28px;font-size:.95rem;color:#6b7280;line-height:1.5}.app-error-boundary__btn{display:inline-block;padding:10px 28px;background-color:#111827;color:#fff;font-size:.9rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.app-error-boundary__btn:hover{background-color:#374151}.app-error-boundary__btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}
