:root {
    font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light dark;
    color: #ffffffde;
    background-color: #242424;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit
}

a:hover {
    color: #535bf2
}

body {
    margin: 0 auto;
    display: flex;
    place-items: center;
    min-width: 320px;
    min-height: 100vh;
    background: url(/assets/bg-BfLsQVZL.gif?v=11);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    max-width: 720px
}

h1 {
    font-size: 3.2em;
    line-height: 1.1
}

button {
    border-radius: 8px;
    border: 1px solid transparent;
    padding: .6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color .25s
}

button:hover {
    border-color: #646cff
}

button:focus,
button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color
}

.card {
    padding: 2em
}

#app {
    max-width: 720px;
    text-align: center;
    height: 100vh;
    margin: 0
}

@media (prefers-color-scheme: light) {
    :root {
        color: #213547;
        background-color: #fff
    }
    a:hover {
        color: #747bff
    }
    button {
        background-color: #f9f9f9
    }
}

.contain[data-v-219f1f60] {
    position: absolute;
    top: 40%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 720px
}

.bgcla[data-v-219f1f60] {
    margin: 0 auto;
    width: 100%;
    max-width: 720px
}

.inputcode[data-v-219f1f60] {
    width: 77%;
    border-radius: 2rem;
    border: 2px solid rgba(78, 147, 234, 1);
    padding: 1rem;
    text-align: center;
    font-size: 16px;
    margin: 3%
}

.btu[data-v-219f1f60] {
    margin: 10px auto 0;
    width: 85%;
    height: 40px;
    line-height: 40px;
    display: block;
    background-color: #ff63b4;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 8px #0000001a
}

.sha[data-v-219f1f60] {
    display: block;
    background-color: #ff63b4;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    animation-name: moveButton-219f1f60;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    box-shadow: 0 4px 8px #0000001a
}

@keyframes moveButton-219f1f60 {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

.outer-box[data-v-219f1f60] {
    padding: 1px 10px 10px;
    margin: 0 auto 10px;
    overflow-wrap: break-word;
    word-break: break-word;
    width: 86%;
    background: url(/assets/wenan-kuang-Bj0OCxNc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.title[data-v-219f1f60] {
    font-size: 24px;
    font-weight: 700;
    margin: 10px;
    color: #fff
}

.content[data-v-219f1f60] {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    padding: 0 10px 10px;
    font-weight: 700
}

.highlight[data-v-219f1f60] {
    color: #00f;
    font-weight: 700
}

.loading-overlay[data-v-219f1f60] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000d9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.loading-gif[data-v-219f1f60] {
    width: 100%;
    max-width: 720px;
    height: auto
}