.cf-turnstile {
    display: none;
}

.v1 {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 10px;
}

.iconv1 {
    width: 30%;
    height: 30%;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.iconv1 img {
    width: 100%;
    height: 100%;
}

.textv1 {
    max-width: 220px;
    flex-grow: 1;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
}

.buttonv1 {
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 19px;
}

.v2 {
    display: none;
    position: absolute;
    right: 0;
    bottom: 10%;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 25px;
    max-width: 42%;
    transition: opacity 0.2s ease-in-out;
}

.iconv2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.iconv2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buttonv2 {
    background-color: #ff004f;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.sticky-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.2s ease-in-out;
}

.sticky-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v3 {
    text-align: center;
}

.app-gridv3 {
    width: 60%;
    height: 60%;
    margin-bottom: 20px;
}

.titlev3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitlev3 {
    font-size: 16px;
    color: #555;
}

.mo-v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: flex;
}

.mov1 {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    width: 290px;
    text-align: center;
    margin: 0 0 25px;
    padding: 18px 0 0px;
}

.mov1 p {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0 0 35px;
    padding: 0 25px;
}

.mov1 .buttonsv1 {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
}

.mov1 a {
    flex: 1;
    padding: 10px 0;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.mov1 a:first-child {
    border-right: 1px solid #ddd;
    height: 100%;
}

.mo-v2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.mov2 {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.mov2 h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}

.mov2 .buttons {
    display: flex;
    justify-content: space-between;
}

.mov2 a {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    flex: 1;
    margin: 0 5px;
    text-decoration: none;
    color: inherit;
}

.mov2 a.cancel {
    background-color: white;
    color: black;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.mov2 a.logout {
    background-color: white;
    color: red;
    border-color: red;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.upload-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border: 1px solid rgba(22, 24, 35, 0.12);
    border-radius: 2px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #161823;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.upload-btn:hover {
    background: rgba(22, 24, 35, 0.03);
}

.input-container:has(input:focus) {
    border-color: red !important;
}

label:has(+ .input-container input:focus) {
    color: red !important;
}

.color-coin {
    color: #f7a80f;
    font-weight: 500;
}

.user-info-bottom {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 2px;
}

.coin-loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #ffbb00 94%, #0000) top / 2px 2px no-repeat, conic-gradient(#0000 30%, #ffbb00);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 2px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.user-info-divider {
    width: 1px;
    height: 20px;
    background-color: #ddd;
    margin: 0 8px;
}

.coin-display {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #161823;
}

.icon-user {
    width: 16px;
    height: 16px;
}

.coin-in-session {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .icon-user {
        width: 18px;
        height: 18px;
    }

    .coin-in-session {
        font-size: 16px;
    }
}