@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC";
  src: url("https://static.gigabyte.com/Other/fonts/Noto_Sans_TC/noto-sans-tc-v26-latin_chinese-traditional-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: "Noto Sans";
	src: url("https://static.gigabyte.com/Other/fonts/Noto_Sans/noto-sans-v39-latin-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans";
	src: url("https://static.gigabyte.com/Other/fonts/Noto_Sans/noto-sans-v39-latin-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
.fontNOTOTC {
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
:root {
  --page-max: 1200px;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.86);
  --panel: rgba(0, 0, 0, 0.25);
  --border: rgba(255, 255, 255, 0.3);
  --cyan: #00ffff;
  --pink: #ff32af;
  --blue: #00a3ff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #000;
  color: var(--text);
  font-family: "Noto Sans", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.event-page a {
  color: inherit;
}
.event-page a, .event-page a:hover, .event-page a:focus, .event-page a:active, .event-page a:visited, .event-page a:focus-visible, .fancybox__content a, .fancybox__content a:hover, .fancybox__content a:focus, .fancybox__content a:active, .fancybox__content a:visited, .fancybox__content a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.event-page {
  overflow: hidden;
  background: #000;
}
.section-dark {
  position: relative;
  isolation: isolate;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #555;
}
::-webkit-scrollbar-track {
  background: #000;
}
.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: end center;
  padding: 0 24px max(48px, env(safe-area-inset-bottom));
  background: #000;
}
.hero__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.hero__shade {
  position: absolute;
  inset: 55% 0 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 36%, #000);
}
.hero__content,.section-copy,.event-duration,.step-copy {
  text-align: center;
}
.hero__content {
  width: min(1600px, 100%);
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.75);
}
.event-page h1, .event-page h2, .event-page h3, .event-page p {
  margin: 0;
}
.event-page h1 {
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1.12;
  transform: scaleY(0.9);
  transform-origin: center;
}
.event-page h2 {
  letter-spacing: 3px;
  transform: scaleY(0.9);
}
.event-page h1, .event-page h2, .event-page .remarks h3 {
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
}
.event-page h2, .event-page .remarks h3 {
  font-size: 3rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.15;
}
.hero p, .section-copy p, .event-duration p, .step-copy, .mission-card p, .prize-list, .remarks {
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.875;
}
.hero p {
  margin-top: 34px;
  font-size: 1.125rem;
  line-height: 2;
}
.content-bg {
  position: relative;
  background:
    linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.65) 70%, #000 100%),
    url("../images/bg-abstract.jpg") center top / cover fixed;
}
.intro {
  padding: 0 24px 100px;
}
#event_duration_text {
  margin-bottom: 2rem;
}
.floating-badge {
  position: absolute;
  top: 100px;
  right: max(24px, calc((100vw - var(--page-max)) / 2 - 96px));
  width: 181px;
}
.section-copy {
  width: min(760px, 100%);
  margin: 0 auto;
}
.section-copy p {
  margin-top: 16px;
}
.event-duration {
  margin-top: 66px;
}
.event-duration p {
  margin-top: 5px;
  font-size: 1.4375rem;
}
.step-label {
  display: grid;
  place-items: center;
  width: 151px;
  height: 49px;
  margin: 72px auto 14px;
  border: 1px solid var(--border);
  background: linear-gradient(245deg, #404040 13%, #2f2f2f 87%);
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 600;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
  margin-top: 2.5rem;
}
#step_2_button {
  margin: 1rem auto 3rem auto;
}
.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 47px;
  width: min(1169px, 100%);
  margin: 28px auto 0;
}
.mission-card {
  position: relative;
  min-height: 428px;
  padding: 26px 42px 32px;
  border: 1px solid var(--border);
  background: var(--panel);
  backdrop-filter: blur(15px);
  text-align: center;
}
.mission-card::before, .mission-card::after, .mission-card__corner {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: rgba(255, 255, 255, 0.82);
  border-style: solid;
  pointer-events: none;
}
.mission-card::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.mission-card::after {
  right: 0;
  bottom: 0;
  border-width: 0 1px 1px 0;
}
.mission-card__corner--top-right {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.mission-card__corner--bottom-left {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}
.mission-card span,.mission-card h3 {
  font-size: 1.625rem;
  font-weight: 600;
}
.mission-card span {
  display: block;
  margin-bottom: 70px;
  font-style: italic;
  text-align: left;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
}
.mission-card__icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: -32px auto 22px;
  object-fit: contain;
}
.mission-card__icon--wide {
  width: 72px;
}
.mission-card p {
  margin: 18px auto 28px;
  max-width: 461px;
}
.gradient-button {
  display: inline-grid;
  place-items: center;
  min-width: 144px;
  min-height: 41px;
  padding: 9px 22px;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}
.gradient-button:hover,.terms-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}
.gradient-button--large {
  display: grid;
  width: fit-content;
  min-width: 212px;
  margin: 34px auto 0;
}
.prize {
  padding: 0 24px 30px;
}
.prize__image {
  display: block;
  width: min(926px, 100%);
  margin: 36px auto 20px;
}
.prize-list {
  width: min(520px, 100%);
  margin: 0 auto;
  padding-left: 26px;
}
.prize-list li {
  list-style-type: square;
}
.prize-list a, .remarks a, .pop_content a {
  color: var(--cyan);
  transition: color 0.2s ease;
}
.prize-list a:hover, .remarks a:hover, .pop_content a:hover {
  color: white;
}
.pod {
  display: grid;
  justify-items: center;
  padding: 0 24px 100px;
}
.phone-panel {
  width: min(528px, 100%);
  aspect-ratio: 528 / 935;
  margin: 34px 0 24px;
  border: 0;
}
.gleam {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  width: 100%;
  min-width: 0;
  padding: 0 24px 120px;
}
.gleam__panel {
  width: min(550px, 100%);
  min-width: 0;
  max-width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.gleam__panel iframe, .gleam__panel .e-widget {
  width: 100% !important;
  max-width: 100% !important;
}
.gc-banner {
  position: relative;
  width: calc(100% + 48px);
  max-width: 1920px;
  aspect-ratio: 2000 / 630;
  margin-top: 82px;
  background: url("../images/GC.jpg") center / cover no-repeat;
}
.gc-banner__content {
  position: absolute;
  top: 31.5%;
  left: 67.3%;
  display: flex;
  width: 28.25%;
  height: 43%;
  padding: 0 0.5%;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background: #101012;
  color: #fff;
  font-size: clamp(12px, 1.04vw, 20px);
  line-height: 1.4;
  text-align: center;
}
.gc-banner__location-icon {
  width: clamp(18px, 1.25vw, 25px);
  height: auto;
  margin: 4.5% 0 2.5%;
}
.gc-banner__content #gc_note {
  margin-top: 1%;
  /* color: rgba(255, 255, 255, 0.68);
  font-size: 0.75em; */
}
.remarks {
  width: min(660px, 100%);
  margin-top: 82px;
  color: #fff;
}
.remarks h3 {
  margin-bottom: 22px;
  font-size: 1.625rem;
  text-align: center;
}
.remarks ul {
  margin: 0;
  padding-left: 25px;
}
.remarks ul li {
  list-style-type: decimal;
}
.terms-button {
  color: #fff !important;
  display: grid;
  place-items: center;
  width: 180px;
  height: 35px;
  margin: 54px auto 0;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}
.reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: default;
}
.fancybox__container .carousel__button.is-close {
  position: fixed !important;
  top: calc(env(safe-area-inset-top, 0px) + 8px) !important;
  right: calc(env(safe-area-inset-right, 0px) + 8px) !important;
  z-index: 1060;
}
.pop_content {
  background: #2f2f2f;
  color: #fff;
}
.pop_content h3 {
  text-align: center;
  margin-bottom: 1rem;
}
.pop_content ol {
  margin-left: -19px;
}
.pop_content li, .pop_content p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.pop_content li:last-child, .pop_content p:last-child {
  margin-bottom: 0;
}
.link-card {
  --link-card-y: 0px;
  --link-card-corner-size: 18px;
  --link-card-corner-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 5%;
  right: 24px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  width: 180px;
  height: 180px;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transform: translate3d(0, calc(-50% + var(--link-card-y)), 0);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  will-change: transform, opacity;
  transition: opacity 0.35s ease;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: link-card-enter 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.25s
      backwards;
}
@keyframes link-card-enter {
    from {
        opacity: 0;
        transform: translate3d(
            calc(100% + 48px),
            calc(-50% + var(--link-card-y)),
            0
        );
    }
    to {
        opacity: 1;
        transform: translate3d(0, calc(-50% + var(--link-card-y)), 0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .link-card {
        animation: none;
    }
}
@media (max-width: 767px) {
    .link-card {
        width: 120px;
        height: 120px;
        padding: 0.5rem;
        gap: 0.35rem;
        right: 1%;
    }
    .link-card span:not(.link-card__corner-bottom) {
        font-size: 11px;
    }
}
.link-card::before, .link-card::after, .link-card__corner-bottom::before, .link-card__corner-bottom::after {
  content: "";
  position: absolute;
  width: var(--link-card-corner-size);
  height: var(--link-card-corner-size);
  border-color: var(--link-card-corner-color);
  border-style: solid;
  z-index: 2;
  pointer-events: none;
}
.link-card::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.link-card::after {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.link-card__corner-bottom {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.link-card__corner-bottom::before {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}
.link-card__corner-bottom::after {
  right: 0;
  bottom: 0;
  border-width: 0 1px 1px 0;
}
.link-card span:not(.link-card__corner-bottom) {
  font-size: 1.15rem;
  position: relative;
  z-index: 3;
}
.link-card{
  text-shadow:
      0 2px 4px rgba(0, 0, 0, 1),
      0 2px 10px rgba(0, 0, 0, 0.5),
      0 0 18px rgba(0, 0, 0, 0.5);
}
.link-card.is-scrolling {
  opacity: 0.55;
}
.link-card:hover .link-card__bg {
  opacity: 0.85;
  transform: scale(1.05);
}
.link-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  filter: grayscale(0);
  transition:
      opacity 0.3s ease,
      filter 0.3s ease,
      transform 0.3s ease;
}
.link-card_bg::after {
    background-color: #000;
}
@media (max-width: 960px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: max(40px, env(safe-area-inset-bottom));
  }
  .event-page h1 {
    font-size: 3.5rem;
  }
  .event-page h2 {
    font-size: 3rem;
  }
  .mission-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .floating-badge {
    opacity: 0.45;
  }
}
@media (max-width: 768px) {
  .gc-banner {
    aspect-ratio: 1080 / 1452;
    background-image: url("../images/GC-mobile.jpg");
  }
  .gc-banner__content {
    top: 52%;
    left: 15%;
    width: 70%;
    height: 24%;
    font-size: clamp(14px, 2.48vw, 20px);
  }
  .gc-banner__location-icon {
    width: clamp(20px, 3.1vw, 25px);
    margin: 5% 0 2.5%;
  }
  .gc-banner__content #gc_note {
    margin-top: 5%;
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 0 18px max(32px, env(safe-area-inset-bottom));
  }
  .hero__content {
    text-shadow: 0 0 44px rgba(0, 0, 0, 0.9);
  }
  .event-page h1 {
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
  .event-page h2 {
    font-size: 2.25rem;
  }
  .hero p, .section-copy p, .event-duration p, .step-copy, .mission-card p, .prize-list, .remarks {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  .hero p br, .section-copy p br {
    display: none;
  }
  .intro,.prize,.pod,.gleam {
    padding-left: 18px;
    padding-right: 18px;
  }
  .gc-banner {
    width: calc(100% + 36px);
  }
  .mission-card {
    min-height: 0;
    padding: 24px 24px 30px;
  }
  .mission-card span {
    margin-bottom: 48px;
  }
  .mission-card h3, .mission-card span {
    font-size: 1.35rem;
  }
  .content-bg {
    background: none;
  }
}
