@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";:root{--bg-app:#f4f4f4;--bg-surface:#fff;--bg-sidebar:#fff;--bg-surface-rgb:255, 255, 255;--text-main:#3c3c3c;--text-muted:#929292;--text-inverse:#fff;--border-light:#e5e5e5;--accent-main:#a2c617;--accent-hover:#7d9812;--accent-contrast:#25b4b1;--bg-hover:#eee;--bg-active:#f9f9f9;--shadow-sm:0 1px 3px #0000000d;--font-sans:"IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif}:root[data-theme=dark]{--bg-app:#222;--bg-surface:#313131;--bg-sidebar:#313131;--bg-surface-rgb:49, 49, 49;--text-main:#fff;--text-muted:#b5b5b5;--text-inverse:#3c3c3c;--border-light:#525252;--accent-main:#a2c617;--accent-hover:#c9e16d;--accent-contrast:#25b4b1;--bg-hover:#434343;--bg-active:#2a2a2a;--shadow-sm:0 4px 6px #0000004d}html,body,#root{background-color:var(--bg-app);width:100%;height:100%;color:var(--text-main);font-family:var(--font-sans);letter-spacing:.2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;margin:0;padding:0;transition:background-color .3s,color .3s;overflow:hidden}*,:before,:after{box-sizing:inherit}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}table{border-collapse:collapse;width:100%}:focus-visible{outline:2px solid var(--accent-main);outline-offset:2px}button{transition:all .3s}input[type=checkbox],input[type=radio]{accent-color:var(--accent-main);cursor:pointer;width:16px;height:16px}input[type=text],input[type=url],input[type=number],select,textarea{background-color:var(--bg-surface);color:var(--text-main);border:1px solid var(--border-light)}input::placeholder,textarea::placeholder{color:var(--text-muted)}
