:root{color-scheme:light;--background-color:#ffffff;--background-paper:#fff;--background-paper-2:#f6f6f6;--background-darkest:#f1f1f1;--border-color:#e6e6e6;--primary-color:#4759ff;--primary-contrast-color:#ffffff;--text-primary:#2e2e56;--text-secondary:#555568;--text-secondary-2:#aaaab3;--hover-color:rgba(0,0,0,0.04);--status-error:#fd6667;--status-success:#00b68f;--status-warning:#e9eb60;--menu-highlight:#f1f1f1;--menu:#fafafa;--spacing-unit:2px;--border-radius:15px;--sidebar-active:#f1f1f1;--my-message:#edecff;--message:#f1f1f1;--stroke:#e6e6e6;--button-text:#ffffff;--switcher-active:#ffffff;--button-color:#4759ff;--button-text-color:#ffffff;--badge-primary:#4759ff}:root.dark{color-scheme:dark;--background-color:#1b1b32;--background-paper:#2c2c53;--background-paper-2:#1f1e3b;--background-darkest:#17172e;--border-color:#2c2c53;--text-primary:#e3e3ff;--text-secondary:#afafca;--text-secondary-2:#686882;--primary-color:#4759ff;--primary-contrast-color:#ffffff;--hover-color:rgba(255,255,255,0.08);--status-error:#fd6667;--status-success:#00b68f;--status-warning:#e9eb60;--menu-highlight:#2e2e56;--menu:#242443;--sidebar-active:#3e3e74;--my-message:#505096;--message:#2c2c53;--stroke:#3e3e74;--button-text:#ffffff;--switcher-active:#2c2c53;--button-color:#4759ff;--button-text-color:#ffffff;--badge-primary:#808cff}body{margin:0;padding:0;font-family:var(--font-lexend-deca),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--background-color);color:var(--text-primary)}body *{transition:background-color .2s ease,border-color .2s ease,color .2s ease}