:root{--c-bg:#e0e5ec;--c-color:#171717;--c-editor-bg:#f0f2f5;--c-blue:#4776e6;--c-blue-hover:#1a4bc2;--c-mana:#3b5bdb;--c-neu-shadow-light:#fafcff;--c-neu-shadow-dark:#a3b1c6;--c-neu-grad-1:hsla(0,0%,100%,.4);--c-neu-grad-2:rgba(0,0,0,.05)}html[data-mantine-color-scheme=dark]{--c-bg:#1a1c1e;--c-color:#e2e2e2;--c-editor-bg:#111214;--c-blue:#7ca1ff;--c-blue-hover:#a1bdff;--c-mana:#4d6ee8;--c-neu-shadow-light:#25282c;--c-neu-shadow-dark:#000;--c-neu-grad-1:hsla(0,0%,100%,.05);--c-neu-grad-2:rgba(0,0,0,.2)}:root{--f-main:PT Sans,PT Sans Fallback;--f-mono:PT Mono,PT Mono Fallback}body{color:var(--c-color);background:var(--c-bg)!important;font-family:var(--f-main)}@media print{body{background:#fff!important}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}a{color:var(--c-blue);transition:color .1s}a:hover{color:var(--c-blue-hover)}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body,html{max-width:100vw}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{outline:none;border:0}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}a{text-decoration:none}#root{isolation:isolate}@media print{.no-print{display:none!important}}