:root{--primary-primary:#315aff;--primary-secondary:rgba(49,90,255,.5);--primary-tertiary:rgba(49,90,255,.12);--text-primary:#1e1f24;--text-secondary:#80828d;--text-tertiary:#b9bbc6;--text-quaternary:#fff;--background-primary:#fff;--background-secondary:#f7f8fa;--background-tertiary:#eff0f3;--background-quaternary:rgba(0,0,0,.24);--overlay-primary:#e7e8ec;--overlay-secondary:rgba(0,0,0,.1);--separator-primary:#e7e8ec;--accent-color-2-primary:#ffdc00;--accent-color-2-secondary:rgba(255,220,0,.5);--accent-color-2-tertiary:rgba(255,220,0,.12)}body,html{height:100%;margin:0;padding:0;position:relative;z-index:0}body:before{content:"";position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;background-image:url(/color_symbol_resize.png);background-repeat:repeat;background-size:4800px auto;background-position:50%;opacity:.07;pointer-events:none}.wrapper{margin:0 auto;max-width:500px;background-color:var(--background-secondary,#f7f8fa);position:relative;z-index:1}.content{flex:1 1;overflow-y:auto}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}