/* assets/css/style.css v1.6 */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Outfit', sans-serif;
}

::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
}

.show-balloon {
    transform: translateX(0) !important;
}

/* O segredo para a TV: Outline gigante e brilhante ao navegar com as setas */
.tv-focus:focus,
.tv-focus:focus-within {
    outline: none !important;
    box-shadow: 0 0 0 5px rgba(99, 102, 241, 0.8), 0 0 30px rgba(99, 102, 241, 0.4) !important;
    transform: scale(1.02);
    border-color: #818cf8 !important;
    z-index: 10;
}

.nav-active {
    background-color: rgba(99, 102, 241, 0.15) !important;
    box-shadow: inset 6px 0 0 0 #818cf8;
    color: white !important;
}