html, body, #main {
  background: #2f227c;
  color: #815631;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
}

#header::after {
  background: #7d2175;
  padding-bottom: 0.1em;
}

#footer::after {
  background: transparent;
  padding-top: 0.1em;
}

#header .nav {
  filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
  max-width: 16.66667em;
}

#footer .foot {
  filter: drop-shadow(0 0.1em 0.05em rgba(0, 0, 0, 0.35));
}

.logo-link {
  margin: 0;
}

.logo-slogan {
  align-self: flex-end;
  margin: auto auto 0.25em 0.25em;
  height: 0.6em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bg-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 16em);
  z-index: -5;
  width: 32em;
  margin: 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  background: #2f227c;
}
.bg-area img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===================*/
/* MAIN PAGE CONTENT */
.dl-btn-container {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 16.66667em;
  max-width: 100vw;
  padding-top: 2.5em;
  padding-bottom: 1px;
  margin-bottom: 0em;
  margin-top: 0em;
}

.dl-btn, .play-btn, .station-btn {
  display: block;
  position: absolute;
  bottom: 0;
  width: 5.5em;
  padding-top: 2.5em;
  border-radius: 1.35em;
  transition: filter 0.3s 0.2s;
}
.dl-btn:hover, .dl-btn:focus, .dl-btn:active, .play-btn:hover, .play-btn:focus, .play-btn:active, .station-btn:hover, .station-btn:focus, .station-btn:active {
  background-position: bottom;
}

.dl-btn {
  position: relative;
  margin: -0.5em auto 0.3em;
  background: url("../_img/btn-download.png") top no-repeat;
  background-size: cover;
}

.play-btn {
  transform-origin: 15% 0%;
  right: 5%;
  background: url("../_img/btn-play.png") top no-repeat;
  background-size: cover;
}

.station-btn {
  bottom: -3.75em;
  position: relative;
  width: 16em;
  left: 2.25%;
  background: url("../_img/btn-station.png") top no-repeat;
  background-size: cover;
}

.sr-only {
  position: fixed;
  top: -9in;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.section {
  max-width: 16.66667em;
  width: 100%;
  margin: 0 auto;
}

/*==============*/
/* PAGE CONTENT */
img {
  max-width: 100%;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 96%;
  max-width: 16em;
  margin: 0 auto;
}

.head-title {
  display: block;
  position: relative;
  width: 32em;
  top: 0;
  left: calc(50% - 16em);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 2.1em 0 0.25em;
}

.border, .border2 {
  position: relative;
  display: block;
  z-index: 0;
  font-weight: 400;
  font-size: clamp(24px, 1em, 60px);
  text-align: center;
  max-width: 96%;
  min-height: 2em;
  margin: 0 auto 1em;
  padding: 0.25em;
  border: 0 solid;
  -o-border-image: url(../_img/border.png) 45/0.75em/0.2em;
     border-image: url(../_img/border.png) 45/0.75em/0.2em;
  color: #fff;
  background: url(../_img/border-bg.png) top -2.5em right -2.5em/5em 5em no-repeat, url(../_img/border-bg.png) bottom -2.5em left -2.5em/5em 5em no-repeat, linear-gradient(170deg, #a72f6f, #c50f4f);
  filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.5));
}
.border p, .border ul, .border ol, .border2 p, .border2 ul, .border2 ol {
  font-size: 0.6em;
  font-size: clamp(14px, 0.6em, 30px);
  line-height: 1.5;
  padding: 0 0.75em;
  margin: 0.75em auto 1.25em;
}

.border2 {
  padding: 0;
  margin: 0.25em 0;
  background: #a72f6f;
  border-radius: 1em;
  -o-border-image: url(../_img/border2.png) 90 fill/1.5em;
     border-image: url(../_img/border2.png) 90 fill/1.5em;
}

.title {
  position: relative;
  font-size: 1em;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 1em auto 0.5em;
  padding: 0;
  text-align: center;
  line-height: 1.2;
  word-spacing: -0.1em;
  border-radius: 2em;
  color: #ffee6c;
}
.title > b {
  display: inline-block;
  border-radius: 1em;
  width: 1.65em;
  height: 1.65em;
  line-height: 1.4;
  background: #c82e5f;
  border: 0.08em solid;
  box-shadow: inset 0 0 0 0.05em #ff7e00, 0 0.06em 0 0.025em #941257;
}

.title2 {
  position: relative;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.35;
  margin: -1em auto 0;
  padding: 0 3.5em 1.25em;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #fff;
  background: url(../_img/title-bg2.png) center/100% 100% no-repeat;
}
.title2 > b:first-child {
  display: inline-block;
  transform-origin: bottom right;
  transform: rotate(-3deg);
}
.title2 > b:last-child {
  display: inline-block;
  transform-origin: bottom left;
  transform: rotate(3deg);
}

.title3 {
  position: relative;
  font-size: 0.9em;
  font-weight: bold;
  margin: 1em auto 0.5em;
  padding: 0 0.25em;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #ffee6c;
  -o-border-image: url(../_img/title-bg3.png) 0 300 fill/0 5em/0.5em 5em 0.1em;
     border-image: url(../_img/title-bg3.png) 0 300 fill/0 5em/0.5em 5em 0.1em;
}

a {
  color: inherit;
  text-underline-offset: 0.15em;
}

:visited {
  color: inherit;
}

.text-hilight {
  color: #ffea6c;
}

.text-yellow {
  color: #fffa68;
}

.text-blue {
  color: #5a77d7;
}

.text-red {
  color: #f00;
}

.text-center {
  text-align: center;
}

.text-big {
  font-size: larger;
}

:root {
  --outline-color: #fff;
  --outline-width: .12em;
}

.text-outline {
  letter-spacing: normal;
  font-weight: 600;
  text-shadow: calc(0.7 * var(--outline-width)) calc(0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(0.7 * var(--outline-width)) calc(-0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(-0.7 * var(--outline-width)) calc(0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(-0.7 * var(--outline-width)) calc(-0.7 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(1 * var(--outline-width)) 0 calc(0.25 * var(--outline-width)) var(--outline-color), calc(-1 * var(--outline-width)) 0 calc(0.25 * var(--outline-width)) var(--outline-color), 0 calc(1 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), 0 calc(-1 * var(--outline-width)) calc(0.25 * var(--outline-width)) var(--outline-color), calc(0.9 * var(--outline-width)) calc(0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(0.9 * var(--outline-width)) calc(-0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.9 * var(--outline-width)) calc(0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.9 * var(--outline-width)) calc(-0.4 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(0.4 * var(--outline-width)) calc(0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(0.4 * var(--outline-width)) calc(-0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.4 * var(--outline-width)) calc(0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color), calc(-0.4 * var(--outline-width)) calc(-0.9 * var(--outline-width)) calc(0.3 * var(--outline-width)) var(--outline-color);
}

#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  max-width: 16.66667em;
  min-height: 10em;
}

.btn-game {
  display: block;
  margin: 0 auto 0.5em;
  width: 9em;
  height: 2em;
  background: url(../_img/btn-game.png) top/100% auto no-repeat;
  cursor: pointer;
}
.btn-game:hover, .btn-game:active {
  background-position: bottom;
}

.input-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0.4em auto 0.25em;
  padding: 0 0.5em 0 0;
  gap: 0.25em;
}
.input-group input {
  font: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  font-weight: 900;
  line-height: 1.5;
  padding: 0.15em 0.5em;
  border: 0.1em solid #ffea6c;
  border-radius: 0.25em;
  box-shadow: inset 0 0.05em 0.15em #aaa;
  margin-right: -1em;
  width: 100%;
  flex: 1 1 auto;
}
.input-group input::-moz-placeholder {
  font-size: 1em;
  font-weight: normal;
  color: #ea4b1b;
  opacity: 0.65;
}
.input-group input::placeholder {
  font-size: 1em;
  font-weight: normal;
  color: #ea4b1b;
  opacity: 0.65;
}
.input-group .btn {
  padding: 0 0.5em 0.2em;
  line-height: 1.4;
  white-space: nowrap;
}

.btn {
  font: inherit;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0.25em 1em;
  margin: 0 0.25em;
  border: none;
  border-radius: 0.35em;
  color: #c82e5f;
  text-decoration: none;
  background: #ffea6c;
  cursor: pointer;
  transition: filter 0.1s;
  filter: drop-shadow(0 0.2em #ea4b1b);
}
.btn .text-outline {
  color: #fff;
  --outline-color: #f46619;
}
.btn::after {
  content: "";
  position: absolute;
  background: inherit;
  border-radius: inherit;
  top: 0.25em;
  bottom: 0.25em;
  left: -0.25em;
  right: -0.25em;
  z-index: -1;
}
.btn:hover, .btn:active, .btn:focus {
  filter: drop-shadow(0 0.2em #ea4b1b) brightness(1.1) drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0.25));
}

a.input-btn, a.input-btn2, button.input-btn, button.input-btn2 {
  font: inherit;
  font-size: 1em;
  line-height: 2;
  text-decoration: none;
  padding: 0 0.5em;
  border: none;
  width: 4.3em;
  height: 2.15em;
  flex: 0 0 auto;
  color: #fff;
  background: url(../_img/btn-submit.png) 0 0/200% 200% no-repeat;
  cursor: pointer;
}
a.input-btn:hover, a.input-btn2:hover, button.input-btn:hover, button.input-btn2:hover {
  background-position: 0 100%;
}
a.input-btn2, button.input-btn2 {
  background-position: 100% 0;
}
a.input-btn2:hover, button.input-btn2:hover {
  background-position: 100% 100%;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}

#content-area {
  counter-reset: step;
}

.step {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.75;
  color: #ffe76e;
  background: url(../_img/step.png) center/contain no-repeat;
  width: 2em;
  height: 2em;
  margin: 0.1em;
  counter-increment: step;
  flex: 0 0 auto;
}
.step::before {
  content: counter(step);
}

.step2 {
  display: flex;
}

.step3 {
  display: flex;
}

.deco {
  position: absolute;
  width: 10.25em;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 666px) {
  .deco {
    opacity: 0 !important;
  }
}

#event1 h4 {
  font-size: 0.75em;
  margin: 0.25em 0;
  color: #941257;
}

#event2 p {
  margin: 0.25em 0 0.5em;
}

#event3 p {
  padding: 0;
}

#event4 .box {
  text-align: left;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
  padding: 0.25em 0.75em;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0.5em;
}
#event4 .text-outline {
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  font-size: 1.65em;
  margin: 0 0.15em;
  color: #ff6c00;
  --outline-color: #ffee6c;
  --outline-width: .08em;
}
#event4 p {
  margin: 0.5em 0;
  padding: 0;
}
#event4 strong {
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.2;
}
#event4 small {
  display: inline-block;
  font-size: 0.75em;
  vertical-align: text-top;
}

#event5 {
  overflow: hidden;
}
#event5 a {
  display: block;
  transition: transform 0.15s, filter 0.15s;
}
#event5 a:hover, #event5 a:active, #event5 a:focus {
  transform: scale(1.02);
  filter: brightness(1.1);
}

#rules ul, #rules ol {
  text-align: justify;
  font-size: 0.6em;
  font-size: clamp(14px, 0.525em, 22px);
  font-weight: 400;
  padding-left: 1.5em;
  padding-right: 0.5em;
  margin: 0.5em auto;
  line-height: 1.35;
}
#rules li {
  position: relative;
}
#rules li + li {
  margin-top: 0.5em;
}

#window-privacy h3 {
  font-size: 1em;
  margin: 0.25em 0;
}
#window-privacy ol {
  font-size: 0.6em;
  margin: 0 auto 0.5em;
  padding: 0 1.25em;
  list-style: none;
  text-align: justify;
  line-height: 1.35;
  counter-reset: privacy;
}
#window-privacy ol li {
  display: inline;
}
#window-privacy ol li + li {
  counter-increment: privacy;
}
#window-privacy ol li + li::before {
  content: "(" counter(privacy) ") ";
}

#window-download p {
  font-size: 0.66667em;
}

/*==============*/
/* MODAL STYLES */
.modal {
  font: 600 60px/1.5 Arial, Helvetica, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
}
.modal .mask {
  position: fixed;
  top: -50vh;
  left: -50vw;
  bottom: -50vh;
  right: -50vw;
  background: rgba(0, 0, 0, 0.75);
}
@supports ((-webkit-backdrop-filter: blur(0.1rem)) or (backdrop-filter: blur(0.1rem))) {
  .modal .mask {
    -webkit-backdrop-filter: blur(0.15rem);
            backdrop-filter: blur(0.15rem);
    background: rgba(8, 8, 8, 0.8);
    transition: -webkit-backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out;
    transition: backdrop-filter 0.5s ease-out, -webkit-backdrop-filter 0.5s ease-out;
  }
}
.modal .btn-close {
  font: inherit;
  font-size: 0.9em;
  font-weight: 400;
  display: block;
  position: absolute;
  z-index: 2;
  right: -0.5em;
  top: -1em;
  width: 2.25em;
  height: 2.25em;
  border: 0.12em solid #ffba3a;
  border-radius: 100%;
  color: #c82e5f;
  background: #ffee6c;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: filter 0.2s;
}
.modal .btn-close::before, .modal .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8%;
  height: 75%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  border-radius: 0.05em;
}
.modal .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .btn-close:hover, .modal .btn-close:focus, .modal .btn-close:active {
  filter: brightness(1.1) drop-shadow(0 0.1em 0.05em rgba(24, 8, 24, 0.5));
}

.modal-overflow {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 100vh;
  scrollbar-width: none;
}
.modal-overflow::-webkit-scrollbar {
  width: 0px;
}

.modal-window {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 90%;
  max-width: 14.5em;
  min-height: 4em;
  margin: 1em auto 0.5em;
  line-height: 1.4;
}

.modal-content {
  padding: 0.5em 0;
}
.modal-content p {
  font-size: 0.75em;
  margin: 0.5em auto;
  text-align: center;
}
.modal-content .btn {
  min-width: 5.5em;
  padding: 0.35em 0.5em 0.3em;
  margin: 0 0.75em;
  border-radius: 0.5em;
  filter: drop-shadow(-0.3em 0 #ffba3a) drop-shadow(0.3em 0 #ffba3a) drop-shadow(0 0.2em #ea4b1b);
}
.modal-content .btn::after {
  top: 0.4em;
  bottom: 0.4em;
  left: -0.4em;
  right: -0.4em;
}

/* ==================== */
/* JS ANIMATION CLASSES */
.fade-up, .fade-left, .fade-right, .fade-down, .fade-in {
  opacity: 0;
  transition: opacity 1.6s, transform 1s;
}
.fade-up.faded, .fade-left.faded, .fade-right.faded, .fade-down.faded, .fade-in.faded {
  transform: none;
  opacity: 1;
}

.fade-up {
  transform: translate(0, 1em);
}

.fade-down {
  transform: translate(0, -1em);
}

.fade-left {
  transform: translate(1em, 0);
}

.fade-right {
  transform: translate(-1em, 0);
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes glow {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
}
@keyframes pop {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}
@keyframes blink {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}
@media (max-width: 666px) {
  #main, .modal {
    font-size: 6vw;
  }
}
@media (max-height: 720px) {
  .modal {
    font-size: 6vmin;
  }
}
@media (max-width: 420px) {
  .modal-window {
    max-width: 96%;
  }
}/*# sourceMappingURL=main.css.map */