:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,serif!important;font-optical-sizing:auto}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.form-control{&:active,&:focus{border-color:#44177e}}.landscape-touch-device-alert{display:none}@media (min-width:500px) and (max-width:1024px) and (orientation:landscape){.landscape-touch-device-alert{background-color:#48203f;color:#fff;position:fixed;width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:100000}.edit-page-loader{display:none!important}}