.hide {
  display: none;
  transition: none;
}

.flex {
  display: flex;
}
.flex.gap {
  gap: 10px;
}
.flex.rows, .flex.row {
  flex-direction: column;
}
.flex.cols, .flex.col, .flex.column, .flex.columns {
  flex-direction: row;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  .flex.mb-rows, .flex.mb-row {
    flex-direction: column;
  }
  .flex.mb-cols, .flex.mb-col, .flex.mb-column, .flex.mb-columns {
    flex-direction: row;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .flex.tb-rows, .flex.tb-row {
    flex-direction: column;
  }
  .flex.tb-cols, .flex.tb-col, .flex.tb-column, .flex.tb-columns {
    flex-direction: row;
  }
}
@media screen and (min-width: 1001px) {
  .flex.ds-rows, .flex.ds-row {
    flex-direction: column;
  }
  .flex.ds-cols, .flex.ds-col, .flex.ds-column, .flex.ds-columns {
    flex-direction: row;
  }
}
.flex.inline {
  display: inline-flex;
}
.flex > *:is(.start, .mb-start, .tb-start, .ds-start) {
  justify-self: flex-start;
}
.flex > *:is(.center, .mb-center, .tb-center, .ds-center) {
  flex: 1;
}
.flex > *:is(.end, .mb-end, .tb-end, .ds-end) {
  justify-self: flex-start;
}
.flex.cc, .flex > .cc {
  justify-content: center;
  align-items: center;
}
.flex > *:is(.te, .mb-te, .tb-te, .ds-te) {
  text-align: end;
}
.flex > *:is(.tc, .mb-tc, .tb-tc, .ds-tc) {
  text-align: center;
}
.flex > *:is(.ts, .mb-ts, .tb-ts, .ds-ts) {
  text-align: start;
}

.of {
  overflow: auto;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fix {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.btn {
  display: inline-flex;
  flex-direction: row;
  padding: 5px 15px;
  gap: 5px;
  border: 0px;
  border-radius: 5px;
  line-height: 18px;
  opacity: 0.7;
  cursor: pointer;
  background-image: linear-gradient(45deg, rgba(100, 100, 100, 0.05), rgba(100, 100, 100, 0.2));
  color: #333;
  padding: 10px 15px;
}
.btn:disabled {
  opacity: 0.3;
}
.btn:not(:disabled):hover {
  opacity: 1;
}
.btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: irs;
}
.btn.default {
  background-image: linear-gradient(45deg, #006cc5, #005397);
  color: #FFF;
}

.caption {
  position: relative;
  font-size: medium;
  font-weight: bold;
  padding: 10px 15px;
  display: block;
  overflow: hidden;
  text-align: start;
}
.caption::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 6px;
  right: -3px;
  bottom: 5px;
  background-color: #006cc5;
  border-radius: 10px;
}

.bc {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;
  font-size: 0px;
}
.bc.vat {
  vertical-align: top;
}
.bc.padd-10 {
  margin: 10px 10px 0px 0px;
}
.bc.padd-10 > * {
  padding: 0px 0px 10px 10px;
}
.bc > * {
  display: inline-flex;
  flex-direction: column;
  font-size: small;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  clear: both;
}
@media screen and (min-width: 300px) and (max-width: 640px) {
  .bc .mb12 {
    width: 100%;
  }
  .bc .mb11 {
    width: 91.666666663%;
  }
  .bc .mb10 {
    width: 83.33333333%;
  }
  .bc .mb9 {
    width: 74.999999997%;
  }
  .bc .mb8 {
    width: 66.666666664%;
  }
  .bc .mb7 {
    width: 58.333333331%;
  }
  .bc .mb6 {
    width: 49.999999998%;
  }
  .bc .mb5 {
    width: 41.666666665%;
  }
  .bc .mb4 {
    width: 33.333333332%;
  }
  .bc .mb3 {
    width: 24.999999999%;
  }
  .bc .mb2 {
    width: 16.666666666%;
  }
  .bc .mb1 {
    width: 8.333333333%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .bc .tb12 {
    width: 100%;
  }
  .bc .tb11 {
    width: 91.666666663%;
  }
  .bc .tb10 {
    width: 83.33333333%;
  }
  .bc .tb9 {
    width: 74.999999997%;
  }
  .bc .tb8 {
    width: 66.666666664%;
  }
  .bc .tb7 {
    width: 58.333333331%;
  }
  .bc .tb6 {
    width: 49.999999998%;
  }
  .bc .tb5 {
    width: 41.666666665%;
  }
  .bc .tb4 {
    width: 33.333333332%;
  }
  .bc .tb3 {
    width: 24.999999999%;
  }
  .bc .tb2 {
    width: 16.666666666%;
  }
  .bc .tb1 {
    width: 8.333333333%;
  }
}
@media screen and (min-width: 1001px) {
  .bc .ds12 {
    width: 100%;
  }
  .bc .ds11 {
    width: 91.666666663%;
  }
  .bc .ds10 {
    width: 83.33333333%;
  }
  .bc .ds9 {
    width: 74.999999997%;
  }
  .bc .ds8 {
    width: 66.666666664%;
  }
  .bc .ds7 {
    width: 58.333333331%;
  }
  .bc .ds6 {
    width: 49.999999998%;
  }
  .bc .ds5 {
    width: 41.666666665%;
  }
  .bc .ds4 {
    width: 33.333333332%;
  }
  .bc .ds3 {
    width: 24.999999999%;
  }
  .bc .ds2 {
    width: 16.666666666%;
  }
  .bc .ds1 {
    width: 8.333333333%;
  }
}

.control:not(:last-of-type), .btns:not(:last-of-type) {
  margin-bottom: 10px;
}

.control {
  padding: 10px 0px;
}
.control .title {
  color: #666;
  padding: 5px 15px;
  border-inline-start: 1px solid red;
  margin-bottom: 5px;
}
.control input, .control textarea, .control select {
  resize: none;
  font-size: small;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  font-family: irs;
  text-align: center;
}
.control input:focus, .control textarea:focus, .control select:focus {
  border: 1px solid red;
}
.control input.just, .control textarea.just, .control select.just {
  text-align: justify;
}

.btns {
  text-align: end;
}

:root {
  --worldcolor1: rgba(20,0,0,0.1);
  --worldcolor2: rgba(60,10,0,0.1);
  --worldcolor3: rgba(255,0,0,0.9);
  --worldrotate: 45deg;
}

html {
  overscroll-behavior: none;
}

body {
  background-color: #000;
  overscroll-behavior-y: contain;
}

* {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

*:not(:is(.fa-spin)) {
  transition: all ease 0.3s;
}

*:not(:is(i)) {
  font-family: irs;
}

.fix {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.abs {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#app {
  direction: rtl;
  overscroll-behavior: contain;
}
#app > .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, var(--worldcolor1) 50%, var(--worldcolor2));
  pointer-events: none;
}
#app > .bg .nightstar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 1;
  transform: rotateZ(var(--worldrotate));
}
#app > .bg .nightstar .star {
  filter: drop-shadow(0 0 6px var(--worldcolor3));
  opacity: 0;
  background-color: var(--worldcolor3);
  position: absolute;
  animation: star 3000ms linear infinite;
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 100px;
}
@keyframes star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateX(-50px);
  }
  100% {
    opacity: 0;
    transform: translateX(-100px);
  }
}
#app > .bg .night {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotateZ(var(--worldrotate));
  opacity: 1;
}
#app > .bg .night .light {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, var(--worldcolor3), rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px var(--worldcolor3));
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
#app > .bg .night .light .l {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), var(--worldcolor3), rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 3000ms ease-in-out infinite;
}
#app > .bg .night .light .r {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), var(--worldcolor3), rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}
@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
#app > .masterpage {
  padding: 25px;
}
@keyframes worldloading-1 {
  0% {
    top: -100%;
    left: -100%;
    transform: scale(1);
  }
  49% {
    top: 0;
    left: 0;
    transform: scale(1.3);
  }
  51% {
    top: 0;
    left: 0;
    transform: scale(1.3);
  }
  100% {
    top: 100%;
    left: 100%;
    transform: scale(1);
  }
}
@keyframes rt {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#app > .masterpage > .worldloading {
  pointer-events: none;
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#app > .masterpage > .worldloading > * {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: -50%;
  height: 100%;
  aspect-ratio: 1/1;
  animation: rt infinite linear 12s;
  filter: grayscale(100%) contrast(190%);
}

.page {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.page#main {
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
}
.page#main .menu {
  color: #FFF;
}
.page#main .menu > .start {
  padding: 25px;
}
.page#main .menu #worlds-container {
  overflow: auto hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}
.page#main .menu #worlds-container .world {
  width: 100%;
  height: 100%;
  display: inline-flex;
  scroll-snap-align: start;
  vertical-align: top;
}
.page#main .menu #worlds-container .world .image {
  display: flex;
  align-items: end;
  padding: 15px 0px;
  pointer-events: none;
}
@keyframes planet {
  0% {
    transform: translateY(-10px) scale(1) rotate(0deg);
  }
  50% {
    transform: translateY(10px) scale(1.1) rotate(5deg);
  }
  100% {
    transform: translateY(-10px) scale(1) rotate(0deg);
  }
}
.page#main .menu #worlds-container .world .image img {
  max-height: 200px;
  animation: planet infinite ease-in-out 10s;
}
.page#main .menu #worlds-container .world .text {
  padding: 40px 10px 0px 10px;
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
}
.page#main .menu #worlds-container .world .text img {
  height: 72px;
}
.page#main .menu #worlds-container .world .desc {
  padding: 10px;
  text-align: center;
  font-size: small;
  font-weight: normal;
  padding-bottom: 10px;
}
.page#main .menu #worlds-container .world .commands {
  padding: 25px;
}
.page#main .menu #worlds-container .world .commands .center {
  justify-content: center;
  display: flex;
}
.page#main .menu #world-mapper {
  margin: 25px;
  font-size: 0px;
  height: 20px;
}
.page#main .menu #world-mapper .center {
  --w: 5px;
  --c: white;
}
.page#main .menu #world-mapper .center.act {
  --w: 15px;
  --c: yellow;
}
.page#main .menu #world-mapper .center label {
  display: inline-flex;
  width: var(--w);
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: var(--c);
}
.page#game {
  display: flex;
  flex-flow: column;
  color: #FFF;
}
.page#game .title {
  font-size: xx-large;
  font-weight: bold;
}
.page#game .console {
  justify-self: flex-end;
  text-align: center;
}
.page#game .console .board {
  position: relative;
  aspect-ratio: 1/1;
  width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
}
@keyframes _t1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page#game .console .board label {
  position: absolute;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
  font-weight: bold;
  z-index: 99;
  color: #FFF;
  text-shadow: 0px 0px 5px #333;
}
.page#game .console .board:after {
  content: attr(data-text);
  display: inline-flex;
  font-size: medium;
  color: #222;
  z-index: 11;
}
.page#game .console .board .bg {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.page#game .console .board .bg .l {
  animation: _t1 infinite linear 20s;
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: 0px;
  left: 0px;
  border-radius: 10000px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: url("#liquid");
  scale: 0.98;
}
.page#game .console .board .bg .l:after {
  content: "";
  position: absolute;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 1;
  background-color: rgb(255, 0, 0);
  transform: scale(1);
}
@keyframes bbl {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  90% {
    transform: translateX(200px) scale(0.7);
    opacity: 1;
  }
  100% {
    transform: translateX(250px) scale(0);
    opacity: 0;
  }
}
.page#game .console .board .bg .l span {
  position: absolute;
  display: flex;
  aspect-ratio: 1/1;
  width: 32px;
  background-color: rgb(255, 0, 0);
  animation: bbl infinite ease-out 2s;
  animation-delay: var(--delay);
  border-radius: 100%;
  z-index: -1;
}
.page#game .console .board .bg .f {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: 0px;
  left: 0px;
  border-radius: 10000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page#game .console .board .bg .f:after {
  content: "";
  position: absolute;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 1;
  background-image: radial-gradient(#fff, orange, rgb(255, 0, 0) 80%);
  transform: scale(1);
}
.page#game .console .controls button {
  border: 0px;
  background-color: transparent;
  display: flex;
  width: 64px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.page#game .console .controls button i {
  font-size: 32px;
}
.page#game .words {
  flex: 1;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-basis: content;
  gap: 5px;
  position: relative;
}
@keyframes _top {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes _bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.page#game .words .alert {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
@keyframes showmessage {
  0% {
    transform: translateX(100px) scale(0.7);
    opacity: 0;
  }
  33% {
    opacity: 1;
    transform: scale(1.5);
  }
  66% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    transform: translateX(-100px) scale(0.7);
    opacity: 0;
  }
}
.page#game .words .alert .msg {
  position: absolute;
  white-space: nowrap;
  font-size: medium;
  opacity: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
}
.page#game .words .alert .anm {
  animation: showmessage ease 1.5s;
}
.page#game .words .word {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-flow: row;
  justify-content: center;
  gap: 5px;
}
@keyframes boxOut {
  0% {
    transform: rotateY(10deg);
  }
  50% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(10deg);
  }
}
@keyframes boxIn {
  0% {
    transform: rotateY(-10deg);
  }
  50% {
    transform: rotateY(10deg);
  }
  100% {
    transform: rotateY(-10deg);
  }
}
.page#game .words .word .center {
  display: flex;
  width: 15%;
  aspect-ratio: 1/1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  position: relative;
  perspective: 50px;
}
.page#game .words .word .center:before {
  transform: rotateY(-10deg);
  content: "";
  animation: boxIn infinite ease-in-out 5s var(--delay);
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  aspect-ratio: 1/1;
  background-color: var(--worldcolor2);
  border-radius: 5px;
  z-index: 2;
}
.page#game .words .word .center:after {
  transform: rotateY(10deg);
  content: "";
  animation: boxOut infinite ease-in-out 5s var(--delay);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--worldcolor1);
  border-radius: 5px;
  z-index: 1;
}
.page#game .words .word .center span {
  opacity: 0;
  font-size: x-large;
  color: #111;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.page#game .words .word .center.act {
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.page#game .words .word .center.act span {
  opacity: 1;
  z-index: 3;
}
.page#games > .menu {
  gap: 100px;
}
.page#games #container {
  direction: ltr;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.page#games #container .item {
  display: inline-flex;
  width: 33.333%;
  aspect-ratio: 1/1;
}
@keyframes item {
  33% {
    opacity: 1;
    transform: scale(0.9);
  }
  66% {
    opacity: 1;
    transform: scale(0.9);
  }
  99% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.page#games #container button {
  position: relative;
  display: inline-flex;
  width: 48px;
  aspect-ratio: 1/1;
  font-size: x-large;
  font-weight: bold;
  background-image: linear-gradient(135deg, yellow, orange);
  color: #111;
  border-radius: 1000px;
  border: 0px;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@keyframes b {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.page#games #container button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid yellow;
  animation: b ease-out infinite 3s;
  border-radius: 10000px;
  z-index: -1;
}
.page#games #container button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid yellow;
  animation: b ease-out infinite 3s 1500ms;
  border-radius: 10000px;
  z-index: -1;
}
.page#games #container .bg {
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1.2) translateY(0px);
  z-index: -1;
  filter: grayscale(100%) contrast(70%) blur(2px);
  opacity: 0.9;
}
.page#intro .logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  color: #FFF;
}
.page#intro .logo, .page#intro .logo * {
  transition: all ease 1s;
}
.page#intro .logo, .page#intro .logo > *:not(.act) {
  opacity: 0;
}
.page#intro .logo, .page#intro .logo > *.act {
  opacity: 1;
}
.page#intro .logo img {
  max-width: 100px;
}
.page#intro .logo strong {
  font-size: 24px;
  font-weight: normal;
  margin-top: 15px;
}
.page#intro .logo span {
  font-size: 14px;
  font-weight: normal;
}
.page#intro .logo * {
  display: block;
  white-space: nowrap;
}
@keyframes shipScale {
  0% {
    scale: 0.4;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 0.4;
  }
}
@keyframes ship {
  0% {
    transform: translate(0px, 2px);
  }
  20% {
    transform: translate(2px, 2px);
  }
  40% {
    transform: translate(2px, -2px);
  }
  60% {
    transform: translate(-2px, 0px);
  }
  80% {
    transform: translate(-2px, -2px);
  }
}
.page#index .ship {
  animation: shipScale ease-in-out infinite 5s, ship linear infinite 0.3s;
  width: 200px;
}
.page#index .ship img {
  transform: rotate(90deg);
}
.page#index .ship .ship-flame {
  transform: rotate(270deg) scale(0.7);
  position: absolute;
  top: 50%;
  right: 75%;
  margin-top: -40px;
  width: 80px;
  aspect-ratio: 1/1;
}
.page#index .ship .ship-flame .flame-wrapper {
  margin: auto;
  animation: flicker 0.1s ease-in infinite;
}
@keyframes flicker {
  0% {
    transform: rotate(-1deg);
  }
  20% {
    transform: rotate(2deg) scaleY(1.05);
  }
  40% {
    transform: rotate(-1deg);
  }
  60% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg) scaleY(0.9);
  }
  100% {
    transform: rotate(1deg);
  }
}
.page#index .ship .ship-flame .flame-wrapper .flame {
  bottom: 0;
  position: absolute;
  border-radius: 50% 0% 50% 50%;
  transform: rotate(-45deg);
}
.page#index .ship .ship-flame .flame-wrapper .red {
  width: 80px;
  height: 80px;
  background: orangered;
  box-shadow: 0px 0px 10px 5px orangered;
}
.page#index .ship .ship-flame .flame-wrapper .orange {
  width: 60px;
  height: 60px;
  left: 10px;
  background: orange;
  box-shadow: 0px 0px 12px 6px orange;
}
.page#index .ship .ship-flame .flame-wrapper .gold {
  width: 45px;
  height: 45px;
  background: gold;
  left: 18px;
  box-shadow: 0px 0px 9px 4px gold;
}
.page#index .ship .ship-flame .flame-wrapper .white {
  width: 35px;
  height: 35px;
  background: lightyellow;
  left: 23px;
  box-shadow: 0px 0px 9px 4px lightyellow;
}
.page#index .ship .ship-flame .flame-wrapper .blue {
  width: 15px;
  height: 15px;
  background: darkblue;
  left: 32px;
  box-shadow: 0px 0px 15px 10px darkblue;
}
.page#index .ship .ship-flame .flame-wrapper .black {
  width: 40px;
  height: 40px;
  background: black;
  bottom: -50px;
  left: 20px;
  box-shadow: 0px 0px 15px 10px black;
}
.page#index .ship .ship-flame .flame-wrapper .base {
  border-radius: 50%;
  position: absolute;
}
.page#index .menu {
  gap: 0px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent, rgba(255, 255, 255, 0.1));
  border-radius: 100px;
  padding: 5px;
}
.page#index .menu .command .disable:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-image: linear-gradient(90deg, transparent, red, transparent);
  transform: rotate(-45deg);
}
.page#index .logo-fa {
  height: 64px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.page#index .logo-fa > svg {
  max-height: 64px;
  position: absolute;
  fill: #FFF;
}
.page#index .logo-fa > svg.v {
  transform: translateX(105px) scale(0.748);
}
.page#index .logo-fa > svg.o {
  transform: translateX(105px) translateY(-33px) scale(0.147);
}
.page#index .logo-fa > svg.r {
  transform: translateX(82px) translateY(2px) scale(0.678);
}
.page#index .logo-fa > svg.d {
  transform: translateX(62px) translateY(-8px) scale(0.632);
}
.page#index .logo-fa > svg.ino {
  transform: translateX(18px) scale(0.748);
}
.page#index .logo-fa > svg.ks {
  transform: translateX(-60px) translateY(-8px) scale(1);
}
.page#index .logo-fa > svg.point:nth-of-type(3n+1) {
  transform: translateX(32px) translateY(20px) scale(0.096);
}
.page#index .logo-fa > svg.point:nth-of-type(3n+2) {
  transform: translateX(38px) translateY(20px) scale(0.096);
}
.page#index .logo-fa > svg.point:nth-of-type(3n+3) {
  transform: translateX(21px) translateY(-25px) scale(0.096);
}

.toast-container {
  pointer-events: none;
}

.command {
  color: #FFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.command:has(span) {
  min-width: 64px;
  height: 64px;
}
.command:has(i):not(:has(span)) {
  aspect-ratio: 1/1;
  width: 64px;
}
.command:active {
  transform: scale(1.5);
}
.command * {
  background-color: transparent;
  border: 0px;
  color: #FFF;
}
.command i {
  font-size: x-large;
}
.command[data-target=btn-start], .command[data-target=btn-games], .command[data-target=btn-home], .command[data-target=btn-start] {
  background-image: radial-gradient(#FFF, #FFF, #AAA);
  color: #222;
  border-radius: 100000px;
  aspect-ratio: 1;
  width: 64px;
}
.command[data-target=btn-start] i, .command[data-target=btn-games] i, .command[data-target=btn-home] i, .command[data-target=btn-start] i {
  color: #111;
  font-size: large;
  vertical-align: middle;
}
.command[data-target=btn-start] span, .command[data-target=btn-games] span, .command[data-target=btn-home] span, .command[data-target=btn-start] span {
  color: #111;
}
.command[data-target=btn-shop], .command[data-target=btn-setting] {
  color: #FFF;
}
.command button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}/*# sourceMappingURL=style.css.map */