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

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

html, body {
    margin: 0;
    padding: 0;
    background: #272A34;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a {
    display: inline-block;
}

#app {
    min-height: calc(100vh - 2rem);
    padding-top: 2.8125rem;
}

header {
    width: 17.5rem;
    display: flex;
    max-width: 450px;
    height: 3.125rem;
    background: #272A34;
    align-items: center;
    padding: 0 0.6875rem;
    border-radius: 0 0 0.9375rem 0.9375rem;
    justify-content: space-between;
    background: linear-gradient(281deg, rgba(255, 255, 255, 0.07) 5%, rgba(255, 255, 255, 0.154) 90%);
    backdrop-filter: blur(8px);
    box-shadow: 0.4578125rem 0.549375rem 0.9153125rem 0 rgba(0, 0, 0, 0.1);

    top: 0;
    left: 50%;
    z-index: 10;
    position: fixed;
    transform: translateX(-50%);
}

header img {
    width: 1.03125rem;
}

header .progress {
    width: 6.4375rem;
    height: 0.4375rem;
    border-radius: 0.296875rem;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;

    position: relative;
}

header .progress::before {
    left: 0;
    content: "";
    width: var(--finish-progress);
    height: 100%;
    position: absolute;

    background: linear-gradient(92deg, #FC95F1 8%, rgba(255, 202, 111, 0.726) 36%, #FAFE66 64%, #ADFF85 99%), #826CFF;
    transition: width 0.5s ease;
}

header .progress::after {
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;

    background: linear-gradient(to right,
    transparent 24%, #656161 24% 26%,
    transparent 26% 49%, #656161 50% 51%,
    transparent 51% 74%, #656161 74% 76%,
    transparent 76% 100%
    );
}

header div {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(101deg, #FCA7E9 7%, rgba(255, 181, 112, 0.726) 32%, #FAFE66 58%, #9FFD7F 91%), linear-gradient(102deg, #FADF8F 5%, #FF6DDF 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.generatePage {
    padding: 1.45rem 0 1rem;
}

.generatePage .describe_box_border {
    width: 20.63rem;
    height: 8.5rem;
    padding: 0.12rem;
    margin: 0 auto;
    border-radius: 0.63rem;
    background: linear-gradient(180deg, #B5FF00 0%, #F1E70B 59%, #F1BE0B 100%);
    overflow: hidden;
}

.generatePage .describe_box {
    width: 100%;
    height: 100%;
    background: #1C1C1C;
    border-radius: 0.63rem;
    padding: 0.94rem 0.63rem;
    display: grid;
    grid-template-rows: 1rem 1fr;
    gap: 0.94rem;
    position: relative;
    overflow: hidden;
}

.describe_box .describe_title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #838B85;
}

.describe_box_border .describe_more {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.25rem;
    position: absolute;
    padding-top: 2.5rem;
    border-radius: 0.63rem;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 72%);

    font-family: Sunflower;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #9A9A9A;
}

.describe_box_border .describe_more img {
    width: 1rem;
    margin-left: 0.06rem;
}

.generatePage .describe_btnGroup {
    width: 20.63rem;
    margin: 0.9375rem auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.9375rem;
}

.describe_btnGroup > div {
    width: 3.1rem;
    font-family: Source Han Sans;
    font-size: 0.81rem;
    font-weight: normal;
    line-height: 151.75%;
    text-transform: lowercase;
    letter-spacing: normal;
    color: #5A5A5A;
}

.describe_btnGroup > img {
    width: 2.25rem;
}

.describe_btnGroup > .describe_random {
    flex-shrink: 0;
    width: 12.41rem;
    height: 2.25rem;
    border-radius: 3.125rem;
    background: #31402C;
}

.describe_random img {
    width: 1rem;
    margin-right: 0.44rem;
}

.describe_random div {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #B5FF00;
}

.describe_btnGroup > .describe_custom {
    width: 7.28125rem;
    height: 2.25rem;
    border-radius: 3.125rem;
    background: #31402C;

    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #B5FF00;
}

.describe_btnGroup .starBtn {
    width: 100%;
    height: 3.125rem;
    border-radius: 3.13rem;
    background: linear-gradient(95deg, #FC95F1 8%, rgba(255, 202, 111, 0.726) 36%, #FAFE66 64%, #ADFF85 99%),
    linear-gradient(100deg, #E3B5D9 9%, rgba(255, 188, 126, 0.726) 32%, #FAFE66 58%, #9FFD7F 91%), #D8D8D8;

    font-family: Alibaba Sans;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: normal;
    color: black;
}

.starBtn img {
    width: 0.84rem;
    margin-left: 0.19rem;
}

.top_picks {
    width: 20.63rem;
    background: #1C1C1C;
    margin: 0 auto;
    border-radius: 0.63rem;
    padding: 0.94rem 0.62rem;
    gap: 0.94rem;
    display: grid;
    grid-template-rows: 1rem 1fr;
}

.top_picks .title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 129%;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #838B85;
}

.top_picks .select {
    display: flex;
    gap: 0.9375rem;
    padding-bottom: 0.5rem;
    width: 19.39rem;
    color: #C3CBC5;
    text-transform: capitalize;
    overflow: auto;
}

.select > div {
    border-radius: 0.3125rem;
    padding: 0.625rem 0.6875rem;
    background: #272A34;
    border: 1px solid #272A34;
}

.select > .active {
    color: #B5FF00;
    background: #31402C;
    border: 1px solid #B5FF00;
}

.top_picks .list {
    width: 100%;
}

.list .imgDiv {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.3125rem;
}

.list img {
    width: 100%;
    object-fit: contain;
}

.list > div {
    gap: 0.625rem;
    display: grid;
}

.list > div:nth-child(n +2) {
    margin-top: 0.625rem;
}

.list > div > div {
    width: 19.39rem;
}

.group1 > .row1 {
    height: 8.75rem;
    gap: 0.625rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.group1 > .row2 {
    height: 9.375rem;
}

.group1 > .row3 {
    height: 9.375rem;
    gap: 0.625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.group2 > .row1 {
    height: 8.75rem;
    gap: 0.625rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.group2 > .row2 {
    gap: 0.625rem;
    display: grid;
    grid-template-columns: 8fr 7fr;
    grid-template-rows: 6.6875rem 6.03125rem;
}

.group2 > .row2 > :first-child {
    grid-row: span 2
}

.group2 > .row3 {
    height: 8.75rem;
    gap: 0.625rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.list .more {
    margin-top: 0.9375rem;
    height: 3rem;
    border-radius: 3.125rem;
    border: 0.03125rem solid #69FF47;

    color: #B5FF00;
    font-size: 0.9375rem;
    text-transform: capitalize;
    font-family: Alibaba Sans;
}

.hint-popup {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    flex-direction: column;
    z-index: 11;
}

.hint-popup .hint-popup-content {
    width: 18.75rem;
    height: 12.31rem;
    border-radius: 0.94rem;
    background: linear-gradient(306deg, rgba(255, 255, 255, 0.245) 3%, rgba(255, 255, 255, 0.532) 91%);
    box-sizing: border-box;
    backdrop-filter: blur(0.5rem);
    box-shadow: 0.46rem 0.55rem 0.92rem 0 rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 1rem 0 0.94rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -5rem;
}

.hint-popup .hint-popup-symbol {
    top: 0;
    left: 0.5rem;
    width: 2rem;
    position: absolute;
    transform: translateY(-50%);
}

.hint-popup .hint-popup-title {
    display: flex;
    align-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.13rem;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: normal;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(99deg, #FCA7E9 6%, rgba(255, 181, 112, 0.726) 32%, #FAFE66 58%, #9FFD7F 91%), linear-gradient(100deg, #FADF8F 5%, #FF6DDF 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.hint-popup-title img {
    width: 1.19rem;
    margin-top: -0.01rem;
    margin-left: 0.38rem;
}

.hint-popup .hint-popup-value {
    width: 16.09rem;
    margin: 0 auto;
    font-family: Sunflower;
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 146%;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.hint-popup .starBtn {
    width: 14.25rem;
    height: 2.69rem;
    margin: 0 auto;
    border-radius: 3.13rem;
    background: linear-gradient(95deg, #FC95F1 8%, rgba(255, 202, 111, 0.726) 36%, #FAFE66 64%, #ADFF85 99%),
    linear-gradient(100deg, #E3B5D9 9%, rgba(255, 188, 126, 0.726) 32%, #FAFE66 58%, #9FFD7F 91%), #D8D8D8;
}

.hint-popup > img {
    width: 1.38rem;
    margin-top: 1.22rem;
}

.resultPage {
    display: none;
    padding: 1.45rem 0 1rem;
}

.resultPage .describe_box_border {
    width: 20.63rem;
    height: 8.5rem;
    padding: 0.06rem;
    margin: 0 auto 1.56rem;
    border-radius: 0.63rem;
    background: linear-gradient(180deg, #B5FF00 0%, #F1E70B 59%, #F1BE0B 100%);
    overflow: hidden;
}

.resultPage .describe_box_bg {
    width: 100%;
    height: 100%;
    background: #1C1C1C;
    border-radius: 0.63rem;
    padding: 0.94rem 0.63rem;
    overflow: hidden;
    position: relative;
}

.resultPage .describe_box {
    height: 100%;
    display: grid;
    grid-template-rows: 1rem 1fr;
    gap: 0.94rem;
    overflow: hidden;
}

.describe_box .describe_value {
    vertical-align: top;
    background: #1C1C1C;
    border: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 151.75%;
    letter-spacing: normal;
    color: #FFFFFF;
}

.describe_box_border .describe_more {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.25rem;
    position: absolute;
    padding-top: 2.5rem;
    border-radius: 0.63rem;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 72%);

    font-family: Sunflower;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #9A9A9A;
}

.describe_box_border .describe_more img {
    width: 1rem;
    margin-left: 0.06rem;
}

.resultPage .T2I {
    width: 20.63rem;
    min-height: 10.69rem;
    background: #1C1C1C;
    border-radius: 0.63rem;
    padding: 0.94rem 0.63rem;
    margin: 0 auto .56rem;
    text-align: center;
}

.T2I .show_box {
    position: relative;
}

.T2I .leftChange {
    width: 1.616875rem;
    top: 50%;
    left: -1.516875rem;
    position: absolute;
    transform: translateY(-50%);
}

.T2I .rightChange {
    width: 1.616875rem;
    top: 50%;
    right: -1.516875rem;
    position: absolute;
    transform: translateY(-50%) rotate(180deg);
}

.T2I .show_list {
    width: 100%;
    display: flex;
    overflow: auto;
    gap: 0.625rem;
    padding-bottom: 0.375rem;
    scroll-snap-type: x mandatory;
}

.T2I .show_list > div {
    position: relative;
}

.T2I .show_image {
    width: 15.63rem;
    min-height: 15.63rem;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.63rem;
    background: #D8D8D8;
}

.T2I .download {
    width: 0.75rem;
    right: 0.625rem;
    bottom: 0.625rem;
    position: absolute;
}

.show_list .show_image {
    width: 6.03125rem;
    min-height: auto;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.T2I .generating {
    position: relative;
}

.T2I .generating_glass {
    width: 100%;
    min-height: 15.63rem;
    filter: blur(22px);
    /*background: url("../resources/style1.png") no-repeat center/cover;*/
    background: linear-gradient(135deg, #FCA7E9 12%, rgba(255, 181, 112, 0.726) 45%, #FAFE66 90%);
}

.T2I .generating_loading {
    width: 9.84rem;
    height: 2.59rem;

    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);

    border-radius: 0.31rem;
    background: linear-gradient(110deg, rgba(110, 110, 110, 0.44) 11%, rgba(0, 0, 0, 0.384) 98%);
    box-sizing: border-box;
    border: 0.06rem solid;
    border-image: linear-gradient(180deg, #B5FF00 0%, #F1E70B 59%, #F1BE0B 100%) 1;
    backdrop-filter: blur(0.63rem);
    box-shadow: 0.46rem 0.55rem 0.92rem 0 rgba(0, 0, 0, 0.2);

    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 129%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #B5FF00;
}

.hot_top {
    margin: 0.45rem auto 1rem;
}

.preview-popup {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    flex-direction: column;
    z-index: 11;
}

.preview-popup img {
    max-height: 80vh;
    border-radius: 0.63rem;
}

.preview-popup > div {
    width: 18.81rem;
    height: 2.25rem;
    margin-top: 2rem;
    border-radius: 0.31rem;
    background: #31402C;

    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #838B85;
}

.preview-popup > div .download_icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.44rem;
    background-color: #838B85;
    mask: url('../resources/download.svg') no-repeat center;
    -webkit-mask: url('../resources/download.svg') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.preview-popup .isActive {
    background: #31402C;
    color: #B5FF00;
    cursor: pointer;
}

.preview-popup .isActive .download_icon {
    background-color: #B5FF00;
}

#reward-toast {
    display: none;
    padding: 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.72);

    color: #1c1c1c;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    text-align: center;

    left: 50%;
    bottom: 16vh;
    z-index: 12;
    position: fixed;
    transform: translateX(-50%);
}

footer {
    height: 2rem;
    color: #8e8e8e;
    padding: 0 2.6rem;
    font-size: 0.74rem;
    text-align: center;
    border-top: 1px solid #8e8e8e;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 4px 1fr;
}

footer a {
    color: #8e8e8e;
    text-align: center;
}
