[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 );
}

header {
    width: 100%;
    display: grid;
    max-width: 450px;
    background: #272A34;
    padding: 0.94rem 0.94rem 0.3rem;
    grid-template-columns: 1.38rem 1fr 1.38rem;

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

header img {
    width: 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: 4.25rem 0 1rem;
}

.generatePage .describe_box_border {
    width: 20.63rem;
    height: 18.56rem;
    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 2.25rem;
    gap: 0.94rem;
}

.describe_box .describe_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;
}

.describe_box textarea {
    width: 100%;
    height: 100%;
    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;
    resize: none;
}

.describe_box .describe_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.describe_footer > 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_footer > img {
    width: 2.25rem;
}

.describe_footer > .describe_random {
    width: 12.41rem;
    height: 2.25rem;
    border-radius: 0.31rem;
    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;
}

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

.style_select .style_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;
}

.style_select .style_themes {
    width: 100%;
    gap: 0.62rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.style_themes > div {
    width: 100%;
    border-radius: 0.31rem;
    position: relative;
}

.style_themes img {
    width: 100%;
    border-radius: 0.31rem;
    border: 0.01rem solid transparent;
}

.style_themes > div > div {
    left: 50%;
    bottom: 0.4rem;
    position: absolute;
    transform: translateX(-50%);

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

.style_themes .isActive {
    border-color: #B5FF00;
}

.generatePage .size_select {
    display: none;
    width: 20.63rem;
    height: 6.75rem;
    background: #1C1C1C;
    margin: 1.56rem auto 0;
    border-radius: 0.63rem;
    padding: 0.94rem 0.62rem;
    gap: 0.94rem;
    /*display: grid;*/
    grid-template-rows: 1rem 1fr;
}

.size_select .size_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;
}

.size_select .size_themes {
    display: flex;
    gap: 0.62rem;
    overflow: auto;
}

.size_themes::-webkit-scrollbar {
    display: none;
}

.size_themes > div {
    flex-shrink: 0;
    width: 5.31rem;
    height: 2.63rem;
    border-radius: 0.31rem;
    background: #272A34;

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

    border: 0.06rem solid transparent;
}

.size_themes .size_example {
    width: calc(1rem * var(--sizeW));
    height: calc(1rem * var(--sizeH));
    border-radius: 0.19rem;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FFFFFF 0%, #5B5B5B 100%);
    margin-right: 0.5rem;
    position: relative;
}

.size_example::after {
    content: '';
    position: absolute;
    background: #272A34;
    top: 50%;
    left: 50%;
    width: calc(100% - 0.12rem);
    height: calc(100% - 0.12rem);
    border-radius: 0.19rem;
    transform: translate(-50%, -50%);
}

.size_themes .isActive {
    border-color: #B5FF00;
}

.starBtn {
    width: 17.09rem;
    height: 3.13rem;
    margin: 2.19rem auto 0;
    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.94rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: normal;
    color: black;
}

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

.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;
}

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

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

.resultPage .describe_box_border {
    width: 20.63rem;
    height: 8.5rem;
    padding: 0.06rem;
    margin: 0 auto;
    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: 20.69rem;
    background: #1C1C1C;
    border-radius: 0.63rem;
    padding: 0.94rem 0.63rem;
    margin: 1.56rem auto;
    text-align: center;
}

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

.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;
}

.T2I .T2I_group {
    margin-top: 0.94rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.T2I .T2I_group > :nth-child(n) {
    width: 8.94rem;
    height: 2.25rem;
    border-radius: 0.31rem;
    background: #272A34;
    margin: 0 auto;

    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;
}

.T2I .T2I_group .return_icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.44rem;
    background-color: #838B85;
    mask: url('../resources/return.svg') no-repeat center;
    -webkit-mask: url('../resources/return.svg') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.T2I .T2I_group .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;
}

.T2I .T2I_group .isActive {
    background: #31402C;
    color: #B5FF00;
    cursor: pointer;
}

.T2I .T2I_group .isActive .return_icon,
.T2I .T2I_group .isActive .download_icon {
    background-color: #B5FF00;
}

.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;
}

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

.suggestion .suggestion_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.suggestion .size_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;
}

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

.suggestion .size_themes {
    display: flex;
    gap: 0.62rem;
    overflow: auto;
}

.suggestion .suggestion_img {
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.suggestion .suggestion_img img {
    width: 100%;
    overflow: hidden;
    border-radius: 0.3rem;
}

#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;
}
