* {
    font-family: 'Microsoft Yahei';
}

body,html{
    overflow-x:hidden;
    overflow-y:hidden;
}

input {
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-family: 'Microsoft Yahei';
    padding: 5px;
    font-weight: 600;
    text-align: center;
    font-size: medium;
    height: 1.6rem;
    margin: 0.6rem;
    transition: 0.5s cubic-bezier(0.77, 0.1, 0.58, 1);
}

h1 {
    font-family: 'Microsoft Yahei';
}

h3 {
    margin: 0px;
}

h4 {
    margin-top: 1px;
}

body {
    min-width: 370px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0px !important;
}

a {
    color: hsl(214, 97%, 59%);
}

p {
    font-family: 'Microsoft Yahei';
    margin: -2px;
}

input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(102, 175, 233, .6);
}

#UID:invalid {
    animation: shake 0.3s forwards;
    animation-iteration-count: infinite;
    color: red;
}

#UID {
    color: green;
}

@keyframes shake {
    25% {
        transform: translateX(5px);
        transform: rotate(5deg);
    }

    50% {
        transform: translateX(-5px);
        transform: rotate(-5deg);
    }

    75% {
        transform: translateX(5px);
        transform: rotate(5deg);
    }

    100% {
        transform: translateX(0px);
        transform: rotate(-5deg);
    }
}

button {
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    color: #000;
    font-family: 'Microsoft Yahei';
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin: 5px;
}

button:hover {
    background-color: #057dd6;
    box-shadow: 0px 15px 20px #0373c94d;
    color: #fff;
    transform: translateY(-7px);
}

button:active {
    transform: translateY(-1px);
}

.no-safe {
    background-color: #fa8c9e;
    font-size: x-small;
}

.no-safe:hover {
    background-color: #e62455;
    box-shadow: 0px 15px 20px #d605284d;
    color: #fff;
    transform: translateY(-7px);
}

.no-safe:active {
    transform: translateY(-1px);
}

.InputModule {
    z-index: 1;
    width: 60vw;
    height: 40vh;
    margin: auto;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 15px;
    background-position: center top;
    background-size: cover;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.8s cubic-bezier(0.83, 0.02, 0.38, 1);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body {
    max-width: 1920px;
    min-height: 100vh;
    overflow: hidden !important;
    background: url(https://www.loliapi.com/acg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    -ms-backdrop-filter: blur(15px);
    -o-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.SpawnModule {
    width: 60vw;
    height: 46vh;
    margin: auto;
    margin-top: 3vh;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 15px;
    transition: 0.8s cubic-bezier(0.83, 0.02, 0.38, 1);
    overflow-y: scroll;
    overflow-x: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.SideMenu {
    width: 35vw;
    height: 100%;
    max-height: 20vh;
    margin: auto;
    margin-top: 1vh;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    padding: 15px;
    transition: 0.8s cubic-bezier(0.83, 0.02, 0.38, 1);
    overflow-y: scroll;
    overflow-x: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f500;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background-color: #f5f5f500
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: rgb(155 155 155 / 48%);
}

select {
    margin: 5px;
    padding: 2px;
    height: 1.4rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.sharecommand {
    margin-top: 5px;
    width: 100%;
    height: auto;
    background: hsl(214deg 97% 59%);
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.sharecommand:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.sharecommand button {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textBox {
    width: calc(100% - 90px);
    margin-left: 10px;
    color: white;
    font-family: 'Poppins' sans-serif;
}

.textContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tips {
    padding: 10px;
    margin-top: 5px;
    max-width: max-content;
    width: auto;
    height: auto;
    background: hsl(214deg 97% 59%);
    border-radius: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.tipsBox {
    width: auto;
    margin-left: 10px;
    color: white;
    font-family: 'Poppins' sans-serif;
}

.tipsContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.span {
    font-size: 10px;
}

.h1 {
    font-size: 16px;
    font-weight: bold;
}

.p {
    margin-top: 5px;
    font-size: 12px;
    font-weight: lighter;
}

.VAPTCHA-init-main {
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    background-color: #eeeeee;
}

.VAPTCHA-init-loading {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.VAPTCHA-init-loading>a {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
}

.VAPTCHA-init-loading .VAPTCHA-text {
    font-family: sans-serif;
    font-size: 12px;
    color: #cccccc;
    vertical-align: middle;
}

.radio-inputs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 1.5rem;
    background-color: #eeeeeeb9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    width: 100%;
    font-size: 14px;
}

.radio-inputs .radio {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1.5rem;
    border: none;
    padding: .5rem 0;
    color: rgba(51, 65, 85, 1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.radio-inputs .radio input:checked+.name {
    background-color: #ffffffb9;
    font-weight: 600;
}

.ToasterGroup {
    margin: auto;
    margin-top: 10px;
    padding-block-end: 5vh;
    display: grid;
    justify-items: center;
    justify-content: center;
    gap: 1vh;
    pointer-events: none;
}

.Toaster {
    width: 70vw;
    overflow-wrap: break-word;
    height: auto;
    max-width: 500px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    border-radius: 0.5rem;
    background-color: #0091ff;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.Island {
    margin: auto;
    top: 5px;
    padding-block-end: 5vh;
    display: none;
    justify-items: center;
    justify-content: center;
    gap: 1vh;
    z-index: 1000;
    position: fixed;
    left: 0;
    right: 0;
    pointer-events: none;
    width: 77vw;
    height: auto;
    max-width: 500px;
    text-align: center;
    border-radius: 4rem;
    background-color: #0091ff;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    padding: 10px;
    animation: popout 1.5s ease-in,mini 1s 3s forwards;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease 0s;
    align-items: center;
    min-width: 100px;
}

@keyframes popout {
    from {
        width: 10vw;
    }

    to {
        width: 77vw;
    }
}

@keyframes mini {
    from {
        width: 77vw;
    }

    to {
        width: 10vw;
    }
}

@keyframes disappear {
    from {
        opacity: 1;
    }

    to {
        opacity: 0
    }
}

.menubar {
    width: calc(100%-30px);
    border-right: 3px #000000;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 15px;
    text-align: center;
}

.ul {
    list-style-type: none !important;
    padding: 0;
    display:inline;
}

.li {
    margin: auto;
    display:inline;
    overflow: hidden;
    white-space: nowrap;
}

.tab-noactive {
    text-decoration: none;
    color: #999999;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    padding: 7px;
    border-radius: 0.3rem;
    display: inline-flex;
    align-items: center;
}

.tab-active {
    border-radius: 0.3rem;
    background-color: #0091ff;
    color: white;
}

.page {
    overflow-y: scroll;
    padding: 10px;
}

.tab-icon {
    fill: currentColor; 
}

.add_button_tohome {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    z-index: 200;
    /* transform: translateX(-50%); */
    background: #378ef5;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 30%);
    border: none;
}

.pagebar {
    z-index: 200;
    position: fixed;
    bottom: 0.5rem;
    top: auto;
    width: 70vw;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.692);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.125);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -ms-backdrop-filter: blur(30px);
    -o-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    display: none;
}

@media screen and (orientation: landscape) and (min-width: 811px) {
    .InputModule {
        margin-top: 3vh;
        width: 35vw;
        height: auto;
        float: left;
        margin-left: 1.5vw;
        max-height: 60vh;
        transition: 0.8s cubic-bezier(0.83, 0.02, 0.38, 1);
    }

    .SpawnModule {
        width: 52vw;
        height: 80vh;
        margin-right: 1.5vw;
        float: right;
        transition: 0.8s cubic-bezier(0.83, 0.02, 0.38, 1);
    }

    .SideMenu {
        margin-left: 1.5vw;
        float: left;
    }
}

@media screen and (min-width: 812px) and (orientation:portrait) {

    .InputModule {
        margin-top: 3vh;
        margin-left: 1vw;
        width: 35vw;
        max-height: 60vh;
        height: auto;
        float: left;
        transition: 0.8s cubic-bezier(0.83, 0.02, 0.38, 1);
    }

    .SpawnModule {
        width: 50vw;
        height: 80vh;
        margin-right: 1vw;
        float: right;
        transition: 0.8s cubic-bezier(0.83, 0.02, 0.38, 1);
    }

    .SideMenu {
        margin-left: 1.5vw;
        float: left;
    }

    input {
        max-width: 40vw;
        font-size: medium;
        height: 1.1rem;
        margin: 0.6rem;
    }
}

@media screen and (max-width: 811px) {
    .InputModule {
        width: 75vw;
        left: -80%;
        height: calc(100vh - 90px);
        transition: 0.8s cubic-bezier(0.83, 0.02, 0.38, 1);
        position: fixed;
        z-index: 5;
    }

    .SpawnModule {
        width: 82vw;
        height: calc(100vh - 90px);
        transition: 0.8s cubic-bezier(0.83, 0.02, 0.38, 1);
        top: 3vh;
    }

    input {
        max-width: 100%;
        font-size: medium;
        height: 1.1rem;
        margin: 0.6rem;
    }

    .SideMenu {
        width: 75vw;
        height: calc(100vh - 90px);
        right: -80%;
        top: 0;
        margin-top: 3vh;
        max-height: 100vh;
        position: fixed;
        z-index: 5;
    }

    .pagebar {
        display:flex;
    }

    body {
        overflow: hidden;
    }
}

.svg {
    width: 3.25em;
    transform-origin: center;
    animation: rotate4 2s linear infinite;
}

circle {
    fill: none;
    stroke: hsl(214, 97%, 59%);
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}

.command-plaza-section {
    margin: 20px 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.375);
    border-radius: 1.5rem;
}

.command-share-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.command-share-form input {
    width: calc(100% - 20px);
    margin: 5px 10px;
}

.shared-commands-container {
    margin-top: 20px;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

#captchaText {
    font-family: monospace;
    font-size: 18px;
    font-weight: bold;
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 4px;
    letter-spacing: 2px;
}

#refreshCaptcha {
    padding: 5px 10px;
    cursor: pointer;
}