@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root{
    --body-background: #0a0a0a;
    --scroll-bar-background: #333;
    --navbar-public-background: #0a0a0a;
    --navbar-perfil-selecionar-background: #0a0a0a;
    --navbar-user-background: #0a0a0a;
    --navbar-background: #111111;
    --navbar-border-color: rgba(255, 255, 255, 0.05);
    --navbar-list-group-item-color: #0a0a0a;
    --navbar-list-group-item-hover-color: #fff;

    --sidebar-background: #111111;
    --sidebar-border-color: #1a1a1a;
    --sidebar-text-color: #b0b0b0;
    --sidebar-text-hover-color: #e50914;
    --sidebar-list-group-background: #111111;
    --sidebar-list-group-hover-background: #1a1a1a;
    --sidebar-list-group-two-background: rgba(26, 26, 26, 0.3);
    --sidebar-list-group-two-hover-background: rgba(20, 20, 20, 0.3);

    --label-color: #b0b0b0;
    --input-background: #1a1a1a;
    --input-disabled-background: #333;
    --input-hover-background: #ffffff00;
    --input-color: #ccc;
    --input-border: #2a2a2a;
    --input-border-focus: #e50914;
    --input-placeholder: #666;
    --input-group-disabled-background: #0a0a0a;
    --input-group-color: #b0b0b0;
    --input-group-border-hover: #e50914;
    --input-group-color-hover: #e50914;
    --input-form-check-background: #1a1a1a;
    --input-form-check-border: #e50914;
    --input-form-check-checked-background: #e50914;

    --list-group-item-background: #111111;
    --list-group-item-border: #1a1a1a;
    --list-group-item-color: #b0b0b0;

    --datatables-background: #1a1a1a;
    --datatables-border: #2a2a2a;
    --datatables-color: #b0b0b0;
    --datatables-page-link-color: #b0b0b0;
    --datatables-page-link-active-color: #e50914;
    --datatables-page-link-border-color: rgba(255,255,255,0.1);
    --datatables-page-link-background: #1a1a1a;

    --site-border-color-one: rgba(255, 255, 255, 0.05);
    --site-border-color-two: #e50914;

    --btn-one-background: #e50914;
    --btn-one-hover-background: #b8070f;
    --btn-one-color: #fff;
    --btn-one-hover-color: #fff;

    --btn-two-background: #ff3333;
    --btn-two-hover-background: #c52828;
    --btn-two-color: #fff;
    --btn-two-hover-color: #fff;

    --btn-three-background: #0db616;
    --btn-three-hover-background: #078f0e;
    --btn-three-color: #fff;
    --btn-three-hover-color: #fff;

    --btn-four-background: #ff5e00;
    --btn-four-hover-background: #db5305;
    --btn-four-color: #fff;
    --btn-four-hover-color: #fff;

    --btn-five-background: #0656ec;
    --btn-five-hover-background: #054dd1;
    --btn-five-color: #fff;
    --btn-five-hover-color: #fff;

    --card-background-one: #111111;
    --card-color-one: #fff;
    --card-user-background: #0a0a0a;

    --text-color-white: #fff;
    --text-green: #0db616;
    --text-yellow: #e2af05;
    --text-red: #ec3406;
    --text-blue: #0656ec;
    --text-purple: #e50914;
    --text-color: #ccc;
    --text-color-hover: #e50914;

    --page-opacity-background: #000;

    --footer-nav-item-color: #e50914;
    --footer-nav-item-hover-color: #b8070f;
    --footer-copyright-color: #b8070f;

    --modal-background: #111111;
    --modal-border: #1a1a1a;

    --stream-list-border: #1a1a1a;

    --modal-stream-info-img-border: #1a1a1a;
    --modal-stream-icon-loading-color: #b0b0b0;
    --modal-stream-img-background: #0a0a0a;
    --modal-stream-list-border: #1a1a1a;
    --modal-stream-episodio-hover: #0a0a0a;
    --modal-stream-episodio-thumb-hover: #111111;

    --modal-player-background: #000;
    --modal-player-icon-color: #fff;

    --premium-item-background: #111111;
    --premium-item-circle-background: #e50914;
    --premium-item-circle-border: #fff;

    --perfil-selecionar-background: #111111;
    --perfil-selecionar-background-hover: #1a1a1a;
    --perfil-selecionar-color: #fff;

    --accordion-episodios-background: #111111;
    --accordion-episodios-item-border: #1a1a1a;
    --accordion-episodios-item-hover: #1a1a1a;

}

/* ═══════════════════════════════════════════════
   DASHBOARD STATS
   ═══════════════════════════════════════════════ */
.dash-stats{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.dash-stat-card{
    background: var(--card-background-one);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(255,255,255,0.04);
    transition: all 0.3s ease;
}
.dash-stat-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.dash-stat-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.dash-stat-info{
    display: flex;
    flex-direction: column;
}
.dash-stat-value{
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--card-color-one);
    line-height: 1.2;
}
.dash-stat-label{
    font-size: 0.75rem;
    color: var(--text-color);
    opacity: 0.6;
    margin-top: 2px;
}

/* Cores dos cards */
.dash-stat-blue .dash-stat-icon{ background: rgba(6,86,236,0.15); color: #0656ec; }
.dash-stat-green .dash-stat-icon{ background: rgba(13,182,22,0.15); color: #0db616; }
.dash-stat-yellow .dash-stat-icon{ background: rgba(226,175,5,0.15); color: #e2af05; }
.dash-stat-purple .dash-stat-icon{ background: rgba(124,58,237,0.15); color: #7c3aed; }
.dash-stat-teal .dash-stat-icon{ background: rgba(20,184,166,0.15); color: #14b8a6; }
.dash-stat-orange .dash-stat-icon{ background: rgba(255,94,0,0.15); color: #ff5e00; }
.dash-stat-red .dash-stat-icon{ background: rgba(236,52,6,0.15); color: #ec3406; }

.dash-stat-mini{
    padding: 14px 18px;
}
.dash-stat-mini .dash-stat-icon{
    width: 38px;
    height: 38px;
    font-size: 1rem;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.6);
}
.dash-stat-mini .dash-stat-value{
    font-size: 1.1rem;
}

/* Expirando list */
.dash-expirando-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dash-expirando-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: var(--bg-tertiary, rgba(255,255,255,0.02));
    border-radius: 8px;
    border: 1px solid var(--site-border-color-one, rgba(255,255,255,0.04));
}
.dash-expirando-item strong{
    color: var(--text-color, #fff);
    font-size: 0.82rem;
}
.dash-expirando-data{
    color: #e2af05;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}

@media screen and (max-width: 1200px){
    .dash-stats{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 576px){
    .dash-stats{
        grid-template-columns: 1fr;
    }
}
body{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    background-color: var(--body-background);
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px transparent;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: var(--scroll-bar-background);
    border-radius: 10px;
}
h1,h2,h3,h4,h5,h6,p,span,small{
    color: var(--text-color);
}
a{
    text-decoration: none;
    color: var(--text-color);
}
a:hover{
   color: var(--text-color-hover);
   transition: 0.5s;
}

.cursor-pointer{
    cursor: pointer;
}
.card{
    background-color: var(--card-background-one);
}
.img-ingresso-rounded-200{
    width: 250px;
    height: 150px;
    border-radius: 10px;
}

.text-green{
    color: var(--text-green);
}
.text-yellow{
    color: var(--text-yellow);
}
.text-red{
    color: var(--text-red);
}
.text-blue{
    color: var(--text-blue);
}
.text-purple{
    color: var(--text-purple);
}

.premium-box{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    width: 100%;
    gap: 20px;
}
.premium-item{
    background: var(--premium-item-background);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.06);
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.premium-item:hover{
    border-color: var(--premium-item-circle-background);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
}
.premium-item .top-circle{
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--premium-item-circle-background);
    border: 3px solid var(--premium-item-circle-border);
}
.premium-item .top-circle h4{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.premium-item .tela{
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 14px;
}
.premium-item .list-group{
    margin-bottom: 20px;
}
.premium-item .list-group .list-group-item{
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 0.82rem;
    padding: 6px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.premium-item .list-group .list-group-item:last-child{
    border-bottom: none;
}
.premium-item .list-group .list-group-item i{
    margin-right: 6px;
}
.premium-item .footer{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.premium-item .footer .btn{
    width: 100%;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 10px 16px;
}
.premium-logo-box{
    text-align: center;
    padding: 0 0 12px;
}
.premium-logo-img{
    max-height: 60px;
    max-width: 100%;
    border-radius: 8px;
    object-fit: contain;
}
.premium-logo-preco{
    margin-top: 8px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}

.video-js{
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16/9;
}

/* Importar Padrão Cards Flutuantes */
@import url('../stream/cards_flutuantes_padrao.css');