@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap");.quarantine-ag-grid{--ag-background-color:#FFFFFF;--ag-foreground-color:#111827;--ag-header-background-color:#F9FAFB;--ag-header-foreground-color:#6B7280;--ag-border-color:#E5E7EB;--ag-row-border-color:#F3F4F6;--ag-row-hover-color:#F9FAFB;--ag-selected-row-background-color:#EFF6FF;--ag-range-selection-border-color:#2a4477;--ag-range-selection-background-color:rgba(42,68,119,0.06);--ag-font-family:"IBM Plex Mono",ui-monospace,monospace;--ag-font-size:12.5px;--ag-header-font-family:"Inter",system-ui,sans-serif;--ag-header-font-size:11px;--ag-header-font-weight:600;--ag-row-height:32px;--ag-header-height:34px;--ag-cell-horizontal-padding:10px;--ag-cell-horizontal-border:solid 1px #F3F4F6}.quarantine-ag-grid .ag-header-cell-text{text-transform:uppercase;letter-spacing:.04em;font-size:10.5px}.quarantine-ag-grid .ag-header{border-bottom:1px solid #e5e7eb}.quarantine-ag-grid .ag-cell[col-id=row_id]{color:#9CA3AF;font-size:11px;font-weight:500;background:#F9FAFB}.quarantine-ag-grid .ag-cell-clean{background:transparent;color:#111827}.quarantine-ag-grid .ag-cell-fixed{background:#FFF7ED;color:#9A3412;box-shadow:inset 2px 0 0 #F97316}.quarantine-ag-grid .ag-cell-quarantined{background:#FEF2F2;color:#991B1B;box-shadow:inset 2px 0 0 #EF4444}.quarantine-ag-grid .ag-cell-edited{background:#EFF6FF;color:#1E40AF;font-weight:500;box-shadow:inset 2px 0 0 #2563EB}.quarantine-ag-grid .ag-cell-saved{background:#ECFDF5;color:#065F46;font-weight:500;box-shadow:inset 2px 0 0 #059669}.quarantine-ag-grid .ag-cell-fixed.ag-cell-edited,.quarantine-ag-grid .ag-cell-quarantined.ag-cell-edited{background:#EFF6FF;color:#1E40AF;box-shadow:inset 2px 0 0 #2563EB}.quarantine-ag-grid .ag-cell-fixed.ag-cell-saved,.quarantine-ag-grid .ag-cell-quarantined.ag-cell-saved{background:#ECFDF5;color:#065F46;box-shadow:inset 2px 0 0 #059669}.quarantine-ag-grid .ag-cell-inline-editing{border:2px solid #2a4477!important;border-radius:2px;box-shadow:0 0 0 3px rgba(42,68,119,.1);background:white!important;padding:0 8px}.quarantine-ag-grid .ag-cell-inline-editing input{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12.5px}.quarantine-ag-grid .ag-tooltip{background:#1F2937;color:#F3F4F6;border:1px solid #374151;border-radius:6px;padding:6px 10px;font-family:Inter,system-ui,sans-serif;font-size:11.5px;line-height:1.5;max-width:320px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.quarantine-ag-grid .ag-overlay-loading-wrapper{background:rgba(255,255,255,.85);backdrop-filter:blur(2px)}.quarantine-ag-grid ::-webkit-scrollbar{width:6px;height:6px}.quarantine-ag-grid ::-webkit-scrollbar-track{background:#F9FAFB}.quarantine-ag-grid ::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:3px}.quarantine-ag-grid ::-webkit-scrollbar-thumb:hover{background:#9CA3AF}