/* Admin Home - estilos extraídos da view para melhor performance de parsing/cache */

.login100-form-btn {
    border-radius: 5px;
    padding: 10px;
    border: none;
    width: 90%;
    background: #9FD214;
    color: #212425;
    font-weight: 700;
}

.login-social{
    margin: 0 auto;
    width: 90%;
}

.l-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.l-title-body{
    width: 100%;
    white-space: nowrap;
    padding: 13px;
}

.l-title-linha{
    width: 100%;
    height: 0.5px;
    background-color: #7C7E7E;
}

.register-link{
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    margin-top: 15px
}

.login100-form-btn:hover {
    background: #212425;
    color: #9FD214;
    font-weight: 700;
    border: 1px solid #9FD214;
}

/* Oculta no desktop, mostra no mobile */
.jogosDiaMobile { display: block; }
.jogosDiaDeskTop { display: none; }

@media (min-width: 768px) {
    .jogosDiaMobile { display: none; }
    .jogosDiaDeskTop { display: block; }
}

.modal-content { background-color: #212425; }

.img-bold {
    width: 100%;
    max-width: 50px;
    position: relative;
    z-index: 1;
    transition: .2s;
}

.img-bold:hover { max-width: 60px; }

.txtnav { font-weight: bold; text-align: center; font-size: 14px; }

.icon-container { position: relative; display: inline-block; transform: scale(1.4) !important; padding: 20px; }
.icon-container:after {
    content: ""; position: absolute; border-radius: 50%; width: 80px; height: 80px; opacity: 0.15;
    top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;
}

@media screen and (max-width: 992px) {
    .img-bold { max-width: 35px; }
    .txtnav { font-size: 12px; }
    .icon-container:after { width: 60px; height: 60px; }
    .img-bold:hover { max-width: 40px; }
    .card-indica h5 { font-size: 15px; }
    .icon-copy { font-size: 25px; color: var(--primary-color); }
    .hover-content { padding: 10px !important; }
    .hover-content p { font-size: 10px; }
    .hover-content button { font-size: 10px; padding: 5px; }
}

*:focus { outline: none; }

.link_copy_link { width: 100%; padding: .5em 0; border: 1px solid #007bff; font-size: 24px; text-align: center; }
.link_copy_link:active, .link_copy_link:focus, .link_copy_link:focus-visible { border: 1px solid #00c054 !important; }
.bg-light-2 { background-color: #f8f9fa !important; }
.indica-corpo { padding: 35px; }
.mensagem { color: #000; font-size: 10px; text-align: center; margin-top: 10px; }

.hover-container { position: relative; }
.hover-content {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; display: none;
    background-color: rgba(0, 0, 0, 0.5); padding: 20px; border-radius: 10px; color: #fff; box-sizing: border-box;
    flex-direction: column; justify-content: space-between; transition: opacity .2s ease;
}
@media screen and (min-width: 768px) { .hover-container:hover .hover-content { display: flex; } }
@media screen and (max-width: 767px) { .hover-content { display: none !important; } }
.hover-content p { font-weight: 700; }
.hover-button { padding: 10px; background-color: #3498db; color: #fff; border: none; cursor: pointer; }

@media screen and (max-width: 600px) {
    .faixa-jogos { background: url(https://superlotogiro.com/images/super-lotogiro01.jpg) auto; background-position: center; }
    .btn { padding: 10px; }
    .indica-corpo { padding: 0px; }
    .layout-fixed .main-sidebar { top: 56px; }
}

@media screen and (max-width: 1400px) {
    .hover-content { padding: 10px !important; }
    .hover-content p { font-size: 12px; }
    .hover-content button { font-size: 10px; padding: 5px; }
}

/* PWA Install Banner */
.pwa-install-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030; /* abaixo da sidebar overlay */
    background: linear-gradient(90deg, var(--primary-color), #7ea80a);
    color: #121212;
    padding: 12px 16px;
    box-shadow: 0 -6px 24px rgba(0,0,0,.25);
}
.pwa-install-content { display: flex; align-items: center; gap: 12px; max-width: 1024px; margin: 0 auto; }
.pwa-install-icon img { border-radius: 8px; }
.pwa-install-text h3 { margin: 0; font-size: 16px; font-weight: 800; color: #1b1b1b; }
.pwa-install-text p { margin: 0; font-size: 12px; color: #262626; }
.pwa-install-actions { margin-left: auto; display: flex; gap: 8px; }
.pwa-install-actions .btn { font-weight: 700; }
.pwa-install-actions #pwaInstallConfirm { background: #1b1b1b; border-color: #1b1b1b; }
.pwa-install-actions #pwaInstallConfirm:hover { filter: brightness(1.1); }
.pwa-install-actions #pwaInstallDismiss { background: transparent; color: #1b1b1b; border: 1px solid rgba(0,0,0,.2); }

@media (max-width: 576px) {
  .pwa-install-text h3 { font-size: 14px; }
  .pwa-install-text p { font-size: 11px; }
  .pwa-install-actions .btn { padding: 6px 10px; font-size: 12px; }
}

/* Em desktop, manter o banner dentro da largura da content-wrapper (sidebar 250px) */
@media (min-width: 992px) {
  .pwa-install-banner {
    left: 250px;
    width: calc(100% - 250px);
    right: auto;
  }
}

/* Glassmorphism Card - Giros da Roleta */
.roulette-spins-card {
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.glassmorphism-card {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.15) 0%, rgba(75, 0, 130, 0.15) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(138, 43, 226, 0.37);
}

.roulette-spins-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.roulette-spins-content {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 15px;
}

.roulette-icon-wrapper {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.2) 0%, rgba(75, 0, 130, 0.2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(138, 43, 226, 0.4);
    animation: pulse-glow 2s ease-in-out infinite;
    border: 2px solid rgba(186, 85, 211, 0.3);
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(138, 43, 226, 0.4);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 4px 25px rgba(186, 85, 211, 0.6);
        transform: scale(1.05);
    }
}

.roulette-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.roulette-spins-info {
    flex: 1;
    text-align: center;
}

.roulette-spins-title {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.roulette-spins-count {
    margin: 3px 0;
    font-size: 24px;
    font-weight: 800;
    background: linear-gradient(135deg, #BA55D3 0%, #9370DB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.roulette-spins-subtitle {
    margin: 3px 0 0 0;
    font-size: 10px;
    color: rgba(186, 85, 211, 0.8);
    font-weight: 500;
}

.roulette-arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #BA55D3;
    transition: transform 0.3s ease;
}

.roulette-spins-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px 0 rgba(138, 43, 226, 0.5);
    border-color: rgba(186, 85, 211, 0.4);
}

.roulette-spins-card:hover .roulette-arrow {
    transform: translateX(5px);
}

.roulette-spins-card:hover .glassmorphism-card {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.25) 0%, rgba(75, 0, 130, 0.25) 100%);
}

/* Responsividade */
@media screen and (max-width: 600px) {
    .roulette-spins-content {
        padding: 10px 14px;
        gap: 12px;
    }
    
    .roulette-icon-wrapper {
        width: 45px;
        height: 45px;
    }
    
    .roulette-icon {
        width: 36px;
        height: 36px;
    }
    
    .roulette-spins-title {
        font-size: 10px;
    }
    
    .roulette-spins-count {
        font-size: 22px;
    }
    
    .roulette-spins-subtitle {
        font-size: 9px;
    }
}

@media screen and (max-width: 400px) {
    .roulette-spins-content {
        padding: 10px 12px;
        gap: 10px;
    }
    
    .roulette-icon-wrapper {
        width: 42px;
        height: 42px;
    }
    
    .roulette-icon {
        width: 33px;
        height: 33px;
    }
    
    .roulette-spins-title {
        font-size: 9px;
    }
    
    .roulette-spins-count {
        font-size: 20px;
    }
    
    .roulette-spins-subtitle {
        font-size: 8px;
    }
}

