:root{--hue:220deg;--base-bg-sat:20%;--base-bg-lum:12%;--base-bg:hsl(var(--hue),var(--base-bg-sat),var(--base-bg-lum));--base-fg-sat:50%;--base-fg-lum:80%;--base-fg:hsl(var(--hue),var(--base-fg-sat),var(--base-fg-lum));--filter-fg:saturate(100%) brightness(100%);--module-bg-sat:18%;--module-bg-lum:27%;--module-bg:hsl(var(--hue),var(--module-bg-sat),var(--module-bg-lum))}.app-loading,body{background-color:#fafafa}.app-loading{align-items:center;display:flex;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}div.notice{font-size:4em;text-align:center}.world{background-color:#042a87;border:2px solid #042a87;border-radius:50%;box-sizing:border-box;display:inline-block;overflow:hidden;white-space:nowrap;width:1em}.world,.world svg{fill:#fff;height:1em}.world svg{animation:world-scroll 3s linear infinite;display:inline;margin-top:calc(-2px - .05em);width:4em}@keyframes world-scroll{0%{margin-left:-2.75em}to{margin-left:-1em}}