:root{--ui-accent: #0ea5b7;--bg: #ffffff;--panel: #0f172a;--text: #222222;--muted: #94a3b8}*{box-sizing:border-box}html,body,#root{height:100%}html,body{margin:0;padding:0;overflow:hidden}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background-color:var(--bg);background-image:url(/background/bg.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;color:var(--text);-webkit-user-select:none;-moz-user-select:none;user-select:none;overscroll-behavior:none;touch-action:manipulation}.app{height:100%}.main{position:relative;height:100%;width:100%;display:flex;justify-content:flex-end;align-items:center;padding:0;background:transparent}.gridContainer{width:min(94vmin,100vw);height:min(94vmin,100vh);aspect-ratio:1 / 1;background:transparent}.invisibleBtn{position:absolute;width:64px;height:64px;opacity:.001;z-index:10}.invisibleBtn.tl{top:0;left:0}.invisibleBtn.br{bottom:0;right:0}
