:root{--background: #fff;--foreground: #000;--logo-color: #000;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--background: #090909;--foreground: #e4e4e4;--logo-color: rgba(228, 228, 228, .12)}}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;min-height:100%}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}.app-shell{align-items:center;display:flex;justify-content:center;min-height:100vh;width:100vw}.logo{color:var(--logo-color);height:auto;width:100vw}
