@font-face {
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: Bebas Neue;
    font-weight: 100 900;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Inter;
    font-weight: 100 900;
    font-style: normal;
    font-display: auto;
    src: url('../../../../api/fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

[v-cloak] {
    display: none !important;
}

[flex-center] {
    display: flex;
    align-items: center;
    justify-content: center;
}

[flex-around] {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

[flex-between] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[flex-shrink] {
    flex-shrink: 0;
}

[flex-align="start"] {
    align-items: start;
}

[flex-align="end"] {
    align-items: end;
}

:root {
    --van-popover-action-height: 2rem;
    --van-popover-dark-background: #3A2E52;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

* {
    box-sizing: border-box;
}

a {
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}

#app {
    width: 100%;
}

/* 默认 PC 可见，移动隐藏 */
.mobile-version {
    display: none;
    background-color: #000000;
    background-image: radial-gradient(50% 50% at 50% 50%, rgba(109, 51, 250, 0.35) 0%, rgba(87, 40, 157, 0.35) 100%);
    background-size: 100% 100vh;
    background-repeat: repeat-y;
}

.mobile-version header {
    top: 0;
    width: 100%;
    height: 2.5625rem;
    position: fixed;
    background: #1C1238;
    z-index: 10;
}

.mobile-version header div {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 129%;
    text-transform: uppercase;
    letter-spacing: 0;
    background: linear-gradient(0deg, #DADADA, #DADADA), linear-gradient(97deg, #FCA7E9 6%, rgba(255, 181, 112, 0.726) 32%, #FAFE66 57%, #9FFD7F 91%), linear-gradient(97deg, #FADF8F 5%, #FF6DDF 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mobile-version .mobile-content {
    min-height: calc(100vh - 5rem);
    padding-top: 2.5625rem;
}

.mobile-version .mobile-swipe .van-swipe-item {
    margin-top: 1.125rem;
    padding: 0 0.9375rem;
    position: relative;
}

.mobile-swipe .van-swipe-item img {
    width: 100%;
}

.mobile-swipe .van-swipe-item .gif {
    top: 50%;
    right: 2.0625rem;
    width: 7.2rem;
    position: absolute;
    transform: translateY(-50%);
}

.mobile-version .introduce {
    width: calc(100% - 0.9375rem * 2);
    height: 23.78125rem;
    margin: 1.25rem auto;
    border-radius: 1.03125rem;
    background-size: 100% auto;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mobile-version .introduce > div {
    backdrop-filter: blur(0.125rem);
    padding: 0 0.9375rem 1.25rem;
}

.mobile-version .introduce .title {
    font-family: Bebas Neue, sans-serif;
    font-size: 1.625rem;
    font-weight: normal;
    line-height: 129%;
    text-transform: capitalize;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.mobile-version .introduce .title :first-child {
    font-size: 4.5rem;
    line-height: 10%;
}

.mobile-version .introduce .subtitle {
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: #D6D6D6;
}

.mobile-version .introduce .btnGroup {
    margin-top: 0.9375rem;
    gap: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.introduce .btnGroup a {
    width: 100%;
    height: 2.5625rem;
    border-radius: 0.625rem;
    background: rgba(116, 114, 114, 0.34);
    backdrop-filter: blur(0.3125rem);

    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: 0;
    color: rgba(208, 208, 208, 0.5);
}

.introduce .btnGroup .go {
    color: #FFFFFF;
    background: linear-gradient(114deg, #6D33FA 36%, #A676EF 98%), linear-gradient(0deg, #0EB3F4 0%, #06FFFF 100%), #332962;
}

.mobile-version .contactUs {
    width: calc(100% - 0.9375rem * 2);
    height: 9.03125rem;
    margin: 1.25rem auto;
    padding: 0.875rem 1.25rem;
    border-radius: 1.03125rem;
    background: #825CF1;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-version .contactUs .title {
    font-family: Inter, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 121%;
    text-transform: capitalize;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.mobile-version .contactUs .content {
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: #D4D4D4;
}

.mobile-version .contactUs .btn {
    width: 100%;
    height: 2.75rem;
    border-radius: 0.625rem;
    background: #FBFBFB;

    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #825CF1;
}

.mobile-version footer {
    height: 5rem;
    color: #7B6E91;
    padding: 1rem 2.6rem;
    font-size: 0.74rem;
    text-align: center;
    display: grid;
    align-items: center;
    grid-template-rows: repeat(2, 1.5rem);
    grid-template-columns: 1fr 0.25rem 1fr 0.25rem 1fr;
    background: #190F2B;
}

.mobile-version footer a {
    color: #7B6E91;
    text-align: center;
}

.mobile-version footer div {
    color: #7B6E91;
    grid-column: 1 / -1;
}

#app > .pc-version {
    position: relative;
    min-height: 100vh;
    background-color: #010002;
    background-image: url("../resources/home/pc-bg.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 60rem auto;
}

.pc-version header {
    top: 0;
    left: 50%;
    z-index: 11;
    position: fixed;
    transform: translateX(-50%);

    gap: 2.375rem;

    width: 40rem;
    height: 3rem;
    background: rgba(0, 0, 0, 0);
    transition: background 0.2s ease;

    font-family: Inter, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #BABABA;
}

.pc-version header a {
    color: #BABABA;
}

.pc-version header :nth-child(n) {
    cursor: pointer;
}

.pc-version header div img {
    width: 0.4375rem;
    margin-left: 0.3125rem;
}

.pc-version header .active {
    color: white;
}

.pc-version header > :last-child {
    width: 1.3125rem;
    height: 1.3125rem;
    position: absolute;
    right: -1.3125rem;
    display: block;
}

.pc-version header > :last-child img {
    width: 100%;
}

.pc-version {
    padding: 1.25rem 0 2rem;
}

.pc-version .content-part1 {
    width: 51.25rem;
    margin: 0 auto;
    background: url("../resources/home/part1-bg.webp") center no-repeat;
    background-size: 100% auto;
    aspect-ratio: 1640 / 762;

    flex-direction: column;
}

.pc-version .content-part1 .title {
    font-family: Inter, sans-serif;
    font-size: 2.25rem;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: .1rem;
    text-align: center;
    color: #FFFFFF;
}

.pc-version .content-part1 .title1 {
    font-size: 2.5rem;
}

.pc-version .content-part1 .title1 span {
    background: linear-gradient(88deg, #714DFF 0%, #9C83FF 30%, #E151FF 58%, #FFF759 91%, #FFF759 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pc-version .content-part1 .subtitle {
    margin-top: 0.6875rem;
    font-family: Inter, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0;
    color: #D6D6D6;
}

.pc-version .content-part1 .btn {
    margin-top: 1.6875rem;
    width: 17.5rem;
    height: 2.5625rem;
    border-radius: 7.375rem;
    background: linear-gradient(102deg, #6D33FA 39%, #A676EF 99%), #D8D8D8;

    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
}

.pc-version .dot-gradient {
    width: 16.125rem;
    aspect-ratio: 19 / 3;
    background: linear-gradient(90deg, #6D33FA 0%, #FFFFFF 101%);

    --cols: 19;
    --rows: 3;
    --dot: 3.5px;
    -webkit-mask: radial-gradient(circle var(--dot) at 50% 50%, #000 98%, transparent 100%) center / calc(100% / var(--cols)) calc(100% / var(--rows)) repeat;
    mask: radial-gradient(circle var(--dot) at 50% 50%, #000 98%, transparent 100%) left top / calc(100% / var(--cols)) calc(100% / var(--rows)) repeat;
}

.pc-version .content-part2 {
    margin: 2.5rem auto;
    width: 40rem;
}

.pc-version .content-part2 .grid {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, 4.25rem);
}

.pc-version .content-part2 .grid img {
    width: 6.8125rem;
    height: 6.8125rem;
    margin: -1.28125rem;
}

.pc-version .content-part2 .grid .img {
    margin: 0;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    background: #D8D8D8;
}

.pc-version .content-part2 .title,
.pc-version .content-part3 .title {
    margin-top: 0.9375rem;
    font-family: Inter, sans-serif;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.pc-version .content-part2 .title span,
.pc-version .content-part3 .title span {
    background: linear-gradient(146deg, #6D33FA 16%, #A676EF 92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pc-version .content-part2 .subtitle,
.pc-version .content-part3 .subtitle {
    margin-top: 1.25rem;
    font-family: Inter, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: 0;
    color: #D6D6D6;
}

.pc-version .content-part3 {
    margin: 9.75rem auto 0;
    width: 40rem;
}

.pc-version .content-part3 .bubble {
    width: 16.125rem;
    aspect-ratio: 19 / 3;
    margin-bottom: 1.3rem;
    position: relative;
}

.pc-version .content-part3 .bubble div {
    width: 7.75rem;
    height: 5.3125rem;
    background: url("../resources/home/bubble-bg.webp") center/cover no-repeat;
    position: absolute;
    bottom: 0;
}

.pc-version .content-part3 .bubble div:after {
    width: 85%;
    content: "Hi, Here'S the content";
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 149%;
    letter-spacing: -0.02em;
    transform: rotate(-8deg);
    color: #000000;
}

.pc-version .content-part3 .content .txt {
    width: 18.125rem;
    height: 2.3125rem;
    border-radius: 1.234375rem;
    padding: 0.0625rem;
    margin: 0.75rem 0;
    background: radial-gradient(59% 86% at 50% 50%, #151515 50%, rgba(21, 21, 21, 0) 100%),
    radial-gradient(59% 76% at 50% 50%, #FFFFFF 50%, rgba(255, 255, 255, 0.3) 100%);
}

.pc-version .content-part3 .content :nth-child(3) {
    margin-left: 4rem;
}

.pc-version .content-part3 .content .txt > div {
    width: 100%;
    height: 100%;
    border-radius: 1.234375rem;
    background: linear-gradient(279deg, #464487 0%, #123652 100%);

    font-family: Inter, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: 0;

    font-feature-settings: "kern" on;
    color: #B7B7B7;
}

.pc-version .content-part3 > :nth-child(2) {
    margin-right: -3.25rem;
}

.pc-version .content-part3 .title {
    margin-right: -2.25rem;
}

.pc-version .content-part4 {
    width: 40rem;
    margin: 4.6875rem auto 0;
    text-align: center;
}

.pc-version .content-part4 > .title,
.pc-version .content-part5 > .title {
    font-family: Bebas Neue, sans-serif;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.125rem;
    color: #FFFFFF;
}

.pc-version .content-part4 > .content {
    gap: 0.9375rem;
    margin-top: 2.1875rem;
}

.pc-version .content-part4 .content .left {
    width: 10.9375rem;
    height: 16.125rem;
    border-radius: 0.625rem;
    background: #2F333A;
}

.pc-version .content-part4 .content .left .img {
    width: 10.9375rem;
    height: 9.0625rem;
    border-radius: 0.625rem;
    background: #F8FAFB;
}

.pc-version .content-part4 .content .left .title {
    margin-top: 0.625rem;
    padding: 0 0.4375rem;
    font-family: Inter, sans-serif;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.pc-version .content-part4 .content .left .subtitle {
    margin-top: 0.5rem;
    padding: 0 0.4375rem;
    font-family: Inter, sans-serif;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: 150%;
    text-transform: lowercase;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: #D6D6D6;
}

.pc-version .content-part4 .content .center {
    width: 16.25rem;
    position: relative;
}

.pc-version .content-part4 .content .center img {
    width: 16.25rem;
}

.pc-version .content-part4 .content .center .content {
    right: 0;
    bottom: 0;
    width: 5rem;
    height: 4rem;
    padding: 0.26rem 0;
    position: absolute;
    flex-direction: column;
}

.pc-version .content-part4 .content .center .title {
    font-family: Inter, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.pc-version .content-part4 .content .center .subtitle {
    font-family: Inter, sans-serif;
    font-size: 0.625rem;
    font-weight: normal;
    line-height: 150%;
    text-transform: lowercase;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
    color: #D6D6D6;
}

.pc-version .content-part4 .content .right {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9375rem;
    width: 10.9375rem;
}

.pc-version .content-part4 .content .right .top {
    width: 10.9375rem;
    height: 6.25rem;
    border-radius: 0.625rem;
    background: #2F333A;
}

.pc-version .content-part4 .content .right .bottom {
    width: 5rem;
    height: 8.9375rem;
    border-radius: 0.625rem;
    background: #2F333A;
}

.pc-version .content-part5 {
    width: 40rem;
    margin: 12.90625rem auto 0;
    text-align: center;
}

.pc-version .content-part5 .title {
    margin-bottom: 1.875rem;
}

.pc-version .content-part5 div .img {
    width: 12.6875rem;
    height: 9.1875rem;
    border-radius: 0.625rem;
    margin-bottom: 0.625rem;
    background: #D8D8D8;
}

.pc-version .content-part5 div .title {
    font-family: Inter, sans-serif;
    margin-bottom: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    text-align: left;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFF;
}

.pc-version .content-part5 div .subtitle {
    font-family: Inter, sans-serif;
    padding-right: 0.5rem;
    font-size: 0.625rem;
    font-weight: normal;
    text-align: left;
    line-height: 150%;
    letter-spacing: 0;
    color: #D6D6D6;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-version footer {
    width: 40rem;
    margin: 9.375rem auto 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.5rem;
    text-align: center;
    display: grid;
    align-items: center;
    grid-template-rows: repeat(2, 1.5rem);
    grid-template-columns: 1fr 0.25rem 1fr 0.25rem 1fr;
}

.pc-version footer a {
    color: #FFFFFF;
    text-align: center;
}

.pc-version footer div {
    color: rgba(255, 255, 255, 0.6);
    grid-column: 1 / -1;
}

.van-popover__content {
    padding: 0.375rem 0;
}

.van-popover__action-text {
    justify-content: start;

    font-family: Inter, sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #E8E8E8;
}

.van-hairline--bottom:after {
    border: none;
}

.permission {
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.permission .mobile-version {
    padding: 0.9375rem;
    background: rgba(0, 0, 0, 0.7);
}

.permission .mobile-version .permission-tips {
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    font-feature-settings: "kern" on;
}

.permission .mobile-version .permission-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    height: 2.25rem;
    margin-top: 0.9375rem;
}

.permission .mobile-version .button {
    width: 100%;
    border-radius: 0.625rem;
    background: linear-gradient(107deg, #6D33FA 38%, #A676EF 99%);

    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #FBFBFB;
}

.permission .mobile-version .LearnMore {
    font-weight: 500;
    border: 0.0625rem solid #753DF9;
    background: transparent;
    color: #753DF9;
}

.permission .pc-version {
    padding: 1.2rem calc(50% - 30rem);
    display: grid;
    gap: 0.75rem;
    align-items: center;
    grid-template-columns: 1fr 8rem 5.375rem;
    background: rgba(0, 0, 0, 0.7);
}

.permission .pc-version .permission-tips {
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 190%;
    font-feature-settings: "kern" on;
}

.permission .pc-version .button {
    padding: 0.8rem 0;
    margin:  0.4rem 0;
    width: 100%;
    border-radius: 0.625rem;
    background: linear-gradient(107deg, #6D33FA 38%, #A676EF 99%);

    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #FBFBFB;
}

.permission .pc-version .LearnMore {
    font-weight: 500;
    border: 0.0625rem solid #753DF9;
    background: transparent;
    color: #753DF9;
}

/* PC 移动 UI兼容 */
@media screen and (max-width: 600px) {
    .pc-version,
    .permission .pc-version {
        display: none;
    }

    .mobile-version,
    .permission .mobile-version {
        display: block;
    }
}
