.game_absolute{width:100%;position:relative}.game_absolute .game_sidebar-header{position:absolute;z-index:1;padding:var(--padding)}.game_wrap{border-radius:var(--b-radius);display:flex;margin-bottom:var(--padding)}@media screen and (max-width: 767px) and (orientation: portrait){.game_wrap{flex-wrap:wrap;position:relative}.game_wrap .game_sidebar{border-radius:var(--b-radius);border-top-right-radius:0;border-top-left-radius:0;border-right:none}.game_wrap .game_sidebar button.aspect-square{flex-shrink:0}.game_wrap .game_main{border-radius:var(--b-radius);border-bottom-right-radius:0;border-bottom-left-radius:0}}.game_wrap.transparent{background:transparent}.game_wrap.separated{border-radius:var(--b-radius);gap:var(--padding)}@media screen and (max-width: 767px) and (orientation: portrait){.game_wrap.separated{gap:0!important}}.game_wrap.separated .game_sidebar{border-top-right-radius:var(--b-radius);border-bottom-right-radius:var(--b-radius)}@media screen and (max-width: 767px) and (orientation: portrait){.game_wrap.separated .game_sidebar{border-top-right-radius:0;border-top-left-radius:0;padding-top:0}}.game_wrap.separated .game_main{border-top-left-radius:var(--b-radius);border-bottom-left-radius:var(--b-radius)}@media screen and (max-width: 767px) and (orientation: portrait){.game_wrap.separated .game_main{border-bottom-right-radius:0;border-bottom-left-radius:0}}.game_sidebar{border-right:1px solid var(--bg_main__300);min-width:350px;padding:var(--padding);width:350px;background:var(--bg_primary__100);border-top-left-radius:var(--b-radius);border-bottom-left-radius:var(--b-radius)}@media screen and (max-width: 767px) and (orientation: portrait){.game_sidebar{display:flex;flex-wrap:wrap;min-width:100%;order:1;width:100%}}.game_sidebar .btns{display:flex;flex-direction:column;gap:var(--padding)}.game_sidebar .btns .v-btn-orange{min-width:100px}@media screen and (max-width: 767px) and (orientation: portrait){.game_sidebar .btns{flex-direction:row-reverse}.game_sidebar .btns .v-btn-primary{order:0}.game_sidebar .btns .v-btn-light{order:-1}}.game_sidebar .btns button{height:48px;font-size:16px}@media screen and (max-width: 767px) and (orientation: portrait){.game_sidebar .btns button{height:42px;font-size:14px}}.game_sidebar-suffix{display:flex;gap:4px}.game_sidebar,.game_sidebar>form{display:flex;flex-direction:column;gap:var(--padding)}.game_sidebar-header{align-items:center;display:flex;font-weight:600;gap:8px;width:100%;z-index:11}.game_sidebar-header-left{display:flex;align-items:center;margin-bottom:auto;margin-right:auto}@media screen and (max-width: 767px) and (orientation: portrait){.game_sidebar-header{left:0;padding:var(--padding);position:absolute;top:0;z-index:1}}@media screen and (max-width: 767px){.game_sidebar-header .btn-seed{width:28px;height:28px;padding:0}}.game_sidebar-icon{align-items:center;background:radial-gradient(73.33% 73.33% at 50% 50%,#9db1ff 0,#6d3eff 100%);border-radius:var(--b-radius-sm);color:#fff;display:flex;height:32px;justify-content:center;width:32px;margin-right:12px}@media screen and (max-width: 767px) and (orientation: portrait){.game_sidebar-icon{width:24px;height:24px;margin-right:8px}.game_sidebar-icon svg{transform:scale(.8)}}.game_sidebar-title{font-weight:600;font-size:var(--fz-default);margin-right:auto}.game_main{display:flex;flex-direction:column;flex-grow:1;flex-wrap:wrap;overflow:hidden;width:100%;background:var(--bg_primary__100);border-top-right-radius:var(--b-radius);border-bottom-right-radius:var(--b-radius)}@media screen and (max-width: 767px) and (orientation: portrait){.game_main{padding-top:52px}}.game_content{display:flex;flex-wrap:wrap;justify-content:center;width:100%;flex:1}.game_footer{margin-top:auto;position:relative;width:100%;border-top:1px solid var(--bg_main__300)}
