img.code-character {
    position: absolute;
}

.main-code,
.main-code img,
.main-code a,
.main-code button,
.main-code label,
.main-code span,
.main-code p,
.main-code h1,
.main-code h2,
.main-code h3,
.main-code li {
    -webkit-user-select: none;
    user-select: none;
}

.main-code img {
    -webkit-user-drag: none;
    user-drag: none;
}

.main-code input,
.main-code textarea {
    -webkit-user-select: text;
    user-select: text;
}

.is-hidden {
    display: none !important;
}

img.lunar-logotype-image {
    position: absolute;
    top: 59px;
    z-index: 1;
    margin-left: -22px;
}

.code-background {
    background-image: url(/img/code/background.png?v3);
    width: 100%;
    height: calc(100% + 166px);
    background-size: cover;
    position: absolute;
    background-position: bottom;
    bottom: -166px;
}

.code-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-height: 906px;
}

img.code-character.code-character-1 {
    left: -15px;
    top: 182px;
}

.border.code-border-a {
    display: flex;
    justify-content: center;
    height: 100%;
}

img.code-character.code-character-3 {
    right: -45px;
    top: 237px;
    z-index: 0;
}

img.code-character.code-character-3.half {
    right: 178px;
    z-index: 1;
}

img.code-character.code-character-2 {
    top: 125px;
    margin-left: 110px;
    z-index: 1;
}

.code-center-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 86px;
    position: relative;
    z-index: 2;
}

a.custom_button_2.play_now.get-started {
    margin-top: 33px;
}

h1.code-cetnter-h1 {
    color: #FFF;
    text-align: center;
    font-family: Tungsten, 'OSWALD';
    font-size: 96px;
    
    font-weight: 700;
}

p.code-cetnter-p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.16px;
    max-width: 470px;
}

.code-filter-shadow {
    background: #111;
    width: 409.148px;
    height: 376.047px;
    filter: blur(93px);
    position: absolute;
}

.code-filter-shadow.first {
    left: -53px;
    bottom: -231px;
    z-index: 1;
}

.code-filter-shadow.second {
    bottom: -105px;
    z-index: 2;
    height: 434.792px;
    width: 448.014px;
}

.code-filter-shadow.third {
    width: 534.934px;
    height: 358.129px;
    right: -85px;
    bottom: -224px;
    z-index: 2;
}

.code-content-area {
    position: relative;
    overflow: hidden;
}

.code-content-area > .code-background-image {
    z-index: 0;
}

.code-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.code-cards-content-a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 29px;
    position: relative;
    z-index: 2;
    will-change: transform;
}

.code-cards-content-a.is-scrolling {
    animation: creator-cards-row-scroll 42s linear infinite;
}

.code-cards-content-a.is-js-scrolling {
    animation: none;
}

@keyframes creator-cards-row-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(var(--creator-cards-scroll-distance, -120px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .code-cards-content-a.is-scrolling {
        animation: none;
    }
}

.border.code-content-border {
    width: 1614px;
}

.object-card-content-a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
    flex: 0 0 calc((100% - 58px) / 3);
    height: 252px;
    overflow: hidden;
    position: relative;
}

.object-card-content-a::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(18, 19, 24, 0.00) 0%, #1C1C1C 100%);
    z-index: 1;
    pointer-events: none;
}

h3.card-content-text-h3 {
    color: #FFF;
    font-family: Tungsten, 'OSWALD';
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

p.card-content-text-p {
    color: #858C95;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.card-content-text-a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 43px;
    padding-right: 43px;
    padding-bottom: 27px;
    gap: 7px;
    position: relative;
    z-index: 2;
    min-width: 0;
}

.code-faq-block {
    position: relative;
    overflow: hidden;
    padding-top: 124px;
}

img.code-background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.code-top-faq-block {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2.code-faq-h2 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Tungsten, 'OSWALD';
    font-size: 64px;
    
    font-weight: 700;
    line-height: 40px;
}

p.code-faq-p {
    margin: 20px 0 0;
    max-width: 770px;
    color: #858C95;
    text-align: center;
    
    font-size: 18px;
    
    font-weight: 500;
    line-height: 26px;
}

.code-group-faq-block-a {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 21px;
    width: min(100%, 1105px);
    margin: 52px auto 108px;
}

.code-object-faq-block-a {
    border-radius: var(--Roundness-Round-Inside, 6px);
}

.code-title-faq-block-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 51px;
    padding: 0 21px 0 18px;
    border: 0;
    border-radius: var(--Roundness-Round-Inside, 6px);
    background: rgba(37, 37, 37, 0.30);
    color: #858C95;
    cursor: pointer;
}

.code-left-title-faq-block {
    color: inherit;
    
    font-size: 16px;
    
    font-weight: 600;
    line-height: 24px;
}

svg.code-right-faq-block {
    flex: 0 0 auto;
    color: #595959;
    transition: color 0.2s ease, transform 0.2s ease;
}

.code-content-faq-text {
    max-height: 0;
    overflow: hidden;
    color: #858C95;
    
    font-size: 16px;
    
    font-weight: 500;
    line-height: 32px;
    opacity: 0;
    transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease;
}

.code-object-faq-block-a.active .code-title-faq-block-a {
    background: rgba(37, 37, 37, 0.86);
    color: #FFF;
}

.code-object-faq-block-a.active svg.code-right-faq-block {
    color: #FFF;
    transform: rotate(180deg);
}

.code-object-faq-block-a.active .code-content-faq-text {
    max-height: 180px;
    padding: 22px 0 17px;
    opacity: 1;
}

.code-request-flow {
    position: relative;
    z-index: 1;
    padding: 48px 0 108px;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.code-request-flow .code-content-border {
    position: relative;
    z-index: 1;
}

.code-request-steps-panel {
    width: 100%;
    min-height: 57px;
    border-radius: 24px;
    border: 1px solid #303337;
    background: rgba(36, 36, 36, 0.20);
    display: grid;
    grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
    align-items: center;
    padding: 0 28px;
    gap: 20px;
}

.code-request-panel-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 32px;
    
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.code-request-panel-icon {
    width: 24px;
    height: 21.575px;
    object-fit: contain;
    flex: 0 0 auto;
}

.code-request-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.code-request-step {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #858C95;
    
    font-size: 14px;
    
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.1px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.code-request-step.passed {
    opacity: 0.49;
}

.code-request-step-count {
    display: flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 128px;
    border: 1px solid #303337;
    background: #242424;
    color: #858C95;
    text-align: center;
    
    font-size: 16px;
    
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.code-request-step.active,
.code-request-step.passed {
    color: #377DFF;
}

.code-request-step.active .code-request-step-count,
.code-request-step.passed .code-request-step-count {
    border-color: #377DFF;
    background: #377DFF;
    color: #FFF;
}

.code-request-step-line {
    position: relative;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: block;
}

.code-request-step-line-svg {
    position: absolute;
    inset: 0;
    width: 32px;
    height: 32px;
    display: block;
    transition: opacity 0.25s ease;
}

.code-request-step-line-svg.active {
    opacity: 0;
}

.code-request-step-line.active .code-request-step-line-svg.inactive {
    opacity: 0;
}

.code-request-step-line.active .code-request-step-line-svg.active {
    opacity: 1;
}

.code-agreement-card {
    margin-top: 31px;
    border-radius: 24px;
    border: 1px solid #303337;
    background: rgba(36, 36, 36, 0.20);
    padding: 27px 49px;
}

.code-step-panel {
    display: none;
}

.code-step-panel.active {
    display: block;
    overflow: hidden;
}

.code-agreement-title {
    margin: 0 0 19px;
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 28px;
    
    font-weight: 700;
    line-height: 26px;
}

.code-agreement-text {
    color: #858C95;
    
    font-size: 16px;
    
    font-weight: 500;
    line-height: 26px;
}

.code-agreement-text p {
    margin: 0 0 24px;
    font-weight: 500;
}

.code-agreement-text .lunar-legal {
    color: #858C95;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.code-agreement-text .lunar-legal__section {
    margin-bottom: 30px;
}

.code-agreement-text .lunar-legal__section:last-child {
    margin-bottom: 0;
}

.code-agreement-text .lunar-legal h2 {
    margin: 0 0 16px;
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
}

.code-agreement-text .lunar-legal p {
    margin: 0 0 18px;
}

.code-agreement-text .lunar-legal p:last-child {
    margin-bottom: 0;
}

.code-agreement-text .lunar-legal ul {
    margin: 0 0 18px;
    padding-left: 22px;
}

.code-agreement-text .lunar-legal li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.code-agreement-text .lunar-legal li::marker {
    color: #377DFF;
}

.code-agreement-text .lunar-legal__notice {
    border-left: 3px solid #377DFF;
    padding: 13px 16px;
    border-radius: 0 12px 12px 0;
    background: rgba(55, 125, 255, 0.08);
    color: #C9D6EA;
}

.code-agreement-text h3 {
    margin: 0 0 22px;
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 28px;
    
    font-weight: 700;
    line-height: 26px;
}

.code-agreement-actions {
    margin-top: 35px;
    padding-top: 28px;
    border-top: 1px solid #303337;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.code-agreement-check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}

.code-agreement-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.code-agreement-checkmark {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 7px;
    background: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
}

.code-agreement-checkmark .check_icon {
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.code-agreement-checkbox:checked + .code-agreement-checkmark {
    background: #377DFF;
}

.code-agreement-checkbox:checked + .code-agreement-checkmark .check_icon {
    opacity: 1;
    transform: translateY(0);
}

.code-agreement-check-text {
    color: #858C95;
    
    font-size: 13px;
    
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.12px;
}

.code-agreement-check-text a {
    color: #FFF;
    font-weight: 600;
    transition: color 0.25s ease;
}

.code-agreement-check-text a:hover {
    color: #377DFF;
}

.code-agreement-continue {
    width: 171px;
    height: 46px;
    border-radius: 6px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: 6px solid rgb(55 125 255 / 0%);
    transition: transform 0.25s ease, outline 0.25s ease, opacity 0.25s ease;
    color: #FFF;
    text-align: center;
    font-family: Tungsten, 'OSWALD';
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    border-radius: var(--Radius-XL, 16px);
    background: #377DFF;
    box-shadow: var(--FX-Shift-None, 0) var(--FX-Shift-negXXS, -1px) var(--FX-Blur-XXS, 1px) var(--FX-Spread-None, 0) var(--FX-Shadow-Major, rgba(0, 0, 0, 0.20)) inset;
}

.code-agreement-continue:hover {
    outline: 6px solid rgba(55, 125, 255, 0.14);
}

.code-agreement-continue:active {
    transform: scale(0.9);
}

.code-agreement-continue.disabled {
    opacity: 0.55;
    pointer-events: none;
}

.code-request-step {
    cursor: default;
}

.code-eligibility-requirements {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.code-eligibility-requirement {
    border-radius: 24px;
    border: 1px solid var(--Stroke-Dark-Base, #323539);
    background: var(--Background-Dark-Base-Main, #181818);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    padding: 16px 20px;
}

.code-eligibility-requirement-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
}

.code-eligibility-requirement-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-icons-dark-base-main, #F9F9F9);
    
    font-size: 18px;
    
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.18px;
}

.code-eligibility-requirement-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 auto;
}

.code-eligibility-requirement-arrow {
    width: 12px;
    height: 7px;
    flex: 0 0 auto;
    transform: rotate(180deg);
    transition: transform 0.25s ease;
}

.code-eligibility-requirement.open .code-eligibility-requirement-arrow {
    transform: rotate(0deg);
}

.code-eligibility-requirement-text {
    max-height: 0;
    margin: 0;
    max-width: 910px;
    color: #858C95;
    
    font-size: 16px;
    
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.22s ease, margin-top 0.3s ease;
}

.code-eligibility-requirement.open .code-eligibility-requirement-text {
    max-height: 140px;
    margin-top: 24px;
    opacity: 1;
}

.code-supported-card {
    margin-top: 14px;
    min-height: 122px;
    border-radius: 24px;
    border: 1px solid rgba(55, 125, 255, 0.32);
    background: rgba(55, 125, 255, 0.11);
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 28px;
}

.code-supported-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex: 0 0 auto;
}

.code-supported-list,
.code-supported-list p,
.code-supported-list li {
    color: #FFF;
    
    font-size: 15px;
    
    font-weight: 600;
    line-height: 22px;
}

.code-supported-list p {
    margin: 0 0 4px;
}

.code-supported-list ul {
    margin: 0;
    padding-left: 20px;
}

.code-eligibility-section-title {
    margin: 23px 0 23px;
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 32px;
    font-weight: 600;
    line-height: 27px;
}

.code-social-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.code-social-card {
    position: relative;
    box-sizing: border-box;
    width: 488.046px;
    max-width: 100%;
    min-height: 79.657px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 0;
}

.code-social-panel {
    position: relative;
    box-sizing: border-box;
    min-height: 79.657px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.code-social-panel-left {
    width: 378.523px;
    flex: 1 1 378.523px;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 25px 0 29px;
}

.code-social-panel-left.has-stats {
    gap: 0;
}

.code-social-panel-right {
    width: 92.523px;
    flex: 0 0 92.523px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.code-social-main {
    display: flex;
    align-items: center;
    gap: 17px;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.code-social-panel-left.has-stats .code-social-main {
    flex: 1 1 auto;
    max-width: none;
}

.code-social-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
    flex: 0 0 auto;
}

.code-social-icon.tiktok {
    width: 39px;
    height: 39px;
}

.code-social-name {
    display: block;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 22px; */
    /* white-space: nowrap; */
}

.code-social-name.link {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.code-social-card.tiktok .code-social-name {
    color: #151515;
}

.code-social-add {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.code-social-add:hover {
    opacity: 0.75;
}

.code-social-add:active {
    transform: scale(0.9);
}

.code-social-add.disabled,
.code-social-add:disabled {
    cursor: default;
    pointer-events: none;
}

.code-social-add.disabled:hover,
.code-social-add:disabled:hover {
    opacity: 1;
}

.code-social-add.disabled:active,
.code-social-add:disabled:active {
    transform: none;
}

.code-social-right-bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0.17;
}

.code-social-add.is-checked .code-social-right-bg {
    opacity: 1;
}

.code-social-action-icon {
    position: relative;
    z-index: 1;
    width: 39px;
    height: 39px;
    object-fit: contain;
    margin-left: 7px;
}

.code-social-status {
    left: 26px;
    top: -16px;
    border-radius: 4px;
    background: #241D15;
    padding: 5px;
    color: #FF8C09;
    font-size: 12px;
    font-weight: 600;
    line-height: 106.523%;
    position: absolute;
    display: flex;
}

.code-social-status.eligible {
    background: rgba(48, 209, 88, 0.12);
    color: #30D158;
}

.code-social-status.not-eligible {
    background: rgba(255, 90, 90, 0.12);
    color: #FF5A5A;
}

.code-social-stats {
    position: relative;
    width: fit-content;
    min-width: 104px;
    max-width: 173.23px;
    height: 48.348px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 17px;
    margin-left: 14px;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.code-social-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.61);
    backdrop-filter: blur(9.65px);
    -webkit-backdrop-filter: blur(9.65px);
    transform: skewX(16deg) scaleX(1.08);
    transform-origin: center;
    pointer-events: none;
}

.code-social-stats div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    white-space: nowrap;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.code-social-stats.views-hidden {
    min-width: 58px;
}

.code-social-stats img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.code-social-requirement-tooltip {
    position: absolute;
    right: 20px;
    bottom: calc(100% - 8px);
    z-index: 3;
    width: max-content;
    max-width: min(330px, calc(100vw - 48px));
    transform: translateY(2px);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(5.6px);
    color: #D2D2D2;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 163%;
    padding: 13px 16px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.code-social-card.has-requirement:hover .code-social-requirement-tooltip {
    opacity: 1;
    transform: translateY(0);
}

.code-creator-code-layout {
    max-width: 485px;
}

.code-creator-requirements h3 {
    margin: 0 0 6px;
    color: #FFF;
    
    font-size: 16px;
    
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.1px;
}

.code-creator-requirements ul {
    margin: 0;
    padding-left: 20px;
    color: #858C95;
    
    font-size: 16px;
    
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.1px;
}

.code-creator-input-card {
    margin-top: 22px;
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    padding: 16px 18px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.code-creator-input-card.is-copied {
    border-color: rgba(55, 125, 255, 0.56);
    box-shadow: 0 0 0 1px rgba(55, 125, 255, 0.18), 0 0 24px rgba(55, 125, 255, 0.12);
    transform: translateY(-1px);
    animation: code-success-copy-pop 0.6s ease;
}

.code-creator-input-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.code-creator-input-row input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
}

.code-creator-input-row input::placeholder {
    color: #858C95;
}

.code-creator-input-row button {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
    color: #858C95;
    transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.code-creator-input-row button svg path {
    transition: stroke 0.2s ease;
}

.code-creator-input-row button.is-copied {
    color: #377DFF;
    filter: drop-shadow(0 0 10px rgba(55, 125, 255, 0.28));
    animation: code-success-copy-bounce 0.6s ease;
}

.code-creator-input-row button.is-copied svg path {
    stroke: currentColor;
}

.code-creator-input-row button.is-copied::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 999px;
    border: 1px solid rgba(55, 125, 255, 0.45);
    opacity: 0;
    animation: code-success-copy-ripple 0.6s ease;
    pointer-events: none;
}

.code-creator-code-layout .code-agreement-continue {
    margin-top: 22px;
}

.code-success-screen {
    position: relative;
    min-height: 954px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px 90px;
    /* overflow: hidden; */
    isolation: isolate;
}

.code-success-confetti {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.code-success-confetti-piece {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: var(--confetti-size, 12px);
    height: calc(var(--confetti-size, 12px) * 0.55);
    border-radius: 3px;
    background: var(--confetti-color, #377DFF);
    transform: translate(-50%, -50%) scale(0.25) rotate(0deg);
    opacity: 0;
    will-change: transform, opacity;
}

.code-success-confetti-piece.shape-ribbon {
    border-radius: 999px;
}

.code-success-confetti-piece.shape-slash {
    border-radius: 2px;
}

.code-success-confetti-piece.shape-diamond {
    border-radius: 2px;
}

.code-success-confetti-piece.shape-dot {
    border-radius: 50%;
}

.code-success-confetti.is-active .code-success-confetti-piece {
    animation: creator-confetti-burst var(--confetti-duration, 1.45s) cubic-bezier(0.18, 0.89, 0.32, 1.28) var(--confetti-delay, 0s) forwards;
}

.code-success-screen .code-success-content,
.code-success-screen .code-success-title,
.code-success-screen .code-success-code-card,
.code-success-screen .code-success-description,
.code-success-screen .code-success-settings {
    transform-origin: center;
}

.code-success-screen .code-success-content {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
}

.code-success-screen .code-success-title {
    opacity: 0;
    transform: translateY(18px);
}

.code-success-screen .code-success-code-card {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
}

.code-success-screen .code-success-description {
    opacity: 0;
    transform: translateY(16px);
}

.code-success-screen .code-success-settings {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
}

.code-success-screen.is-entering .code-success-content {
    animation: creator-success-shell-in 0.58s cubic-bezier(0.2, 0.9, 0.25, 1) forwards;
}

.code-success-screen.is-entering .code-success-title {
    animation: creator-success-item-in 0.52s cubic-bezier(0.2, 0.9, 0.25, 1) 0.08s forwards;
}

.code-success-screen.is-entering .code-success-code-card {
    animation: creator-success-item-in 0.56s cubic-bezier(0.2, 0.9, 0.25, 1) 0.18s forwards;
}

.code-success-screen.is-entering .code-success-description {
    animation: creator-success-item-in 0.52s cubic-bezier(0.2, 0.9, 0.25, 1) 0.28s forwards;
}

.code-success-screen.is-entering .code-success-settings {
    animation: creator-success-item-in 0.58s cubic-bezier(0.2, 0.9, 0.25, 1) 0.38s forwards;
}

@keyframes creator-success-shell-in {
    0% {
        opacity: 0;
        transform: translateY(28px) scale(0.96);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes creator-success-item-in {
    0% {
        opacity: 0;
        transform: translateY(22px) scale(0.94);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes creator-confetti-burst {
    0% {
        transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    45% {
        transform:
            translate(calc(-50% + var(--confetti-x, 0px) * 0.65), calc(-50% + var(--confetti-y, -120px) * 0.65))
            scale(1)
            rotate(calc(var(--confetti-rotate, 0deg) * 0.6));
        opacity: 1;
    }
    100% {
        transform:
            translate(calc(-50% + var(--confetti-x, 0px) + var(--confetti-drift, 0px)), calc(-50% + var(--confetti-y, -120px)))
            scale(0.9)
            rotate(var(--confetti-rotate, 0deg));
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .code-success-confetti-piece {
        display: none;
    }

    .code-success-screen .code-success-content,
    .code-success-screen .code-success-title,
    .code-success-screen .code-success-code-card,
    .code-success-screen .code-success-description,
    .code-success-screen .code-success-settings {
        opacity: 1;
        transform: none;
        filter: none;
        animation: none;
    }
}

.code-success-screen::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 42%;
    width: 1583.297px;
    height: 959.12px;
    background-image: url(/img/code/background-step-3.png?v3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.code-success-content {
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 85px;
}

.code-success-title {
    margin: 0;
    color: #FFF;
    text-align: center;
    text-shadow: 0 15px 37.8px rgba(0, 0, 0, 0.14);
    font-family: Tungsten, Oswald;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}

.code-success-code-card {
    margin-top: 25px;
    width: min(100%, 420.984px);
    height: 67px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(5.4px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 18px 0 20px;
    text-align: left;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.code-success-code-card.is-copied {
    border-color: rgba(55, 125, 255, 0.56);
    box-shadow: 0 0 0 1px rgba(55, 125, 255, 0.18), 0 0 24px rgba(55, 125, 255, 0.18);
    transform: translateY(-1px);
    animation: code-success-copy-pop 0.6s ease;
}

.code-success-code-card p {
    margin: 0 0 9px;
    color: #858C95;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 11px;
}

.code-success-code-card span {
    display: block;
    color: #FFF;
    font-family: Tungsten, Oswald;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.code-success-code-card button {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
    color: #858C95;
    transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.code-success-code-card button svg path {
    transition: stroke 0.2s ease;
}

.code-success-code-card button:hover {
    opacity: 0.75;
}

.code-success-code-card button:active {
    transform: scale(0.9);
}

.code-success-code-card button.is-copied {
    color: #377DFF;
    filter: drop-shadow(0 0 10px rgba(55, 125, 255, 0.28));
    animation: code-success-copy-bounce 0.6s ease;
}

.code-success-code-card button.is-copied svg path {
    stroke: currentColor;
}

.code-success-code-card button.is-copied::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 999px;
    border: 1px solid rgba(55, 125, 255, 0.45);
    opacity: 0;
    animation: code-success-copy-ripple 0.6s ease;
    pointer-events: none;
}

@keyframes code-success-copy-pop {
    0% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-2px) scale(1.02);
    }
    100% {
        transform: translateY(-1px) scale(1);
    }
}

@keyframes code-success-copy-bounce {
    0% {
        transform: scale(1);
    }
    35% {
        transform: scale(1.18);
    }
    70% {
        transform: scale(0.96);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes code-success-copy-ripple {
    0% {
        transform: scale(0.82);
        opacity: 0.55;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.code-success-description {
    margin: 25px 0 0;
    max-width: 520px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.16px;
}

.code-success-description span {
    color: #377DFF;
}

.code-success-settings {
    margin-top: 26px;
    width: 251px;
    gap: 9px;
}

.code-success-settings img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex: 0 0 auto;
}

.code-success-settings span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1680px) {
    .code-content > .code-content-border {
        width: calc(100% - 60px);
    }

    .code-request-flow .code-content-border {
        width: calc(100% - 60px);
    }
}

@media (max-width: 980px) {
    .code-content > .code-content-border {
        width: calc(100% - 40px);
    }

    .object-card-content-a {
        height: 220px;
        border-radius: 24px;
        overflow: hidden;
        background-position: center;
    }

    .card-content-text-a {
        padding-left: 26px;
        padding-right: 22px;
        padding-bottom: 22px;
    }

    h3.card-content-text-h3 {
        font-size: 30px;
        line-height: 34px;
    }

    p.card-content-text-p {
        font-size: 14px;
        line-height: 22px;
    }

    .code-request-flow {
        padding: 36px 0 80px;
    }

    .code-request-steps-panel {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "title help"
            "progress progress";
        padding: 14px 16px 16px;
        gap: 12px;
    }

    .code-request-panel-title {
        grid-area: title;
        justify-content: flex-start;
        font-size: 28px;
        line-height: 34px;
    }

    .code-request-progress {
        grid-area: progress;
        width: 100%;
        justify-content: center;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 0 4px;
        scrollbar-width: none;
    }

    .code-request-progress::-webkit-scrollbar {
        display: none;
    }

    .code-agreement-card {
        margin-top: 22px;
        border-radius: 20px;
        padding: 24px;
    }

    .code-agreement-text {
        font-size: 15px;
        line-height: 24px;
    }

    .code-agreement-text p {
        margin-bottom: 20px;
    }

    .code-agreement-text .lunar-legal {
        font-size: 15px;
        line-height: 24px;
    }

    .code-agreement-text .lunar-legal__section {
        margin-bottom: 26px;
    }

    .code-agreement-text .lunar-legal h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .code-agreement-actions {
        margin-top: 26px;
        padding-top: 22px;
    }

    .code-supported-card {
        min-height: auto;
        padding: 18px 22px;
    }

    .code-eligibility-section-title {
        font-size: 30px;
        line-height: 34px;
    }

    .code-social-cards {
        flex-direction: column;
    }

    .code-social-card {
        width: 100%;
    }

    .code-creator-code-layout {
        max-width: 100%;
    }

    .code-success-screen {
        min-height: 620px;
        padding: 70px 24px;
    }

    .code-success-screen::before {
        width: 1180px;
        height: 715px;
        top: 45%;
    }

    .code-success-content {
        margin-top: 60px;
    }

    .code-success-title {
        font-size: 50px;
        line-height: 56px;
    }
}

@media (max-width: 1899px) {
    .code-header {
        overflow: hidden;
    }
    img.lunar-logotype-image {
        width: 1521.45px;
        /*top: 186px;*/
    }

    img.code-character.code-character-1 {
        width: 325.55px;
        left: 99px;
        /*top: 283px;*/
    }
    .code-header {
        height: 80%;
    }

    img.code-character.code-character-2 {
        width: 436.05px;
        /*top: 234px;*/
    }

    img.code-character.code-character-3 {
        width: 346.8px;
        right: 72px;
        top: 214px;
    }

    img.code-character.code-character-3.half {right: 262px;width: 154.7px;}
}
@media (max-width: 1225px) {
    img.lunar-logotype-image {
        display: none;
    }
   img.code-character.code-character-1 {
        display: none;
    }
    img.code-character.code-character-3 {
        display: none;
    }
    .code-header {
        max-height: calc(100vh - 95px);
    }
    h1.code-cetnter-h1 {
        font-size: 50px;
    }
    p.code-cetnter-p {
        font-size: 15px;
    }
    img.code-character.code-character-2 {
        position: absolute;
        bottom: 0;
        top: unset;
        /* height: inherit; */
        /* aspect-ratio: 2 / 3; */
        /* max-height: 675px; */
        width: 317.05px;
    }
    .code-filter-shadow.third {
        display: none;
    }
    .code-filter-shadow.first {
        display: none;
    }
    a.custom_button_2.play_now.get-started {
        margin-top: 18px;
    }
    .code-center-code {
        bottom: 63px;
    }
    .object-card-content-a {
        background-size: cover;
        background-repeat: no-repeat;
        height: inherit;
        aspect-ratio: 250 / 125;
    }
    .code-cards-content-a {
        gap: 18px;
    }

    .object-card-content-a {
        flex-basis: calc((100% - 18px) / 2);
    }
    .object-card-content-a {
        border-radius: 24px;
    }

    h2.code-faq-h2 {
        font-size: 45px;
    }

    .code-faq-block {
        padding: 20px;
    }
}


@media (max-width: 640px) {
    .code-center-code {
        bottom: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: inherit;
    }
    img.code-character.code-character-2 {
        height: inherit;
        aspect-ratio: 92 / 159;
        width: auto;
        top: 67px;
    }

    .code-content {
        overflow: hidden;
    }

    .code-content > .code-content-border {
        width: 100%;
    }

    .code-cards-content-a {
        gap: 15px;
        padding: 15px;
        padding-top: 0px;
    }

    .code-cards-content-a::-webkit-scrollbar {
        display: none;
    }

    .object-card-content-a {
        flex-basis: calc(100% - 30px);
    }

    img.code-character.code-character-2 {
        margin-left: 0;
    }

    .card-content-text-a {
        padding-left: 20px;
        padding-right: 18px;
        padding-bottom: 18px;
    }

    h3.card-content-text-h3 {
        font-size: 27px;
        line-height: 30px;
    }

    p.card-content-text-p {
        font-size: 13px;
        line-height: 20px;
    }

    .code-request-flow .code-content-border {
        width: calc(100% - 24px);
    }

    .code-request-flow {
        padding-top: 28px;
        padding-bottom: 64px;
    }

    .code-request-steps-panel {
        border-radius: 18px;
        padding: 12px;
    }

    .code-request-panel-title {
        gap: 8px;
        font-size: 22px;
        line-height: 28px;
    }

    .code-request-panel-icon {
        width: 20px;
        height: 18px;
    }

    .code-request-progress {
        justify-content: center;
        gap: 6px;
    }

    .code-request-step {
        gap: 6px;
        font-size: 12px;
        line-height: 16px;
    }

    .code-request-step-title {
        max-width: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .code-request-step-count {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 14px;
        line-height: 20px;
    }

    .code-request-step-line {
        width: 24px;
        height: 28px;
        flex-basis: 24px;
    }

    .code-request-step-line-svg {
        width: 24px;
        height: 28px;
    }

    .code-agreement-card {
        margin-top: 18px;
        border-radius: 18px;
        padding: 18px 14px;
    }

    .code-agreement-title,
    .code-agreement-text h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .code-agreement-text {
        font-size: 14px;
        line-height: 22px;
    }

    .code-agreement-text p {
        margin-bottom: 17px;
    }

    .code-agreement-text .lunar-legal {
        font-size: 14px;
        line-height: 22px;
    }

    .code-agreement-text .lunar-legal__section {
        margin-bottom: 22px;
    }

    .code-agreement-text .lunar-legal h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .code-agreement-text .lunar-legal ul {
        padding-left: 19px;
    }

    .code-agreement-text .lunar-legal__notice {
        padding: 12px 13px;
        border-radius: 0 10px 10px 0;
    }

    .code-agreement-actions {
        gap: 18px;
    }

    .code-agreement-check {
        align-items: flex-start;
    }

    .code-agreement-check-text {
        line-height: 20px;
    }

    .code-agreement-continue {
        width: 100%;
        max-width: 220px;
    }

    .code-eligibility-requirement-title {
        font-size: 16px;
        line-height: 22px;
    }

    .code-eligibility-requirement {
        border-radius: 18px;
        padding: 14px;
    }

    .code-eligibility-requirement-top {
        align-items: flex-start;
    }

    .code-eligibility-requirement-text {
        font-size: 14px;
        line-height: 22px;
    }

    .code-eligibility-requirement.open .code-eligibility-requirement-text {
        max-height: 220px;
        margin-top: 16px;
    }

    .code-supported-card {
        align-items: flex-start;
        border-radius: 18px;
        padding: 18px;
    }

    .code-eligibility-section-title {
        margin: 22px 0 18px;
        font-size: 28px;
        line-height: 30px;
    }

    .code-social-card {
        min-height: 70px;
        gap: 8px;
    }

    .code-social-panel {
        min-height: 70px;
    }

    .code-social-panel-left {
        flex-basis: calc(100% - 82px);
        padding: 0 12px 0 16px;
        gap: 8px;
    }

    .code-social-panel-right {
        width: 74px;
        flex-basis: 74px;
    }

    .code-social-main {
        gap: 12px;
    }

    .code-social-panel-left.has-stats .code-social-main {
        flex-basis: auto;
        max-width: none;
    }

    .code-social-icon,
    .code-social-icon.tiktok {
        width: 32px;
        height: 32px;
    }

    .code-social-name {
        font-size: 30px;
        line-height: 22px;
    }

    .code-social-action-icon {
        width: 32px;
        height: 32px;
    }

    .code-social-stats {
        width: fit-content;
        min-width: 78px;
        max-width: 122px;
        height: 34px;
        flex-basis: auto;
        gap: 7px;
        justify-content: center;
        padding: 0 8px;
        margin-left: 7px;
        font-size: 12px;
        line-height: 18px;
    }

    .code-social-stats div {
        gap: 4px;
    }

    .code-social-stats.views-hidden {
        min-width: 46px;
    }

    .code-social-stats img {
        width: 13px;
        height: 13px;
    }

    .code-creator-code-layout {
        width: 100%;
    }

    .code-creator-requirements ul {
        font-size: 14px;
        line-height: 24px;
    }

    .code-creator-input-card {
        border-radius: 18px;
        padding: 14px 16px;
    }

    .code-success-screen {
        min-height: 560px;
        border-radius: 18px;
        padding: 58px 14px;
    }

    .code-success-screen::before {
        width: 820px;
        height: 498px;
        top: 42%;
    }

    .code-success-content {
        margin-top: 58px;
    }

    .code-success-title {
        font-size: 40px;
        line-height: 46px;
    }

    .code-success-code-card {
        width: 100%;
        max-width: 420.984px;
        border-radius: 18px;
    }

    .code-success-description {
        font-size: 14px;
        line-height: 24px;
    }

    .code-success-settings {
        width: min(100%, 251px);
    }
}

@media (max-width: 980px) and (max-height: 520px) and (orientation: landscape) {
    .code-header {
        height: auto;
        max-height: none;
        min-height: 430px;
    }

    .border.code-border-a {
        min-height: 430px;
        align-items: center;
    }

    .code-background {
        height: 100%;
        bottom: 0;
        background-position: center;
    }

    .code-center-code {
        bottom: auto;
        justify-content: center;
        margin: 0;
        padding: 88px 24px 42px;
        max-width: 560px;
    }

    h1.code-cetnter-h1 {
        display: block;
        font-size: 44px;
        line-height: 46px;
    }

    p.code-cetnter-p {
        max-width: 500px;
        font-size: 14px;
        line-height: 22px;
    }

    a.custom_button_2.play_now.get-started {
        margin-top: 16px;
        min-height: 56px;
        padding: 0 48px;
        font-size: 24px;
    }

    img.code-character.code-character-2 {
        top: 74px;
        width: 218px;
        height: 361px;
        max-height: none;
        margin-left: 0;
    }

    .code-filter-shadow.second {
        bottom: -170px;
        height: 320px;
        width: 520px;
        opacity: 0.95;
    }
}

@media (max-width: 430px) {
    .code-request-steps-panel {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "progress"
            "help";
        justify-items: center;
    }

    .code-request-panel-title {
        justify-content: center;
        text-align: center;
    }

    .code-request-progress {
        justify-content: flex-start;
    }

    .code-request-step-title {
        max-width: 58px;
    }

    .code-supported-card {
        gap: 12px;
    }

    .code-success-title {
        font-size: 34px;
        line-height: 39px;
    }

    .code-success-code-card span,
    .code-creator-input-row input {
        font-size: 19px;
    }
}
