:root{--main-bg-color:#fff;--text-color:#000;--label-color:rgba(0,0,0,.7);--disabled-text-color:rgba(0,0,0,.5);--border-color:#000;--secondary-border-color:rgba(0,0,0,.6);--divider-color:#eaeaea;--error-box-bg-color:#ffccbc;--warning-box-bg-color:#ffecb3;--positive-box-bg-color:#c8e6c9;--active-color:#1976d2;--active-button-bg-color:#7fbbf7;--active-title-color:#1976d2;--error-text-color:darkred}@media (prefers-color-scheme:dark){:root{--main-bg-color:#121212;--text-color:#fff;--label-color:hsla(0,0%,100%,.75);--disabled-text-color:hsla(0,0%,100%,.55);--border-color:#fff;--secondary-border-color:hsla(0,0%,100%,.75);--divider-color:#404040;--error-box-bg-color:#741818;--warning-box-bg-color:#5d4037;--positive-box-bg-color:#004d40;--active-color:#42a5f5;--active-button-bg-color:#254f71;--active-title-color:#92c9ff;--error-text-color:#f57979}}body,html{padding:0;margin:0}body{font-size:18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--main-bg-color);color:var(--text-color)}a{color:var(--active-color);text-decoration:none}a:hover{text-decoration:underline}*{box-sizing:border-box}button{cursor:pointer;color:var(--text-color)}button[disabled]{cursor:default;color:var(--disabled-text-color);border-color:var(--disabled-text-color)}