.nav-page-body {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    display: flex;
    justify-content: safe center;
    align-items: safe center;
    overflow-x: hidden;
    overflow-y: auto;
    padding: max(12px, env(safe-area-inset-top)) 0 max(12px, env(safe-area-inset-bottom));
    box-sizing: border-box;
}

.nav-stage {
    position: relative;
    z-index: 1;
    width: 375px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    background: #000 url("/static/images/nav_bg_h5.png") no-repeat center / cover;
}

.nav-page {
    width: 375px;
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding: 12px 28px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: flex;
    box-sizing: border-box;
    flex-shrink: 0;
}

.nav-page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nav-brand {
    width: 319px;
    max-width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    display: flex;
}

.nav-brand-lockup {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}

.nav-brand-logo {
    width: 133px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.nav-brand-tagline {
    text-align: center;
    color: #9E91A3;
    font-size: 14px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.nav-brand-highlight {
    text-align: center;
    color: #F12B9E;
    font-size: 18px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.nav-entries {
    width: 319px;
    max-width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 12px;
    display: flex;
}

.nav-entry {
    width: 100%;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    border-radius: 12px;
    outline: 1px solid #F12B9E;
    outline-offset: -1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: flex;
    text-decoration: none;
    box-sizing: border-box;
}

.nav-entry-name {
    text-align: center;
    color: #F6F2F9;
    font-size: 14px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.nav-entry-url {
    text-align: center;
    color: #F12B9E;
    font-size: 14px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.nav-actions {
    width: 319px;
    max-width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    display: flex;
}

.nav-action {
    flex: 1;
    min-width: 0;
    padding: 12px 8px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-align: center;
    color: #F6F2F9;
    font-size: 14px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    text-decoration: none;
    box-sizing: border-box;
}

.nav-banner {
    width: 319px;
    max-width: 100%;
    height: 64px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: block;
    text-decoration: none;
}

.nav-banner-bg {
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.nav-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.nav-banner-text {
    left: 0;
    right: 0;
    top: 23px;
    position: absolute;
    z-index: 1;
    text-align: center;
    color: white;
    font-size: 12px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    padding: 0 12px;
}

.nav-contact {
    text-align: center;
    color: #F12B9E;
    font-size: 12px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    text-decoration: none;
}

.nav-icons {
    width: 319px;
    max-width: 100%;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
    flex-wrap: nowrap;
}

.nav-icon-item {
    width: 61px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: inline-flex;
    text-decoration: none;
}

.nav-icon-item:nth-child(n + 4) {
    width: 60px;
}

.nav-icon-circle {
    padding: 7px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 999px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.nav-icon-svg,
.nav-icon-img {
    width: 16px;
    height: 16px;
    display: block;
}

.nav-icon-label {
    text-align: center;
    color: #B0A6B2;
    font-size: 12px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.nav-footer {
    width: 319px;
    max-width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    display: flex;
}

.nav-footer-note,
.nav-footer-copy {
    text-align: center;
    color: #B0A6B2;
    font-size: 12px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.nav-footer-copy {
    width: 100%;
    height: 18px;
}

@media (min-width: 768px) {
    .nav-page-body {
        background: #000;
        padding: 16px;
    }

    .nav-stage {
        width: 406px;
        height: 879px;
        max-width: calc(100% - 32px);
        max-height: calc(100dvh - 32px);
        padding-top: 66px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .nav-page {
        margin: 0;
    }

    .nav-entry:hover {
        background: rgba(255, 255, 255, 0.16);
    }

    .nav-actions {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .nav-action {
        flex: 1 1 0;
        width: auto;
        padding: 12px 0;
    }

    .nav-action:hover {
        background: rgba(255, 255, 255, 0.16);
    }

    .nav-icon-item:hover .nav-icon-circle {
        background: rgba(255, 255, 255, 0.16);
    }

    .nav-contact {
        display: block;
        width: 319px;
        max-width: 100%;
    }

    .nav-contact:hover {
        text-decoration: underline;
    }
}
