/* Font embedding */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitlingGothicFB Wide';
    src: url('../fonts/TitlingGothicFBWide-Med-AF65ddb1363a7f1.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TitlingGothicFB Wide';
    src: url('../fonts/TitlingGothicFBWide-Bold-AF65ddb136479f5.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'helvetica', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-image: url('../img/fondo1.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.menu-border {
    border: 1px solid #009447;
    border-radius: 9999px;
}

html,
body {
    height: 100%;
}

/* Spacing for fixed header/footer */
main {
    padding-top: 85px;
    padding-bottom: 0px;
}

.section-content {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom Scrollbar for Ranking */
.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    margin-top: 10px;
    margin-bottom: 20px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #195a1f;
    border-radius: 9999px;
    border: 2px solid #009447;
}

/* Section Display States */
.section-hidden {
    display: none;
}

#section-home {
    display: grid;
}

#section-mecanica {
    display: none;
}

#section-premios {
    display: none;
}

#section-ranking {
    display: none;
}

/* Premio Pill Styles */
.premio-pill {
    position: absolute;
    background: white;
    border: 1.5px solid #009447;
    border-radius: 9999px;
    padding: 2px 6px;
    font-family: 'TitlingGothicFB Wide', sans-serif;
    font-weight: 700;
    color: #009447;
    white-space: nowrap;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform-origin: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

@media (min-width: 640px) {
    .premio-pill {
        padding: 3px 10px;
        border-width: 2px;
    }

    .pill-md {
        font-size: 10px;
    }
}

@media (min-width: 1024px) {
    .premio-pill {
        padding: 4px 12px;
        border-width: 2px;
    }

    .pill-md {
        font-size: 11px;
    }
}

@media (min-width: 1280px) {
    .premio-pill {
        padding: 4px 14px;
        border-width: 2.5px;
    }

    .pill-md {
        font-size: 14px;
    }
}

/* Base sizes (Mobile) */
.pill-md {
    font-size: 9px;
}

/* Position utilities for premio pills */
.pill-smart-tv {
    top: 25% !important;
    left: -14% !important;
    transform: rotate(-8deg) !important;
}

.pill-smartwatch {
    top: -2% !important;
    left: 35% !important;
    transform: rotate(12deg) !important;
}

.pill-mochila {
    top: 10% !important;
    right: -12% !important;
    transform: rotate(25deg) !important;
}

.pill-asador {
    top: 28% !important;
    right: -2% !important;
    transform: rotate(-5deg) !important;
}

.pill-tablet {
    bottom: 25% !important;
    right: -8% !important;
    transform: rotate(10deg) !important;
}

.pill-balon {
    bottom: 12% !important;
    left: 32% !important;
    transform: rotate(-8deg) !important;
}

.pill-jersey {
    bottom: 10% !important;
    left: -12% !important;
    transform: rotate(15deg) !important;
}
