@import '_content/Tuic/Tuic.zj6dhrs179.bundle.scp.css';

/* /Pages/Gaming/Components/GamingNoLevel.razor.rz.scp.css */
.congratulations-container[b-d0wkve33qh] {
    min-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
}

.success-icon[b-d0wkve33qh] {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #1DCC70 0%, #10b35e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    animation: scaleIn-b-d0wkve33qh 0.5s ease-out;
    box-shadow: 0 10px 40px rgba(29, 204, 112, 0.3);
}

    .success-icon ion-icon[b-d0wkve33qh] {
        font-size: 64px;
        color: white;
    }

@keyframes scaleIn-b-d0wkve33qh {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.congratulations-title[b-d0wkve33qh] {
    font-size: 28px;
    font-weight: 700;
    color: #1c1c1e;
    margin-bottom: 1rem;
    text-align: center;
}

.congratulations-message[b-d0wkve33qh] {
    font-size: 16px;
    color: #6c757d;
    text-align: center;
    line-height: 1.6;
    max-width: 400px;
    margin-bottom: 2rem;
}

.stats-row[b-d0wkve33qh] {
    display: flex;
    gap: 1rem;
    width: 100%;
    max-width: 400px;
    margin-bottom: 1.5rem;
}

.stat-card[b-d0wkve33qh] {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-align: center;
}

.stat-number[b-d0wkve33qh] {
    font-size: 32px;
    font-weight: 700;
    color: #1DCC70;
    margin-bottom: 0.25rem;
}

.stat-label[b-d0wkve33qh] {
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
}

.quote-card[b-d0wkve33qh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
    width: 100%;
    max-width: 400px;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

    .quote-card[b-d0wkve33qh]::before {
        content: '"';
        position: absolute;
        top: -10px;
        left: 10px;
        font-size: 120px;
        font-family: Georgia, serif;
        color: rgba(255, 255, 255, 0.1);
        line-height: 1;
    }

.quote-text[b-d0wkve33qh] {
    font-size: 16px;
    color: white;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.quote-author[b-d0wkve33qh] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-align: right;
}

    .quote-author[b-d0wkve33qh]::before {
        content: '— ';
    }

.btn-home[b-d0wkve33qh] {
    background: linear-gradient(135deg, #1DCC70 0%, #10b35e 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(29, 204, 112, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    max-width: 400px;
    width: 100%;
}

    .btn-home:hover[b-d0wkve33qh] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(29, 204, 112, 0.4);
    }

    .btn-home ion-icon[b-d0wkve33qh] {
        font-size: 20px;
    }

.info-card[b-d0wkve33qh] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 400px;
    margin-bottom: 1.5rem;
}

.info-card-icon[b-d0wkve33qh] {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

    .info-card-icon ion-icon[b-d0wkve33qh] {
        font-size: 24px;
        color: #0ea5e9;
    }

.info-card-title[b-d0wkve33qh] {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1e;
    margin-bottom: 0.5rem;
}

.info-card-text[b-d0wkve33qh] {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
}










.card-custom[b-d0wkve33qh] {
    background-color: var(--full-white);
    border: 1px solid var(--french-gray);
}

.status-bar[b-d0wkve33qh] {
    background: linear-gradient(90deg, var(--true-blue) 0%, var(--penn-blue) 100%);
    height: 4px;
}

.avatar-custom[b-d0wkve33qh] {
    background-color: rgba(38, 101, 214, 0.1);
    color: var(--true-blue);
}

.text-oxford[b-d0wkve33qh] {
    color: var(--oxford-blue);
}

.text-penn[b-d0wkve33qh] {
    color: var(--penn-blue);
}

.text-true-blue[b-d0wkve33qh] {
    color: var(--true-blue);
}

.text-french-gray[b-d0wkve33qh] {
    color: var(--french-gray);
}

.footer-custom[b-d0wkve33qh] {
    background-color: rgba(130, 140, 160, 0.2);
    border-top: 1px solid var(--french-gray);
}
/* /Pages/Home/ActivityProgress.razor.rz.scp.css */
/* /Pages/Home/Dashboard.razor.rz.scp.css */
.graduation-badge[b-391b7qzgeh] {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-iniciante[b-391b7qzgeh] {
    background: linear-gradient(135deg, #9CA3AF 0%, #6B7280 100%);
    color: white;
}

.badge-bronze[b-391b7qzgeh] {
    background: linear-gradient(135deg, #CD7F32 0%, #8B5A2B 100%);
    color: white;
}

.badge-prata[b-391b7qzgeh] {
    background: linear-gradient(135deg, #C0C0C0 0%, #808080 100%);
    color: white;
}

.badge-ouro[b-391b7qzgeh] {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    color: #1F2937;
}

.progress-circle[b-391b7qzgeh] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(#1E40AF 0% var(--progress), #E5E7EB var(--progress) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.progress-circle-inner[b-391b7qzgeh] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.progress-value[b-391b7qzgeh] {
    font-size: 28px;
    font-weight: bold;
    color: #1E40AF;
    line-height: 1;
}

.progress-label[b-391b7qzgeh] {
    font-size: 12px;
    color: #6B7280;
    margin-top: 4px;
}

.cta-button[b-391b7qzgeh] {
    background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
    border: none;
    color: white;
    padding: 24px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 10px 25px rgba(30, 64, 175, 0.3);
    transition: all 0.3s ease;
}

    .cta-button:hover[b-391b7qzgeh] {
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(30, 64, 175, 0.4);
    }

.stat-box[b-391b7qzgeh] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

    .stat-box .title[b-391b7qzgeh] {
        font-size: 14px;
        color: #6B7280;
        margin-bottom: 8px;
    }

    .stat-box .value[b-391b7qzgeh] {
        font-size: 32px;
        font-weight: bold;
        color: #1F2937;
    }

    .stat-box .subtitle[b-391b7qzgeh] {
        font-size: 12px;
        color: #9CA3AF;
        margin-top: 4px;
    }

.wallet-card[b-391b7qzgeh] {
    background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
}

.icon-box-lg[b-391b7qzgeh] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.icon-box-lg ion-icon[b-391b7qzgeh] {
    font-size: 32px;
}





/* /Pages/Home/DashboardGammingIniciante.razor.rz.scp.css */
:root[b-xj8nxf2t04] {
    --primary-blue: #3B82F6;
    --light-blue: #EFF6FF;
    --lighter-blue: #DBEAFE;
    --dark-text: #1F2937;
    --gray-text: #6B7280;
    --white: #FFFFFF;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}



/* Header */
.app-header[b-xj8nxf2t04] {
    background: var(--primary-blue);
    color: var(--white);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}

    .app-header .left[b-xj8nxf2t04] {
        display: flex;
        align-items: center;
    }

    .app-header .logo[b-xj8nxf2t04] {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

    .app-header .right[b-xj8nxf2t04] {
        display: flex;
        gap: 16px;
        align-items: center;
    }

.header-icon[b-xj8nxf2t04] {
    position: relative;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .header-icon:hover[b-xj8nxf2t04] {
        background: rgba(255, 255, 255, 0.25);
        transform: scale(1.05);
    }

    .header-icon svg[b-xj8nxf2t04] {
        width: 24px;
        height: 24px;
    }

.badge[b-xj8nxf2t04] {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #EF4444;
    color: white;
    font-size: 11px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-blue);
}

.avatar[b-xj8nxf2t04] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .avatar:hover[b-xj8nxf2t04] {
        border-color: var(--white);
        transform: scale(1.05);
    }

.menu-icon[b-xj8nxf2t04] {
    background: none;
    border: none;
    color: var(--white);
    cursor: pointer;
    padding: 8px;
    margin-right: 12px;
}

/* Container */
.container[b-xj8nxf2t04] {
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 16px;
}

/* Onboarding Card */
.onboarding-card[b-xj8nxf2t04] {
    background: linear-gradient(135deg, var(--light-blue) 0%, var(--lighter-blue) 100%);
    border: 2px solid var(--primary-blue);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: var(--shadow-lg);
    margin-bottom: 24px;
    animation: fadeInUp-b-xj8nxf2t04 0.6s ease;
}

@keyframes fadeInUp-b-xj8nxf2t04 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

.icon-box[b-xj8nxf2t04] {
    width: 90px;
    height: 90px;
    background: var(--primary-blue);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
    animation: pulse-b-xj8nxf2t04 2s ease-in-out infinite;
}

@keyframes pulse-b-xj8nxf2t04 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.icon-box svg[b-xj8nxf2t04] {
    width: 48px;
    height: 48px;
    color: var(--white);
}

.onboarding-card h2[b-xj8nxf2t04] {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 12px;
    line-height: 1.3;
}

.onboarding-card p[b-xj8nxf2t04] {
    font-size: 15px;
    color: var(--gray-text);
    line-height: 1.6;
    margin-bottom: 24px;
}

.cta-button[b-xj8nxf2t04] {
    background: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

    .cta-button:hover[b-xj8nxf2t04] {
        background: #2563EB;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
    }

    .cta-button:active[b-xj8nxf2t04] {
        transform: translateY(0);
    }

    .cta-button svg[b-xj8nxf2t04] {
        width: 24px;
        height: 24px;
    }

/* Stats Grid */
.stats-grid[b-xj8nxf2t04] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.stat-card[b-xj8nxf2t04] {
    background: var(--white);
    border-radius: 16px;
    padding: 20px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

    .stat-card:hover[b-xj8nxf2t04] {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
    }

    .stat-card h3[b-xj8nxf2t04] {
        font-size: 13px;
        color: var(--gray-text);
        font-weight: 500;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .stat-card .value[b-xj8nxf2t04] {
        font-size: 28px;
        font-weight: 700;
        color: var(--dark-text);
    }

    .stat-card .change[b-xj8nxf2t04] {
        font-size: 13px;
        margin-top: 4px;
        font-weight: 600;
    }

        .stat-card .change.positive[b-xj8nxf2t04] {
            color: #10B981;
        }

        .stat-card .change.negative[b-xj8nxf2t04] {
            color: #EF4444;
        }

/* Action Cards */
.action-grid[b-xj8nxf2t04] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.action-card[b-xj8nxf2t04] {
    background: var(--white);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .action-card:hover[b-xj8nxf2t04] {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
        border-color: var(--primary-blue);
    }

.action-icon[b-xj8nxf2t04] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

    .action-icon.blue[b-xj8nxf2t04] {
        background: #EFF6FF;
        color: var(--primary-blue);
    }

    .action-icon.green[b-xj8nxf2t04] {
        background: #ECFDF5;
        color: #10B981;
    }

    .action-icon.purple[b-xj8nxf2t04] {
        background: #F5F3FF;
        color: #8B5CF6;
    }

    .action-icon.orange[b-xj8nxf2t04] {
        background: #FFF7ED;
        color: #F59E0B;
    }

    .action-icon svg[b-xj8nxf2t04] {
        width: 24px;
        height: 24px;
    }

.action-card h4[b-xj8nxf2t04] {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-text);
}

/* Bottom Navigation */
.bottom-nav[b-xj8nxf2t04] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white);
    border-top: 1px solid #E5E7EB;
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.05);
}

.nav-item[b-xj8nxf2t04] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 12px;
}

    .nav-item:hover[b-xj8nxf2t04] {
        background: var(--light-blue);
    }

    .nav-item.active[b-xj8nxf2t04] {
        color: var(--primary-blue);
    }

    .nav-item svg[b-xj8nxf2t04] {
        width: 24px;
        height: 24px;
    }

    .nav-item span[b-xj8nxf2t04] {
        font-size: 12px;
        font-weight: 500;
    }

/* Footer */
.footer[b-xj8nxf2t04] {
    text-align: center;
    padding: 20px 16px;
    font-size: 12px;
    color: var(--gray-text);
    line-height: 1.6;
}

    .footer a[b-xj8nxf2t04] {
        color: var(--primary-blue);
        text-decoration: none;
        font-weight: 600;
    }

        .footer a:hover[b-xj8nxf2t04] {
            text-decoration: underline;
        }

/* Section Heading */
.section-heading[b-xj8nxf2t04] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

    .section-heading h3[b-xj8nxf2t04] {
        font-size: 18px;
        font-weight: 700;
        color: var(--dark-text);
    }

    .section-heading a[b-xj8nxf2t04] {
        font-size: 14px;
        color: var(--primary-blue);
        text-decoration: none;
        font-weight: 600;
    }

        .section-heading a:hover[b-xj8nxf2t04] {
            text-decoration: underline;
        }
/* /Pages/Videos/VideoVerticalTemplate.razor.rz.scp.css */
.video-container[b-g2cmbxjk1e] {
    position: relative;
    width: 100%;
    max-width: 360px;
    aspect-ratio: 9 / 16;
    margin: auto;
}

    .video-container iframe[b-g2cmbxjk1e] {
        width: 100%;
        height: 100%;
        border: none;
    }
