:root{--site-tabs-height: 38px}html,body{width:100%;height:var(--wheelie-vh, 100%);min-height:var(--wheelie-vh, 100dvh);margin:0;background:#17191f;overflow:hidden;color:#fff7da;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,canvas{touch-action:none}.site-frame{width:100%;height:var(--wheelie-vh, 100%);min-height:var(--wheelie-vh, 100dvh);display:flex;flex-direction:column}.site-tabs{flex:0 0 var(--site-tabs-height);display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 10px;box-sizing:border-box;background:#10141a;border-bottom:1px solid rgba(246,212,90,.26)}.site-tab{min-width:96px;padding:5px 11px;border:1px solid rgba(255,247,218,.18);border-radius:6px;color:#fff7da;background:#26313b;text-align:center;text-decoration:none;font-size:14px;line-height:1.1;box-sizing:border-box}.site-tab:hover,.site-tab:focus-visible{color:#fff;background:#315c72;outline:none}.site-tab--active{color:#20242d;background:#f6d45a;border-color:#f6d45a;font-weight:700}.site-tab--active:hover,.site-tab--active:focus-visible{color:#10141a;background:#ffe37a}.site-tab--game{cursor:default}.site-tab--fullscreen{cursor:pointer;font-family:inherit}.site-tab--fullscreen[aria-pressed=true]{color:#10141a;background:#b9e5ff;border-color:#b9e5ff;font-weight:700}.site-tab--support{border-color:#f6d45a6b}#game-shell,#game{width:100%;min-height:0}#game-shell{position:relative;flex:1 1 auto;height:calc(var(--wheelie-vh, 100dvh) - var(--site-tabs-height));overflow:hidden}#game{height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}#game canvas{display:block;margin:0 auto;image-rendering:pixelated}#game canvas:focus{outline:none}@media (max-width: 520px){:root{--site-tabs-height: 32px}.site-tabs{gap:6px;padding-inline:6px}.site-tab{min-width:0;flex:1 1 0;padding:5px 7px;font-size:13px}}@media (pointer: coarse){:root{--site-tabs-height: 32px}.site-tabs{gap:6px;padding-inline:6px}.site-tab{min-width:0;padding:5px 8px;font-size:13px}.site-tab--fullscreen{display:none}}.site-frame:fullscreen,.site-frame:-webkit-full-screen,body.is-app-fullscreen .site-frame{width:100vw;height:var(--wheelie-vh, 100vh);min-height:var(--wheelie-vh, 100vh);background:#17191f}body.is-app-fullscreen .site-frame{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.site-frame:fullscreen #game-shell,.site-frame:-webkit-full-screen #game-shell,body.is-app-fullscreen #game-shell{height:calc(var(--wheelie-vh, 100vh) - var(--site-tabs-height))}.orientation-lock{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:none;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#17191f;text-align:center}.orientation-lock__card{width:min(82vw,360px);padding:26px 22px 24px;border:2px solid rgba(246,212,90,.56);border-radius:8px;background:#202832;box-shadow:0 14px #0000003d}.orientation-lock__phone{position:relative;width:82px;height:54px;margin:0 auto 18px;border:5px solid #f6d45a;border-radius:12px;box-sizing:border-box;background:#111820}.orientation-lock__phone:before,.orientation-lock__phone:after{position:absolute;content:"";top:50%;transform:translateY(-50%);border-radius:999px;background:#fff7da}.orientation-lock__phone:before{left:6px;width:4px;height:18px}.orientation-lock__phone:after{right:7px;width:7px;height:7px}.orientation-lock__phone span{position:absolute;left:26px;top:-20px;width:26px;height:26px;border-top:4px solid #b9e5ff;border-right:4px solid #b9e5ff;border-radius:0 18px 0 0}.orientation-lock__phone span:after{position:absolute;content:"";right:-7px;top:17px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:10px solid #b9e5ff;transform:rotate(-45deg)}.orientation-lock h1{margin:0 0 10px;color:#fff7da;font-family:Georgia,serif;font-size:clamp(28px,8vw,42px);line-height:1.03}.orientation-lock p{margin:0;color:#b9e5ff;font-size:clamp(16px,4.8vw,20px);line-height:1.32}body.is-phone-device #game{position:relative}body.is-phone-device #game canvas{position:absolute;left:50%;top:50%;margin:0;max-width:none!important;max-height:none!important;transform:translate(-50%,-50%);transform-origin:center center}body.is-phone-device:not(.is-mobile-landscape) #game{visibility:hidden;pointer-events:none}body.is-phone-device:not(.is-mobile-landscape) .orientation-lock{display:flex}body.is-phone-device:not(.is-mobile-landscape) #game canvas{width:100vw!important;height:auto!important}body.is-phone-device.is-mobile-landscape .site-tabs{display:none}body.is-phone-device.is-mobile-landscape #game-shell{height:var(--wheelie-vh, 100dvh)}body.is-phone-device.is-mobile-landscape #game canvas{width:var(--wheelie-vw, 100vw)!important;height:var(--wheelie-vh, 100dvh)!important}
