@import "https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap";:root,:root[data-theme=dark]{--c-bg:#151519;--c-panel:#222328;--c-panel-dark:#1a191d;--c-border:#322f2f;--c-fg:#fff;--c-muted:#9c9fa6;--c-faint:#76838f;--c-accent:#03ac54;--c-accent-dark:#0a6e35;--c-danger:#ef4444;--c-warning:#fed713;--c-grid-header:#1c1b1f;--c-grid-line:#2a2932;--c-grid-zebra:#16151a;--c-grid-hover:#1f1e23;--c-grid-row:#0e0d11;--c-scrollbar-track:#1a191d;--c-scrollbar-thumb:#444;--c-placeholder:#6c6c6c}:root[data-theme=light]{--c-bg:#f3f4f7;--c-panel:#fff;--c-panel-dark:#f7f7fa;--c-border:#d1d5db;--c-fg:#1f2937;--c-muted:#6b7280;--c-faint:#9ca3af;--c-accent:#03ac54;--c-accent-dark:#047838;--c-danger:#dc2626;--c-warning:#b45309;--c-grid-header:#eef0f3;--c-grid-line:#d8dce2;--c-grid-zebra:#f7f7fa;--c-grid-hover:#e8eef2;--c-grid-row:#fff;--c-scrollbar-track:#eef0f3;--c-scrollbar-thumb:#b8bcc4;--c-placeholder:#9aa0a6}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--c-bg);color:var(--c-fg);font-family:Ubuntu,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem}a{color:var(--c-accent)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--c-scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--c-scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--c-muted)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}::selection{background:#03ac544d}input,select,textarea{font-family:Ubuntu,system-ui,sans-serif}input::placeholder{color:var(--c-placeholder)}@media print{:root{--c-bg:#fff!important;--c-panel:#fff!important;--c-panel-dark:#fff!important;--c-fg:#111!important;--c-muted:#444!important;--c-faint:#777!important;--c-border:#ccc!important}body *{visibility:hidden!important}.report-print-root,.report-print-root *{visibility:visible!important}.report-print-root{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;width:100%!important;margin:0!important;padding:0!important;position:absolute!important;top:0!important;left:0!important}.no-print{display:none!important}@page{margin:12mm}}
