:root,[data-theme=light]{--bg-primary: #f0f4f8;--bg-secondary: #ffffff;--bg-mid: #e2eaf4;--bg-lt: #f7f9fc;--border: #b8cce0;--border-lt: #d0e0f0;--text: #0a0a0a;--text-muted: #1a1a2e;--text-dim: #333355;--teal: #1a5296;--teal2: #1E6FD9;--teal3: #1a4a8a;--teal-dim: rgba(46,109,180,.12);--card-bg: #ffffff;--input-bg: #ffffff;--shadow: rgba(46,109,180,.15);--nav-bg: #1E6FD9;--code-bg: #f7f9fc}[data-theme=dark]{--bg-primary: #0d1b35;--bg-secondary: #0a1428;--bg-mid: #122040;--bg-lt: #1a2e55;--border: #1E3A6F;--border-lt: #2A4A8A;--text: #f0f0f0;--text-muted: #87CEEB;--text-dim: #7aabcc;--teal: #87CEEB;--teal2: #1E6FD9;--teal3: #1a5a9a;--teal-dim: rgba(135,206,235,.12);--card-bg: #122040;--input-bg: #122040;--shadow: rgba(0,0,0,.4);--nav-bg: #1E6FD9;--code-bg: #060e1a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text);line-height:1.6;font-size:14px}#root{min-height:100vh;background:var(--bg-primary);color:var(--text)}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] strong,[data-theme=light] b{color:#050d1a}[data-theme=light] p,[data-theme=light] span,[data-theme=light] div,[data-theme=light] td,[data-theme=light] li{color:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}input,select,textarea{font-family:inherit;color:#0a0a0a;background:var(--input-bg);border:1px solid var(--border)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--teal2)}:root{--color-primary: #3B5876;--color-primary-hover: #304A66;--color-primary-active: #264057;--color-primary-soft: #EAF1F8;--color-primary-soft-border: #D3DFED;--color-chrome-dark: #1E3A5F;--color-chrome-darker: #15293F;--color-chrome-text: #FFFFFF;--color-chrome-muted: #94A9C2;--color-chrome-border: rgba(255, 255, 255, .08);--color-accent: #F59E0B;--color-accent-hover: #E08E08;--color-accent-soft: #FEF4DC;--color-surface: #FFFFFF;--color-surface-muted: #F7F9FC;--color-surface-sunken: #F3F5F8;--color-surface-overlay: rgba(15, 23, 42, .6);--color-divider: #DCE3ED;--color-divider-soft: #EEF2F6;--color-divider-strong: #C7D1DC;--color-text-primary: #1F2937;--color-text-secondary: #4F6177;--color-text-tertiary: #94A4B7;--color-text-disabled: #C7D1DC;--color-text-on-dark: #FFFFFF;--color-text-link: #3B5876;--color-success-main: #0B5B38;--color-success-bg: #D7EFE0;--color-success-dot: #059669;--color-success-strong: #047857;--color-warning-main: #855008;--color-warning-bg: #FEF0D1;--color-warning-dot: #D97706;--color-warning-strong: #B45309;--color-danger-main: #8B2818;--color-danger-bg: #F9D7D1;--color-danger-dot: #DC2626;--color-danger-strong: #B91C1C;--color-neutral-main: #4F6177;--color-neutral-bg: #E6EBF1;--color-neutral-dot: #94A4B7;--color-info-main: #1E4A7A;--color-info-bg: #DDE8F5;--color-info-dot: #2563EB;--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 40px;--space-9: 48px;--font-sans: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", "Menlo", "Cascadia Code", "Roboto Mono", monospace;--text-page-title: 18px;--text-section-title: 14px;--text-card-title: 12px;--text-body: 12px;--text-table-header: 10px;--text-table-cell: 11px;--text-label: 10px;--text-hint: 10px;--text-pill: 10px;--text-data: 11px;--text-stat-value: 20px;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--radius-sharp: 0;--radius-pill: 2px;--radius-default: 3px;--radius-card: 4px;--shadow-none: none;--shadow-hairline: 0 0 0 .5px rgba(15, 23, 42, .08);--shadow-card: 0 1px 2px rgba(15, 23, 42, .04), 0 0 0 .5px rgba(15, 23, 42, .06);--shadow-elevated: 0 2px 8px rgba(15, 23, 42, .08), 0 0 0 .5px rgba(15, 23, 42, .06);--shadow-modal: 0 10px 40px rgba(15, 23, 42, .18);--shadow-focus: 0 0 0 3px rgba(59, 88, 118, .22);--transition-fast: .12s ease;--transition-base: .18s ease;--transition-slow: .28s ease;--sidebar-width: 64px;--sidebar-expanded: 220px;--context-bar-height: 36px;--toolbar-height: 36px;--table-row-height: 28px;--table-header-height: 32px;--button-height: 28px;--button-height-sm: 24px;--input-height: 28px}.crivo-scroll::-webkit-scrollbar,body::-webkit-scrollbar{width:10px;height:10px}.crivo-scroll::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:var(--color-surface-sunken)}.crivo-scroll::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background:var(--color-divider-strong);border-radius:var(--radius-default);border:2px solid var(--color-surface-sunken)}.crivo-scroll::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}*:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-default)}.crivo-data,.crivo-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.crivo-pill{display:inline-flex;align-items:center;padding:1px 6px;border-radius:var(--radius-pill);font-size:var(--text-pill);font-weight:var(--weight-semibold);letter-spacing:.2px;line-height:1.4;white-space:nowrap}.crivo-filetype{display:inline-flex;align-items:center;justify-content:center;width:20px;height:18px;border-radius:var(--radius-pill);font-family:var(--font-mono);font-size:7px;font-weight:var(--weight-bold);color:#fff;letter-spacing:.2px;flex-shrink:0}.crivo-table-row{transition:background-color var(--transition-fast)}.crivo-table-row:hover{background:var(--color-surface-muted)}.crivo-table-row[data-selected=true]{background:var(--color-primary-soft);border-left:2px solid var(--color-primary)}.crivo-dot{display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0}.crivo-hr{border:none;border-top:.5px solid var(--color-divider);margin:0}body{background:var(--bg-primary)!important;color:var(--text)!important}#root{background:var(--bg-primary);min-height:100vh}
