html.ub-landing-active,
body.ub-landing-active {
    --ub-bg: #f2f5e8;
    --ub-accent: #3a6bc8;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    overscroll-behavior-x: none;
    background-color: var(--ub-bg);
    -webkit-overflow-scrolling: touch
}

html.ub-landing-active #app {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    background-color: var(--ub-bg)
}

.ub-landing-shell {
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    touch-action: pan-y;
    background-color: var(--ub-bg, #f2f5e8)
}

.page-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background-color: var(--ub-bg, #f2f5e8)
}

.page-container:has(.bottom-form) {
    padding-bottom: calc(240px + env(safe-area-inset-bottom, 0px))
}

.hero-section {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden
}

.hero-image-wrap {
    position: relative;
    line-height: 0
}

.hero-image-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    border-radius: 0 0 18px 18px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(242, 245, 232, 0) 0%, rgba(242, 245, 232, 0.65) 60%, var(--ub-bg, #f2f5e8) 100%)
}

.hero-image {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: contain;
    border-radius: 0 0 18px 18px
}

.form-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: -40px;
    z-index: 1
}

.top-actions-container {
    position: fixed;
    top: 10px;
    right: 0;
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
    z-index: 999
}

.top-action-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    background: #fff;
    border-radius: 14px;
    font-size: 11px;
    color: #333;
    line-height: 16px;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .06);
    text-decoration: none;
    border: none;
    font-family: inherit
}

.top-action-btn .icon {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    display: inline-block
}

.top-action-btn .icon.rights-icon {
    background: #4a7bff;
    border-radius: 1px
}

.top-action-btn .icon.service-icon {
    background: #2ecb70;
    border-radius: 3px
}

.scroll-message {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 28px;
    line-height: 18px;
    z-index: 1
}

.message-list {
    display: flex;
    white-space: nowrap;
    animation: ubScrollMsg 24s linear infinite;
    will-change: transform
}

.message-item {
    flex-shrink: 0;
    height: 18px;
    padding: 5px 10px;
    margin-left: 15px;
    background: rgba(255, 255, 255, .3);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #303030
}

.form-container {
    position: relative;
    height: auto;
    top: 0;
    padding: 10px 0 0
}

.claimed-container {
    position: relative;
    height: 364px;
    top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    box-sizing: border-box
}

.claimed-badge {
    width: 100%;
    max-width: 301px;
    padding: 28px 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.claimed-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    color: #f2f5e8;
    background: #fff
}

.claimed-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3
}

.claimed-phone {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.5;
    opacity: .92
}

.claimed-hint {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.5;
    opacity: .78
}

.form-bg {
    display: none
}

.input-section {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 301px;
    margin: 0 auto
}

.input-label {
    color: #555;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px
}

.input-container {
    width: 301px;
    height: 52px;
    background-color: #fff;
    border-radius: 519px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box
}

.input-prefix {
    width: auto;
    margin-right: 4px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, .9);
    flex-shrink: 0;
    line-height: 25px;
    white-space: nowrap
}

.input-container input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 29.4px;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    color: rgba(0, 0, 0, .9);
    min-width: 0;
    padding: 0;
    margin: 0
}

.input-container input::placeholder {
    color: #bbb;
    font-size: 21px;
    font-weight: 700
}

.form-container:not(.bottom-form) .button-section {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 0 0
}

.bottom-form .button-section {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 16px 0;
    width: 100%
}

.main-button {
    width: 100% !important;
    height: auto !important;
    max-width: 300px;
    display: block;
    cursor: pointer;
    object-fit: contain;
    -webkit-tap-highlight-color: transparent
}

.finger-ripple {
    position: absolute;
    top: 60px;
    right: 110px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .08);
    pointer-events: none;
    transform: translate(-50%, -50%)
}

.finger-ripple:before,
.finger-ripple:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .15);
    animation: ubFingerRipple 1.4s ease-out infinite
}

.finger-ripple:after {
    animation-delay: .7s
}

.agreement-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #555;
    margin: 15px 0;
    line-height: 17px
}

.agreement-section .radio {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

.agreement-section .radio.checked {
    background: #f5a623;
    border-color: #f5a623
}

.agreement-section .radio.checked:after {
    content: "✓";
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.agreement-text,
.agreement-link {
    font-size: 12px;
    font-weight: 700;
    color: #888
}

.agreement-link {
    cursor: pointer
}

.service-info {
    font-size: 12px;
    color: #888;
    max-width: 340px;
    width: 100%;
    text-align: center;
    line-height: 18px;
    padding: 0 16px;
    box-sizing: border-box;
    font-weight: 700
}

.benefits-section {
    padding: 6px 0 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    color: #555
}

.benefit-image {
    width: 360px !important;
    max-width: calc(100% - 30px);
    height: auto !important;
    display: block;
    object-fit: contain
}

.benefit-image--clickable {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform .15s ease, opacity .15s ease
}

.benefit-image--clickable:active {
    transform: scale(.98);
    opacity: .92
}

.benefit-image--loading {
    pointer-events: none;
    opacity: .72
}

.company-info-section {
    text-align: center;
    color: #888;
    margin-top: 10px;
    padding: 0 16px
}

.company-info-section span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    opacity: .85;
    line-height: 17px;
    color: #888
}

.rules-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px
}

.rules-image {
    width: 208px !important;
    height: 44px !important;
    object-fit: contain
}

.rules-meta {
    margin: 8px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.rules-content {
    display: flex;
    flex-direction: column;
    padding: 26px;
    gap: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.5
}

.rule-item {
    color: #fff;
    font-size: 13px;
    line-height: 1.5
}

.bottom-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    width: 100%;
    max-width: 500px;
    height: auto !important;
    top: auto !important;
    background-color: var(--ub-bg, #f2f5e8);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .18);
    z-index: 100;
    animation: ubSlideUp .3s ease-out;
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom, 0px))
}

.bottom-form .input-section {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    gap: 8px;
    align-items: center;
    padding: 0 16px;
    width: 100%
}

.bottom-form .input-label {
    font-size: 13px;
    line-height: 18px
}

.bottom-form .input-container {
    width: min(301px, calc(100% - 32px));
    height: 44px
}

.bottom-form .input-prefix {
    font-size: 16px;
    line-height: 22px;
    margin-right: 2px
}

.bottom-form .input-container input,
.bottom-form .input-container input::placeholder {
    font-size: 16px;
    line-height: 25px
}

.bottom-form .main-button {
    width: 220px !important;
    height: 72px !important
}

.bottom-form .agreement-section {
    margin: 6px 0 0
}

.bottom-form .service-info {
    font-size: 11px;
    width: auto;
    margin-top: 2px
}

.bottom-form .finger-ripple {
    display: none
}

@keyframes ubScrollMsg {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

@keyframes ubFingerRipple {
    0% {
        transform: scale(.6);
        opacity: 1
    }

    to {
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes ubSlideUp {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.benefits-section,
.rules-section {
    max-width: 100%;
    overflow-x: hidden
}

@media(max-width:375px) {
    .hero-image {
        height: 460px !important
    }

    .input-section {
        width: min(301px, calc(100% - 32px))
    }

    .input-label {
        font-size: 13px;
        line-height: 18px
    }

    .input-container {
        width: min(301px, calc(100% - 32px));
        height: 44px
    }

    .input-prefix {
        font-size: 16px;
        line-height: 22px;
        margin-right: 2px
    }

    .input-container input,
    .input-container input::placeholder {
        font-size: 16px;
        line-height: 25px
    }

    .main-button {
        width: 220px !important;
        height: 72px !important
    }
}

.ub-bind-sheet[data-v-23e55f2d] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff
}

.sheet-head[data-v-23e55f2d] {
    position: relative;
    flex-shrink: 0;
    padding: 16px 40px 10px;
    text-align: center
}

.sheet-close[data-v-23e55f2d] {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 28px;
    color: #969799;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.sheet-close[data-v-23e55f2d]:disabled {
    opacity: .4;
    cursor: not-allowed
}

.sheet-title[data-v-23e55f2d] {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: .02em
}

.sheet-sub[data-v-23e55f2d] {
    margin: 6px 0 0;
    font-size: 12px;
    color: #969799;
    line-height: 1.4
}

.sheet-body[data-v-23e55f2d] {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0;
    padding: 0 4px 8px
}

.sheet-loading[data-v-23e55f2d] {
    display: flex;
    justify-content: center;
    padding: 48px 0
}

.ub-field-group[data-v-23e55f2d] .van-cell {
    padding: 14px 16px
}

.ub-field-group[data-v-23e55f2d] .van-field__label {
    display: none;
    width: 0 !important;
    margin: 0
}

.ub-field-group[data-v-23e55f2d] .van-field__body {
    padding: 0
}

.ub-field-group[data-v-23e55f2d] .van-field__control {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4
}

.ub-field-group[data-v-23e55f2d] .van-field__control::placeholder {
    color: #5a5a5a;
    font-weight: 500;
    opacity: 1
}

.ub-field-group[data-v-23e55f2d] .van-field__control::-webkit-input-placeholder {
    color: #5a5a5a;
    font-weight: 500;
    opacity: 1
}

.ub-field-group[data-v-23e55f2d] .van-field__right-icon {
    color: #4a4a4a
}

.member-agree-bar[data-v-23e55f2d] {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 16px;
    padding: 10px 0 4px;
    border-top: 1px dashed #ebedf0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.member-agree-check[data-v-23e55f2d] {
    flex-shrink: 0;
    line-height: 0
}

.member-agree-text[data-v-23e55f2d] {
    flex: 1;
    font-size: 12px;
    color: #646566;
    line-height: 1.55;
    padding-top: 1px
}

.agree-view-link[data-v-23e55f2d] {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    display: inline;
    font-size: 12px;
    font-weight: 600;
    color: #3a6bc8;
    cursor: pointer
}

.sheet-actions[data-v-23e55f2d] .van-button__text {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em
}

.sheet-actions[data-v-23e55f2d] {
    flex-shrink: 0;
    padding: 8px 16px calc(12px + env(safe-area-inset-bottom, 0px))
}

.ub-sms-popup[data-v-23e55f2d] {
    width: min(320px, calc(100vw - 48px));
    background: #fff
}

.sms-popup-body[data-v-23e55f2d] {
    padding: 24px 20px 20px
}

.sms-popup-title[data-v-23e55f2d] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center
}

.sms-popup-tip[data-v-23e55f2d] {
    margin: 10px 0 16px;
    font-size: 13px;
    line-height: 1.5;
    color: #646566;
    text-align: center
}

.sms-popup-field[data-v-23e55f2d] {
    margin-bottom: 16px;
    border: 1px solid #ebedf0;
    border-radius: 10px;
    overflow: hidden
}

.sms-popup-field[data-v-23e55f2d] .van-field__control {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .2em
}

.sms-resend-btn[data-v-23e55f2d] {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    border: none;
    background: transparent;
    font-size: 13px;
    color: #3a6bc8;
    cursor: pointer
}

.sms-resend-btn[data-v-23e55f2d]:disabled {
    color: #c8c9cc;
    cursor: not-allowed
}

.agreement-list-scroll[data-v-23e55f2d],
.agreement-detail-scroll[data-v-23e55f2d] {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0
}

.detail-nav[data-v-23e55f2d] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px 10px;
    border-bottom: 1px solid #ebedf0
}

.back-ico[data-v-23e55f2d] {
    font-size: 20px;
    color: #323233;
    cursor: pointer
}

.detail-nav-title[data-v-23e55f2d] {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4
}

.agreement-iframe[data-v-23e55f2d] {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    background: #fff
}

.agreement-text[data-v-23e55f2d] {
    margin: 0;
    padding: 16px;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 13px;
    line-height: 1.6;
    color: #323233;
    font-family: inherit
}

.agreement-empty[data-v-23e55f2d] {
    margin: 24px 16px;
    text-align: center;
    font-size: 13px;
    color: #969799
}

.ub-bank-picker-popup .van-picker__title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a
}

.ub-bank-picker-popup .van-picker-column__item {
    font-weight: 600;
    color: #323233
}

.ub-member-agreement-popup,
.ub-landing-agreement-popup[data-v-2faff6b1] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff
}

.ub-agreement-head[data-v-2faff6b1] {
    position: relative;
    flex-shrink: 0;
    padding: 16px 40px 10px;
    text-align: center
}

.ub-agreement-close[data-v-2faff6b1] {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 28px;
    color: #969799;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.ub-agreement-title[data-v-2faff6b1] {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: .02em
}

.ub-agreement-detail-scroll[data-v-2faff6b1] {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 0
}

.ub-agreement-iframe[data-v-2faff6b1] {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    background: #fff
}

.ub-agreement-actions[data-v-2faff6b1] {
    flex-shrink: 0;
    padding: 8px 16px calc(12px + env(safe-area-inset-bottom, 0px))
}

.ub-agreement-actions[data-v-2faff6b1] .van-button__text {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em
}