@import "https://fonts.googleapis.com/css2?family=Exo+2:wght@300;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";
@import "https://fonts.googleapis.com/css2?family=Lilita+One&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap";
.example-component[data-v-2ff170a4] {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 20px;
}
.hero-bg[data-v-aed35544] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.amount-button.active {
    background-color: #4CAF50; /* Tom de azul/verde */
    border-color: #4CAF50;
}
.hero-bg[data-v-aed35544]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}
.hero-bg img[data-v-aed35544] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-site-name[data-v-aed35544] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    font-size: 3em;
    transform: skew(0, 357deg);
}
.hero-site-name h1[data-v-aed35544] {
    margin: 0;
}
.hero-description[data-v-aed35544] {
    position: relative;
    margin: 2em;
    width: 450px;
    height: 72px;
    border-radius: 4px;
    background-color: #d4e5ff;
}
.hero-description .center[data-v-aed35544] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.hero-description .monitor-wrapper[data-v-aed35544] {
    background: #050321;
    width: 430px;
    height: 50px;
    border-radius: 4px;
    box-shadow: 0 2px 2px 2px #0000004d;
}
.hero-description .monitor-wrapper .monitor[data-v-aed35544] {
    width: 400px;
    height: 30px;
    border-radius: 4px;
    background-color: #344151;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: inset 0 5px 10px 2px #0000004d;
}
.hero-description .monitor-wrapper .monitor p[data-v-aed35544] {
    font-family: monospace;
    position: relative;
    display: inline-block;
    animation: move-aed35544 5s infinite linear;
    color: #fff;
}
@keyframes move-aed35544 {
    0% {
        left: 370px;
    }
    to {
        left: -400px;
    }
}
.hero-actions[data-v-aed35544] {
    margin-top: 7em;
    display: flex;
    gap: 0.5em;
}
@media (max-width: 600px) {
    .hero-actions[data-v-aed35544] {
        flex-direction: column;
    }
}
.z-index-2[data-v-aed35544] {
    z-index: 2;
}
.sweet-title[data-v-aed35544] {
    color: #fde9ff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: clamp(3rem, 10vw, 6rem);
    line-height: 0.75em;
    text-align: center;
    text-shadow: 3px 1px 1px #5a81ff, 2px 2px 1px #165bfb, 4px 2px 1px #5a81ff, 3px 3px 1px #165bfb, 5px 3px 1px #5a81ff, 4px 4px 1px #165bfb, 6px 4px 1px #5a81ff, 5px 5px 1px #165bfb, 7px 5px 1px #5a81ff, 6px 6px 1px #165bfb,
        8px 6px 1px #5a81ff, 7px 7px 1px #165bfb, 9px 7px 1px #5a81ff;
}
.sweet-title span[data-v-aed35544] {
    display: block;
    position: relative;
}
.sweet-title span[data-v-aed35544]:before {
    content: attr(data-text);
    position: absolute;
    text-shadow: 2px 2px 1px #ff3979, -1px -1px 1px #c736f9, -2px 2px 1px #ff3979, 1px -1px 1px #f736f9;
    z-index: 1;
}
.sweet-title span[data-v-aed35544]::nth-child(1) {
    padding-right: 2.25rem;
}
.sweet-title span[data-v-aed35544]::nth-child(2) {
    padding-left: 2.25rem;
}
.text-end {
    text-align: end;
}
.hover\:text-white\/70:hover {
    color: #ffffffb3;
}
.login-form[data-v-5fb07ab6] {
    width: 100%;
    color: #fff;
}
.logo-header[data-v-5fb07ab6] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.75rem;
    margin: 0;
}
.logo-image[data-v-5fb07ab6] {
    width: 200px !important;
    height: auto;
}
.logo-image-popup{
    width: 200px !important;
    height: auto;
}
.form-container[data-v-5fb07ab6] {
    margin-top: 0.5rem;
    width: 100%;
}
.login-form-content[data-v-5fb07ab6] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.input-group[data-v-5fb07ab6] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: border-color 0.2s ease;
}
.input-group[data-v-5fb07ab6]:focus-within {
    border-color: var(--secondary-color);
    border-width: 0.5px;
}
.input-icon[data-v-5fb07ab6] {
    border-right: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px 0 0 4px;
    z-index: 2;
    width: 3rem;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
}
.form-input[data-v-5fb07ab6] {
    height: 50px;
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
    font-size: 16px;
    border: none;
    outline: none;
    color: #fff;
}
.form-input[data-v-5fb07ab6]::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    margin-left: -6rem;
}
.form-input[data-v-5fb07ab6]::placeholder {
    color: #fff;
    font-size: 16px;
    margin-left: -6rem;
}
.form-input[data-v-5fb07ab6]:focus {
    border: none;
    outline: none;
}
.form-input.error[data-v-5fb07ab6] {
    border-color: #ef4444;
}
.password-toggle[data-v-5fb07ab6] {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}
.forgot-password[data-v-5fb07ab6] {
    text-align: end;
    font-size: 13px;
    line-height: 0.75rem;
    padding: 0.25rem 0;
    cursor: pointer;
    margin: 0;
    transition: color 0.2s ease;
}
.forgot-password[data-v-5fb07ab6]:hover {
    color: #ffffffb3;
}
.error-messages[data-v-5fb07ab6] {
    margin-top: 0.5rem;
}
.error-message[data-v-5fb07ab6] {
    color: #ef4444;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
.submit-section[data-v-5fb07ab6] {
    margin-top: 1rem;
}
.submit-btn[data-v-5fb07ab6] {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    pointer-events: auto;
    background-color: var(--secondary-color);
    width: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}
.submit-btn[data-v-5fb07ab6]:hover:not(:disabled) {
    background-color: var(--dark-color);
    transform: translateY(-1px);
}
.submit-btn[data-v-5fb07ab6]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.register-link[data-v-5fb07ab6] {
    text-align: center;
    font-size: 13px;
    margin-top: 2.25rem;
    margin-bottom: 0;
}
.register-link-text[data-v-5fb07ab6] {
    color: var(--secondary-color);
    cursor: pointer;
    transition: color 0.2s ease;
}
.register-link-text[data-v-5fb07ab6]:hover {
    color: var(--dark-color);
}
@media (min-width: 1024px) {
    .submit-btn[data-v-5fb07ab6] {
        height: 2.5rem;
    }
}
.h-\[50px\] {
    height: 50px;
}
.border-solid {
    border-style: solid;
}
.border-white\/10 {
    border-color: #ffffff1a;
}
.border-\[0\.5px\] {
    border-width: 0.5px;
}
.border-r-\[0\.5px\] {
    border-right-width: 0.5px;
}
.rounded-\[4px\] {
    border-radius: 4px;
}
.rounded-l-\[4px\] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rounded-r-\[4px\] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.z-\[2\] {
    z-index: 2;
}
.w-12 {
    width: 3rem;
}
.text-secondary-color {
    color: var(--secondary-color);
}
.top-3 {
    top: 0.75rem;
}
.right-4 {
    right: 1rem;
}
.text-\[10px\] {
    font-size: 10px;
}
.placeholder\:text-white::-moz-placeholder {
    color: #fff;
}
.placeholder\:text-white::placeholder {
    color: #fff;
}
.placeholder\:text-\[13px\]::-moz-placeholder {
    font-size: 13px;
}
.placeholder\:text-\[13px\]::placeholder {
    font-size: 13px;
}
.placeholder\:-ml-24::-moz-placeholder {
    margin-left: -6rem;
}
.placeholder\:-ml-24::placeholder {
    margin-left: -6rem;
}
.focus\:border-0:focus {
    border-width: 0;
}
.focus\:outline-none:focus {
    outline: none;
}
.leading-3 {
    line-height: 0.75rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.mt-9 {
    margin-top: 2.25rem;
}
.h-8 {
    height: 2rem;
}
@media (min-width: 1024px) {
    .lg\:h-10 {
        height: 2.5rem;
    }
}
.register-form[data-v-adc61d8f] {
    width: 100%;
    color: #fff;
}
.logo-header[data-v-adc61d8f] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.75rem;
    margin: 0;
}
.logo-image[data-v-adc61d8f] {
    width: 200px;
    height: auto;
}
.form-container[data-v-adc61d8f] {
    margin-top: 0.5rem;
    width: 100%;
}
.register-form-content[data-v-adc61d8f] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.input-group[data-v-adc61d8f] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: border-color 0.2s ease;
}
.input-group[data-v-adc61d8f]:focus-within {
    border-color: var(--secondary-color);
    border-width: 0.5px;
}
.input-icon[data-v-adc61d8f] {
    border-right: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px 0 0 4px;
    z-index: 2;
    width: 3rem;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
}
.form-input[data-v-adc61d8f] {
    height: 50px;
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
    position: relative;
    font-size: 16px;
    border: none;
    outline: none;
    color: #fff;
}
.form-input[data-v-adc61d8f]::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    margin-left: -6rem;
}
.form-input[data-v-adc61d8f]::placeholder {
    color: #fff;
    font-size: 16px;
    margin-left: -6rem;
}
.form-input[data-v-adc61d8f]:focus {
    border: none;
    outline: none;
}
.form-input.error[data-v-adc61d8f] {
    border-color: #ef4444;
}
.password-toggle[data-v-adc61d8f] {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}
.terms-text[data-v-adc61d8f] {
    text-align: center;
    font-size: 10px;
    color: #ffffff80;
    line-height: 0.75rem;
    padding: 0.25rem 0;
    margin: 0;
}
.terms-link[data-v-adc61d8f] {
    color: var(--secondary-color);
    cursor: pointer;
    transition: color 0.2s ease;
}
.terms-link[data-v-adc61d8f]:hover {
    color: var(--dark-color);
}
.error-messages[data-v-adc61d8f] {
    margin-top: 0.5rem;
}
.error-message[data-v-adc61d8f] {
    color: #ef4444;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
.submit-section[data-v-adc61d8f] {
    margin-top: 1rem;
}
.submit-btn[data-v-adc61d8f] {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    pointer-events: auto;
    background-color: var(--secondary-color);
    width: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}
.submit-btn[data-v-adc61d8f]:hover:not(:disabled) {
    background-color: var(--dark-color);
    transform: translateY(-1px);
}
.submit-btn[data-v-adc61d8f]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.login-link[data-v-adc61d8f] {
    text-align: center;
    font-size: 13px;
    margin-top: 2.25rem;
    margin-bottom: 0;
}
.login-link-text[data-v-adc61d8f] {
    color: var(--secondary-color);
    cursor: pointer;
    transition: color 0.2s ease;
}
.login-link-text[data-v-adc61d8f]:hover {
    color: var(--dark-color);
}
@media (min-width: 1024px) {
    .submit-btn[data-v-adc61d8f] {
        height: 2.5rem;
    }
}
.font-pressPlay {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
}
.justify-start {
    justify-content: flex-start;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.p-2 {
    padding: 0.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.bg-gray-200 {
    background-color: #e5e7eb;
}
.from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-to: rgba(0, 0, 0, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black {
    --tw-gradient-to: #000;
}
.bg-opacity-30 {
    background-color: #e5e7eb4d;
}
.rounded-2xl {
    border-radius: 1rem;
}
.p-\[1px\] {
    padding: 1px;
}
.from-sky-500 {
    --tw-gradient-from: var(--sky-500);
    --tw-gradient-to: rgba(14, 165, 233, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-primary-color {
    --tw-gradient-to: rgba(0, 24, 254, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--primary-color), var(--tw-gradient-to);
}
.to-secondary-color\/40 {
    --tw-gradient-to: rgba(0, 97, 255, 0.4);
}
.bg-gradient-139.from-sky-500.via-primary-color.to-secondary-color\/40 {
    background: linear-gradient(139deg, var(--sky-500), var(--primary-color), rgba(0, 97, 255, 0.4));
}
@media (min-width: 1024px) {
    .lg\:mt-0 {
        margin-top: 0;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.games-page[data-v-bd3f588e] {
    background: var(--background-system);
    min-height: 100vh;
    padding: 1px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.games-page[data-v-bd3f588e] > [data-v-bd3f588e] {
    width: 100%;
    max-width: 100%;
}
.games-section[data-v-bd3f588e] {
    padding: 3px;
    background: var(--background-system);
    width: 100%;
    max-width: 100%;
}
.games-header[data-v-bd3f588e] {
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 100%;
}
.games-header .flex span[data-v-bd3f588e] {
    color: #fff;
    text-shadow: 2px 2px 0px #000;
}
.games-grid[data-v-bd3f588e] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    width: 100%;
    max-width: 100%;
}
.game-card[data-v-bd3f588e] {
    background: #1a1a1a;
    border-radius: calc(1rem - 1px);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    aspect-ratio: 0.95;
    height: 100%;
    position: relative;
}
.game-card.game-blurred .game-image img[data-v-bd3f588e] {
    filter: blur(4px);
    transform: scale(1.1);
}
.game-card[data-v-bd3f588e]:hover,
.cursor-pointer .game-card[data-v-bd3f588e]:hover {
    transform: translateY(-2px);
}
.cursor-not-allowed .game-card[data-v-bd3f588e]:hover {
    transform: none;
}
.game-image[data-v-bd3f588e] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.game-image img[data-v-bd3f588e] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
}
.game-overlay[data-v-bd3f588e] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000038;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.game-overlay.overlay-active[data-v-bd3f588e] {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 768px) {
    .game-card:hover .game-overlay[data-v-bd3f588e] {
        opacity: 1;
        visibility: visible;
    }
    .game-card:hover .game-image img[data-v-bd3f588e] {
        filter: blur(2px);
        transform: scale(1.05);
    }
}
.game-buttons[data-v-bd3f588e] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
    padding: 0.5rem;
    width: 100%;
}
.play-btn[data-v-bd3f588e],
.test-btn[data-v-bd3f588e] {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    pointer-events: auto;
    width: 100%;
    max-width: 200px;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}
.play-btn[data-v-bd3f588e] {
    background-color: var(--secondary-color);
    color: #fff;
    font-family: "Press Start 2P", system-ui;
    letter-spacing: 0.1em;
}
.test-btn[data-v-bd3f588e] {
    background-color: var(--button-gradient-1);
    color: #fff;
    font-size: 0.75rem;
    font-weight: bolder;
}
.test-btn.single-btn[data-v-bd3f588e] {
    width: 100%;
    max-width: 200px;
}
.button-icon[data-v-bd3f588e] {
    font-size: 1rem;
    margin-right: 0.5rem;
}
@media (min-width: 1024px) {
    .play-btn[data-v-bd3f588e],
    .test-btn[data-v-bd3f588e] {
        height: 5rem;
        max-height: none;
    }
    .play-btn[data-v-bd3f588e] {
        font-size: 1.5rem;
    }
    .test-btn[data-v-bd3f588e] {
        font-size: 1rem;
        font-family: "Press Start 2P", system-ui;
    }
}
.winners-section[data-v-bd3f588e] {
    background: var(--background-system);
    padding: 1px;
    width: 100%;
    max-width: 100%;
}
.winners-header[data-v-bd3f588e] {
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 100%;
}
.winners-header .flex span[data-v-bd3f588e] {
    color: #fff;
    text-shadow: 2px 2px 0px #000;
}
.trophy-icon[data-v-bd3f588e] {
    font-size: 1.5rem;
    animation: trophyAnimation-bd3f588e 1.5s ease-in-out infinite;
}
@keyframes trophyAnimation-bd3f588e {
    0%,
    to {
        transform: scale(1) rotate(0);
    }
    25% {
        transform: scale(1.2) rotate(5deg);
    }
    50% {
        transform: scale(1.2) rotate(-5deg);
    }
    75% {
        transform: scale(1.2) rotate(5deg);
    }
}
.winners-container[data-v-bd3f588e] {
    height: 240px;
    overflow: hidden;
    position: relative;
}
.winners-list[data-v-bd3f588e] {
    display: flex;
    flex-direction: column;
    gap: 0;
    animation: scrollUp-bd3f588e 24s linear infinite;
}
@keyframes scrollUp-bd3f588e {
    0% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}
.winner-item[data-v-bd3f588e] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background: var(--accent-color);
    border-bottom: 2px solid var(--background-system);
    min-height: 60px;
    flex-shrink: 0;
}
.winner-item[data-v-bd3f588e]:last-child {
    border-bottom: 2px solid var(--background-system);
}
.winner-avatar[data-v-bd3f588e] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 0.75rem;
    flex-shrink: 0;
}
.winner-avatar img[data-v-bd3f588e] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.winner-info[data-v-bd3f588e] {
    flex: 1;
    min-width: 0;
}
.winner-name[data-v-bd3f588e] {
    font-weight: 700;
    color: #000;
    font-size: 0.9rem;
}
.winner-game[data-v-bd3f588e] {
    color: #333;
    font-size: 0.8rem;
}
.winner-prize[data-v-bd3f588e] {
    font-weight: 700;
    color: #000;
    font-size: 0.85rem;
    white-space: nowrap;
}
.faq-section[data-v-bd3f588e] {
    background: var(--background-system);
    padding: 1rem;
    width: 100%;
    max-width: 100%;
}
.faq-icon[data-v-bd3f588e] {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.question-mark[data-v-bd3f588e] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--others-button-1), var(--others-button-2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    box-shadow: 0 10px 30px #8b5cf64d;
}
.faq-header[data-v-bd3f588e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.faq-icon-small[data-v-bd3f588e] {
    font-size: 1.2rem;
}
.faq-header h2[data-v-bd3f588e] {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}
.faq-list[data-v-bd3f588e] {
    margin-bottom: 2rem;
    width: 100%;
}
.faq-item[data-v-bd3f588e] {
    background: #1a1a1a;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.faq-item[data-v-bd3f588e]:hover {
    background: #333;
}
.faq-question[data-v-bd3f588e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    color: #fff;
    font-weight: 500;
    width: 100%;
}
.faq-toggle[data-v-bd3f588e] {
    font-size: 1.2rem;
    font-weight: 700;
}
.faq-answer[data-v-bd3f588e] {
    padding: 0 1rem 1rem;
    color: #ccc;
    line-height: 1.5;
    text-align: left;
}
.section-separator[data-v-bd3f588e] {
    width: 100%;
    height: 2px;
    background: var(--accent-color);
    margin: 2rem 0;
}
.contact-info[data-v-bd3f588e] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.contact-item[data-v-bd3f588e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}
.contact-label[data-v-bd3f588e] {
    color: #888;
    font-size: 0.9rem;
}
.contact-value[data-v-bd3f588e] {
    color: #fff;
    font-weight: 500;
}
.loading[data-v-bd3f588e],
.no-games[data-v-bd3f588e] {
    text-align: center;
    padding: 2rem;
    color: #888;
}
@media (min-width: 480px) {
    .games-grid[data-v-bd3f588e] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .text-2xl[data-v-bd3f588e] {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 768px) {
    .games-page[data-v-bd3f588e] > [data-v-bd3f588e] {
        max-width: 800px;
    }
    .games-grid[data-v-bd3f588e] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
        max-width: 800px;
    }
    .games-section[data-v-bd3f588e] {
        padding: 1rem;
    }
    .winners-section[data-v-bd3f588e] {
        padding: 1rem;
        max-width: 800px;
    }
    .faq-section[data-v-bd3f588e] {
        padding: 2rem;
        max-width: 800px;
    }
}
@media (min-width: 1024px) {
    .games-page[data-v-bd3f588e] > [data-v-bd3f588e] {
        max-width: 1000px;
    }
    .games-grid[data-v-bd3f588e] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        max-width: 1000px;
    }
    .games-section[data-v-bd3f588e] {
        padding: 1.5rem;
    }
    .winners-section[data-v-bd3f588e] {
        padding: 1.5rem;
        max-width: 1000px;
    }
    .faq-section[data-v-bd3f588e] {
        padding: 2.5rem;
        max-width: 1000px;
    }
    .game-card[data-v-bd3f588e] {
        aspect-ratio: 0.8;
    }
}
@media (min-width: 1440px) {
    .games-page[data-v-bd3f588e] > [data-v-bd3f588e] {
        max-width: 1200px;
    }
    .games-grid[data-v-bd3f588e] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.2rem;
        max-width: 1200px;
    }
    .games-section[data-v-bd3f588e] {
        padding: 2rem;
    }
    .winners-section[data-v-bd3f588e] {
        padding: 2rem;
        max-width: 1200px;
    }
    .faq-section[data-v-bd3f588e] {
        padding: 3rem;
        max-width: 1200px;
    }
}
@media (min-width: 768px) {
    .game-card[data-v-bd3f588e]:hover {
        transform: translateY(-5px);
        transition: transform 0.3s ease;
    }
    .winner-item[data-v-bd3f588e]:hover {
        background-color: #ffffff0d;
        transition: background-color 0.3s ease;
    }
    .faq-item[data-v-bd3f588e]:hover,
    .play-btn[data-v-bd3f588e]:hover,
    .test-btn[data-v-bd3f588e]:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px #0000004d;
    }
}
.promo-bar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--accent-color);
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    z-index: 1;
    height: auto;
    min-height: 48px;
}
.promo-text {
    font-size: 0.75rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    flex: 1;
    max-width: 300px;
    line-height: 1.2;
}
.promo-button {
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
    border-radius: 0.5rem;
    background: #fff;
    color: #6366f1;
    font-size: 0.75rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.promo-button:hover {
    background: #f8fafc;
    transform: translateY(-1px);
}
.navbar-main {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}
.dropdown-menu-custom {
    background-color: var(--accent-color);
}
.bg-default-background {
    background-color: var(--background-system);
}
.bg-gradient-low {
    background: linear-gradient(135deg, var(--gradient-navbar-1) 0%, var(--gradient-navbar-2) 25%, transparent 50%);
}
.from-primary-color {
    --tw-gradient-from: var(--primary-color);
    --tw-gradient-to: rgba(0, 24, 254, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary-color\/5 {
    --tw-gradient-to: rgba(0, 24, 254, 0.05);
}
.border-y-\[1px\] {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-secondary-color\/40 {
    border-color: rgba(0, 97, 255, 0.4);
}
.h-\[75px\] {
    height: 75px;
}
.w-\[120px\],
.lg\:w-\[150px\] {
    width: 120px;
}
@media (min-width: 1024px) {
    .lg\:w-\[150px\] {
        width: 150px;
    }
}
.min-w-\[160px\] {
    min-width: 160px;
}
.top-8 {
    top: 2rem;
}
.h-6,
.lg\:h-8 {
    height: 1.5rem;
}
@media (min-width: 1024px) {
    .lg\:h-8 {
        height: 2rem;
    }
}
.px-1\.5,
.lg\:px-2 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
@media (min-width: 1024px) {
    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
.p-2\.5 {
    padding: 0.625rem;
}
.gap-1 {
    gap: 0.25rem;
}
.w-3 {
    width: 0.75rem;
}
.h-1\.5 {
    height: 0.375rem;
}
.hover\:border-y-\[1px\]:hover {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.hover\:-my-\[1px\]:hover {
    margin-top: -1px;
    margin-bottom: -1px;
}
.hover\:border-white\/10:hover {
    border-color: #ffffff1a;
}
.hover\:bg-white\/5:hover {
    background-color: #ffffff0d;
}
.hover\:blur-\[0\.5px\]:hover {
    filter: blur(0.5px);
}
.z-\[9999999\] {
    z-index: 9999999;
}
.bg-primary-color\/40 {
    background-color: var(--color-buttons-2);
}
.text-white\/30,
.balance-input {
    color: #ffffff4d;
}
.my-balance-in-mobile {
    display: none;
}
@media (max-width: 1023px) {
    .my-balance-in-mobile {
        display: flex !important;
    }
}
@media (min-width: 768px) {
    .promo-bar {
        padding: 1rem 2rem;
        min-height: 56px;
    }
    .promo-text {
        font-size: 0.875rem;
        max-width: 400px;
    }
    .promo-button {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
        border-radius: 0.5rem;
        min-height: 28px;
    }
}
@media (min-width: 1024px) {
    .promo-bar {
        min-height: 64px;
    }
}
.fixed {
    position: fixed;
}
.left-0 {
    left: 0;
}
.z-10 {
    z-index: 10;
}
.z-50 {
    z-index: 50;
}
.w-4 {
    width: 1rem;
}
.h-2 {
    height: 0.5rem;
}
.hidden,
.lg\:block {
    display: none;
}
@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }
}
.lg\:hidden {
    display: block;
}
@media (min-width: 1024px) {
    .lg\:hidden {
        display: none;
    }
}
@media (max-width: 390px) {
    .text-2xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
    .gap-2 {
        gap: 1rem !important;
    }
}
@media (max-width: 300px) {
    .text-2xl {
        font-size: 1.05rem !important;
        line-height: 1.75rem !important;
    }
    .gap-2 {
        gap: 1rem !important;
    }
}
.justify-between {
    justify-content: space-between;
}
.justify-end {
    justify-content: flex-end;
}
.rounded {
    border-radius: 0.25rem;
}
.border-0 {
    border-width: 0;
}
.border-white {
    border-color: #fff;
}
.border-opacity-5 {
    border-color: #ffffff0d;
}
.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-left {
    -o-object-position: left;
    object-position: left;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pt-4 {
    padding-top: 1rem;
}
.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.text-start {
    text-align: start;
}
.text-gray-800 {
    color: #1f2937;
}
.dark\:text-white {
    color: #fff;
}
.pointer-events-auto {
    pointer-events: auto;
}
.cursor-pointer {
    cursor: pointer;
}
.rotate-0 {
    transform: rotate(0);
}
.rotate-180 {
    transform: rotate(180deg);
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.duration-200 {
    transition-duration: 0.2s;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.to-black\/25 {
    --tw-gradient-to: rgba(0, 0, 0, 0.25);
}
.auth-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.transform {
    transform: translate(0) translateY(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}
.bg-primary-color {
    background-color: var(--primary-color);
}
.backdrop-blur-2xl {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}
.bg-opacity-50 {
    background-color: var(--boder-carousel);
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.text-left {
    text-align: left;
}
.align-middle {
    vertical-align: middle;
}
.shadow-2xl {
    box-shadow: 0 25px 50px -12px #00000040;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.bg-gradient-139 {
    background: linear-gradient(139deg, var(--colors));
}
.from-black\/25 {
    --tw-gradient-from: rgba(0, 0, 0, 0.25);
    --tw-gradient-to: rgba(0, 0, 0, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
    --tw-gradient-to: transparent;
}
.bg-gradient-139.from-black\/25.to-transparent {
    background: linear-gradient(139deg, rgba(0, 0, 0, 0.25), transparent);
}
.border-white\/5 {
    border-color: #ffffff0d;
}
.bg-secondary-color {
    background-color: var(--blue-secondary);
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.w-\[42px\] {
    width: 42px;
}
.h-\[42px\] {
    height: 42px;
}
.font-bold {
    font-weight: 700;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.drop-shadow-md {
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}
@media (min-width: 1024px) {
    .lg\:min-w-\[600px\] {
        min-width: 600px;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:p-12 {
        padding: 3rem;
    }
    .lg\:h-10 {
        height: 2.5rem;
    }
}
.modal-overlay[data-v-aa215ccd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b3;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding: 1rem;
}
.modal-container[data-v-aa215ccd] {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    transform: translate(0) translateY(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: var(--boder-carousel);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 1rem 1rem 3rem;
    text-align: left;
    vertical-align: middle;
    box-shadow: 0 25px 50px -12px #00000040;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(139deg, rgba(0, 0, 0, 0.25), transparent);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    animation: modalSlideIn-aa215ccd 0.3s ease-out;
}
@keyframes modalSlideIn-aa215ccd {
    0% {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.modal-close-btn[data-v-aa215ccd] {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0 0.5rem;
    pointer-events: auto;
    background-color: var(--secondary-color);
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    font-weight: 700;
    font-size: 1.125rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}
.modal-close-btn[data-v-aa215ccd]:hover {
    background-color: var(--dark-color);
    transform: scale(1.05);
}
@media (min-width: 1024px) {
    .modal-container[data-v-aa215ccd] {
        max-width: 500px;
        padding: 1.5rem 1.5rem 3rem;
    }
    .modal-close-btn[data-v-aa215ccd] {
        height: 2.5rem;
    }
}
@media (max-width: 768px) {
    .modal-overlay[data-v-aa215ccd] {
        padding: 0.5rem;
        align-items: center;
        justify-content: center;
    }
    .modal-container[data-v-aa215ccd] {
        margin: 0;
        min-width: calc(100vw - 1.5rem);
        max-width: calc(100vw - 1.5rem);
        width: calc(100vw - 1rem);
        padding: 0.75rem 0.75rem 2rem;
        max-height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
@media (max-width: 480px) {
    .modal-overlay[data-v-aa215ccd] {
        padding: 0.25rem;
        align-items: center;
        justify-content: center;
    }
    .modal-container[data-v-aa215ccd] {
        min-width: calc(100vw - 1.5rem);
        max-width: calc(100vw - 1.5rem);
        width: calc(100vw - 0.5rem);
        padding: 0.5rem 0.5rem 1.5rem;
        max-height: calc(100vh - 2rem);
    }
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.overflow-hidden {
    overflow: hidden;
}
.h-full {
    height: 100%;
}
.border-2 {
    border-width: 2px;
}
.border-primary-color\/50 {
    border-color: var(--boder-carousel);
}
@media (min-width: 1024px) {
    .lg\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
.banner-carousel-wrapper[data-v-4291b2d2] {
    background: var(--background-system);
    padding: 5px 1px 1px;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.carousel-container[data-v-4291b2d2] {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    background: var(--background-system);
    touch-action: pan-y;
}
.carousel-track[data-v-4291b2d2] {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.carousel-slide[data-v-4291b2d2] {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
}
.banner-image[data-v-4291b2d2] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.carousel-nav[data-v-4291b2d2] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-nav[data-v-4291b2d2]:hover {
    transform: translateY(-50%) scale(1.1);
}
.carousel-nav svg[data-v-4291b2d2] {
    width: 12px;
    height: 12px;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
.carousel-nav.prev[data-v-4291b2d2] {
    left: 8px;
}
.carousel-nav.next[data-v-4291b2d2] {
    right: 8px;
}
.rotate-0[data-v-4291b2d2] {
    transform: rotate(0);
}
.rotate-180[data-v-4291b2d2] {
    transform: rotate(180deg);
}
.text-white[data-v-4291b2d2] {
    color: #fff;
}
.carousel-indicators[data-v-4291b2d2] {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}
.indicator[data-v-4291b2d2] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #fff6;
    cursor: pointer;
    transition: all 0.3s ease;
}
.indicator.active[data-v-4291b2d2] {
    background: var(--accent-color);
    transform: scale(1.2);
    width: 18px;
    border-radius: 7px;
}
.indicator[data-v-4291b2d2]:hover {
    background: #fff9;
}
.indicator.active[data-v-4291b2d2]:hover {
    background: var(--accent-color);
}
@media (min-width: 480px) {
    .carousel-container[data-v-4291b2d2] {
        height: 220px;
    }
    .carousel-nav[data-v-4291b2d2] {
        width: 35px;
        height: 35px;
    }
    .carousel-nav svg[data-v-4291b2d2] {
        width: 14px;
        height: 14px;
    }
    .carousel-nav.prev[data-v-4291b2d2] {
        left: 12px;
    }
    .carousel-nav.next[data-v-4291b2d2] {
        right: 12px;
    }
    .indicator[data-v-4291b2d2] {
        width: 10px;
        height: 10px;
    }
}
@media (min-width: 768px) {
    .banner-carousel-wrapper[data-v-4291b2d2] {
        padding-top: 70px;
    }
    .carousel-container[data-v-4291b2d2] {
        height: 280px;
        max-width: 800px;
    }
    .carousel-nav[data-v-4291b2d2] {
        width: 40px;
        height: 40px;
    }
    .carousel-nav svg[data-v-4291b2d2] {
        width: 16px;
        height: 16px;
    }
    .carousel-nav.prev[data-v-4291b2d2] {
        left: 15px;
    }
    .carousel-nav.next[data-v-4291b2d2] {
        right: 15px;
    }
}
@media (min-width: 1024px) {
    .banner-carousel-wrapper[data-v-4291b2d2] {
        padding-top: 80px;
    }
    .carousel-container[data-v-4291b2d2] {
        height: 350px;
        max-width: 1000px;
    }
    .carousel-nav svg[data-v-4291b2d2] {
        width: 18px;
        height: 18px;
    }
}
@media (min-width: 1440px) {
    .carousel-container[data-v-4291b2d2] {
        height: 400px;
        max-width: 1200px;
    }
}
.winners-section[data-v-dafa01de] {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-radius: 12px;
    padding: 1.5rem;
    height: 500px;
    display: flex;
    flex-direction: column;
}
.winners-header[data-v-dafa01de] {
    margin-bottom: 1rem;
}
.winners-header h2[data-v-dafa01de] {
    color: gold;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.winners-container[data-v-dafa01de] {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.winners-scroll[data-v-dafa01de] {
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.winners-scroll[data-v-dafa01de]::-webkit-scrollbar {
    display: none;
}
.winner-item[data-v-dafa01de] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background: #ffffff0d;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 3px solid #4caf50;
}
.winner-item[data-v-dafa01de]:hover {
    background: #ffffff1a;
    transform: translate(5px);
}
.winner-avatar[data-v-dafa01de] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    background: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
}
.game-icon[data-v-dafa01de] {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}
.winner-info[data-v-dafa01de] {
    flex: 1;
    min-width: 0;
}
.winner-name[data-v-dafa01de] {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.winner-game[data-v-dafa01de] {
    color: #4caf50;
    font-size: 0.8rem;
    margin-top: 2px;
}
.winner-amount[data-v-dafa01de] {
    color: gold;
    font-weight: 700;
    font-size: 0.9rem;
    margin-right: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.winner-time[data-v-dafa01de] {
    color: #888;
    font-size: 0.7rem;
    min-width: 60px;
    text-align: right;
}
@media (max-width: 768px) {
    .winners-section[data-v-dafa01de] {
        height: 400px;
        padding: 1rem;
    }
    .winner-item[data-v-dafa01de] {
        padding: 0.5rem;
    }
    .winner-avatar[data-v-dafa01de] {
        width: 35px;
        height: 35px;
        margin-right: 0.75rem;
    }
    .game-icon[data-v-dafa01de] {
        width: 25px;
        height: 25px;
    }
    .winner-name[data-v-dafa01de] {
        font-size: 0.8rem;
    }
    .winner-amount[data-v-dafa01de] {
        font-size: 0.8rem;
        margin-right: 0.5rem;
    }
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-4 {
    gap: 1rem;
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-to: rgba(185, 28, 28, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-red-500 {
    --tw-gradient-to: #ef4444;
}
.bg-opacity-60 {
    background-color: #b91c1c99;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.border-\[1px\] {
    border-width: 1px;
}
.border-red-400 {
    border-color: #f87171;
}
.shadow-red-600 {
    box-shadow: 0 4px 6px -1px #dc26261a, 0 2px 4px -1px #dc26260f;
}
.shadow-md {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.p-4 {
    padding: 1rem;
}
.uppercase {
    text-transform: uppercase;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.font-semibold {
    font-weight: 600;
}
.text-center {
    text-align: center;
}
.text-gray-200 {
    color: #e5e7eb;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.leading-8 {
    line-height: 2rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.w-full {
    width: 100%;
}
.text-\[13px\] {
    font-size: 13px;
}
.text-white\/50 {
    color: #ffffff80;
}
.text-white {
    color: #fff;
}
.grid {
    display: grid;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.z-\[999\] {
    z-index: 999;
}
.-top-3 {
    top: -0.75rem;
}
.-right-6 {
    right: -1.5rem;
}
.rounded-full {
    border-radius: 9999px;
}
.bg-yellow-100 {
    background-color: #fef3c7;
}
.text-yellow-800 {
    color: #92400e;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.me-2 {
    margin-inline-end: 0.5rem;
}
.font-medium {
    font-weight: 500;
}
.dark\:bg-yellow-900 {
    background-color: #78350f;
}
.dark\:text-yellow-300 {
    color: #fcd34d;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
}
.deposit-form[data-v-da4f2bb8] {
    width: 100%;
    color: #fff;
    font-family: Play, sans-serif;
}
.deposit-form[data-v-da4f2bb8] [data-v-da4f2bb8] {
    font-family: Play, sans-serif;
}
.promo-banner[data-v-da4f2bb8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: linear-gradient(to right, #b91c1ccc, #ef4444cc);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #f87171;
    box-shadow: 0 4px 6px -1px #dc26261a;
    border-radius: 0.5rem;
    padding: 0.75rem;
}
.promo-content[data-v-da4f2bb8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    width: 100%;
}
.promo-title[data-v-da4f2bb8] {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
    font-family: Play, sans-serif;
}
.countdown-timer[data-v-da4f2bb8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.time-unit[data-v-da4f2bb8] {
    padding: 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    background: #fff;
    border-radius: 0.5rem;
    color: #000;
    min-width: 40px;
    text-align: center;
}
.time-separator[data-v-da4f2bb8] {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}
.promo-description[data-v-da4f2bb8] {
    text-align: center;
    color: #e5e7eb;
    font-weight: 600;
    font-size: 0.75rem;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.section-title[data-v-da4f2bb8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0;
    font-family: Play, sans-serif;
}
.pix-icon[data-v-da4f2bb8] {
    width: 24px;
    height: 24px;
}
.form-container[data-v-da4f2bb8] {
    margin-top: 0.5rem;
    width: 100%;
}
.deposit-form-content[data-v-da4f2bb8] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.limits-text[data-v-da4f2bb8] {
    font-size: 13px;
    color: #ffffff80;
    margin: 0 0 1rem;
    font-family: Play, sans-serif;
}
.limit-value[data-v-da4f2bb8] {
    color: #fff;
}
.quick-amounts[data-v-da4f2bb8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    position: relative;
    margin-bottom: 1rem;
}
.amount-button-wrapper[data-v-da4f2bb8] {
    position: relative;
    width: 100%;
}
.amount-button[data-v-da4f2bb8] {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    pointer-events: auto;
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    width: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: Play, sans-serif;
}
.amount-button[data-v-da4f2bb8]:hover {
    background-color: rgba(0, 24, 254, 0.54);
    transform: translateY(-1px);
}
.amount-button.active[data-v-da4f2bb8] {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.custom-amount-group[data-v-da4f2bb8] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: border-color 0.2s ease;
    margin-bottom: 1rem;
}
.custom-amount-group[data-v-da4f2bb8]:focus-within {
    border-color: var(--secondary-color);
    border-width: 0.5px;
}
.custom-amount-input[data-v-da4f2bb8] {
    height: 45px;
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0.75rem;
    position: relative;
    font-size: 16px;
    border: none;
    outline: none;
    color: #fff;
    font-family: Play, sans-serif;
}
.custom-amount-input[data-v-da4f2bb8]::-moz-placeholder {
    color: #fff;
    font-size: 16px;
}
.custom-amount-input[data-v-da4f2bb8]::placeholder {
    color: #fff;
    font-size: 16px;
}
.custom-amount-input[data-v-da4f2bb8]:focus {
    border: none;
    outline: none;
}
.custom-amount-input.error[data-v-da4f2bb8] {
    border-color: #ef4444;
}
.error-messages[data-v-da4f2bb8] {
    margin-top: 0.5rem;
}
.error-message[data-v-da4f2bb8] {
    color: #ef4444;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    font-family: Play, sans-serif;
}
.submit-section[data-v-da4f2bb8] {
    margin-top: 1rem;
}
.submit-btn[data-v-da4f2bb8] {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    pointer-events: auto;
    background-color: var(--secondary-color);
    width: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: Play, sans-serif;
}
.submit-btn[data-v-da4f2bb8]:hover:not(:disabled) {
    background-color: var(--dark-color);
    transform: translateY(-1px);
}
.submit-btn[data-v-da4f2bb8]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
@media (max-width: 768px) {
    .deposit-form[data-v-da4f2bb8] {
        font-size: 0.9rem;
    }
    .promo-banner[data-v-da4f2bb8] {
        margin-bottom: 0.75rem;
        padding: 0.5rem;
    }
    .promo-title[data-v-da4f2bb8] {
        font-size: 0.75rem;
    }
    .promo-description[data-v-da4f2bb8] {
        font-size: 0.65rem;
    }
    .time-unit[data-v-da4f2bb8] {
        padding: 0.25rem;
        font-size: 1rem;
        min-width: 35px;
    }
    .section-title[data-v-da4f2bb8] {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
        gap: 0.5rem;
    }
    .pix-icon[data-v-da4f2bb8] {
        width: 20px;
        height: 20px;
    }
    .limits-text[data-v-da4f2bb8] {
        font-size: 12px;
        margin-bottom: 0.75rem;
    }
    .quick-amounts[data-v-da4f2bb8] {
        gap: 0.375rem;
        margin-bottom: 0.75rem;
    }
    .amount-button[data-v-da4f2bb8] {
        height: 2.5rem;
        font-size: 0.75rem;
        padding: 0 0.375rem;
    }
    .custom-amount-group[data-v-da4f2bb8] {
        margin-bottom: 0.75rem;
    }
    .custom-amount-input[data-v-da4f2bb8] {
        height: 40px;
        padding: 0 0.5rem;
        font-size: 16px;
    }
    .submit-btn[data-v-da4f2bb8] {
        height: 2.5rem;
        font-size: 0.75rem;
    }
}
@media (max-width: 480px) {
    .promo-banner[data-v-da4f2bb8] {
        padding: 0.375rem;
        margin-bottom: 0.5rem;
    }
    .promo-title[data-v-da4f2bb8] {
        font-size: 0.7rem;
    }
    .promo-description[data-v-da4f2bb8] {
        font-size: 0.6rem;
    }
    .time-unit[data-v-da4f2bb8] {
        padding: 0.125rem;
        font-size: 0.875rem;
        min-width: 30px;
    }
    .section-title[data-v-da4f2bb8] {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .limits-text[data-v-da4f2bb8] {
        font-size: 11px;
        margin-bottom: 0.5rem;
    }
    .quick-amounts[data-v-da4f2bb8] {
        gap: 0.25rem;
        margin-bottom: 0.5rem;
    }
    .amount-button[data-v-da4f2bb8] {
        height: 2.25rem;
        font-size: 0.7rem;
    }
    .custom-amount-input[data-v-da4f2bb8] {
        height: 38px;
    }
    .submit-btn[data-v-da4f2bb8] {
        height: 2.25rem;
        font-size: 0.7rem;
    }
}
@media (min-width: 1024px) {
    .quick-amounts[data-v-da4f2bb8] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .promo-content[data-v-da4f2bb8] {
        flex-direction: row;
    }
    .submit-btn[data-v-da4f2bb8],
    .amount-button[data-v-da4f2bb8] {
        height: 3.5rem;
    }
}
.withdraw-form[data-v-1f9baffc] {
    width: 100%;
    color: #fff;
    font-family: Play, sans-serif;
}
.withdraw-form[data-v-1f9baffc] [data-v-1f9baffc] {
    font-family: Play, sans-serif;
}
.section-title[data-v-1f9baffc] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0;
    font-family: Play, sans-serif;
}
.pix-icon[data-v-1f9baffc] {
    width: 24px;
    height: 24px;
}
.form-container[data-v-1f9baffc] {
    margin-top: 0.5rem;
    width: 100%;
}
.withdraw-form-content[data-v-1f9baffc] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.limits-text[data-v-1f9baffc] {
    font-size: 13px;
    color: #ffffff80;
    margin: 0 0 1rem;
    font-family: Play, sans-serif;
}
.limit-value[data-v-1f9baffc] {
    color: #fff;
}
.input-group[data-v-1f9baffc] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: border-color 0.2s ease;
    margin-bottom: 1rem;
}
.input-group[data-v-1f9baffc]:focus-within {
    border-color: var(--secondary-color);
    border-width: 0.5px;
}
.form-input[data-v-1f9baffc],
.form-select[data-v-1f9baffc] {
    height: 45px;
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0.75rem;
    position: relative;
    font-size: 16px;
    border: none;
    outline: none;
    color: #fff;
    font-family: Play, sans-serif;
}
.form-input[data-v-1f9baffc]::-moz-placeholder {
    color: #fff;
    font-size: 16px;
}
.form-input[data-v-1f9baffc]::placeholder {
    color: #fff;
    font-size: 16px;
}
.form-select[data-v-1f9baffc] {
    color: #ffffff80;
    cursor: pointer;
}
.form-select option[data-v-1f9baffc] {
    background-color: #1a1a1a;
    color: #fff;
    padding: 0.5rem;
}
.form-input[data-v-1f9baffc]:focus,
.form-select[data-v-1f9baffc]:focus {
    border: none;
    outline: none;
}
.form-input.error[data-v-1f9baffc],
.form-select.error[data-v-1f9baffc] {
    border-color: #ef4444;
}
.error-messages[data-v-1f9baffc] {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.error-message[data-v-1f9baffc] {
    color: #ef4444;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    font-family: Play, sans-serif;
}
.submit-section[data-v-1f9baffc] {
    margin-top: 1rem;
}
.submit-btn[data-v-1f9baffc] {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    pointer-events: auto;
    background-color: var(--secondary-color);
    width: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: Play, sans-serif;
}
.submit-btn[data-v-1f9baffc]:hover:not(:disabled) {
    background-color: var(--dark-color);
    transform: translateY(-1px);
}
.submit-btn[data-v-1f9baffc]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.info-text[data-v-1f9baffc] {
    font-size: 0.75rem;
    color: #ffffffb3;
    padding: 1rem 0;
    margin: 0;
    font-family: Play, sans-serif;
    line-height: 1.4;
    text-align: center;
}
.warnings-section[data-v-1f9baffc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.5rem;
}
.warning-item[data-v-1f9baffc] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 4px;
    padding: 0.75rem;
    font-weight: 400;
    color: #ffffffb3;
    font-family: Play, sans-serif;
}
.warning-icon[data-v-1f9baffc] {
    color: #fbbf24;
    font-size: 1rem;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .withdraw-form[data-v-1f9baffc] {
        font-size: 0.9rem;
    }
    .section-title[data-v-1f9baffc] {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
        gap: 0.5rem;
    }
    .pix-icon[data-v-1f9baffc] {
        width: 20px;
        height: 20px;
    }
    .limits-text[data-v-1f9baffc] {
        font-size: 12px;
        margin-bottom: 0.75rem;
    }
    .input-group[data-v-1f9baffc] {
        margin-bottom: 0.75rem;
    }
    .form-input[data-v-1f9baffc],
    .form-select[data-v-1f9baffc] {
        height: 40px;
        padding: 0 0.5rem;
        font-size: 16px;
    }
    .submit-btn[data-v-1f9baffc] {
        height: 2.5rem;
        font-size: 0.75rem;
    }
    .info-text[data-v-1f9baffc] {
        font-size: 0.7rem;
        padding: 0.75rem 0;
    }
    .warning-item[data-v-1f9baffc] {
        padding: 0.5rem;
        font-size: 0.75rem;
        gap: 0.5rem;
    }
}
@media (max-width: 480px) {
    .section-title[data-v-1f9baffc] {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .limits-text[data-v-1f9baffc] {
        font-size: 11px;
        margin-bottom: 0.5rem;
    }
    .input-group[data-v-1f9baffc] {
        margin-bottom: 0.5rem;
    }
    .form-input[data-v-1f9baffc],
    .form-select[data-v-1f9baffc] {
        height: 38px;
    }
    .submit-btn[data-v-1f9baffc] {
        height: 2.25rem;
        font-size: 0.7rem;
    }
    .info-text[data-v-1f9baffc] {
        font-size: 0.65rem;
        padding: 0.5rem 0;
    }
    .warning-item[data-v-1f9baffc] {
        padding: 0.375rem;
        font-size: 0.7rem;
    }
}
@media (min-width: 1024px) {
    .submit-btn[data-v-1f9baffc] {
        height: 3.5rem;
    }
    .form-input[data-v-1f9baffc],
    .form-select[data-v-1f9baffc] {
        height: 50px;
    }
}
.play-regular {
    font-family: Play, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.play-bold {
    font-family: Play, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.pix-payment-modal[data-v-f3d2101f] {
    width: 100%;
    color: #fff;
    font-family: Play, sans-serif;
}
.pix-payment-modal[data-v-f3d2101f] [data-v-f3d2101f] {
    font-family: Play, sans-serif;
}
.section-title[data-v-f3d2101f] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0;
    font-family: Play, sans-serif;
}
.pix-icon[data-v-f3d2101f] {
    width: 24px;
    height: 24px;
}
.amount-display[data-v-f3d2101f] {
    font-size: 1rem;
    color: #fffc;
    margin: 0 0 1.5rem;
    font-family: Play, sans-serif;
    text-align: center;
    font-weight: 500;
}
.amount-value[data-v-f3d2101f] {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem;
}
.qr-section[data-v-f3d2101f] {
    margin-bottom: 1.5rem;
}
.qr-container[data-v-f3d2101f] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px;
    padding: 1rem;
}
.qr-wrapper[data-v-f3d2101f] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px #0000004d;
}
.qr-code[data-v-f3d2101f] {
    max-width: 240px;
    max-height: 240px;
    width: 100%;
    height: auto;
    display: block;
}
.qr-loading[data-v-f3d2101f],
.qr-error[data-v-f3d2101f] {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.loading-spinner[data-v-f3d2101f] {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin-f3d2101f 1s linear infinite;
}
@keyframes spin-f3d2101f {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.error-icon[data-v-f3d2101f] {
    font-size: 2rem;
    color: #ef4444;
}
.qr-loading p[data-v-f3d2101f],
.qr-error p[data-v-f3d2101f] {
    margin: 0;
    font-size: 0.875rem;
    font-family: Play, sans-serif;
}
.pix-code-section[data-v-f3d2101f] {
    margin-bottom: 1.5rem;
}
.limits-text[data-v-f3d2101f] {
    font-size: 13px;
    color: #ffffff80;
    margin: 0 0 1rem;
    font-family: Play, sans-serif;
}
.copy-section[data-v-f3d2101f] {
    margin-top: 0.5rem;
}
.copy-button[data-v-f3d2101f] {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    pointer-events: auto;
    background-color: var(--color-buttons-2);
    width: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: Play, sans-serif;
}
.copy-button[data-v-f3d2101f]:hover:not(:disabled) {
    background-color: var(--dark-color);
    transform: translateY(-1px);
}
.copy-button[data-v-f3d2101f]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.warnings-section[data-v-f3d2101f] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.5rem;
}
.warning-item[data-v-f3d2101f] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 4px;
    padding: 0.75rem;
    font-weight: 400;
    color: #ffffffb3;
    font-family: Play, sans-serif;
}
.warning-icon[data-v-f3d2101f] {
    color: #fbbf24;
    font-size: 1rem;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .pix-payment-modal[data-v-f3d2101f] {
        font-size: 0.9rem;
    }
    .section-title[data-v-f3d2101f] {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
        gap: 0.5rem;
    }
    .pix-icon[data-v-f3d2101f] {
        width: 20px;
        height: 20px;
    }
    .amount-display[data-v-f3d2101f] {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    .amount-value[data-v-f3d2101f] {
        font-size: 1.1rem;
    }
    .qr-container[data-v-f3d2101f] {
        min-height: 240px;
        padding: 0.75rem;
    }
    .qr-wrapper[data-v-f3d2101f] {
        padding: 0.75rem;
    }
    .qr-code[data-v-f3d2101f] {
        max-width: 200px;
        max-height: 200px;
    }
    .limits-text[data-v-f3d2101f] {
        font-size: 12px;
        margin-bottom: 0.75rem;
    }
    .copy-button[data-v-f3d2101f] {
        height: 2.5rem;
        font-size: 0.75rem;
    }
    .warning-item[data-v-f3d2101f] {
        padding: 0.5rem;
        font-size: 0.75rem;
        gap: 0.5rem;
    }
}
@media (max-width: 480px) {
    .section-title[data-v-f3d2101f] {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    .amount-display[data-v-f3d2101f] {
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
    }
    .amount-value[data-v-f3d2101f] {
        font-size: 1rem;
    }
    .qr-container[data-v-f3d2101f] {
        min-height: 200px;
        padding: 0.5rem;
    }
    .qr-wrapper[data-v-f3d2101f] {
        padding: 0.5rem;
    }
    .qr-code[data-v-f3d2101f] {
        max-width: 160px;
        max-height: 160px;
    }
    .limits-text[data-v-f3d2101f] {
        font-size: 11px;
        margin-bottom: 0.5rem;
    }
    .copy-button[data-v-f3d2101f] {
        height: 2.25rem;
        font-size: 0.7rem;
    }
    .warning-item[data-v-f3d2101f] {
        padding: 0.375rem;
        font-size: 0.7rem;
    }
}
@media (min-width: 1024px) {
    .copy-button[data-v-f3d2101f] {
        height: 3.5rem;
    }
    .qr-container[data-v-f3d2101f] {
        min-height: 320px;
    }
    .qr-code[data-v-f3d2101f] {
        max-width: 280px;
        max-height: 280px;
    }
}
.affiliate-page[data-v-df7548b0] {
    min-height: 100vh;
    padding: 0.5rem;
    font-family: Play, sans-serif;
}
.affiliate-header[data-v-df7548b0] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.header-content[data-v-df7548b0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}
.affiliate-gif[data-v-df7548b0] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-text h1[data-v-df7548b0] {
    font-size: 1.3rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
    color: #fff;
}
.header-text p[data-v-df7548b0] {
    font-size: 0.9rem;
    margin: 0;
    color: #fffc;
}
.main-content[data-v-df7548b0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.sidebar[data-v-df7548b0] {
    order: 1;
}
.info-card[data-v-df7548b0] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
}
.info-card h4[data-v-df7548b0] {
    color: #fff;
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 600;
}
.info-card ul[data-v-df7548b0] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-card li[data-v-df7548b0] {
    color: #fffc;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
    font-size: 0.9rem;
}
.info-card li[data-v-df7548b0]:before {
    content: "•";
    color: var(--primary-color);
    position: absolute;
    left: 0;
}
.quick-stats[data-v-df7548b0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.quick-stat[data-v-df7548b0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick-stat .label[data-v-df7548b0] {
    color: #fffc;
    font-size: 0.9rem;
}
.quick-stat .value[data-v-df7548b0] {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
}
.affiliate-section[data-v-df7548b0] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    order: 2;
}
.stats-grid[data-v-df7548b0] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.stat-card[data-v-df7548b0] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}
.stat-card[data-v-df7548b0]:hover {
    transform: translateY(-2px);
    border-color: var(--secondary-color);
}
.balance-card[data-v-df7548b0] {
    background: var(--secondary-color);
    background-image: linear-gradient(to bottom, #00000026, #00000026);
}
.stat-icon[data-v-df7548b0] {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff1a;
    border-radius: 50%;
    flex-shrink: 0;
}
.stat-content[data-v-df7548b0] {
    flex: 1;
}
.stat-content h3[data-v-df7548b0] {
    color: #fff;
    margin: 0 0 0.25rem;
    font-size: 0.9rem;
    font-weight: 400;
}
.stat-value[data-v-df7548b0] {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}
.earnings-section[data-v-df7548b0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.earnings-card[data-v-df7548b0] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1rem;
}
.earnings-card h3[data-v-df7548b0] {
    color: #fff;
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.earnings-details[data-v-df7548b0] {
    margin-bottom: 1.5rem;
}
.detail-row[data-v-df7548b0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fffc;
    font-size: 0.9rem;
}
.detail-row.total[data-v-df7548b0] {
    border-bottom: none;
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
}
.detail-row .value[data-v-df7548b0] {
    color: #fff;
    font-weight: 500;
}
.detail-row .value.positive[data-v-df7548b0] {
    color: var(--primary-color);
}
.detail-row .value.negative[data-v-df7548b0] {
    color: #f44;
}
.withdraw-btn[data-v-df7548b0] {
    width: 100%;
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    font-family: Play, sans-serif;
}
.withdraw-btn[data-v-df7548b0]:hover {
    background-color: var(--dark-color);
    transform: translateY(-2px);
}
.links-section[data-v-df7548b0] {
    margin-bottom: 1.5rem;
}
.links-section h3[data-v-df7548b0] {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.links-description[data-v-df7548b0] {
    color: #fffc;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.links-grid[data-v-df7548b0] {
    display: grid;
    gap: 0.75rem;
}
.link-card[data-v-df7548b0] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: all 0.3s ease;
}
.link-card[data-v-df7548b0]:hover {
    transform: translateY(-2px);
    border-color: var(--primary-color);
}
.link-card.demo-link[data-v-df7548b0] {
    background: #ffd70033;
    background-image: linear-gradient(to bottom, #ffd7001a, #ffd7001a);
    border-color: #ffd7004d;
}
.link-card.demo-link[data-v-df7548b0]:hover {
    border-color: gold;
}
.link-info h4[data-v-df7548b0] {
    color: #fff;
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.link-info h4 i[data-v-df7548b0] {
    color: var(--primary-color);
    font-size: 0.8rem;
}
.demo-link .link-info h4 i[data-v-df7548b0] {
    color: gold;
}
.link-url[data-v-df7548b0] {
    color: var(--primary-color);
    font-size: 0.8rem;
    word-break: break-all;
    line-height: 1.3;
}
.link-actions[data-v-df7548b0] {
    display: flex;
    gap: 0.5rem;
}
.copy-btn[data-v-df7548b0],
.preview-btn[data-v-df7548b0] {
    border: none;
    padding: 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-family: Play, sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    flex: 1;
}
.copy-btn[data-v-df7548b0] {
    background: var(--secondary-color);
    color: #fff;
}
.copy-btn[data-v-df7548b0]:hover {
    background: var(--dark-color);
    transform: translateY(-1px);
}
.preview-btn[data-v-df7548b0] {
    background: #ffffff1a;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.preview-btn[data-v-df7548b0]:hover {
    background: #fff3;
    transform: translateY(-1px);
}
.no-links-message[data-v-df7548b0] {
    background: #ffc1071a;
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
}
.no-links-message p[data-v-df7548b0] {
    color: #fffc;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}
.no-links-message i[data-v-df7548b0] {
    color: #ffc107;
}
.indications-section[data-v-df7548b0] {
    margin-bottom: 1rem;
}
.indications-section h3[data-v-df7548b0] {
    color: #fff;
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.table-container[data-v-df7548b0] {
    overflow-x: auto;
    border-radius: 6px;
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
}
.indications-table[data-v-df7548b0] {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.indications-table th[data-v-df7548b0],
.indications-table td[data-v-df7548b0] {
    padding: 0.5rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.8rem;
}
.indications-table th[data-v-df7548b0] {
    background: #ffffff1a;
    color: #fff;
    font-weight: 600;
}
.indications-table td[data-v-df7548b0] {
    color: #fffc;
}
.deposit-amount[data-v-df7548b0] {
    color: var(--primary-color) !important;
    font-weight: 600;
}
.application-section[data-v-df7548b0] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}
.status-card[data-v-df7548b0],
.application-card[data-v-df7548b0] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    width: 100%;
    max-width: 400px;
}
.status-card.pending[data-v-df7548b0] {
    border-color: #ff9800;
}
.status-card.rejected[data-v-df7548b0] {
    border-color: #f44;
}
.status-icon[data-v-df7548b0] {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.status-card h3[data-v-df7548b0],
.application-content h3[data-v-df7548b0] {
    color: #fff;
    margin: 0 0 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}
.status-card p[data-v-df7548b0] {
    color: #fffc;
    margin: 0 0 1rem;
    line-height: 1.6;
    font-size: 0.9rem;
}
.benefits-list[data-v-df7548b0] {
    margin-bottom: 2rem;
}
.benefit-item[data-v-df7548b0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #fffc;
    font-size: 0.9rem;
}
.benefit-item i[data-v-df7548b0] {
    color: var(--primary-color);
    font-size: 1.1rem;
    width: 20px;
    flex-shrink: 0;
}
.apply-btn[data-v-df7548b0] {
    width: 100%;
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    padding: 1rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    font-family: Play, sans-serif;
}
.apply-btn[data-v-df7548b0]:hover:not(:disabled) {
    background-color: var(--dark-color);
    transform: translateY(-2px);
}
.apply-btn[data-v-df7548b0]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
@media (min-width: 768px) {
    .affiliate-page[data-v-df7548b0] {
        padding: 1rem;
    }
    .affiliate-header[data-v-df7548b0] {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .header-content[data-v-df7548b0] {
        flex-direction: row;
        text-align: left;
        gap: 1.5rem;
    }
    .affiliate-gif[data-v-df7548b0] {
        width: 80px;
        height: 80px;
    }
    .header-text h1[data-v-df7548b0] {
        font-size: 1.8rem;
    }
    .header-text p[data-v-df7548b0] {
        font-size: 1rem;
    }
    .affiliate-section[data-v-df7548b0] {
        padding: 1.5rem;
    }
    .stats-grid[data-v-df7548b0] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .stat-card[data-v-df7548b0] {
        padding: 1.25rem;
    }
    .stat-icon[data-v-df7548b0] {
        width: 50px;
        height: 50px;
        font-size: 1.75rem;
    }
    .stat-value[data-v-df7548b0] {
        font-size: 1.5rem;
    }
    .earnings-section[data-v-df7548b0] {
        flex-direction: row;
        gap: 1.5rem;
    }
    .earnings-card[data-v-df7548b0] {
        flex: 1;
        padding: 1.5rem;
    }
    .earnings-card h3[data-v-df7548b0] {
        font-size: 1.2rem;
    }
    .link-card[data-v-df7548b0] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .link-info[data-v-df7548b0] {
        flex: 1;
        margin-right: 1rem;
    }
    .link-actions[data-v-df7548b0] {
        flex-shrink: 0;
        min-width: 140px;
    }
    .copy-btn[data-v-df7548b0],
    .preview-btn[data-v-df7548b0] {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
    .indications-table th[data-v-df7548b0],
    .indications-table td[data-v-df7548b0] {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    .info-card[data-v-df7548b0] {
        padding: 1.25rem;
    }
}
@media (min-width: 1024px) {
    .affiliate-page[data-v-df7548b0] {
        padding: 1.5rem;
    }
    .affiliate-header[data-v-df7548b0] {
        max-width: 1400px;
        margin: 0 auto 2rem;
        padding: 2rem;
    }
    .affiliate-gif[data-v-df7548b0] {
        width: 120px;
        height: 120px;
    }
    .header-text h1[data-v-df7548b0] {
        font-size: 2.5rem;
    }
    .header-text p[data-v-df7548b0] {
        font-size: 1.2rem;
    }
    .main-content[data-v-df7548b0] {
        max-width: 1400px;
        margin: 0 auto;
        flex-direction: row;
        align-items: start;
        gap: 2rem;
    }
    .sidebar[data-v-df7548b0] {
        order: 2;
        width: 350px;
        flex-shrink: 0;
        position: sticky;
        top: 2rem;
    }
    .affiliate-section[data-v-df7548b0] {
        order: 1;
        flex: 1;
        padding: 2rem;
    }
    .stats-grid[data-v-df7548b0] {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    .stat-card[data-v-df7548b0] {
        padding: 1.5rem;
    }
    .stat-icon[data-v-df7548b0] {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }
    .stat-content h3[data-v-df7548b0] {
        font-size: 1rem;
    }
    .stat-value[data-v-df7548b0] {
        font-size: 1.8rem;
    }
    .earnings-card[data-v-df7548b0] {
        padding: 2rem;
    }
    .earnings-card h3[data-v-df7548b0] {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    .detail-row[data-v-df7548b0] {
        padding: 0.75rem 0;
    }
    .detail-row.total[data-v-df7548b0] {
        font-size: 1.1rem;
    }
    .withdraw-btn[data-v-df7548b0] {
        padding: 1rem;
        font-size: 1rem;
    }
    .links-section h3[data-v-df7548b0],
    .indications-section h3[data-v-df7548b0] {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    .link-card[data-v-df7548b0] {
        padding: 1.5rem;
    }
    .link-info h4[data-v-df7548b0] {
        font-size: 1rem;
    }
    .link-url[data-v-df7548b0] {
        font-size: 0.85rem;
    }
    .copy-btn[data-v-df7548b0],
    .preview-btn[data-v-df7548b0] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
    .link-url[data-v-df7548b0],
    .copy-btn[data-v-df7548b0] {
        font-size: 0.9rem;
    }
    .indications-table th[data-v-df7548b0],
    .indications-table td[data-v-df7548b0] {
        padding: 1rem;
        font-size: 1rem;
    }
    .status-card[data-v-df7548b0],
    .application-card[data-v-df7548b0] {
        padding: 3rem;
        max-width: 600px;
    }
    .status-icon[data-v-df7548b0] {
        font-size: 4rem;
    }
    .status-card h3[data-v-df7548b0],
    .application-content h3[data-v-df7548b0] {
        font-size: 1.8rem;
    }
    .benefit-item[data-v-df7548b0] {
        font-size: 1rem;
        gap: 1rem;
    }
    .benefit-item i[data-v-df7548b0] {
        font-size: 1.2rem;
    }
    .apply-btn[data-v-df7548b0] {
        padding: 1.2rem;
        font-size: 1.1rem;
    }
    .info-card[data-v-df7548b0] {
        padding: 1.5rem;
    }
    .info-card h4[data-v-df7548b0] {
        font-size: 1.1rem;
    }
    .info-card li[data-v-df7548b0],
    .quick-stat .label[data-v-df7548b0],
    .quick-stat .value[data-v-df7548b0] {
        font-size: 1rem;
    }
}
@media (min-width: 1400px) {
    .main-content[data-v-df7548b0],
    .affiliate-header[data-v-df7548b0] {
        max-width: 1600px;
    }
}
@keyframes slideIn-df7548b0 {
    0% {
        transform: translate(100%);
        opacity: 0;
    }
    to {
        transform: translate(0);
        opacity: 1;
    }
}
.game-page[data-v-d978d437] {
    height: calc(100vh - 120px);
    width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.loading-container[data-v-d978d437] {
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000c;
    overflow: hidden;
    box-sizing: border-box;
}
.loading-content[data-v-d978d437] {
    text-align: center;
    color: #fff;
}
.spinner[data-v-d978d437] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin-d978d437 1s linear infinite;
    margin: 0 auto 1rem;
}
@keyframes spin-d978d437 {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.loading-content p[data-v-d978d437] {
    font-size: 1.2rem;
    margin: 0;
}
.modal-overlay[data-v-d978d437] {
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.modal-overlay[data-v-d978d437]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0009;
    z-index: 1;
}
.modal-container[data-v-d978d437] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    overflow: hidden;
    box-sizing: border-box;
}
.modal-content[data-v-d978d437] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    border: 8px solid #000;
    border-radius: 25px;
    background: #fff;
    max-width: 90%;
    width: 90%;
    max-height: calc(100vh - 140px);
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.modal-header[data-v-d978d437] {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.modal-title[data-v-d978d437] {
    font-family: Lilita One, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
}
.modal-description[data-v-d978d437] {
    color: #000;
    text-align: center;
    font-family: Roboto Mono, monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}
.modal-body[data-v-d978d437] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.input-section[data-v-d978d437] {
    width: 100%;
    padding: 0 1.5rem;
}
.input-label[data-v-d978d437] {
    color: #000;
    font-family: Lilita One, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-bottom: 0.5rem;
    text-align: left;
}
.value-input[data-v-d978d437] {
    box-shadow: -6px 6px #0009;
    border: 2px solid #000;
    width: 100%;
    border-radius: 8px;
    height: 3.5rem;
    padding: 0.5rem;
    color: #000;
    font-family: Lilita One, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    transition: border-color 0.3s ease;
}
.value-input.error[data-v-d978d437] {
    border-color: #dc2626;
    box-shadow: -6px 6px #dc262699;
}
.value-input[data-v-d978d437]::-moz-placeholder {
    font-family: Roboto Mono, monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.value-input[data-v-d978d437]::placeholder {
    font-family: Roboto Mono, monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.value-input[data-v-d978d437]:focus {
    outline: none;
}
.error-message[data-v-d978d437] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.75rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    animation: slideDown-d978d437 0.3s ease-out;
}
@keyframes slideDown-d978d437 {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.error-icon[data-v-d978d437] {
    font-size: 1.2rem;
    flex-shrink: 0;
}
.error-text[data-v-d978d437] {
    color: #dc2626;
    font-family: Roboto Mono, monospace;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.4;
}
.buttons-section[data-v-d978d437] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}
.value-button[data-v-d978d437] {
    color: #fff;
    width: 100%;
    font-size: 1.25rem;
    font-family: Lilita One, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 2.5rem;
    background: #dc2626;
    border: none;
    border-radius: 4px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.5s;
    box-shadow: -3px 3px 0 2px #000;
    cursor: pointer;
}
.value-button[data-v-d978d437]:hover {
    background: #b91c1c;
}
.start-section[data-v-d978d437] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 100%;
}
.start-button[data-v-d978d437] {
    color: #fff;
    font-size: 1.5rem;
    font-family: Lilita One, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 2.5rem;
    padding: 0 2.5rem;
    background: #dc2626;
    border: none;
    border-radius: 8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.start-button[data-v-d978d437]:hover:not(:disabled) {
    background: #b91c1c;
    transform: scale(1.05);
}
.start-button[data-v-d978d437]:disabled,
.start-button.disabled[data-v-d978d437] {
    opacity: 0.6;
    cursor: not-allowed;
    background: #999;
    transform: none;
}
@media (max-width: 400px) {
    .modal-content[data-v-d978d437] {
        max-width: 98%;
        width: 98%;
        max-height: calc(100vh - 125px);
        padding: 0.5rem;
    }
    .modal-header[data-v-d978d437] {
        gap: 0.5rem;
        margin-bottom: 0.75rem;
    }
    .modal-title[data-v-d978d437] {
        font-size: 1rem;
        line-height: 1.1;
    }
    .modal-description[data-v-d978d437] {
        font-size: 0.8rem;
        line-height: 1.25;
    }
    .modal-body[data-v-d978d437] {
        gap: 0.75rem;
    }
    .input-section[data-v-d978d437] {
        padding: 0 0.25rem;
    }
    .input-label[data-v-d978d437] {
        font-size: 0.85rem;
    }
    .value-input[data-v-d978d437] {
        height: 2.5rem;
        font-size: 13px;
    }
    .value-input[data-v-d978d437]::-moz-placeholder {
        font-size: 13px;
    }
    .value-input[data-v-d978d437]::placeholder {
        font-size: 13px;
    }
    .error-message[data-v-d978d437] {
        padding: 0.5rem;
    }
    .error-text[data-v-d978d437] {
        font-size: 0.8rem;
    }
    .buttons-section[data-v-d978d437] {
        gap: 0.5rem;
        width: 90%;
    }
    .value-button[data-v-d978d437] {
        height: 1.75rem;
        font-size: 0.9rem;
    }
    .start-button[data-v-d978d437] {
        height: 2rem;
        font-size: 1.1rem;
        padding: 0 1rem;
    }
}
@media (max-width: 767px) {
    .game-page[data-v-d978d437],
    .loading-container[data-v-d978d437],
    .modal-overlay[data-v-d978d437] {
        height: calc(100vh - 120px);
        overflow: hidden;
    }
    .modal-container[data-v-d978d437] {
        padding: 0.5rem;
        overflow: hidden;
    }
    .modal-content[data-v-d978d437] {
        max-width: 95%;
        width: 95%;
        max-height: calc(100vh - 130px);
        padding: 0.75rem;
        overflow: hidden;
    }
    .modal-header[data-v-d978d437] {
        gap: 0.75rem;
        margin-bottom: 1rem;
    }
    .modal-title[data-v-d978d437] {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    .modal-description[data-v-d978d437] {
        font-size: 0.85rem;
        line-height: 1.3;
    }
    .modal-body[data-v-d978d437] {
        gap: 1rem;
    }
    .input-section[data-v-d978d437] {
        padding: 0 0.5rem;
    }
    .input-label[data-v-d978d437] {
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }
    .value-input[data-v-d978d437] {
        height: 2.75rem;
        font-size: 14px;
        padding: 0.375rem;
    }
    .value-input[data-v-d978d437]::-moz-placeholder {
        font-size: 14px;
    }
    .value-input[data-v-d978d437]::placeholder {
        font-size: 14px;
    }
    .error-text[data-v-d978d437] {
        font-size: 0.85rem;
    }
    .buttons-section[data-v-d978d437] {
        gap: 0.75rem;
        width: 85%;
    }
    .value-button[data-v-d978d437] {
        height: 2rem;
        font-size: 1rem;
    }
    .start-button[data-v-d978d437] {
        height: 2.25rem;
        font-size: 1.25rem;
        padding: 0 1.5rem;
    }
}
@media (min-width: 768px) {
    .game-page[data-v-d978d437],
    .loading-container[data-v-d978d437],
    .modal-overlay[data-v-d978d437] {
        height: calc(100vh - 120px);
        overflow: hidden;
    }
    .modal-container[data-v-d978d437] {
        overflow: hidden;
    }
    .modal-content[data-v-d978d437] {
        max-width: 60vw;
        max-height: calc(100vh - 140px);
        overflow: hidden;
    }
    .modal-header[data-v-d978d437] {
        gap: 2.5rem;
    }
    .modal-title[data-v-d978d437] {
        font-size: 2rem;
    }
    .modal-description[data-v-d978d437] {
        width: 80%;
        font-size: 1.125rem;
    }
    .buttons-section[data-v-d978d437] {
        flex-direction: row;
        width: 100%;
        padding: 0 1.5rem;
    }
    .value-button[data-v-d978d437] {
        height: 3rem;
        box-shadow: -4px 4px 0 4px #000;
    }
    .start-button[data-v-d978d437] {
        height: 3.5rem;
        padding: 0.5rem 2.5rem;
    }
}
@media (min-width: 1024px) {
    .game-page[data-v-d978d437],
    .loading-container[data-v-d978d437],
    .modal-overlay[data-v-d978d437] {
        height: calc(100vh - 120px);
        overflow: hidden;
    }
    .modal-container[data-v-d978d437] {
        overflow: hidden;
    }
    .modal-content[data-v-d978d437] {
        max-height: calc(100vh - 140px);
        overflow: hidden;
    }
    .modal-header[data-v-d978d437] {
        gap: 2.5rem;
    }
    .modal-title[data-v-d978d437] {
        font-size: 2rem;
    }
    .modal-description[data-v-d978d437] {
        width: 80%;
        font-size: 1.125rem;
    }
    .value-button[data-v-d978d437] {
        height: 3rem;
        box-shadow: -4px 4px 0 4px #000;
    }
    .start-button[data-v-d978d437] {
        height: 3.5rem;
        padding: 0.5rem 2.5rem;
    }
}
.game-presell-page[data-v-51ecc8ff] {
    min-height: 100vh;
    background: #0a0a0a;
}
.hero-section[data-v-51ecc8ff] {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.hero-overlay[data-v-51ecc8ff] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000b3;
    z-index: 1;
}
.hero-content[data-v-51ecc8ff] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 600px;
    padding: 2rem;
}
.balance-display[data-v-51ecc8ff] {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: #ef4444e6;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 500;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.game-info h1[data-v-51ecc8ff] {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.game-description[data-v-51ecc8ff] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}
.presell-notice[data-v-51ecc8ff] {
    background: var(--gradient-secondary);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(1, 175, 255, 0.3);
}
.start-button[data-v-51ecc8ff] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 auto 2rem;
    box-shadow: 0 4px 15px #ef444466;
}
.start-button[data-v-51ecc8ff]:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px #ef444499;
}
.start-button[data-v-51ecc8ff]:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}
.register-prompt[data-v-51ecc8ff] {
    background: #ffffff1a;
    padding: 1.5rem;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.register-prompt p[data-v-51ecc8ff] {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.register-button[data-v-51ecc8ff] {
    background: linear-gradient(135deg, var(--others-button-1), var(--others-button-2),);
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
}
.register-button[data-v-51ecc8ff]:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px var(--other-hover-1),;
}
.instructions-section[data-v-51ecc8ff] {
    padding: 4rem 0;
    background: #1a1a1a;
}
.container[data-v-51ecc8ff] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
.instructions-content[data-v-51ecc8ff] {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: start;
}
.character-image img[data-v-51ecc8ff] {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.instructions-text[data-v-51ecc8ff] {
    color: #fff;
}
.instructions-text h2[data-v-51ecc8ff] {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #ef4444;
}
.instructions-text h3[data-v-51ecc8ff],
.instructions-text h4[data-v-51ecc8ff] {
    color: #ef4444;
    margin: 1.5rem 0 0.75rem;
}
.instructions-text p[data-v-51ecc8ff] {
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #ccc;
}
.presell-benefits[data-v-51ecc8ff] {
    background: #ef44441a;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(239, 68, 68, 0.3);
    margin-top: 2rem;
}
.presell-benefits ul[data-v-51ecc8ff] {
    list-style: none;
    padding: 0;
}
.presell-benefits li[data-v-51ecc8ff] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: #ccc;
}
.presell-benefits li i[data-v-51ecc8ff] {
    color: var(--accent-color);
    font-size: 0.9rem;
}
.winners-section[data-v-51ecc8ff] {
    padding: 4rem 0;
    background: #0a0a0a;
}
.winners-section h2[data-v-51ecc8ff] {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.winners-list[data-v-51ecc8ff] {
    display: grid;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}
.winner-item[data-v-51ecc8ff] {
    background: #1a1a1a;
    padding: 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #333;
    transition: all 0.3s ease;
}
.winner-item[data-v-51ecc8ff]:hover {
    background: var(--background-system);
    border-color: #ef4444;
}
.winner-avatar[data-v-51ecc8ff] {
    width: 40px;
    height: 40px;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.winner-info[data-v-51ecc8ff] {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.winner-name[data-v-51ecc8ff] {
    color: #fff;
    font-weight: 500;
}
.winner-game[data-v-51ecc8ff] {
    color: #999;
    font-size: 0.9rem;
}
.winner-amount[data-v-51ecc8ff] {
    color: var(--accent-color);
    font-weight: 700;
    font-size: 1.1rem;
}
@media (max-width: 768px) {
    .balance-display[data-v-51ecc8ff] {
        position: static;
        margin-bottom: 2rem;
        font-size: 1rem;
    }
    .hero-content[data-v-51ecc8ff] {
        padding: 1rem;
    }
    .game-info h1[data-v-51ecc8ff] {
        font-size: 2rem;
    }
    .game-description[data-v-51ecc8ff] {
        font-size: 1rem;
    }
    .instructions-content[data-v-51ecc8ff] {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    .character-image[data-v-51ecc8ff] {
        max-width: 200px;
        margin: 0 auto;
    }
    .instructions-text[data-v-51ecc8ff] {
        text-align: left;
    }
    .start-button[data-v-51ecc8ff] {
        font-size: 1rem;
        padding: 0.875rem 1.5rem;
    }
    .register-button[data-v-51ecc8ff] {
        font-size: 0.9rem;
        padding: 0.625rem 1.25rem;
    }
}
@media (max-width: 480px) {
    .hero-section[data-v-51ecc8ff] {
        min-height: 80vh;
    }
    .game-info h1[data-v-51ecc8ff] {
        font-size: 1.5rem;
    }
    .presell-notice[data-v-51ecc8ff] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    .start-button[data-v-51ecc8ff],
    .register-button[data-v-51ecc8ff] {
        width: 100%;
        justify-content: center;
    }
}
body,
html {
    overflow-x: hidden;
    max-width: 100vw;
}
.lilita-one-regular {
    font-family: Lilita One, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.roboto-mono-regular {
    font-family: Roboto Mono, monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.game-test-page[data-v-4e4cf66f] {
    height: calc(100vh - 170px);
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    margin: 0;
    font-family: Play, sans-serif;
    overflow: hidden;
    box-sizing: border-box;
}
.overlay[data-v-4e4cf66f] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0009;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.test-card[data-v-4e4cf66f] {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 8px solid #000;
    border-radius: 25px;
    background: #fff;
    max-width: 90%;
    width: 90%;
    max-height: calc(100vh - 150px);
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.card-content[data-v-4e4cf66f] {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    max-width: 100%;
    overflow: hidden;
}
.title[data-v-4e4cf66f] {
    font-family: Lilita One, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
    width: 100%;
}
.description[data-v-4e4cf66f] {
    color: #000;
    text-align: center;
    font-family: Roboto Mono, monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
    width: 100%;
}
.highlight-box[data-v-4e4cf66f] {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border: 2px solid #2196f3;
    border-radius: 15px;
    padding: 1rem;
    margin: 0.5rem 0;
    width: 100%;
}
.highlight-text[data-v-4e4cf66f] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1976d2;
    margin: 0 0 0.5rem;
    text-align: center;
    font-family: Play, sans-serif;
}
.highlight-subtext[data-v-4e4cf66f] {
    font-size: 0.8rem;
    color: #1565c0;
    margin: 0;
    text-align: center;
    font-style: italic;
    font-family: Play, sans-serif;
}
.test-instruction[data-v-4e4cf66f] {
    font-size: 1.125rem;
    color: #000;
    font-family: Lilita One, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 0;
    width: 100%;
}
.test-button[data-v-4e4cf66f] {
    color: #fff;
    font-size: 1.5rem;
    font-family: Lilita One, sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 2.5rem;
    padding: 0 1.5rem;
    background: #dc2626;
    border: none;
    border-radius: 8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 200px;
}
.test-button[data-v-4e4cf66f]:hover {
    background: #b91c1c;
}
.back-button[data-v-4e4cf66f] {
    background: transparent;
    color: #666;
    border: 2px solid #ddd;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-family: Play, sans-serif;
    font-weight: 600;
}
.back-button[data-v-4e4cf66f]:hover {
    background: #f5f5f5;
    border-color: #999;
    color: #333;
}
@media (max-width: 767px) {
    .game-test-page[data-v-4e4cf66f] {
        height: calc(100vh - 170px);
        width: 100vw;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        box-sizing: border-box;
    }
    .test-card[data-v-4e4cf66f] {
        max-width: 95%;
        width: 95%;
        max-height: calc(100vh - 140px);
        padding: 0.75rem;
        margin: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    .card-content[data-v-4e4cf66f] {
        gap: 1rem;
        overflow: hidden;
    }
    .title[data-v-4e4cf66f] {
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .description[data-v-4e4cf66f] {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    .test-instruction[data-v-4e4cf66f] {
        font-size: 1rem;
    }
    .test-button[data-v-4e4cf66f] {
        height: 2.25rem;
        font-size: 1.25rem;
        padding: 0 1.25rem;
        min-width: 180px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .game-test-page[data-v-4e4cf66f] {
        height: calc(100vh - 120px);
        width: 100vw;
        padding: 0;
        margin: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    .test-card[data-v-4e4cf66f] {
        max-width: 600px;
        width: 90%;
        max-height: calc(100vh - 140px);
        padding: 2rem;
        overflow: hidden;
        box-sizing: border-box;
    }
    .card-content[data-v-4e4cf66f] {
        gap: 2rem;
        max-width: 500px;
        overflow: hidden;
    }
    .title[data-v-4e4cf66f] {
        font-size: 1.75rem;
    }
    .description[data-v-4e4cf66f] {
        font-size: 1.1rem;
    }
    .test-instruction[data-v-4e4cf66f] {
        font-size: 1.25rem;
    }
    .test-button[data-v-4e4cf66f] {
        height: 3rem;
        font-size: 1.5rem;
        padding: 0 2rem;
        min-width: 220px;
    }
}
@media (min-width: 1024px) {
    .game-test-page[data-v-4e4cf66f] {
        height: calc(100vh - 120px);
        width: 100vw;
        padding: 0;
        margin: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    .test-card[data-v-4e4cf66f] {
        max-width: 700px;
        width: 90%;
        max-height: calc(100vh - 140px);
        padding: 3rem;
        overflow: hidden;
        box-sizing: border-box;
    }
    .card-content[data-v-4e4cf66f] {
        gap: 2.5rem;
        max-width: 600px;
        overflow: hidden;
    }
    .title[data-v-4e4cf66f] {
        font-size: 2rem;
        line-height: 1.2;
    }
    .description[data-v-4e4cf66f] {
        font-size: 1.125rem;
        line-height: 1.6;
    }
    .test-instruction[data-v-4e4cf66f] {
        font-size: 1.375rem;
    }
    .test-button[data-v-4e4cf66f] {
        height: 3.5rem;
        font-size: 1.75rem;
        padding: 0 2.5rem;
        min-width: 250px;
    }
}
@media (min-width: 1440px) {
    .test-card[data-v-4e4cf66f] {
        max-width: 800px;
        max-height: calc(100vh - 160px);
    }
    .card-content[data-v-4e4cf66f] {
        max-width: 700px;
    }
    .title[data-v-4e4cf66f] {
        font-size: 2.25rem;
    }
    .description[data-v-4e4cf66f] {
        font-size: 1.25rem;
    }
    .test-instruction[data-v-4e4cf66f] {
        font-size: 1.5rem;
    }
    .test-button[data-v-4e4cf66f] {
        height: 4rem;
        font-size: 2rem;
        min-width: 280px;
    }
}
* {
    box-sizing: border-box;
}
.profile-page[data-v-ce9470c9] {
    min-height: 100vh;
    padding: 0.5rem;
    font-family: Play, sans-serif;
}
.profile-header[data-v-ce9470c9] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.header-content[data-v-ce9470c9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}
.user-avatar[data-v-ce9470c9] {
    font-size: 3rem;
    color: var(--primary-color);
}
.user-name[data-v-ce9470c9] {
    font-size: 1.3rem;
    margin: 0 0 0.25rem;
    font-weight: 700;
    color: #fff;
}
.user-email[data-v-ce9470c9] {
    font-size: 0.9rem;
    margin: 0 0 0.25rem;
    color: #fffc;
}
.member-since[data-v-ce9470c9] {
    font-size: 0.8rem;
    margin: 0;
    color: #fff9;
}
.profile-tabs[data-v-ce9470c9] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}
.tab-button[data-v-ce9470c9] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    color: #fffc;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: Play, sans-serif;
    white-space: nowrap;
    flex-shrink: 0;
}
.tab-button[data-v-ce9470c9]:hover {
    background: var(--secondary-color);
    background-image: linear-gradient(to bottom, #00000026, #00000026);
    color: #fff;
    transform: translateY(-1px);
}
.tab-button.active[data-v-ce9470c9] {
    background: var(--secondary-color);
    background-image: linear-gradient(to bottom, #00000026, #00000026);
    color: #fff;
    border-color: var(--primary-color);
}
.profile-content[data-v-ce9470c9] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
}
.info-section h3[data-v-ce9470c9] {
    color: #fff;
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.info-grid[data-v-ce9470c9] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.info-item label[data-v-ce9470c9] {
    display: block;
    margin-bottom: 0.5rem;
    color: #fffc;
    font-weight: 500;
    font-size: 0.9rem;
}
.info-display[data-v-ce9470c9] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    font-size: 0.9rem;
}
.info-display i[data-v-ce9470c9] {
    color: var(--primary-color);
    font-size: 1rem;
    width: 20px;
    text-align: center;
}
.btn[data-v-ce9470c9] {
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-family: Play, sans-serif;
    text-transform: uppercase;
}
.btn-success[data-v-ce9470c9] {
    background: var(--primary-color);
    color: #0a0a0a;
}
.btn-warning[data-v-ce9470c9] {
    background: #f59e0b;
    color: #fff;
}
.btn[data-v-ce9470c9]:hover:not(:disabled) {
    transform: translateY(-2px);
    opacity: 0.9;
}
.btn[data-v-ce9470c9]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}
.balance-section[data-v-ce9470c9] {
    margin-bottom: 1.5rem;
}
.balance-cards[data-v-ce9470c9] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.balance-card[data-v-ce9470c9] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}
.balance-card[data-v-ce9470c9]:hover {
    transform: translateY(-2px);
    border-color: var(--primary-color);
}
.balance-card.main[data-v-ce9470c9] {
    background: var(--secondary-color);
    background-image: linear-gradient(to bottom, #00000026, #00000026);
}
.balance-card.bonus[data-v-ce9470c9] {
    background: linear-gradient(135deg, var(--others-button-1), var(--others-button-2),);
    background-image: linear-gradient(to bottom, #00000026, #00000026);
}
.card-icon[data-v-ce9470c9] {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff1a;
    border-radius: 50%;
    flex-shrink: 0;
}
.card-content[data-v-ce9470c9] {
    flex: 1;
}
.card-content h3[data-v-ce9470c9] {
    margin: 0 0 0.25rem;
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.9;
}
.card-content .amount[data-v-ce9470c9] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
}
.wallet-actions[data-v-ce9470c9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.rollover-section h3[data-v-ce9470c9] {
    color: #fff;
    margin: 0 0 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}
.rollover-content[data-v-ce9470c9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.rollover-progress[data-v-ce9470c9] {
    position: relative;
}
.progress-ring[data-v-ce9470c9] {
    transform: rotate(-90deg);
}
.progress-ring-circle[data-v-ce9470c9] {
    transition: stroke-dashoffset 0.5s ease;
}
.progress-text[data-v-ce9470c9] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}
.rollover-details[data-v-ce9470c9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}
.rollover-item[data-v-ce9470c9] {
    background: var(--color-buttons-2);
    background-image: linear-gradient(to bottom, #00000040, #00000040);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rollover-item .label[data-v-ce9470c9] {
    color: #fffc;
    font-weight: 500;
    font-size: 0.9rem;
}
.rollover-item .value[data-v-ce9470c9] {
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}
.rollover-description[data-v-ce9470c9] {
    color: #ffffffb3;
    font-style: italic;
    text-align: center;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .profile-page[data-v-ce9470c9] {
        padding: 1rem;
    }
    .profile-header[data-v-ce9470c9] {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .header-content[data-v-ce9470c9] {
        flex-direction: row;
        text-align: left;
        gap: 1.5rem;
    }
    .user-avatar[data-v-ce9470c9] {
        font-size: 4rem;
    }
    .user-name[data-v-ce9470c9] {
        font-size: 1.8rem;
    }
    .user-email[data-v-ce9470c9] {
        font-size: 1rem;
    }
    .member-since[data-v-ce9470c9] {
        font-size: 0.9rem;
    }
    .profile-tabs[data-v-ce9470c9] {
        justify-content: center;
        gap: 1rem;
    }
    .tab-button[data-v-ce9470c9] {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    .profile-content[data-v-ce9470c9] {
        padding: 1.5rem;
    }
    .info-grid[data-v-ce9470c9] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .balance-cards[data-v-ce9470c9] {
        grid-template-columns: repeat(2, 1fr);
    }
    .balance-card[data-v-ce9470c9] {
        padding: 1.25rem;
    }
    .card-icon[data-v-ce9470c9] {
        width: 50px;
        height: 50px;
        font-size: 1.75rem;
    }
    .card-content .amount[data-v-ce9470c9] {
        font-size: 1.5rem;
    }
    .wallet-actions[data-v-ce9470c9] {
        flex-direction: row;
        gap: 1rem;
    }
    .rollover-content[data-v-ce9470c9] {
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
    }
    .rollover-details[data-v-ce9470c9] {
        max-width: 300px;
    }
}
@media (min-width: 1024px) {
    .profile-page[data-v-ce9470c9] {
        padding: 1.5rem;
        max-width: 1400px;
        margin: 0 auto;
    }
    .profile-header[data-v-ce9470c9] {
        padding: 2rem;
        margin-bottom: 2rem;
    }
    .user-avatar[data-v-ce9470c9] {
        font-size: 5rem;
    }
    .user-name[data-v-ce9470c9] {
        font-size: 2.5rem;
    }
    .user-email[data-v-ce9470c9] {
        font-size: 1.2rem;
    }
    .member-since[data-v-ce9470c9] {
        font-size: 1rem;
    }
    .tab-button[data-v-ce9470c9] {
        padding: 1.25rem 2rem;
        font-size: 1.1rem;
    }
    .profile-content[data-v-ce9470c9] {
        padding: 2rem;
    }
    .info-section h3[data-v-ce9470c9],
    .rollover-section h3[data-v-ce9470c9] {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    .info-grid[data-v-ce9470c9] {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    .balance-card[data-v-ce9470c9] {
        padding: 1.5rem;
    }
    .card-icon[data-v-ce9470c9] {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }
    .card-content h3[data-v-ce9470c9] {
        font-size: 1rem;
    }
    .card-content .amount[data-v-ce9470c9] {
        font-size: 1.8rem;
    }
    .progress-ring[data-v-ce9470c9] {
        width: 120px;
        height: 120px;
    }
    .progress-text[data-v-ce9470c9] {
        font-size: 1.4rem;
    }
    .rollover-item[data-v-ce9470c9] {
        padding: 1rem;
    }
    .rollover-item .label[data-v-ce9470c9],
    .rollover-item .value[data-v-ce9470c9],
    .rollover-description[data-v-ce9470c9] {
        font-size: 1rem;
    }
}
@media (min-width: 1400px) {
    .profile-page[data-v-ce9470c9] {
        max-width: 1600px;
    }
}
.app-container[data-v-d9cee3a6] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.main-content[data-v-d9cee3a6] {
    flex: 1;
}
.error-page[data-v-d9cee3a6] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 2rem;
}
.error-content[data-v-d9cee3a6] {
    text-align: center;
    max-width: 500px;
}
.error-content h1[data-v-d9cee3a6] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #fff;
}
.error-content p[data-v-d9cee3a6] {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #ccc;
}
.btn-primary[data-v-d9cee3a6] {
    background: linear-gradient(135deg, #46b14f, #4ba268);
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.btn-primary[data-v-d9cee3a6]:hover {
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .error-content h1[data-v-d9cee3a6] {
        font-size: 2rem;
    }
    .error-content p[data-v-d9cee3a6] {
        font-size: 1rem;
    }
}
