@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--sidebar: #1a1d21;--sidebar-hi: #25292e;--sidebar-line: #32373d;--bg: #f4f6f8;--surface: #ffffff;--surface-alt: #f8fafb;--border: #e4e8ec;--border-hi: #d3d9df;--text: #14181c;--text-sub: #5b6770;--muted: #8a949c;--on-dark: #e8ebed;--on-dark-sub: #9aa3ab;--on-dark-mut: #6b747c;--accent: #1f7a4d;--accent-hi: #176239;--accent-soft: #e8f3ed;--accent-line: #bfe0cd;--green: #1f7a4d;--green-soft: #e8f3ed;--amber: #b7791f;--amber-soft: #fbf3e2;--red: #c0392b;--red-soft: #fbeae8;--blue: #2c6fb5;--blue-soft: #e9f1f9;--grey: #6b747c;--grey-soft: #eef1f3;--purple: #6b4fa3;--purple-soft: #efeaf7;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--s1: 4px;--s2: 8px;--s3: 12px;--s4: 16px;--s5: 20px;--s6: 24px;--s7: 32px;--s8: 40px;--r-sm: 6px;--r-md: 8px;--r-lg: 12px;--r-xl: 16px;--shadow-sm: 0 1px 2px rgba(20,24,28,.06);--shadow-md: 0 1px 3px rgba(20,24,28,.08), 0 1px 2px rgba(20,24,28,.04);--shadow-lg: 0 8px 24px rgba(20,24,28,.12)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input,select,textarea,button{font-family:var(--font);font-size:14px}input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px;cursor:pointer}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hi)}table{border-collapse:collapse}.tr-hover:hover{background:var(--surface-alt)!important}
