@import"/style/font.css";body{--background-deep: hsl(0, 0%, 5%);--background-deep-seethrough: hsla(0, 0%, 5%, 80%);--background: hsl(0, 0%, 10%);--background-seethrough: hsla(0, 0%, 10%, 80%);--background-front: hsl(0, 0%, 15%);--background-front-seethrough: hsla(0, 0%, 15%, 80%);--text: hsl(0, 0%, 95%);--shadow: hsla(0, 0%, 0%, 35%);--shadow-subtle: hsla(0, 0%, 0%, 20%);--font-family: "Open Sans", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Helvetica Neue", Arial, sans-serif;--pixelized-font-family: "VT323", ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, "Courier New", monospace}*{flex-shrink:0;color:inherit;font-family:inherit;box-sizing:border-box;-webkit-appearance:none;appearance:none;cursor:inherit;caret-color:inherit;pointer-events:inherit;outline:none;scrollbar-color:inherit;-webkit-user-select:inherit;user-select:inherit;-webkit-tap-highlight-color:transparent}body{display:flex;flex-direction:column;position:relative;min-height:100vh;background:var(--background);color:var(--text);font-family:var(--font-family);cursor:default;-webkit-user-select:none;user-select:none;margin:0;padding:0;overflow:auto}main{flex:1}noscript,#fatal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--background);color:var(--text);text-align:center;padding:var(--margin-xxl);z-index:1000}noscript p,#fatal-error p{max-width:max(50rem,95%);word-wrap:break-word;overflow-wrap:break-word;line-height:1.6}@media(orientation:landscape){#orientation-lock{display:none}}.hidden{display:none!important}
