@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/NotoSansJP-Bold.ttf") format("truetype");
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

:root {
    --gg-stage-width: min(100vw, 1200px);
    --gg-stage-scale: 1;
}

.gg-stage-page {
    min-height: 100dvh;
    overflow-x: clip;
    background: linear-gradient(to right, #26055e 0%, #100129 100%);
    color: #ffffff;
    font-family: "Noto Sans JP", "Source Han Sans CN", "Source Han Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.gg-stage-shell {
    width: var(--gg-stage-width);
    height: calc(var(--gg-stage-width) * 4049 / 375);
    margin-inline: auto;
    overflow: hidden;
}

.gg-stage {
    position: relative;
    width: 375px;
    height: 4049px;
    overflow: hidden;
    --gg-stage-button-gradient: linear-gradient(90deg, #37e1ff 23%, #5cafff 50%, #a057ff 94%);
    --gg-stage-button-border: #9f58ff;
    --gg-stage-button-inner-border: linear-gradient(270deg, #37e1ff 23%, #5cafff 50%, #a057ff 94%);
    transform: scale(var(--gg-stage-scale));
    transform-origin: top left;
}

.gg-stage::before,
.gg-stage::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
}

.gg-stage::before {
    display: none;
}

.gg-stage::after {
    display: none;
}

.gg-stage > * {
    position: absolute;
    z-index: 1;
}

.gg-stage-decor {
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}

.gg-stage-decor--subtle {
    opacity: 1;
}

.gg-stage-decor--foreground {
    z-index: 1;
}

.gg-stage-hero {
    inset: 0 auto auto 0;
    display: block;
    width: 100%;
    height: auto;
}

.gg-stage-hero-ornament {
    z-index: 2;
    display: block;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.gg-stage-title img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.gg-stage-title span,
.gg-stage-title h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.gg-stage-copy {
    display: grid;
    align-content: start;
    text-align: center;
}

.gg-stage-copy p {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 9.996px;
    font-weight: 400;
    line-height: 15.619px;
    letter-spacing: 0;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Figma 3722:10998 — Noto Sans JP Regular（非 Bold），略加字距避免小字号笔画发糊 */
.gg-stage-copy-lead {
    letter-spacing: 0.04em;
}

/* 与 .gg-stage-copy b（如 GG祭）相同的 Bold 排版 */
.gg-stage-copy b,
.gg-stage-info span,
.gg-stage-detail-label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 9.996px;
    font-weight: 700;
    line-height: 15.619px;
    letter-spacing: 0;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gg-stage-ticket-sale-card > strong,
.gg-stage-cyber-pill > span,
.gg-stage-cyber-action > span {
    font-weight: 700;
    font-synthesis: none;
}

.gg-stage-copy p:last-child {
    margin-top: 15.619px;
}

.gg-stage-info {
    display: block;
    text-align: center;
}

.gg-stage-info span {
    position: absolute;
    top: 0;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    color: #ffffff;
}

.gg-stage-info strong,
.gg-stage-contact {
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(90deg, #42edff 0%, #a456ff 100%);
    color: #080012;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    box-shadow:
        0 0 8px rgba(65, 239, 255, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.gg-stage-info strong {
    position: absolute;
    top: 29.41px;
    left: 0;
    width: 100%;
    height: 23.89px;
    padding-inline: 10px;
    font-size: 13.744px;
}

.gg-stage-info strong a {
    color: inherit;
    text-decoration: none;
}

.gg-stage-creator {
    display: block;
    border-radius: 4px;
    outline: none;
    transition:
        filter 160ms ease,
        transform 160ms ease;
}

.gg-stage-creator:hover {
    filter: drop-shadow(0 0 8px rgba(65, 239, 255, 0.66));
    transform: translateY(-1px);
}

.gg-stage-creator:focus-visible,
.gg-stage-cyber-action:focus-visible,
.gg-stage-contact:focus-visible {
    outline: 2px solid rgba(65, 239, 255, 0.98);
    outline-offset: 2px;
}

.gg-stage-creator img,
.gg-stage-goods {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gg-stage-goods {
    z-index: 1;
}

.gg-stage-goods-divide {
    object-fit: contain;
}

.gg-stage-creator--majekura img {
    transform: translateX(-4px);
}

.gg-stage-detail-label {
    display: block;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}

.gg-stage-detail-label::after {
    display: none;
}

.gg-stage-ticket-sale-card {
    border-radius: 999px;
    border: 0.312px solid var(--gg-stage-button-border);
    background: var(--gg-stage-button-gradient);
}

.gg-stage-cyber-pill {
    display: block;
    color: #080012;
    font-family: "Noto Sans JP", "Source Han Sans CN", "Source Han Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 13.744px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}

.gg-stage-cyber-pill span {
    position: absolute;
    top: 1.74px;
    left: 34.39px;
    z-index: 1;
    display: block;
    width: 117px;
    height: 21px;
    white-space: nowrap;
}

.gg-stage-cyber-pill::after,
.gg-stage-cyber-action::after,
.gg-stage-ticket-sale-card::after {
    position: absolute;
    inset: 1.25px;
    content: "";
    border: 0.312px dashed transparent;
    border-radius: inherit;
    background: var(--gg-stage-button-inner-border) border-box;
    -webkit-mask:
        linear-gradient(#000 0 0) padding-box,
        linear-gradient(#000 0 0);
    mask:
        linear-gradient(#000 0 0) padding-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.gg-stage-ticket-sale-card {
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    border-radius: 5px;
    color: #080012;
}

.gg-stage-ticket-inner-border {
    position: absolute;
    inset: 1.25px;
    z-index: 0;
    display: block;
    width: calc(100% - 2.5px);
    height: calc(100% - 2.5px);
    pointer-events: none;
}

.gg-stage-cyber-pill::after {
    display: none;
}

.gg-stage-ticket-sale-card::after {
    display: none;
}

.gg-stage-ticket-sale-card p,
.gg-stage-ticket-sale-card strong {
    position: relative;
    z-index: 1;
    margin: 0;
}

.gg-stage-ticket-sale-card p {
    font-weight: 400;
}

.gg-stage-ticket-sale-card strong {
    height: 21px;
    font-size: 13.744px;
    line-height: 21px;
}

.gg-stage-ticket-sale-card p {
    height: 15px;
    margin-top: -1px;
    font-size: 9px;
    line-height: 15px;
}

.gg-highlight {
    background: #fff;
    border-radius: 2px;
    padding: 0 2px;
}

.gg-stage-cyber-action {
    display: block;
    color: #080012;
    font-family: "Noto Sans JP", "Source Han Sans CN", "Source Han Sans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 13.744px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
}

.gg-stage-cyber-action::before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 185.49px;
    height: 23.89px;
    content: "";
}

.gg-stage-cyber-action::after {
    display: none;
    top: 1.25px;
    right: auto;
    bottom: auto;
    left: 1.25px;
    width: 182.995px;
    height: 21.391px;
    border-radius: 999px;
}

.gg-stage-cyber-button-frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 23.89px;
    overflow: visible;
    pointer-events: none;
}

.gg-stage-cyber-button-frame path[stroke] {
    stroke-dasharray: 3 2;
}

.gg-stage-cyber-button-frame path[fill] {
    stroke-dasharray: 0;
}

.gg-stage-cyber-action span {
    position: absolute;
    top: 1.65px;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 21px;
    letter-spacing: 0;
    white-space: nowrap;
}

.gg-stage-cyber-action--goods span {
    left: 39.7px;
    width: auto;
    top: 1.53px;
}

.gg-stage-cyber-action-arrow,
.gg-stage-cyber-action-cursor {
    position: absolute;
    z-index: 2;
    display: block;
    pointer-events: none;
}

.gg-stage-cyber-action-arrow {
    top: 4.6px;
    left: 17.64px;
    width: 14.06px;
    height: 14.06px;
}

.gg-stage-contact {
    background: url("/events/ggfes2026/assets/contact-button-bg.png") center / 100% 100% no-repeat;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 13.744px;
    line-height: 21px;
}

.gg-stage-contact span {
    position: absolute;
    top: 17.66px;
    left: 70.77px;
    display: block;
    width: 69px;
    height: 21px;
    color: #ffffff;
    white-space: nowrap;
}

.gg-stage-notes-heading {
    display: grid;
    place-items: center;
    margin: 0;
    overflow: hidden;
    color: transparent;
    background: url("/events/ggfes2026/assets/notes-title.png") center / 100% 100% no-repeat;
    font-size: 0;
    line-height: 0;
}

.gg-stage-notes-heading::before,
.gg-stage-notes-heading::after {
    display: none;
}

.gg-stage-notes-box {
    overflow: visible;
    padding: 0;
    border: 0;
    background: transparent;
}

.gg-stage-notes-box p,
.gg-stage-notes-box h3 {
    margin: 0;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.82;
    letter-spacing: 0;
}

.gg-stage-notes-box div {
    margin-top: 3px;
}

.gg-stage-notes-tiktok {
    position: relative;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 64px);
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 6px 8px;
    text-align: center;
    border-radius: 5px;
    border: 0.312px solid var(--gg-stage-button-border);
    background: var(--gg-stage-button-gradient);
    color: #080012;
    font-size: 9px;
    line-height: 1.4;
}

.gg-stage-notes-tiktok-border {
    position: absolute;
    top: 1.5px;
    left: 1.5px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    z-index: 0;
    display: block;
    overflow: visible;
    pointer-events: none;
}

.gg-stage-notes-tiktok span {
    display: block;
}

.gg-stage-footer {
    display: block;
    background: url("/private-events/ggfes2026/assets/Frame 85.png") center / 100% 100% no-repeat;
    text-align: left;
}

.gg-stage-footer p {
    position: absolute;
    margin: 0;
    color: #ffffff;
    font-size: 9.996px;
    line-height: 15px;
    white-space: nowrap;
}

.gg-stage-footer p:nth-child(1) {
    top: 19.27px;
    left: 29.99px;
    width: 231px;
}

.gg-stage-footer p:nth-child(2) {
    top: 50.51px;
    left: 84.6px;
    width: 126px;
}

.gg-stage-footer p:nth-child(3) {
    top: 66.13px;
    left: 70.16px;
    width: 152px;
}
