body {
    background-color: black;
    color: white;
    font-family: "Space Mono", sans-serif;
    letter-spacing: 1.5px;
}

.hide {
    display: none !important;
}

.a-login {
    color: white;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.a-login:hover {
    color: #dc3545;
}

.card-border {
    border-radius: 30px;
}

.btn-default {
    border-radius: 20px;
}

.btn-outline {
    border: 1px solid #b4b4b4;
    border-radius: 20px;
}

.btn-outline:hover {
    border: 1px solid #dc3545;
}



.btn-raise {
    transition: transform 0.2s ease;
    letter-spacing: 1.2px;
}

.btn-raise:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);

}


.btn-exit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    user-select: none;
}

.btn-exit .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: left 0.3s ease, transform 0.3s ease;
}

.btn-exit .exit-text {
    opacity: 0;
    margin-left: 35px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    color: white;
    user-select: none;
}

.btn-exit:hover .icon {
    left: 10px;
    transform: translate(0, -50%);
}

.btn-exit:hover .exit-text {
    opacity: 1;
}

.card-contact {
    border-radius: 30px;
    background-color: #303030;
    color: #fff;
    transition: transform 0.2s ease;
    letter-spacing: 1px;
    font-size: 15px;
}

.card-contact:hover {
    transform: translateY(-5px);
}

.text-email {
    color: #dc3545;
}

.text-email:hover {
    color: #fa2c41;
    cursor: pointer;
}

.circle-photo {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    background-color: #fff;
}


.icon-credits {
    color: #c1c0c0;
    transition: color 0.3s ease;
}

.icon-credits:hover {
    color: #fff;
    cursor: pointer;
}


.card-questions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    line-height: 1.6;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-questions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 36px;
    border-radius: 22px;
    color: #ffffff;
    overflow: hidden;
    background: #303030;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-questions::before {
    position: absolute;
    content: "";
    top: -4%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%);
    background: #dc3545;
    z-index: -1;
    transform-origin: bottom;

    border-radius: inherit;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-questions::after {
    position: absolute;
    content: "";
    top: -8%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%);
    background: #f05a69;
    z-index: -2;
    transform-origin: bottom;
    border-radius: inherit;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-questions svg {
    width: 48px;
    height: 48px;
}

.content-questions .para {
    z-index: 1;
    opacity: 1;
    font-size: 18px;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-questions .link {
    z-index: 1;
    color: #fea000;
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content-questions .link:hover {
    text-decoration: underline;
}

.card-questions:hover {
    transform: translate(0px, -16px);
}

.card-questions:hover .content-questions::before {
    rotate: -3deg;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-questions:hover .content-questions::after {
    rotate: 3deg;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-alternativas {
    background-color: #dc3545;
    border-radius: 20px;
    transition: transform 0.2s ease;
}

.card-alternativas:hover {
    background-color: #c22a39;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.card-303030 {
    border-radius: 30px;
    background-color: #303030;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
}

.card-303030-ranking {
    border-radius: 30px;
    background-color: #303030;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;

    padding-top: clamp(64px, 12vw, 80px) !important;
}

.ranking-banner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    width: min(400px, 90%);
    z-index: 2;
    text-align: center;
}

.ranking-banner .banner-img {
    width: 100%;
    height: auto;
    display: block;
}

.ranking-banner .banner-title {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;

    color: #fff;
    font-weight: 700;
    font-size: clamp(1rem, 3.5vw, 1.5rem);
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
    top: -20%;
}

.card-b4b4b4 {
    background-color: #b4b4b4;
    border-radius: 20px;
    color: #222;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .ranking-banner {
        transform: translate(-50%, -55%);
    }
}




.badge-new {
    position: absolute;
    top: -6px;
    right: -6px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #1F2937;
    background: linear-gradient(180deg, #FFE89C 0%, #ffb300 100%);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    overflow: hidden;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.badge-new::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 100), transparent);
    transform: skewX(-20deg);
    animation: badgeShimmer 3.2s ease-in-out infinite;
    pointer-events: none;
}

@keyframes badgeShimmer {
    0% {
        left: -50%;
        opacity: .0;
    }

    20% {
        opacity: .35;
    }

    50% {
        left: 120%;
        opacity: .0;
    }

    100% {
        left: 120%;
        opacity: .0;
    }
}

@keyframes twinkle {

    0%,
    100% {
        transform: scale(.8);
        opacity: .35;
    }

    50% {
        transform: scale(1.1);
        opacity: .85;
    }
}

@media (prefers-reduced-motion: reduce) {

    .badge-new::after,
    .sparkle {
        animation: none;
    }
}


.hint-box {
    background: linear-gradient(135deg, #343a40, #23272b);
    border: 1px solid #ffc107;
    border-radius: 12px;
    padding: 1.2rem 1.5rem;
    margin-top: 1rem;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.2);
    transition: all 0.3s ease;
    color: #f8f9fa;
}

.hint-box .icon-box {
    background-color: rgba(255, 193, 7, 0.15);
    border-radius: 50%;
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hint-box h6 {
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.hint-box p {
    font-size: 0.95rem;
    line-height: 1.4;
}

.hint-box.show {
    animation: fadeInUp 0.4s ease forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

