:root{color-scheme:dark}body,html{height:100%;margin:0}*{box-sizing:border-box}body.theme-tomorrow-night-blue{--app-bg:#002451;--surface-1:#00346e;--surface-2:#002b5c;--surface-3:#001c3f;--border:hsla(0,0%,100%,.14);--grid:hsla(0,0%,100%,.1);--resizer:hsla(0,0%,100%,.18);--text:hsla(0,0%,100%,.92);--text-muted:hsla(0,0%,100%,.72);--text-dim:hsla(0,0%,100%,.6);--hover:hsla(0,0%,100%,.06);--selected:hsla(0,0%,100%,.12);--nonwork:rgba(0,0,0,.18);--pill-bg:rgba(0,0,0,.18);--ok:#58d68d;--bad:#e74c3c;--arrow:hsla(0,0%,100%,.5);--task-text:rgba(0,0,0,.82);background:var(--app-bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Liberation Sans,sans-serif}.loadingOverlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.18);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.spinner{width:18px;height:18px;border-radius:999px;border:2px solid hsla(0,0%,100%,.25);border-top-color:hsla(0,0%,100%,.85);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}