:root{--max-width:800px;--content-padding:1rem;--background:#fff;--background-rgb:255,255,255;--foreground:#000;--foreground-rgb:0,0,0;--secondary:#888;--placeholder:rgba(0,0,0,.3);--red:#c00;--red-rgb:204,0,0;--green:#008500;--green-rgb:0,133,0;--blue:#06f;--blue-rgb:0,102,255;--section-border-color:#eee;--card-border-color:#eff1f6;--card-border-dark:#e8ecf2;--card-background:#f6f9fe linear-gradient(135deg,#e8ecf2,#eff1f6);--card-radius:0.75rem;--glow-color:#e5e9f0;--glow-active-color:#c8d1df}@media (prefers-color-scheme:dark){:root{--background:#000;--background-rgb:0,0,0;--foreground:#fff;--foreground-rgb:255,255,255;--secondary:#999;--placeholder:hsla(0,0%,100%,.3);--red:#faa;--red-rgb:255,170,170;--green:#afa;--green-rgb:170,255,170;--blue:#aaf;--blue-rgb:170,170,255;--section-border-color:#121821;--card-border-color:hsla(0,0%,100%,.02);--card-border-dark:rgba(0,0,0,.05);--card-background:#121821 linear-gradient(135deg,rgba(0,0,0,.1),transparent);--glow-color:hsla(0,0%,100%,.1);--glow-active-color:hsla(0,0%,100%,.2)}html{color-scheme:dark}}html{overflow-x:hidden;overflow-y:scroll}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--background);color:var(--foreground)}main.page{font-family:var(--sans-font)}.screen{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}a{color:inherit;text-decoration:none}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}@media (max-width:799px){.desktop-only{display:none}}@media (min-width:800px){.mobile-only{display:none}}