@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1j57hs1g8d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1j57hs1g8d] {
    flex: 1;
}

.sidebar[b-1j57hs1g8d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1j57hs1g8d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1j57hs1g8d]  a, .top-row[b-1j57hs1g8d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1j57hs1g8d]  a:hover, .top-row[b-1j57hs1g8d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1j57hs1g8d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1j57hs1g8d] {
        justify-content: space-between;
    }

    .top-row[b-1j57hs1g8d]  a, .top-row[b-1j57hs1g8d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1j57hs1g8d] {
        flex-direction: row;
    }

    .sidebar[b-1j57hs1g8d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1j57hs1g8d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1j57hs1g8d]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1j57hs1g8d], article[b-1j57hs1g8d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1j57hs1g8d] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-1j57hs1g8d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-t3x3wxuoe3],
.components-reconnect-repeated-attempt-visible[b-t3x3wxuoe3],
.components-reconnect-failed-visible[b-t3x3wxuoe3],
.components-pause-visible[b-t3x3wxuoe3],
.components-resume-failed-visible[b-t3x3wxuoe3],
.components-rejoining-animation[b-t3x3wxuoe3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-t3x3wxuoe3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-t3x3wxuoe3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-t3x3wxuoe3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-t3x3wxuoe3],
#components-reconnect-modal.components-reconnect-retrying[b-t3x3wxuoe3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-t3x3wxuoe3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-t3x3wxuoe3],
#components-reconnect-modal.components-reconnect-failed[b-t3x3wxuoe3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-t3x3wxuoe3] {
    display: block;
}


#components-reconnect-modal[b-t3x3wxuoe3] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-t3x3wxuoe3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-t3x3wxuoe3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-t3x3wxuoe3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-t3x3wxuoe3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-t3x3wxuoe3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-t3x3wxuoe3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-t3x3wxuoe3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-t3x3wxuoe3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-t3x3wxuoe3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-t3x3wxuoe3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-t3x3wxuoe3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-t3x3wxuoe3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-t3x3wxuoe3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-t3x3wxuoe3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-t3x3wxuoe3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-t3x3wxuoe3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-t3x3wxuoe3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-t3x3wxuoe3 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Admin.razor.rz.scp.css */
/* ==================================================
   1. BASE Y RESET GENERAL
================================================== */
html[b-mq0vlrp3rf], body[b-mq0vlrp3rf] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #0D1117 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Fix para el autocompletado del navegador */
input:-webkit-autofill[b-mq0vlrp3rf],
input:-webkit-autofill:hover[b-mq0vlrp3rf],
input:-webkit-autofill:focus[b-mq0vlrp3rf],
input:-webkit-autofill:active[b-mq0vlrp3rf] {
    -webkit-box-shadow: 0 0 0px 1000px #0D1117 inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* ==================================================
   2. LOGIN Y PANTALLA DE BIENVENIDA
================================================== */
.pantalla-principal[b-mq0vlrp3rf], .pantalla-bienvenida[b-mq0vlrp3rf] {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 0;
}

.contenedor-logo[b-mq0vlrp3rf] {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 10;
}

.texto-logo[b-mq0vlrp3rf] {
    background: linear-gradient(135deg, #fff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 3.5rem;
    margin: 0;
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.3));
}

.caja-login[b-mq0vlrp3rf], .caja-bienvenida[b-mq0vlrp3rf] {
    width: 90%;
    max-width: 450px;
    text-align: center;
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    margin: auto;
    z-index: 2;
}

.titulo-ingresar[b-mq0vlrp3rf], .titulo-bienvenida[b-mq0vlrp3rf] {
    color: white;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.grid-fotos[b-mq0vlrp3rf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
    width: 100%;
    justify-items: center;
}

.opcion-foto[b-mq0vlrp3rf] {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.6;
    overflow: hidden;
}

    .opcion-foto img[b-mq0vlrp3rf] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .opcion-foto:hover[b-mq0vlrp3rf] {
        opacity: 0.9;
        transform: scale(1.05);
    }

    .opcion-foto.seleccionada[b-mq0vlrp3rf] {
        border-color: #A855F7;
        opacity: 1;
        transform: scale(1.15);
        box-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
    }

.input-redondeado[b-mq0vlrp3rf] {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

    .input-redondeado:focus-within[b-mq0vlrp3rf] {
        border-color: #a855f7;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
        transform: translateY(-2px);
    }

.campo-texto[b-mq0vlrp3rf] {
    background: transparent !important;
    border: none !important;
    color: white !important;
    outline: none !important;
    width: 100%;
    padding-left: 15px;
}

.icono-input[b-mq0vlrp3rf] {
    color: #a855f7;
    font-size: 1.2rem;
}

.boton-morado-principal[b-mq0vlrp3rf] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white !important;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    padding: 14px 60px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 5px 15px rgba(98, 0, 238, 0.3);
}

    .boton-morado-principal:hover[b-mq0vlrp3rf] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(98, 0, 238, 0.5);
    }

.enlaces-secundarios[b-mq0vlrp3rf] {
    margin-top: 20px;
}

    .enlaces-secundarios a[b-mq0vlrp3rf] {
        color: #c084fc;
        text-decoration: none;
        font-size: 0.95rem;
        transition: color 0.2s;
    }

        .enlaces-secundarios a:hover[b-mq0vlrp3rf] {
            color: white;
            text-decoration: underline;
        }

.error-validacion[b-mq0vlrp3rf] {
    color: #f87171;
    font-size: 0.9rem;
    margin-top: -10px;
    margin-bottom: 15px;
    display: block;
}

/* ==================================================
   3. NAVBAR / MENÚ LATERAL
================================================== */
.nav-contenedor[b-mq0vlrp3rf] {
    background: rgba(13, 17, 23, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 280px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 5px 0 25px rgba(0,0,0,0.3);
}

.perfil-usuario[b-mq0vlrp3rf] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(255,255,255,0.03);
    border-radius: 16px;
}

.avatar-circular[b-mq0vlrp3rf] {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #a855f7;
    overflow: hidden;
}

.info-perfil[b-mq0vlrp3rf] {
    display: flex;
    flex-direction: column;
}

.nombre-usuario[b-mq0vlrp3rf] {
    color: white;
    font-size: 1.15rem;
    font-weight: 700;
}

.estrellas[b-mq0vlrp3rf] {
    color: #ffcc00;
    font-size: 0.9rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    text-shadow: 0 0 8px rgba(255,204,0,0.4);
}

.menu-vertical[b-mq0vlrp3rf] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.enlace-nav[b-mq0vlrp3rf] {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #9ca3af !important;
    text-decoration: none !important;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: transparent;
}

    .enlace-nav:hover:not(.active)[b-mq0vlrp3rf] {
        background: rgba(255, 255, 255, 0.05);
        color: white !important;
        transform: translateX(5px);
    }

    .enlace-nav.active[b-mq0vlrp3rf] {
        background: rgba(168, 85, 247, 0.15) !important;
        border-left: 4px solid #a855f7 !important;
        color: white !important;
        border-radius: 0 12px 12px 0;
    }

        .enlace-nav.active i[b-mq0vlrp3rf] {
            color: #a855f7;
            text-shadow: 0 0 10px rgba(168,85,247,0.5);
        }

.boton-logout[b-mq0vlrp3rf] {
    width: 100%;
    border: none;
    cursor: pointer;
    background: transparent;
    padding: 0;
}

/* ==================================================
   4. MODAL GLOBAL DE CONFIRMACIÓN
================================================== */
.confirm-overlay[b-mq0vlrp3rf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(8px);
}

.confirm-caja[b-mq0vlrp3rf] {
    background: rgba(17, 24, 39, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(139, 92, 246, 0.4);
    padding: 35px;
    border-radius: 24px;
    text-align: center;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 25px 50px rgba(0,0,0,0.6);
    animation: zoomIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-height: 90vh;
    overflow-y: auto;
}

.confirm-titulo[b-mq0vlrp3rf] {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.confirm-botones[b-mq0vlrp3rf] {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-confirm[b-mq0vlrp3rf] {
    padding: 12px 35px;
    border-radius: 30px;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-si[b-mq0vlrp3rf] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    box-shadow: 0 5px 15px rgba(98, 0, 238, 0.3);
}

    .btn-si:hover[b-mq0vlrp3rf] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(98, 0, 238, 0.5);
    }

.btn-no[b-mq0vlrp3rf] {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
}

    .btn-no:hover[b-mq0vlrp3rf] {
        background: rgba(255,255,255,0.1);
        border-color: white;
        transform: translateY(-2px);
    }

.btn-danger-custom[b-mq0vlrp3rf] {
    background: rgba(239,68,68,0.2);
    border: 1px solid rgba(239,68,68,0.5);
    color: #f87171;
}

    .btn-danger-custom:hover[b-mq0vlrp3rf] {
        background: #ef4444;
        color: white;
        transform: translateY(-2px);
    }

/* ==================================================
   5. PANEL MAESTRO (ADMINISTRADOR)
================================================== */
.admin-master[b-mq0vlrp3rf] {
    padding: 40px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.admin-card-principal[b-mq0vlrp3rf] {
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 24px;
    padding: 40px;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    min-height: 80vh;
}

.admin-header[b-mq0vlrp3rf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.admin-tabs[b-mq0vlrp3rf] {
    display: flex;
    gap: 10px;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px;
    border-radius: 20px;
    border: 1px solid rgba(139, 92, 246, 0.3);
}

.tab-btn[b-mq0vlrp3rf] {
    background: transparent;
    border: none;
    color: #9ca3af;
    padding: 10px 25px;
    border-radius: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .tab-btn:hover:not(.active)[b-mq0vlrp3rf] {
        background: rgba(255, 255, 255, 0.05);
        color: white;
    }

    .tab-btn.active[b-mq0vlrp3rf] {
        background: linear-gradient(135deg, #8b5cf6, #6200ee);
        color: white;
        box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    }

.admin-controls[b-mq0vlrp3rf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}

.admin-search[b-mq0vlrp3rf] {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 30px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
    max-width: 450px;
    transition: all 0.3s ease;
}

    .admin-search:focus-within[b-mq0vlrp3rf] {
        border-color: #a855f7;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
    }

    .admin-search input[b-mq0vlrp3rf] {
        background: transparent;
        border: none;
        color: white;
        width: 100%;
        outline: none;
    }

        .admin-search input[b-mq0vlrp3rf]::placeholder {
            color: #9ca3af;
        }

.btn-crear-usuario[b-mq0vlrp3rf] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(98, 0, 238, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-crear-usuario:hover[b-mq0vlrp3rf] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(98, 0, 238, 0.5);
    }

.table-admin[b-mq0vlrp3rf] {
    width: 100%;
    color: white;
    border-collapse: separate;
    border-spacing: 0 10px;
}

    .table-admin th[b-mq0vlrp3rf] {
        color: #c084fc;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.85rem;
        padding: 10px 20px;
        border-bottom: 2px solid rgba(139, 92, 246, 0.3);
        text-align: left;
    }

    .table-admin td[b-mq0vlrp3rf] {
        background: rgba(255, 255, 255, 0.02);
        padding: 15px 20px;
        vertical-align: middle;
        border-top: 1px solid rgba(255,255,255,0.05);
        border-bottom: 1px solid rgba(255,255,255,0.05);
        transition: background 0.3s;
    }

        .table-admin td:first-child[b-mq0vlrp3rf] {
            border-radius: 16px 0 0 16px;
            border-left: 1px solid rgba(255,255,255,0.05);
        }

        .table-admin td:last-child[b-mq0vlrp3rf] {
            border-radius: 0 16px 16px 0;
            border-right: 1px solid rgba(255,255,255,0.05);
        }

    .table-admin tr:hover td[b-mq0vlrp3rf] {
        background: rgba(255, 255, 255, 0.06);
    }

.correo-texto[b-mq0vlrp3rf] {
    color: #9ca3af;
    font-size: 0.85rem;
    margin-top: 2px;
}

.btn-edit-mini[b-mq0vlrp3rf] {
    background: rgba(168, 85, 247, 0.1);
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #c084fc;
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .btn-edit-mini:hover[b-mq0vlrp3rf] {
        background: #a855f7;
        color: white;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
    }

/* Layout Tienda Admin */
.tienda-admin-layout[b-mq0vlrp3rf] {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 40px;
}

.form-agregar-logo[b-mq0vlrp3rf] {
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.05);
}

.grid-logos-admin[b-mq0vlrp3rf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
}

.card-logo-admin[b-mq0vlrp3rf] {
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

    .card-logo-admin img[b-mq0vlrp3rf] {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
        border: 2px solid #a855f7;
    }

.logo-info[b-mq0vlrp3rf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.logo-nombre[b-mq0vlrp3rf] {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
}

.btn-borrar-logo[b-mq0vlrp3rf] {
    background: rgba(239,68,68,0.1);
    border: 1px solid rgba(239,68,68,0.3);
    color: #f87171;
    border-radius: 8px;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-borrar-logo:hover[b-mq0vlrp3rf] {
        background: #ef4444;
        color: white;
    }

/* Custom Inputs Admin */
.custom-input[b-mq0vlrp3rf], .custom-select[b-mq0vlrp3rf] {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 12px;
    padding: 10px 15px;
    color: white;
    transition: all 0.3s ease;
}

    .custom-input:focus[b-mq0vlrp3rf], .custom-select:focus[b-mq0vlrp3rf] {
        outline: none;
        border-color: #a855f7;
        box-shadow: 0 0 10px rgba(168, 85, 247, 0.3);
    }

/* ==================================================
   6. GLOBALES VARIOS Y RESPONSIVIDAD
================================================== */
.titulo-principal[b-mq0vlrp3rf] {
    color: #A855F7;
    font-weight: bold;
}

.text-muted2[b-mq0vlrp3rf], p[b-mq0vlrp3rf], .help-block[b-mq0vlrp3rf], .description[b-mq0vlrp3rf], .subtitulo[b-mq0vlrp3rf] {
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.6;
}

h3[b-mq0vlrp3rf], h4[b-mq0vlrp3rf], h5[b-mq0vlrp3rf] {
    color: #ffffff !important;
}

*[b-mq0vlrp3rf] {
    scrollbar-width: thin;
    scrollbar-color: #a855f7 rgba(17, 24, 39, 0.5);
}

[b-mq0vlrp3rf]::-webkit-scrollbar {
    width: 8px;
}

[b-mq0vlrp3rf]::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.2);
}

[b-mq0vlrp3rf]::-webkit-scrollbar-thumb {
    background: #6200ee;
    border-radius: 10px;
    border: 2px solid #111827;
}

@media (min-width: 851px) {
    .nav-contenedor[b-mq0vlrp3rf] {
        display: flex !important;
    }

    .navbar-toggler[b-mq0vlrp3rf] {
        display: none !important;
    }
}

@media (max-width: 850px) {
    .nav-contenedor.collapse[b-mq0vlrp3rf] {
        display: none;
    }

    .nav-contenedor[b-mq0vlrp3rf] {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        box-shadow: 5px 0 25px rgba(0,0,0,0.6);
    }

        .nav-contenedor:not(.collapse)[b-mq0vlrp3rf] {
            padding-top: 80px;
        }

    .navbar-toggler[b-mq0vlrp3rf] {
        display: block !important;
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 2000;
        width: 45px;
        height: 45px;
        background: rgba(168, 85, 247, 0.1) !important;
        border: 1px solid #A855F7 !important;
        border-radius: 12px;
        color: white;
    }

    .main[b-mq0vlrp3rf], article[b-mq0vlrp3rf] {
        margin-left: 0 !important;
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .tienda-admin-layout[b-mq0vlrp3rf] {
        grid-template-columns: 1fr;
    }

    .admin-controls[b-mq0vlrp3rf] {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-search[b-mq0vlrp3rf] {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .caja-bienvenida[b-mq0vlrp3rf], .caja-login[b-mq0vlrp3rf] {
        padding: 30px 20px;
    }

    .grid-fotos[b-mq0vlrp3rf] {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .opcion-foto[b-mq0vlrp3rf] {
        width: 70px;
        height: 70px;
    }

    .contenedor-logo[b-mq0vlrp3rf] {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .texto-logo[b-mq0vlrp3rf] {
        font-size: 2.8rem;
    }
}
/* /Components/Pages/Amigos/Buzon.razor.rz.scp.css */
/* ==========================================================================
   CONTENEDORES GLOBALES
   ========================================================================== */
.buzon-container[b-acj78e9siw] {
    background-color: transparent;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    margin: 40px auto;
    padding: 40px 30px;
    min-height: 80vh;
    box-sizing: border-box;
    /* Efecto Cristal */
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* ==========================================================================
   BARRA DE BÚSQUEDA
   ========================================================================== */
.buzon-search-wrapper[b-acj78e9siw] {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 30px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

    .buzon-search-wrapper:focus-within[b-acj78e9siw] {
        border-color: #a855f7;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
        transform: translateY(-2px);
    }

    .buzon-search-wrapper input[b-acj78e9siw] {
        background: transparent;
        border: none;
        color: white;
        width: 100%;
        outline: none;
        font-size: 1.05rem;
    }

        .buzon-search-wrapper input[b-acj78e9siw]::placeholder {
            color: #9ca3af;
        }

.icono-lupa[b-acj78e9siw] {
    color: #a855f7;
    font-size: 1.3rem;
}

/* ==========================================================================
   FILTROS
   ========================================================================== */
.filter-container[b-acj78e9siw] {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    padding: 10px;
    border-radius: 15px;
    position: sticky;
    top: 10px;
    z-index: 100;
}

.filter-btn[b-acj78e9siw] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 22px;
    border-radius: 25px;
    color: #d1d5db;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .filter-btn:hover:not(.active)[b-acj78e9siw] {
        background: rgba(168, 85, 247, 0.1);
        color: white;
        border-color: rgba(168, 85, 247, 0.4);
    }

    .filter-btn.active[b-acj78e9siw] {
        background: linear-gradient(135deg, #a855f7, #6200ee);
        color: white;
        border-color: transparent;
        box-shadow: 0 5px 15px rgba(168, 85, 247, 0.4);
        transform: translateY(-2px);
    }

    .filter-btn i[b-acj78e9siw] {
        margin-right: 8px;
    }

/* ==========================================================================
   LISTA Y TARJETAS (BUZÓN Y AMIGOS)
   ========================================================================== */
.buzon-list[b-acj78e9siw] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.buzon-item-row[b-acj78e9siw], .friend-row[b-acj78e9siw] {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.buzon-card[b-acj78e9siw], .friend-card[b-acj78e9siw] {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px 25px;
    flex: 1;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.buzon-card[b-acj78e9siw] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 5px;
    align-items: center;
}

.friend-card[b-acj78e9siw] {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .buzon-card:hover[b-acj78e9siw], .friend-card:hover[b-acj78e9siw] {
        background: rgba(255, 255, 255, 0.06);
        border-color: rgba(139, 92, 246, 0.4);
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(139, 92, 246, 0.2);
    }

.buzon-avatar[b-acj78e9siw] {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 55px;
    height: 55px;
    background-color: #111827;
    border: 2px solid #a855f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}

.avatar-icon i[b-acj78e9siw] {
    color: #a855f7;
    font-size: 1.8rem;
}

.buzon-name[b-acj78e9siw] {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.25rem;
    font-weight: 700;
    align-self: end;
    color: white;
}

.buzon-content[b-acj78e9siw] {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.95rem;
    color: #9ca3af;
    align-self: start;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buzon-type[b-acj78e9siw] {
    grid-column: 3;
    grid-row: 1 / span 2;
    text-align: right;
    font-size: 0.85rem;
    font-weight: 600;
    color: #c084fc;
    background: rgba(168, 85, 247, 0.1);
    padding: 5px 12px;
    border-radius: 12px;
}

/* ==========================================================================
   BOTONES DE ACCIÓN (Aceptar / Borrar)
   ========================================================================== */
.buzon-actions[b-acj78e9siw] {
    display: flex;
    gap: 12px;
}

.btn-buzon-accept[b-acj78e9siw] {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: 12px;
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .btn-buzon-accept:hover[b-acj78e9siw] {
        background: #10b981;
        color: white;
        box-shadow: 0 0 15px rgba(16, 185, 129, 0.4);
        transform: scale(1.05);
    }

.btn-buzon-delete[b-acj78e9siw] {
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px;
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .btn-buzon-delete:hover[b-acj78e9siw] {
        background: #ef4444;
        color: white;
        border-color: #ef4444;
        box-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
        transform: scale(1.05);
    }

/* ==========================================================================
   PAGINACIÓN
   ========================================================================== */
.btn-pag[b-acj78e9siw] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: white;
    border-radius: 8px;
    padding: 6px 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
}

    .btn-pag:hover:not(:disabled)[b-acj78e9siw] {
        background: rgba(168, 85, 247, 0.2);
        border-color: #a855f7;
    }

    .btn-pag:disabled[b-acj78e9siw] {
        opacity: 0.3;
        cursor: not-allowed;
    }

/* ==========================================================================
   FOOTER (AYUDA Y VOLVER)
   ========================================================================== */
.buzon-footer[b-acj78e9siw] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 40px;
}

.help-text-buzon[b-acj78e9siw] {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 60%;
    background: rgba(17, 24, 39, 0.4);
    padding: 15px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

    .help-text-buzon .question-mark[b-acj78e9siw] {
        font-size: 2.5rem;
        font-weight: 900;
        color: #6200ee;
        text-shadow: 0 0 10px rgba(98, 0, 238, 0.5);
        line-height: 1;
    }

    .help-text-buzon p[b-acj78e9siw] {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        padding-left: 15px;
        font-size: 0.9rem;
        color: #d1d5db;
        margin: 0;
        line-height: 1.5;
    }

.btn-volver[b-acj78e9siw] {
    background: rgba(255, 255, 255, 0.05);
    color: #d1d5db;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

    .btn-volver:hover[b-acj78e9siw] {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border-color: white;
        transform: translateY(-2px);
    }

/* ==========================================================================
   RESPONSIVO MÓVIL (ACHICADO EXTREMO)
   ========================================================================== */
@media (max-width: 768px) {
    .buzon-container[b-acj78e9siw] {
        padding: 25px 15px;
        margin: 20px 10px;
        border-radius: 16px;
        gap: 25px;
    }

    .buzon-search-wrapper[b-acj78e9siw] {
        padding: 10px 18px;
    }

    .filter-container[b-acj78e9siw] {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .filter-btn[b-acj78e9siw] {
        white-space: nowrap;
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .buzon-list[b-acj78e9siw] {
        gap: 15px;
    }

    .buzon-item-row[b-acj78e9siw], .friend-row[b-acj78e9siw] {
        gap: 10px;
        flex-direction: column;
        align-items: stretch;
    }

    .buzon-card[b-acj78e9siw] {
        padding: 15px;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto;
        column-gap: 15px;
        row-gap: 5px;
    }

    .buzon-avatar[b-acj78e9siw] {
        grid-row: 1 / span 2;
        width: 45px;
        height: 45px;
    }

    .avatar-icon i[b-acj78e9siw] {
        font-size: 1.4rem;
    }

    .buzon-name[b-acj78e9siw] {
        grid-column: 2;
        grid-row: 1;
        font-size: 1.1rem;
    }

    .buzon-content[b-acj78e9siw] {
        grid-column: 2;
        grid-row: 2;
        font-size: 0.9rem;
        white-space: normal;
    }

    .buzon-type[b-acj78e9siw] {
        grid-column: 1 / span 2;
        grid-row: 3;
        text-align: left;
        margin-top: 10px;
        font-size: 0.8rem;
        background: transparent;
        padding: 0;
    }

    .buzon-actions[b-acj78e9siw] {
        gap: 10px;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .btn-buzon-accept[b-acj78e9siw], .btn-buzon-delete[b-acj78e9siw] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .buzon-footer[b-acj78e9siw] {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 20px;
        padding-top: 20px;
    }

    .btn-volver[b-acj78e9siw] {
        justify-content: center;
    }

    .help-text-buzon[b-acj78e9siw] {
        max-width: 100%;
    }
}
/* /Components/Pages/Amigos/MisAmigos.razor.rz.scp.css */
/* =========================================
   ESTILOS PREMIUM PARA AMIGOS
========================================= */
.app-container[b-wwbuubd8xm] {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* --- El Sobre de Correo (Buzón) --- */
.btn-envelope[b-wwbuubd8xm] {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(139, 92, 246, 0.4);
    color: #c084fc;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

    .btn-envelope:hover[b-wwbuubd8xm] {
        color: white;
        background: linear-gradient(135deg, #a855f7, #6200ee);
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.5);
        border-color: transparent;
    }

/* --- Input y Botón Superior --- */
.controls-row[b-wwbuubd8xm] {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
    width: 100%;
    max-width: 600px;
    justify-content: center;
    align-items: center;
}

.search-input-group[b-wwbuubd8xm] {
    position: relative;
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 30px;
    padding: 10px 20px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

    .search-input-group:focus-within[b-wwbuubd8xm] {
        border-color: #a855f7;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
        transform: translateY(-2px);
    }

.search-input[b-wwbuubd8xm] {
    background: transparent;
    border: none;
    color: white;
    margin-left: 12px;
    width: 100%;
    font-size: 1rem;
}

    .search-input:focus[b-wwbuubd8xm] {
        outline: none;
    }

    .search-input[b-wwbuubd8xm]::placeholder {
        color: #9ca3af;
    }

.icono-lupa[b-wwbuubd8xm] {
    color: #a855f7;
    font-size: 1.2rem;
}

.btn-new-friend[b-wwbuubd8xm] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3);
}

    .btn-new-friend:hover[b-wwbuubd8xm] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(139, 92, 246, 0.5);
    }

/* --- Lista y Tarjetas de Amigos --- */
.friends-list[b-wwbuubd8xm] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.friend-row[b-wwbuubd8xm] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 600px;
}

.friend-card[b-wwbuubd8xm] {
    display: flex;
    align-items: center;
    /* Glassmorphism para las tarjetas */
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 20px;
    padding: 1.2rem 1.5rem;
    flex-grow: 1;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    min-height: 90px;
}

    .friend-card:hover[b-wwbuubd8xm] {
        background: rgba(17, 24, 39, 0.8);
        border-color: rgba(168, 85, 247, 0.6);
        transform: translateY(-4px) scale(1.01);
        box-shadow: 0 12px 30px rgba(139, 92, 246, 0.25);
    }

.friend-avatar-container[b-wwbuubd8xm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #111827;
    border: 2px solid #a855f7; /* Borde morado elegante */
    border-radius: 50%;
    margin-right: 1.2rem;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.2);
}

.friend-avatar-img[b-wwbuubd8xm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.friend-info[b-wwbuubd8xm] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding-right: 120px;
}

.friend-name[b-wwbuubd8xm] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
}

.friend-code[b-wwbuubd8xm] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #c084fc;
    margin-top: 6px;
    background: rgba(168, 85, 247, 0.1);
    padding: 3px 10px;
    border-radius: 12px;
    width: fit-content;
}

/* --- Estadísticas (Racha y Fecha) --- */
.friend-stats[b-wwbuubd8xm] {
    position: absolute;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    top: 0;
}

.friend-streak[b-wwbuubd8xm] {
    color: #ff9800;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-shadow: 0 0 10px rgba(255, 152, 0, 0.4);
}

.friend-streak-text[b-wwbuubd8xm] {
    font-size: 0.85rem;
    color: #ffb74d;
    font-weight: 700;
    text-transform: uppercase;
}

.friend-date[b-wwbuubd8xm] {
    font-size: 0.75rem;
    color: #9ca3af;
    font-weight: 500;
}

/* --- Botón Eliminar Amigo --- */
.btn-delete[b-wwbuubd8xm] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 15px;
    color: #f87171;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .btn-delete:hover[b-wwbuubd8xm] {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
        border-color: rgba(239, 68, 68, 0.5);
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(239, 68, 68, 0.3);
    }

/* --- Estado Vacío --- */
.empty-card[b-wwbuubd8xm] {
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    border: 1px dashed rgba(139, 92, 246, 0.4);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    color: #9ca3af;
}

/* --- Paginación --- */
.pagination-container[b-wwbuubd8xm] {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-pag[b-wwbuubd8xm] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: white;
    border-radius: 10px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .btn-pag:hover:not(:disabled)[b-wwbuubd8xm] {
        background: rgba(168, 85, 247, 0.2);
        border-color: #a855f7;
        box-shadow: 0 0 10px rgba(168, 85, 247, 0.3);
    }

    .btn-pag:disabled[b-wwbuubd8xm] {
        opacity: 0.3;
        cursor: not-allowed;
    }

.pag-info[b-wwbuubd8xm] {
    font-size: 0.95rem;
    color: #d1d5db;
    font-weight: 500;
}

/* --- RESPONSIVO MÓVIL --- */
@media (max-width: 480px) {
    .app-container[b-wwbuubd8xm] {
        padding: 20px 15px;
    }

    .btn-envelope[b-wwbuubd8xm] {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }

    .controls-row[b-wwbuubd8xm] {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-top: 3.5rem !important; /* Espacio para el sobre */
    }

    .search-input-group[b-wwbuubd8xm] {
        width: 100%;
    }

    .friend-row[b-wwbuubd8xm] {
        gap: 10px;
    }

    .friend-card[b-wwbuubd8xm] {
        padding: 1rem;
        min-height: 80px;
        border-radius: 16px;
    }

    .friend-avatar-container[b-wwbuubd8xm] {
        width: 45px;
        height: 45px;
        margin-right: 0.8rem;
    }

    .friend-name[b-wwbuubd8xm] {
        font-size: 1.1rem;
    }

    .friend-code[b-wwbuubd8xm] {
        font-size: 0.75rem;
        padding: 2px 8px;
    }

    .friend-info[b-wwbuubd8xm] {
        padding-right: 90px;
    }

    .friend-stats[b-wwbuubd8xm] {
        right: 15px;
    }

    .friend-streak[b-wwbuubd8xm] {
        font-size: 1rem;
    }

    .friend-streak-text[b-wwbuubd8xm] {
        font-size: 0.75rem;
    }

    .friend-date[b-wwbuubd8xm] {
        font-size: 0.65rem;
    }

    .btn-delete[b-wwbuubd8xm] {
        font-size: 1.2rem;
        padding: 10px;
        border-radius: 12px;
    }
}
/* /Components/Pages/Amigos/NuevoAmigo.razor.rz.scp.css */
/* ==========================================================================
   1. CONTENEDOR PRINCIPAL
   ========================================================================== */
.add-friend-container[b-r1kmkrwzsd] {
    background-color: transparent;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 40px 20px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; /* Evita que la mascota rompa el scroll horizontal */
}

/* ==========================================================================
   2. SECCIÓN SUPERIOR Y DECORACIONES (Mascota y Ayuda)
   ========================================================================== */
.header-section[b-r1kmkrwzsd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Texto de Ayuda (Convertido a tarjeta Glassmorphism) */
.help-text[b-r1kmkrwzsd] {
    position: absolute;
    top: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    pointer-events: auto;
    background: rgba(17, 24, 39, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 25px;
    border-radius: 20px;
    max-width: 400px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.question-mark[b-r1kmkrwzsd] {
    font-size: 3rem;
    font-weight: 900;
    color: #6200ee;
    line-height: 1;
    text-shadow: 0 0 15px rgba(98, 0, 238, 0.5);
}

.help-text p[b-r1kmkrwzsd] {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 15px;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
    color: #d1d5db;
}

/* Mascota Rotada */
.cat-mascot[b-r1kmkrwzsd] {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: auto;
    transform: rotate(230deg);
    pointer-events: none;
    filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.4)); /* Sombra para profundidad */
    transition: transform 0.3s ease;
}

/* ==========================================================================
   3. FORMULARIO CENTRAL (Tarjeta Glassmorphism)
   ========================================================================== */
.form-content-wrapper[b-r1kmkrwzsd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 10;
    width: 100%;
    max-width: 550px;
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    padding: 50px 40px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.form-section[b-r1kmkrwzsd] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.input-group-custom[b-r1kmkrwzsd] {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 15px;
}

    .input-group-custom label[b-r1kmkrwzsd] {
        font-size: 1.2rem;
        font-weight: 600;
        color: #e5e7eb;
        text-align: right;
    }

/* Inputs Interactivos */
.input-wrapper[b-r1kmkrwzsd] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 30px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

    .input-wrapper:focus-within[b-r1kmkrwzsd] {
        border-color: #a855f7;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
        transform: translateY(-2px);
    }

    .input-wrapper input[b-r1kmkrwzsd] {
        background: transparent;
        border: none;
        color: white;
        width: 100%;
        outline: none;
        font-size: 1.05rem;
    }

        .input-wrapper input[b-r1kmkrwzsd]::placeholder {
            color: #6b7280;
        }

/* ==========================================================================
   4. BOTONES DE ACCIÓN
   ========================================================================== */
.actions-section[b-r1kmkrwzsd] {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.btn-send[b-r1kmkrwzsd], .btn-cancel[b-r1kmkrwzsd] {
    padding: 14px 35px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
}

.btn-send[b-r1kmkrwzsd] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    box-shadow: 0 5px 15px rgba(98, 0, 238, 0.3);
}

    .btn-send:hover[b-r1kmkrwzsd] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(98, 0, 238, 0.5);
    }

.btn-cancel[b-r1kmkrwzsd] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

    .btn-cancel:hover[b-r1kmkrwzsd] {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
        transform: translateY(-2px);
    }

/* ==========================================================================
   5. RESPONSIVO (Móvil)
   ========================================================================== */
@media (max-width: 900px) {
    .help-text[b-r1kmkrwzsd] {
        top: 20px;
        left: 20px;
        max-width: 60%;
        padding: 10px 15px;
    }

    .question-mark[b-r1kmkrwzsd] {
        font-size: 2.5rem;
    }

    .cat-mascot[b-r1kmkrwzsd] {
        width: 220px;
        top: -60px;
        right: -60px;
    }
}

@media (max-width: 600px) {
    .add-friend-container[b-r1kmkrwzsd] {
        justify-content: flex-start;
        padding: 120px 20px 40px 20px;
    }

    .help-text[b-r1kmkrwzsd] {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: none;
        justify-content: center;
    }

    .cat-mascot[b-r1kmkrwzsd] {
        width: 180px;
        top: -40px;
        right: -50px;
        z-index: 100;
    }

    .form-content-wrapper[b-r1kmkrwzsd] {
        padding: 30px 20px;
        gap: 30px;
    }

    .form-section[b-r1kmkrwzsd] {
        gap: 20px;
    }

    .input-group-custom[b-r1kmkrwzsd] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

        .input-group-custom label[b-r1kmkrwzsd] {
            font-size: 1.05rem;
            text-align: left;
        }

    .actions-section[b-r1kmkrwzsd] {
        flex-direction: column;
        gap: 15px;
    }

    .btn-send[b-r1kmkrwzsd], .btn-cancel[b-r1kmkrwzsd] {
        width: 100%;
    }
}
/* /Components/Pages/Bienvenida.razor.rz.scp.css */
/* =========================================
       CONTENEDOR AISLADO BIENVENIDA (CORREGIDO)
    ========================================= */
.bienvenida-wrapper[b-b7n8c82h27] {
    min-height: 100vh;
    width: 100%; /* CORRECCIÓN: Usar 100% en lugar de 100vw evita el desbordamiento horizontal */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px; /* Reducimos el padding lateral para dejar más aire */
    box-sizing: border-box;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #0D1117;
}

/* Brillo difuminado de fondo (Orbe Premium) */
.bienvenida-wrapper[b-b7n8c82h27]::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(168,85,247,0.3) 0%, rgba(0,0,0,0) 70%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: latidoOrbe-b-b7n8c82h27 6s infinite alternate ease-in-out;
}

@keyframes latidoOrbe-b-b7n8c82h27 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
}

/* TARJETA GLASSMORPHISM */
.bienvenida-glass-card[b-b7n8c82h27] {
    background: rgba(17, 24, 39, 0.85) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(168, 85, 247, 0.4);
    border-radius: 30px;
    padding: 45px 40px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), inset 0 0 20px rgba(168, 85, 247, 0.1);
    max-width: 450px; /* CORRECCIÓN: Ligeramente más angosta para celulares estrechos */
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    animation: entradaDeslizada-b-b7n8c82h27 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes entradaDeslizada-b-b7n8c82h27 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* TEXTOS */
.bienvenida-titulo[b-b7n8c82h27] {
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #fff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.bienvenida-subtitulo[b-b7n8c82h27] {
    color: #9ca3af !important;
    font-size: 1.05rem;
    margin-bottom: 35px;
}

/* SECCIÓN DE AVATARES */
.bienvenida-label[b-b7n8c82h27] {
    color: #e5e7eb !important;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.1rem;
    text-align: left;
    width: 100%;
    display: block;
}

.bienvenida-grid-fotos[b-b7n8c82h27] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    gap: 15px;
    justify-items: center;
    max-height: 220px;
    overflow-y: auto;
    padding: 15px;
    margin-bottom: 30px;
    background: rgba(0,0,0,0.2);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    box-sizing: border-box; /* Previene desbordamiento interno */
}

    /* Scrollbar premium para los avatares */
    .bienvenida-grid-fotos[b-b7n8c82h27]::-webkit-scrollbar {
        width: 6px;
    }

    .bienvenida-grid-fotos[b-b7n8c82h27]::-webkit-scrollbar-track {
        background: transparent;
    }

    .bienvenida-grid-fotos[b-b7n8c82h27]::-webkit-scrollbar-thumb {
        background: rgba(168, 85, 247, 0.5);
        border-radius: 10px;
    }

        .bienvenida-grid-fotos[b-b7n8c82h27]::-webkit-scrollbar-thumb:hover {
            background: rgba(168, 85, 247, 0.8);
        }

.bienvenida-avatar[b-b7n8c82h27] {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    opacity: 0.6;
    background: #111827;
}

    .bienvenida-avatar img[b-b7n8c82h27] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bienvenida-avatar:hover[b-b7n8c82h27] {
        opacity: 1;
        transform: scale(1.1);
    }

    .bienvenida-avatar.seleccionada[b-b7n8c82h27] {
        border-color: #a855f7;
        opacity: 1;
        transform: scale(1.15);
        box-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
    }

/* SECCIÓN DE INPUT */
.bienvenida-input-group[b-b7n8c82h27] {
    background: rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(139, 92, 246, 0.4) !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 14px 20px; /* Reducimos padding lateral interno */
    margin-bottom: 25px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

    .bienvenida-input-group:focus-within[b-b7n8c82h27] {
        border-color: #a855f7 !important;
        box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
        background: rgba(0, 0, 0, 0.6) !important;
    }

.bienvenida-icono[b-b7n8c82h27] {
    color: #a855f7 !important;
    font-size: 1.3rem;
    margin-right: 15px;
}

.bienvenida-input[b-b7n8c82h27] {
    background: transparent !important;
    border: none !important;
    color: white !important;
    outline: none !important;
    width: 100%;
    font-size: 1.1rem;
}

    .bienvenida-input[b-b7n8c82h27]::placeholder {
        color: #6b7280 !important;
    }

.bienvenida-error[b-b7n8c82h27] {
    color: #f87171 !important;
    font-size: 0.9rem;
    display: block;
    margin-top: -15px;
    margin-bottom: 20px;
    font-weight: 500;
}

/* BOTÓN */
.bienvenida-btn[b-b7n8c82h27] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee) !important;
    color: white !important;
    font-weight: 800;
    font-size: 1.15rem;
    border: none;
    border-radius: 50px;
    padding: 16px 0;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(98, 0, 238, 0.3);
}

    .bienvenida-btn:hover[b-b7n8c82h27] {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(98, 0, 238, 0.5);
    }

    .bienvenida-btn:active[b-b7n8c82h27] {
        transform: scale(0.98);
    }

/* RESPONSIVIDAD ESTRICTA (CORREGIDO) */
@media (max-width: 500px) {
    .bienvenida-glass-card[b-b7n8c82h27] {
        padding: 30px 20px; /* Reducimos paddings internos de la tarjeta */
        border-radius: 20px;
    }

    .bienvenida-titulo[b-b7n8c82h27] {
        font-size: 1.8rem;
    }

    .bienvenida-subtitulo[b-b7n8c82h27] {
        font-size: 0.95rem;
    }

    .bienvenida-grid-fotos[b-b7n8c82h27] {
        grid-template-columns: repeat(3, 1fr); /* Fuerza 3 columnas centradas */
        gap: 10px;
        padding: 10px;
    }

    .bienvenida-avatar[b-b7n8c82h27] {
        width: 65px;
        height: 65px;
    }

    .bienvenida-wrapper[b-b7n8c82h27]::before {
        width: 250px;
        height: 250px;
    }
}

/* /Components/Pages/DesafiosPages/Desafios.razor.rz.scp.css */
.recompensas-container[b-16f1m1xaez] {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.header-recompensas[b-16f1m1xaez] {
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

    .header-recompensas h1[b-16f1m1xaez] {
        font-weight: 800;
        font-size: 2.5rem;
        background: linear-gradient(135deg, #a855f7, #6200ee);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .header-recompensas p[b-16f1m1xaez] {
        color: #9ca3af;
        font-size: 1.1rem;
    }

/* --- CONTENEDOR DE TARJETAS --- */
.grid-recompensas[b-16f1m1xaez] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    width: 100%;
}

.glass-card[b-16f1m1xaez] {
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

    .glass-card[b-16f1m1xaez]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(139,92,246,0.1) 0%, transparent 60%);
        z-index: 0;
        pointer-events: none;
    }

.card-content[b-16f1m1xaez] {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- LA RULETA --- */
.ruleta-wrapper[b-16f1m1xaez] {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 20px 0;
}

.ruleta-wheel[b-16f1m1xaez] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #3b286d;
    /* Colores de la ruleta */
    background: conic-gradient( #8b5cf6 0deg 60deg, #6200ee 60deg 120deg, #ff9800 120deg 180deg, #111827 180deg 240deg, #a855f7 240deg 300deg, #3b286d 300deg 360deg );
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.4);
    transition: transform 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.ruleta-pointer[b-16f1m1xaez] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #ffcc00;
    z-index: 10;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.ruleta-centro[b-16f1m1xaez] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #111827;
    border: 3px solid #ffcc00;
    border-radius: 50%;
    z-index: 5;
}

/* --- BOTONES Y STATS --- */
.btn-accion[b-16f1m1xaez] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    border: none;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: 15px;
    width: 100%;
}

    .btn-accion:hover:not(:disabled)[b-16f1m1xaez] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    }

    .btn-accion:disabled[b-16f1m1xaez] {
        background: #374151;
        color: #9ca3af;
        cursor: not-allowed;
    }

.stats-badge[b-16f1m1xaez] {
    background: rgba(0,0,0,0.4);
    padding: 8px 15px;
    border-radius: 20px;
    color: #ffcc00;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

/* --- SECCIÓN VIDEOS --- */
.icono-video[b-16f1m1xaez] {
    font-size: 4rem;
    color: #a855f7;
    margin: 20px 0;
    filter: drop-shadow(0 0 15px rgba(168, 85, 247, 0.4));
}

.progreso-video[b-16f1m1xaez] {
    width: 100%;
    height: 12px;
    background: #1f2937;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}

.progreso-fill[b-16f1m1xaez] {
    height: 100%;
    background: linear-gradient(90deg, #ff9800, #ffcc00);
    border-radius: 10px;
    transition: width 0.3s ease;
}

@media (max-width: 480px) {
    .header-recompensas h1[b-16f1m1xaez] {
        font-size: 2rem;
    }

    .ruleta-wrapper[b-16f1m1xaez] {
        width: 160px;
        height: 160px;
    }
}

/* /Components/Pages/Home.razor.rz.scp.css */
/* =========================================
   CONTENEDOR PRINCIPAL
========================================= */
.dashboard-container[b-dh50j52f1x] {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
    padding: 40px;
    padding-bottom: 250px; /* Espacio para el gato y la info */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* =========================================
   ESTILOS DE PANELES (GLASSMORPHISM)
========================================= */
/* Aplicamos un estilo de tarjeta premium a ambas secciones */
.chart-section[b-dh50j52f1x], .leaderboard-section[b-dh50j52f1x] {
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    width: 320px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .chart-section:hover[b-dh50j52f1x], .leaderboard-section:hover[b-dh50j52f1x] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(139, 92, 246, 0.15);
    }

/* =========================================
   ESTILOS DEL GRÁFICO (BARRAS ANIMADAS)
========================================= */
.chart-section[b-dh50j52f1x] {
    display: flex;
    flex-direction: column;
}

.bars-container[b-dh50j52f1x] {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 220px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bar-wrapper[b-dh50j52f1x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 45px;
}

.bar[b-dh50j52f1x] {
    width: 35px;
    /* Degradado moderno para las barras */
    background: linear-gradient(to top, #6200ee, #a855f7);
    border-radius: 8px 8px 0 0;
    /* Efecto rebote suave al cargar la altura */
    transition: height 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.4); /* Brillo sutil */
    position: relative;
}

    /* Efecto hover en las barras */
    .bar:hover[b-dh50j52f1x] {
        filter: brightness(1.2);
        box-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
    }

.bar-label[b-dh50j52f1x] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 15px;
    color: #cbd5e1;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.chart-title[b-dh50j52f1x] {
    text-align: center;
    margin-top: 10px;
}

    .chart-title p[b-dh50j52f1x] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 500;
        color: #e2e8f0;
    }

/* =========================================
   TABLA DE LEYENDAS
========================================= */
.leaderboard-header[b-dh50j52f1x] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

    .leaderboard-header span.bi[b-dh50j52f1x] {
        font-size: 1.8rem;
        color: #ffcc00; /* Icono dorado */
        filter: drop-shadow(0 0 8px rgba(255, 204, 0, 0.5));
    }

    .leaderboard-header h3[b-dh50j52f1x] {
        margin: 0;
        font-size: 1.4rem;
        font-weight: 800;
        background: linear-gradient(135deg, #a855f7, #6200ee);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.leaderboard-list[b-dh50j52f1x] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .leaderboard-list li[b-dh50j52f1x] {
        display: flex;
        align-items: center;
        font-size: 0.95rem;
        padding: 8px 12px;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 12px;
        transition: all 0.2s ease;
        border: 1px solid transparent;
    }

        .leaderboard-list li:hover[b-dh50j52f1x] {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(139, 92, 246, 0.3);
            transform: translateX(5px); /* Pequeño deslizamiento al pasar el ratón */
        }

.rank-number[b-dh50j52f1x] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #9ca3af;
    margin-right: 12px;
    width: 25px;
}

/* Destacar al Top 1 */
.leaderboard-list li:first-child .rank-number[b-dh50j52f1x] {
    color: #ffcc00;
}

.buzon-avatar[b-dh50j52f1x] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-name[b-dh50j52f1x] {
    flex-grow: 1;
    font-weight: 600;
    color: #f3f4f6;
    margin-left: 8px;
}

.user-score[b-dh50j52f1x] {
    font-weight: 800;
    color: #a855f7;
    background: rgba(168, 85, 247, 0.15);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
}

/* =========================================
   TEXTO INFERIOR IZQUIERDO (AYUDA)
========================================= */
.bottom-left-info[b-dh50j52f1x] {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    max-width: 600px;
    z-index: 5;
    background: rgba(17, 24, 39, 0.4);
    padding: 15px 25px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.question-mark[b-dh50j52f1x] {
    font-size: 3rem;
    font-weight: 900;
    color: #6200ee;
    line-height: 1;
    text-shadow: 0 0 15px rgba(98, 0, 238, 0.5);
}

.vertical-line[b-dh50j52f1x] {
    width: 2px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5), transparent);
}

.bottom-left-info p[b-dh50j52f1x] {
    margin: 0;
    font-size: 0.95rem;
    color: #d1d5db;
    text-align: left;
    line-height: 1.5;
}

/* =========================================
   GATO INFERIOR DERECHO
========================================= */
.bottom-right-cat[b-dh50j52f1x] {
    position: absolute;
    bottom: -5px; /* Ajuste sutil para que no flote */
    right: 40px;
    z-index: 5;
    display: flex;
    align-items: flex-end;
}

    .bottom-right-cat img[b-dh50j52f1x] {
        display: block;
        max-width: 260px;
        height: auto;
        filter: drop-shadow(0 10px 15px rgba(0,0,0,0.4)); /* Sombra para darle profundidad */
        transition: transform 0.3s ease;
    }

        .bottom-right-cat img:hover[b-dh50j52f1x] {
            transform: scale(1.05) rotate(-2deg); /* Animación juguetona al pasar el mouse por el gato */
        }

/* =========================================
   RESPONSIVIDAD TOTAL (Móviles)
========================================= */
@media (max-width: 900px) {
    .dashboard-container[b-dh50j52f1x] {
        flex-direction: column;
        justify-content: flex-start;
        padding: 20px 20px 0 20px;
        min-height: calc(100vh - 60px);
        height: auto;
        gap: 30px;
    }

    .chart-section[b-dh50j52f1x],
    .leaderboard-section[b-dh50j52f1x] {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 25px 20px; /* Reducimos padding interno en móviles */
    }

    .bottom-left-info[b-dh50j52f1x] {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        width: 100%;
        max-width: 400px;
        margin: 10px auto;
        padding: 15px;
    }

    .question-mark[b-dh50j52f1x] {
        font-size: 2.2rem;
    }

    .vertical-line[b-dh50j52f1x] {
        height: 40px;
    }

    .bottom-left-info p[b-dh50j52f1x] {
        font-size: 0.85rem;
    }

    .bottom-right-cat[b-dh50j52f1x] {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        width: 100%;
        margin-top: auto !important;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

        .bottom-right-cat img[b-dh50j52f1x] {
            margin: 0 auto;
            max-width: 220px;
        }
}
/* /Components/Pages/Perfil/MiPerfil.razor.rz.scp.css */
/* =========================================
   CONTENEDOR PRINCIPAL PERFIL
========================================= */
.contenedor-vista-perfil[b-68fgl2sdrt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 650px;
    margin: 40px auto;
    padding: 40px;
    color: white;
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

/* =========================================
   ENCABEZADO (FOTO Y NOMBRE)
========================================= */
.encabezado-perfil[b-68fgl2sdrt] {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 30px;
}

.envoltura-avatar[b-68fgl2sdrt] {
    position: relative;
    flex-shrink: 0;
}

.opcion-foto-perfil[b-68fgl2sdrt] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid #a855f7;
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.4);
    overflow: hidden;
    background-color: #111827;
}

    .opcion-foto-perfil img[b-68fgl2sdrt] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.btn-editar-foto[b-68fgl2sdrt] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: linear-gradient(135deg, #a855f7, #6200ee);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid #111827;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

    .btn-editar-foto:hover[b-68fgl2sdrt] {
        transform: scale(1.1) rotate(10deg);
        box-shadow: 0 5px 20px rgba(168, 85, 247, 0.6);
    }

.info-principal-usuario[b-68fgl2sdrt] {
    display: flex;
    flex-direction: column;
}

.nombre-destacado[b-68fgl2sdrt] {
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0 0 5px 0;
    background: linear-gradient(135deg, #c084fc, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.nivel-calificacion[b-68fgl2sdrt] {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    gap: 8px;
    background: rgba(168, 85, 247, 0.15);
    padding: 5px 15px;
    border-radius: 20px;
    width: fit-content;
}

.icono-estrella[b-68fgl2sdrt] {
    color: #ffcc00;
    filter: drop-shadow(0 0 8px rgba(255, 204, 0, 0.5));
}

.letra-estrella[b-68fgl2sdrt] {
    color: #ffcc00;
    font-weight: bold;
}

/* =========================================
   DETALLES (CÓDIGO, PROMEDIO Y RACHA)
========================================= */
.detalles-perfil[b-68fgl2sdrt] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
    width: 100%;
}

.fila-dato[b-68fgl2sdrt] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 18px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.2s ease, background 0.2s ease;
}

    .fila-dato:hover[b-68fgl2sdrt] {
        background: rgba(255, 255, 255, 0.06);
        transform: translateX(5px);
    }

.texto-dato[b-68fgl2sdrt] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #d1d5db;
    display: flex;
    align-items: center;
}

    .texto-dato strong[b-68fgl2sdrt], .texto-dato span[style][b-68fgl2sdrt] {
        margin-left: auto;
        font-size: 1.25rem;
        color: white;
    }

.btn-copiar-codigo[b-68fgl2sdrt] {
    background: rgba(168, 85, 247, 0.1);
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #c084fc;
    padding: 8px 18px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
}

    .btn-copiar-codigo:hover[b-68fgl2sdrt] {
        background: rgba(168, 85, 247, 0.3);
        color: white;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
    }

/* =========================================
   BOTONES DE ACCIÓN PERFIL
========================================= */
.acciones-perfil[b-68fgl2sdrt] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.btn-morado-claro[b-68fgl2sdrt] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    font-weight: bold;
    font-size: 1rem;
    border: none;
    border-radius: 30px;
    padding: 14px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-grow: 1;
    max-width: 250px;
}

    .btn-morado-claro:hover[b-68fgl2sdrt] {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    }

.btn-volver[b-68fgl2sdrt] {
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    font-weight: bold;
    font-size: 1rem;
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 30px;
    padding: 14px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-grow: 1;
    max-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-volver:hover[b-68fgl2sdrt] {
        background: #ef4444;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
    }


/* =========================================
   PANTALLA DE EDICIÓN DE FOTO (SEPARADA DE GLOBALES)
========================================= */
.pantalla-editar-perfil[b-68fgl2sdrt] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 100px); /* Respeta el nav superior móvil */
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.caja-editar-perfil[b-68fgl2sdrt] {
    background: rgba(17, 24, 39, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
}

.titulo-editar[b-68fgl2sdrt] {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.subtitulo-editar[b-68fgl2sdrt] {
    color: #9ca3af;
    margin-bottom: 25px;
}

.seccion-fotos-editar[b-68fgl2sdrt] {
    margin-bottom: 30px;
}

.label-foto-editar[b-68fgl2sdrt] {
    color: #d1d5db;
    font-weight: 600;
    margin-bottom: 15px;
}

.grid-fotos-editar[b-68fgl2sdrt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    gap: 15px;
    justify-items: center;
    max-height: 250px; /* Scroll interno si hay muchos avatares */
    overflow-y: auto;
    padding: 10px;
}

.opcion-foto-editar[b-68fgl2sdrt] {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    overflow: hidden;
    opacity: 0.6;
}

    .opcion-foto-editar img[b-68fgl2sdrt] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .opcion-foto-editar:hover[b-68fgl2sdrt] {
        opacity: 0.9;
        transform: scale(1.05);
    }

    .opcion-foto-editar.seleccionada[b-68fgl2sdrt] {
        border-color: #a855f7;
        opacity: 1;
        transform: scale(1.15);
        box-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
    }

/* =========================================
   RESPONSIVIDAD (MÓVILES)
========================================= */
@media (max-width: 600px) {
    .contenedor-vista-perfil[b-68fgl2sdrt] {
        padding: 30px 20px;
        margin: 20px auto;
        width: 95%;
        border-radius: 20px;
    }

    .encabezado-perfil[b-68fgl2sdrt] {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .opcion-foto-perfil[b-68fgl2sdrt] {
        width: 130px;
        height: 130px;
    }

    .nombre-destacado[b-68fgl2sdrt] {
        font-size: 2.2rem;
    }

    .fila-dato[b-68fgl2sdrt] {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 15px;
    }

    .texto-dato strong[b-68fgl2sdrt], .texto-dato span[style][b-68fgl2sdrt] {
        margin-left: 0;
        margin-top: 5px;
    }

    .btn-copiar-codigo[b-68fgl2sdrt] {
        width: 100%;
        justify-content: center;
    }

    .acciones-perfil[b-68fgl2sdrt] {
        flex-direction: column;
        align-items: center;
    }

    .btn-morado-claro[b-68fgl2sdrt], .btn-volver[b-68fgl2sdrt] {
        max-width: 100%;
        width: 100%;
    }

    /* Ajustes modo Edición */
    .caja-editar-perfil[b-68fgl2sdrt] {
        padding: 30px 20px;
    }

    .titulo-editar[b-68fgl2sdrt] {
        font-size: 1.6rem;
    }

    .grid-fotos-editar[b-68fgl2sdrt] {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .opcion-foto-editar[b-68fgl2sdrt] {
        width: 65px;
        height: 65px;
    }
}


/* =========================================
           PANTALLA DE EDICIÓN DE FOTO (PREMIUM)
        ========================================= */
.pantalla-editar-perfil[b-68fgl2sdrt] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 100px); /* Respeta el nav superior móvil */
    padding: 40px 15px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

    /* Brillo difuminado de fondo (Orbe Premium) */
    .pantalla-editar-perfil[b-68fgl2sdrt]::before {
        content: '';
        position: absolute;
        width: 350px;
        height: 350px;
        background: radial-gradient(circle, rgba(168,85,247,0.3) 0%, rgba(0,0,0,0) 70%);
        border-radius: 50%;
        filter: blur(60px);
        z-index: -1; /* Detrás de la tarjeta */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: latidoOrbeEdit-b-68fgl2sdrt 6s infinite alternate ease-in-out;
        pointer-events: none;
    }

@keyframes latidoOrbeEdit-b-68fgl2sdrt {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
}

/* TARJETA GLASSMORPHISM */
.caja-editar-perfil[b-68fgl2sdrt] {
    background: rgba(17, 24, 39, 0.85) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 30px;
    padding: 45px 40px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), inset 0 0 20px rgba(168, 85, 247, 0.1);
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    animation: entradaDeslizadaEdit-b-68fgl2sdrt 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes entradaDeslizadaEdit-b-68fgl2sdrt {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* TEXTOS */
.titulo-editar[b-68fgl2sdrt] {
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #fff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.5px;
}

.subtitulo-editar[b-68fgl2sdrt] {
    color: #9ca3af !important;
    font-size: 1.05rem;
    margin-bottom: 30px;
}

/* SECCIÓN DE AVATARES */
.seccion-fotos-editar[b-68fgl2sdrt] {
    margin-bottom: 30px;
}

.label-foto-editar[b-68fgl2sdrt] {
    color: #e5e7eb !important;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.1rem;
    text-align: left;
    display: block;
}

.grid-fotos-editar[b-68fgl2sdrt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    gap: 15px;
    justify-items: center;
    max-height: 220px;
    overflow-y: auto;
    padding: 15px;
    background: rgba(0,0,0,0.2);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    box-sizing: border-box;
}

    /* Scrollbar premium para los avatares */
    .grid-fotos-editar[b-68fgl2sdrt]::-webkit-scrollbar {
        width: 6px;
    }

    .grid-fotos-editar[b-68fgl2sdrt]::-webkit-scrollbar-track {
        background: transparent;
    }

    .grid-fotos-editar[b-68fgl2sdrt]::-webkit-scrollbar-thumb {
        background: rgba(168, 85, 247, 0.5);
        border-radius: 10px;
    }

        .grid-fotos-editar[b-68fgl2sdrt]::-webkit-scrollbar-thumb:hover {
            background: rgba(168, 85, 247, 0.8);
        }

.opcion-foto-editar[b-68fgl2sdrt] {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    opacity: 0.6;
    background: #111827;
}

    .opcion-foto-editar img[b-68fgl2sdrt] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .opcion-foto-editar:hover[b-68fgl2sdrt] {
        opacity: 1;
        transform: scale(1.1);
    }

    .opcion-foto-editar.seleccionada[b-68fgl2sdrt] {
        border-color: #a855f7;
        opacity: 1;
        transform: scale(1.15);
        box-shadow: 0 0 20px rgba(168, 85, 247, 0.6);
    }

/* BOTONES */
.btn-edit-accion[b-68fgl2sdrt] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 14px 0;
    font-size: 1.15rem;
    border-radius: 50px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-guardar-perfil[b-68fgl2sdrt] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    box-shadow: 0 8px 20px rgba(98, 0, 238, 0.3);
}

    .btn-guardar-perfil:hover[b-68fgl2sdrt] {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(98, 0, 238, 0.5);
    }

.btn-cancelar-perfil[b-68fgl2sdrt] {
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
    margin-bottom: 0; /* Al ser el último, sin margen */
}

    .btn-cancelar-perfil:hover[b-68fgl2sdrt] {
        background: #ef4444;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
    }

/* RESPONSIVIDAD EDICIÓN */
@media (max-width: 500px) {
    .caja-editar-perfil[b-68fgl2sdrt] {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .titulo-editar[b-68fgl2sdrt] {
        font-size: 1.8rem;
    }

    .grid-fotos-editar[b-68fgl2sdrt] {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .opcion-foto-editar[b-68fgl2sdrt] {
        width: 65px;
        height: 65px;
    }

    .pantalla-editar-perfil[b-68fgl2sdrt]::before {
        width: 250px;
        height: 250px;
    }
}

/* /Components/Pages/QuizPages/CrearQuiz.razor.rz.scp.css */
/* =========================================
   CONTENEDOR PRINCIPAL Y FORMULARIO
========================================= */
.form-container[b-v2lptdew1b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 650px;
    margin: 40px auto;
    padding: 40px 30px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* Efecto Cristal (Glassmorphism) */
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.quiz-form[b-v2lptdew1b] {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 500px;
}

.form-unirse[b-v2lptdew1b] {
    margin-top: 40px;
}

/* =========================================
   PESTAÑAS SUPERIORES (Estilo Switch Móvil)
========================================= */
.tabs-container[b-v2lptdew1b] {
    display: flex;
    gap: 5px;
    margin-bottom: 35px;
    width: 100%;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 6px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tab-btn[b-v2lptdew1b] {
    background: transparent;
    border: none;
    color: #9ca3af;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .tab-btn:hover:not(.active)[b-v2lptdew1b] {
        color: white;
        background: rgba(255, 255, 255, 0.05);
    }

    .tab-btn.active[b-v2lptdew1b] {
        background: linear-gradient(135deg, #8b5cf6, #6200ee);
        color: white;
        box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
        transform: scale(1.02);
    }

/* =========================================
   LABELS E INPUTS
========================================= */
.form-row[b-v2lptdew1b] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.form-input-wrapper[b-v2lptdew1b] {
    flex-grow: 1;
}

.form-label[b-v2lptdew1b] {
    width: 120px;
    text-align: right;
    font-size: 1.05rem;
    margin-top: 12px;
    font-weight: 500;
    color: #e5e7eb;
}

.label-unirse[b-v2lptdew1b] {
    text-align: left;
    width: auto;
    margin-bottom: 8px;
    display: block;
}

.form-input-group[b-v2lptdew1b] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Estilos compartidos de Inputs */
.custom-input[b-v2lptdew1b], .custom-select[b-v2lptdew1b], .custom-textarea[b-v2lptdew1b] {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 16px;
    padding: 12px 20px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .custom-input:focus[b-v2lptdew1b], .custom-select:focus[b-v2lptdew1b], .custom-textarea:focus[b-v2lptdew1b] {
        outline: none;
        border-color: #a855f7;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
    }

    .custom-input[b-v2lptdew1b]::placeholder {
        color: #6b7280;
    }

.custom-select[b-v2lptdew1b] {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a855f7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
    padding-right: 40px;
    cursor: pointer;
}

.custom-textarea[b-v2lptdew1b] {
    border-radius: 16px;
    min-height: 120px;
    resize: vertical;
}

/* =========================================
   BOTONES DE OPCIONES (Tipo Filtro)
========================================= */
.options-group[b-v2lptdew1b] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.option-btn[b-v2lptdew1b] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #d1d5db;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .option-btn:hover:not(.active)[b-v2lptdew1b] {
        background: rgba(168, 85, 247, 0.1);
        color: white;
        border-color: rgba(168, 85, 247, 0.4);
    }

    .option-btn.active[b-v2lptdew1b] {
        background: linear-gradient(135deg, #a855f7, #6200ee);
        color: white;
        border-color: transparent;
        box-shadow: 0 5px 15px rgba(168, 85, 247, 0.4);
        transform: translateY(-2px);
    }

/* =========================================
   TIEMPO ESPECÍFICO
========================================= */
.time-input-container[b-v2lptdew1b] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.time-input-container-sm[b-v2lptdew1b] {
    width: 140px;
}

.time-input[b-v2lptdew1b] {
    width: 80px;
    height: 50px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(139, 92, 246, 0.4);
    color: white;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    outline: none;
    transition: all 0.3s ease;
}

    .time-input:focus[b-v2lptdew1b] {
        border-color: #a855f7;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
    }

/* =========================================
   MODO MANUAL (PREGUNTAS)
========================================= */
.quiz-divider[b-v2lptdew1b] {
    border: 1px dashed rgba(139, 92, 246, 0.3);
    margin: 35px 0;
}

.section-title[b-v2lptdew1b] {
    color: white;
    margin-bottom: 25px;
    font-weight: bold;
}

.preguntas-container[b-v2lptdew1b] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pregunta-card[b-v2lptdew1b] {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s, border-color 0.2s;
}

    .pregunta-card:hover[b-v2lptdew1b] {
        border-color: rgba(139, 92, 246, 0.3);
        transform: translateY(-3px);
    }

.pregunta-header[b-v2lptdew1b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pregunta-title[b-v2lptdew1b] {
    color: #c084fc;
    margin: 0;
    font-weight: 700;
    font-size: 1.2rem;
}

.opciones-label[b-v2lptdew1b] {
    color: #9ca3af;
    font-size: 0.95rem;
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
}

.opcion-row[b-v2lptdew1b] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.radio-custom[b-v2lptdew1b] {
    width: 22px;
    height: 22px;
    accent-color: #a855f7;
    cursor: pointer;
    transform: scale(1.2);
}

/* Botones de acción dentro de la pregunta */
.btn-borrar-pregunta[b-v2lptdew1b] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #f87171;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .btn-borrar-pregunta:hover[b-v2lptdew1b] {
        background: #ef4444;
        color: white;
        box-shadow: 0 5px 15px rgba(239, 68, 68, 0.4);
    }

.btn-anadir-opcion[b-v2lptdew1b] {
    background: rgba(168, 85, 247, 0.05);
    border: 1px dashed rgba(168, 85, 247, 0.5);
    color: #c084fc;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    display: inline-block;
}

    .btn-anadir-opcion:hover[b-v2lptdew1b] {
        background: rgba(168, 85, 247, 0.15);
        border-color: #a855f7;
        color: white;
    }

.btn-remove-opcion[b-v2lptdew1b] {
    opacity: 0.6;
    transition: opacity 0.2s;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    color: #ef4444;
    background: none;
    border: none;
    cursor: pointer;
}

    .btn-remove-opcion:hover[b-v2lptdew1b] {
        opacity: 1;
        transform: scale(1.1);
    }

.btn-nueva-pregunta[b-v2lptdew1b] {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    border: 2px dashed rgba(168, 85, 247, 0.5);
    background: rgba(168, 85, 247, 0.05);
    color: #c084fc;
    border-radius: 16px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

    .btn-nueva-pregunta:hover[b-v2lptdew1b] {
        background: rgba(168, 85, 247, 0.15);
        border-color: #a855f7;
        color: white;
    }

/* =========================================
   FOOTER Y BOTONES PRINCIPALES
========================================= */
.action-footer[b-v2lptdew1b] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    width: 100%;
}

.footer-unirse[b-v2lptdew1b] {
    margin-top: 60px;
}

.btn-action[b-v2lptdew1b] {
    padding: 14px 45px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-crear[b-v2lptdew1b] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    box-shadow: 0 5px 15px rgba(98, 0, 238, 0.3);
}

    .btn-crear:hover[b-v2lptdew1b] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(98, 0, 238, 0.5);
    }

.btn-cancelar[b-v2lptdew1b] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

    .btn-cancelar:hover[b-v2lptdew1b] {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
        transform: translateY(-3px);
    }

.validation-warning[b-v2lptdew1b] {
    color: #fbbf24;
    font-size: 0.9rem;
    margin-top: 6px;
    font-weight: 500;
}

/* =========================================
   MÓVIL
========================================= */
@media (max-width: 600px) {
    .form-container[b-v2lptdew1b] {
        padding: 30px 20px;
        border-radius: 16px;
        margin: 20px 10px;
    }

    .form-row[b-v2lptdew1b] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .form-label[b-v2lptdew1b] {
        width: 100%;
        text-align: left;
        margin-top: 0;
    }

    .tabs-container[b-v2lptdew1b] {
        background: transparent;
        padding: 0;
        border: none;
        border-radius: 0;
        flex-direction: row;
    }

    .tab-btn[b-v2lptdew1b] {
        padding: 10px 15px;
        font-size: 0.9rem;
        border: 1px solid rgba(255,255,255,0.1);
        background: rgba(0,0,0,0.3);
    }

    .action-footer[b-v2lptdew1b] {
        flex-direction: column;
        gap: 15px;
    }

    .btn-action[b-v2lptdew1b] {
        width: 100%;
        justify-content: center;
    }
}

/* Estilos Premium para el botón de Subir PDF */
.pdf-upload-container[b-v2lptdew1b] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.btn-upload-pdf[b-v2lptdew1b] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #f87171;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

    .btn-upload-pdf:hover[b-v2lptdew1b] {
        background: #ef4444;
        color: white;
        box-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
        transform: translateY(-2px);
    }

.pdf-file-name[b-v2lptdew1b] {
    color: #9ca3af;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}
/* /Components/Pages/QuizPages/DetalleQuiz.razor.rz.scp.css */
/* =========================================
   CONTENEDOR PRINCIPAL
========================================= */
.app-container[b-cajevymk97] {
    padding: 30px 20px;
    color: white;
    max-width: 950px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* =========================================
   CABECERA PRINCIPAL (BANNER)
========================================= */
.quiz-header-banner[b-cajevymk97] {
    /* Estilo Glassmorphism Premium */
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 20px;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    margin-bottom: 45px;
    position: relative;
    overflow: hidden;
}

    /* Brillo sutil de fondo en el banner */
    .quiz-header-banner[b-cajevymk97]::before {
        content: '';
        position: absolute;
        top: -50px;
        left: -50px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(168, 85, 247, 0.2) 0%, transparent 70%);
        pointer-events: none;
    }

.header-icon[b-cajevymk97] {
    font-size: 3rem;
    margin-right: 20px;
    color: #ffcc00;
    filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.4));
    z-index: 1;
}

.header-title[b-cajevymk97] {
    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.header-creator[b-cajevymk97] {
    font-size: 1rem;
    font-weight: 600;
    color: #a855f7;
    background: rgba(168, 85, 247, 0.15);
    padding: 5px 12px;
    border-radius: 15px;
    z-index: 1;
}

/* =========================================
   LAYOUT CENTRAL
========================================= */
.quiz-body-layout[b-cajevymk97] {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* --- INFO IZQUIERDA --- */
.quiz-info-section[b-cajevymk97] {
    flex: 1;
    min-width: 300px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-text[b-cajevymk97] {
    font-size: 1.2rem;
    color: #d1d5db;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

    .info-text strong[b-cajevymk97] {
        color: white;
        margin-left: auto; /* Empuja el valor numérico a la derecha */
    }

/* BOTONES DE LA IZQUIERDA (Editar, Copiar, Invitar) */
.btn-outline-invite[b-cajevymk97], .btn-outline-edit[b-cajevymk97], .btn-copiar-codigo[b-cajevymk97] {
    background: rgba(168, 85, 247, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #c084fc;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 300px;
}

    .btn-outline-invite:hover[b-cajevymk97], .btn-outline-edit:hover[b-cajevymk97], .btn-copiar-codigo:hover[b-cajevymk97] {
        background: rgba(168, 85, 247, 0.2);
        color: white;
        border-color: #a855f7;
        box-shadow: 0 5px 15px rgba(168, 85, 247, 0.3);
        transform: translateY(-2px);
    }

.btn-outline-edit[b-cajevymk97] {
    border-color: rgba(255, 255, 255, 0.2);
    color: #d1d5db;
}

    .btn-outline-edit:hover[b-cajevymk97] {
        border-color: white;
    }

/* =========================================
   CARTA DERECHA (TABLA DE LÍDERES)
========================================= */
.leaderboard-card[b-cajevymk97] {
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 24px;
    padding: 30px;
    flex: 1;
    min-width: 320px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.leaderboard-card-header[b-cajevymk97] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

    .leaderboard-card-header h3[b-cajevymk97] {
        margin: 0;
        font-size: 1.4rem;
        font-weight: 800;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
    }

/* Botón PDF */
.btn-descargar-pdf[b-cajevymk97] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #f87171;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .btn-descargar-pdf:hover[b-cajevymk97] {
        background: #ef4444;
        color: white;
        box-shadow: 0 0 15px rgba(239, 68, 68, 0.5);
        transform: scale(1.1) rotate(-10deg);
    }

/* SCROLL Y LISTA */
.leaderboard-score-list[b-cajevymk97] {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
}

    .leaderboard-score-list li[b-cajevymk97] {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        padding: 10px 15px;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 12px;
        border: 1px solid transparent;
        transition: all 0.2s ease;
    }

        .leaderboard-score-list li:hover[b-cajevymk97] {
            background: rgba(255, 255, 255, 0.06);
            border-color: rgba(139, 92, 246, 0.3);
            transform: translateX(5px);
        }

/* SCROLLBAR CUSTOM */
.custom-scrollbar[b-cajevymk97]::-webkit-scrollbar {
    width: 8px;
}

.custom-scrollbar[b-cajevymk97]::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}

.custom-scrollbar[b-cajevymk97]::-webkit-scrollbar-thumb {
    background: #6200ee;
    border-radius: 10px;
}

    .custom-scrollbar[b-cajevymk97]::-webkit-scrollbar-thumb:hover {
        background: #a855f7;
    }

/* ELEMENTOS DE LA LISTA */
.rank-number[b-cajevymk97] {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.4rem;
    width: 35px;
    font-weight: 900;
    color: #9ca3af;
}

/* Destaca al #1 */
.leaderboard-score-list li:first-child .rank-number[b-cajevymk97] {
    color: #ffcc00;
}

.avatar-circle[b-cajevymk97] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #111827;
    margin-right: 15px;
    overflow: hidden;
    border: 2px solid #a855f7;
}

    .avatar-circle img[b-cajevymk97] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.user-name[b-cajevymk97] {
    flex-grow: 1;
    color: #e5e7eb;
    font-weight: 600;
}

.user-score[b-cajevymk97] {
    font-weight: 800;
    color: #a855f7;
    background: rgba(168, 85, 247, 0.15);
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
}

/* =========================================
   BOTONES INFERIORES (JUGAR / VOLVER)
========================================= */
.bottom-action-bar[b-cajevymk97] {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

.btn-intentar[b-cajevymk97], .btn-volver[b-cajevymk97] {
    padding: 14px 45px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-intentar[b-cajevymk97] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    box-shadow: 0 5px 15px rgba(98, 0, 238, 0.4);
}

    .btn-intentar:hover[b-cajevymk97] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(98, 0, 238, 0.6);
    }

.btn-volver[b-cajevymk97] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #d1d5db;
}

    .btn-volver:hover[b-cajevymk97] {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border-color: white;
        transform: translateY(-3px);
    }

/* =========================================
   MODAL (INVITAR AMIGOS)
========================================= */
.modal-overlay[b-cajevymk97] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(8px);
}

.modal-box[b-cajevymk97] {
    background: rgba(17, 24, 39, 0.85);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(139, 92, 246, 0.4);
    width: 90%;
    max-width: 480px;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    animation: modalEntrada-b-cajevymk97 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes modalEntrada-b-cajevymk97 {
    0% {
        transform: scale(0.9) translateY(20px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.modal-header-custom[b-cajevymk97] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .modal-header-custom h3[b-cajevymk97] {
        margin: 0;
        font-size: 1.4rem;
        font-weight: bold;
    }

.btn-close-modal[b-cajevymk97] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-close-modal:hover[b-cajevymk97] {
        background: #ef4444;
        transform: rotate(90deg);
    }

/* Búsqueda en modal */
.search-friend-bar[b-cajevymk97] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .search-friend-bar input[b-cajevymk97] {
        flex-grow: 1;
        padding: 12px 20px;
        border-radius: 25px;
        border: 1px solid rgba(139, 92, 246, 0.3);
        background: rgba(0, 0, 0, 0.4);
        color: white;
        outline: none;
        transition: 0.3s;
    }

        .search-friend-bar input:focus[b-cajevymk97] {
            border-color: #a855f7;
            box-shadow: 0 0 10px rgba(168, 85, 247, 0.3);
        }

.btn-search-friend[b-cajevymk97] {
    background: #6200ee;
    border: none;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    color: white;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-search-friend:hover[b-cajevymk97] {
        background: #a855f7;
        transform: scale(1.05);
    }

/* Lista de amigos en modal */
.friends-invite-list[b-cajevymk97] {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 5px;
}

    .friends-invite-list li[b-cajevymk97] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 12px;
        margin-bottom: 8px;
        transition: 0.2s;
    }

        .friends-invite-list li:hover[b-cajevymk97] {
            background: rgba(255, 255, 255, 0.05);
        }

.friend-info[b-cajevymk97] {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}

.avatar-small[b-cajevymk97] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111827;
    border: 2px solid #6200ee;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .avatar-small img[b-cajevymk97] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.btn-invite-action[b-cajevymk97] {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-invite-action:hover[b-cajevymk97] {
        background: #10b981;
        color: white;
        box-shadow: 0 0 15px rgba(16, 185, 129, 0.4);
    }

    .btn-invite-action.disabled[b-cajevymk97] {
        border-color: rgba(255,255,255,0.1);
        color: #6b7280;
        background: transparent;
        cursor: not-allowed;
    }

/* =========================================
   RESPONSIVIDAD MÓVIL
========================================= */
@media (max-width: 650px) {
    .quiz-header-banner[b-cajevymk97] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
    }

    .header-creator[b-cajevymk97] {
        align-self: flex-start;
    }

    .quiz-body-layout[b-cajevymk97] {
        flex-direction: column;
    }

    .btn-outline-invite[b-cajevymk97], .btn-outline-edit[b-cajevymk97], .btn-copiar-codigo[b-cajevymk97] {
        max-width: 100%;
    }

    .bottom-action-bar[b-cajevymk97] {
        flex-direction: column;
    }

    .btn-intentar[b-cajevymk97], .btn-volver[b-cajevymk97] {
        width: 100%;
    }
}
/* /Components/Pages/QuizPages/EditarQuiz.razor.rz.scp.css */
/* ==========================================================================
   1. CONTENEDOR PRINCIPAL (Glassmorphism y posicionamiento)
   ========================================================================== */
.form-container[b-k1va8qrhb2] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    padding: 50px 30px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    /* Efecto Cristal */
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    overflow: hidden; /* Evita que los decorativos se salgan */
}

.header-editar[b-k1va8qrhb2] {
    margin-bottom: 40px;
    text-align: center;
    z-index: 10;
}

    .header-editar h2[b-k1va8qrhb2] {
        font-size: 2.5rem;
        font-weight: 800;
        margin: 0;
        background: linear-gradient(135deg, #fff, #c084fc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

/* ==========================================================================
   2. FORMULARIO Y ESTRUCTURA
   ========================================================================== */
.quiz-form[b-k1va8qrhb2] {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    z-index: 10;
}

.form-row[b-k1va8qrhb2] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.form-label[b-k1va8qrhb2] {
    width: 120px;
    text-align: right;
    font-size: 1.05rem;
    margin-top: 12px;
    font-weight: 600;
    color: #e5e7eb;
}

.form-input-group[b-k1va8qrhb2] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* ==========================================================================
   3. INPUTS Y SELECTS
   ========================================================================== */
.custom-input[b-k1va8qrhb2], .custom-select[b-k1va8qrhb2] {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: 16px;
    padding: 12px 20px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .custom-input:focus[b-k1va8qrhb2], .custom-select:focus[b-k1va8qrhb2] {
        outline: none;
        border-color: #a855f7;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
    }

    .custom-input[b-k1va8qrhb2]::placeholder {
        color: #6b7280;
    }

.custom-select[b-k1va8qrhb2] {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a855f7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
    padding-right: 40px;
    cursor: pointer;
}

    .custom-select option[b-k1va8qrhb2] {
        background-color: #111827;
    }

/* --- Input de Tiempo --- */
.time-input-container[b-k1va8qrhb2] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.time-input[b-k1va8qrhb2] {
    width: 80px;
    height: 50px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(139, 92, 246, 0.4);
    color: white;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    outline: none;
    transition: all 0.3s ease;
}

    .time-input:focus[b-k1va8qrhb2] {
        border-color: #a855f7;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
    }

    .time-input[b-k1va8qrhb2]::-webkit-inner-spin-button, .time-input[b-k1va8qrhb2]::-webkit-outer-spin-button {
        cursor: pointer;
        filter: invert(1) brightness(2);
        margin-right: 5px;
    }

/* ==========================================================================
   4. BOTONES Y OPCIONES (Tipo Filtro)
   ========================================================================== */
.options-group[b-k1va8qrhb2] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.option-btn[b-k1va8qrhb2] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #d1d5db;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .option-btn:hover:not(.active)[b-k1va8qrhb2] {
        background: rgba(168, 85, 247, 0.1);
        color: white;
        border-color: rgba(168, 85, 247, 0.4);
    }

    .option-btn.active[b-k1va8qrhb2] {
        background: linear-gradient(135deg, #a855f7, #6200ee);
        color: white;
        border-color: transparent;
        box-shadow: 0 5px 15px rgba(168, 85, 247, 0.4);
        transform: translateY(-2px);
    }

/* Botones Inferiores */
.action-footer[b-k1va8qrhb2] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    width: 100%;
    z-index: 10;
}

.btn-action[b-k1va8qrhb2] {
    padding: 14px 45px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-guardar[b-k1va8qrhb2] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    box-shadow: 0 5px 15px rgba(98, 0, 238, 0.3);
}

    .btn-guardar:hover:not(:disabled)[b-k1va8qrhb2] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(98, 0, 238, 0.5);
    }

.btn-cancelar[b-k1va8qrhb2] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

    .btn-cancelar:hover:not(:disabled)[b-k1va8qrhb2] {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
        transform: translateY(-3px);
    }

.btn-action:disabled[b-k1va8qrhb2] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

/* ==========================================================================
   5. DECORACIONES (Gato e Info - Ajustados para el contenedor de Cristal)
   ========================================================================== */
.bottom-left-info[b-k1va8qrhb2] {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    max-width: 300px;
    z-index: 5;
    background: rgba(17, 24, 39, 0.4);
    padding: 15px 25px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.question-mark[b-k1va8qrhb2] {
    font-size: 2.5rem;
    font-weight: 900;
    color: #6200ee;
    line-height: 1;
    text-shadow: 0 0 15px rgba(98, 0, 238, 0.5);
}

.vertical-line[b-k1va8qrhb2] {
    width: 2px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5), transparent);
}

.bottom-left-info p[b-k1va8qrhb2] {
    margin: 0;
    font-size: 0.9rem;
    color: #d1d5db;
    text-align: left;
    line-height: 1.4;
}

.bottom-right-cat[b-k1va8qrhb2] {
    position: absolute;
    bottom: -10px;
    right: 20px;
    z-index: 5;
    display: flex;
    align-items: flex-end;
}

    .bottom-right-cat img[b-k1va8qrhb2] {
        display: block;
        max-width: 220px;
        height: auto;
        filter: drop-shadow(0 10px 15px rgba(0,0,0,0.4));
        transition: transform 0.3s ease;
    }

        .bottom-right-cat img:hover[b-k1va8qrhb2] {
            transform: scale(1.05) rotate(-2deg);
        }

/* ==========================================================================
   6. RESPONSIVIDAD (Móviles y Tablets)
   ========================================================================== */
@media (max-width: 1000px) {
    .form-container[b-k1va8qrhb2] {
        padding: 40px 20px;
        margin: 20px 15px;
        /* Hacemos espacio explícito para que el gato no tape los botones */
        padding-bottom: 250px;
    }

    .bottom-left-info[b-k1va8qrhb2] {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 400px;
        justify-content: center;
        gap: 15px;
    }

    .bottom-right-cat[b-k1va8qrhb2] {
        position: absolute;
        bottom: 100px; /* Sube por encima de la cajita de ayuda */
        right: 50%;
        transform: translateX(50%);
        width: auto;
    }

        .bottom-right-cat img[b-k1va8qrhb2] {
            max-width: 180px;
        }

            .bottom-right-cat img:hover[b-k1va8qrhb2] {
                transform: none;
            }
}

@media (max-width: 600px) {
    .form-container[b-k1va8qrhb2] {
        padding-bottom: 280px;
    }

    .header-editar h2[b-k1va8qrhb2] {
        font-size: 2rem;
    }

    .form-row[b-k1va8qrhb2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .form-label[b-k1va8qrhb2] {
        width: 100%;
        text-align: left;
        margin-top: 0;
        font-size: 1rem;
    }

    .action-footer[b-k1va8qrhb2] {
        flex-direction: column;
        gap: 15px;
    }

    .btn-action[b-k1va8qrhb2] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Pages/QuizPages/IntentarQuiz.razor.rz.scp.css */
/* ==========================================================================
   CONTENEDORES GLOBALES
   ========================================================================== */
.game-container[b-ajde01ksop] {
    max-width: 850px;
    margin: 0 auto;
    padding: 30px 20px;
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ==========================================================================
   PANTALLAS DE CARGA Y ERROR
   ========================================================================== */
.loading-screen[b-ajde01ksop], .error-screen[b-ajde01ksop] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    height: 60vh;
}

/* ==========================================================================
   CABECERA Y TIEMPO
   ========================================================================== */
.game-header[b-ajde01ksop] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    background: rgba(17, 24, 39, 0.4);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.game-info[b-ajde01ksop] {
    display: flex;
    flex-direction: column;
}

.quiz-title-game[b-ajde01ksop] {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.5px;
}

.question-counter[b-ajde01ksop] {
    color: #a855f7;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 5px;
}

.timer-box[b-ajde01ksop] {
    background: rgba(17, 24, 39, 0.8);
    border: 2px solid rgba(139, 92, 246, 0.5);
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    color: #c084fc;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
    transition: all 0.3s ease;
}

    .timer-box.danger-time[b-ajde01ksop] {
        border-color: #ef4444;
        color: #ef4444;
        box-shadow: 0 0 20px rgba(239, 68, 68, 0.4);
        animation: pulseDanger-b-ajde01ksop 1.5s infinite;
    }

@keyframes pulseDanger-b-ajde01ksop {
    0% {
        transform: scale(1);
        box-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(239, 68, 68, 0.6);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 15px rgba(239, 68, 68, 0.4);
    }
}

/* ==========================================================================
   BARRA DE PROGRESO
   ========================================================================== */
.progress-container[b-ajde01ksop] {
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.progress-bar-fill[b-ajde01ksop] {
    height: 100%;
    background: linear-gradient(90deg, #6200ee, #a855f7);
    border-radius: 10px;
    transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
}

/* ==========================================================================
   ÁREA DE PREGUNTAS Y OPCIONES
   ========================================================================== */
.question-card[b-ajde01ksop] {
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(139, 92, 246, 0.4);
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.question-text[b-ajde01ksop] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.options-grid[b-ajde01ksop] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.option-card[b-ajde01ksop] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px 25px;
    text-align: left;
    color: #e5e7eb;
    font-size: 1.15rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
}

    .option-card:hover[b-ajde01ksop] {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(139, 92, 246, 0.4);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    .option-card.selected[b-ajde01ksop] {
        background: rgba(168, 85, 247, 0.15);
        border-color: #a855f7;
        color: white;
        transform: scale(1.02);
        box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
    }

.option-indicator[b-ajde01ksop] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #6b7280;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: transparent;
    transition: all 0.2s;
    flex-shrink: 0;
}

.option-card.selected .option-indicator[b-ajde01ksop] {
    border-color: #a855f7;
    background: linear-gradient(135deg, #a855f7, #6200ee);
    color: white;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
}

/* ==========================================================================
   BOTONES Y FOOTER (ANTERIOR, SIGUIENTE, TERMINAR)
   ========================================================================== */
.game-footer[b-ajde01ksop] {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.btn-anterior[b-ajde01ksop], .btn-terminar-intento[b-ajde01ksop], .btn-siguiente[b-ajde01ksop] {
    flex: 1;
    padding: 15px 20px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Botón Anterior */
.btn-anterior[b-ajde01ksop] {
    background: rgba(255, 255, 255, 0.05);
    color: #d1d5db;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .btn-anterior:hover:not(:disabled)[b-ajde01ksop] {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        border-color: white;
        transform: translateY(-2px);
    }

    .btn-anterior:disabled[b-ajde01ksop] {
        opacity: 0.3;
        cursor: not-allowed;
    }

/* Botón Siguiente */
.btn-siguiente[b-ajde01ksop] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    border: none;
    box-shadow: 0 5px 15px rgba(98, 0, 238, 0.3);
}

    .btn-siguiente:hover:not(:disabled)[b-ajde01ksop] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(98, 0, 238, 0.5);
    }

    .btn-siguiente:disabled[b-ajde01ksop] {
        background: rgba(139, 92, 246, 0.3);
        color: rgba(255,255,255,0.5);
        box-shadow: none;
        cursor: not-allowed;
    }

/* Botón Terminar (Icono Cuadrado) */
.btn-terminar-intento[b-ajde01ksop] {
    flex: 0.3;
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
    font-size: 1.5rem;
}

    .btn-terminar-intento:hover[b-ajde01ksop] {
        background: #ef4444;
        color: white;
        box-shadow: 0 0 15px rgba(239, 68, 68, 0.5);
        transform: scale(1.05);
    }

/* ==========================================================================
   PANTALLA DE RESULTADOS
   ========================================================================== */
.results-screen[b-ajde01ksop] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 40px 20px;
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    border: 1px solid rgba(139, 92, 246, 0.3);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.score-circle[b-ajde01ksop] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #111827;
    position: relative;
    z-index: 1;
}

    /* El borde brillante del círculo */
    .score-circle[b-ajde01ksop]::before {
        content: '';
        position: absolute;
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
        border-radius: 50%;
        z-index: -1;
        background: #4b5563; /* Default */
    }

    .score-circle.success[b-ajde01ksop]::before {
        background: linear-gradient(135deg, #10b981, #059669);
        box-shadow: 0 0 30px rgba(16, 185, 129, 0.5);
    }

    .score-circle.failed[b-ajde01ksop]::before {
        background: linear-gradient(135deg, #ef4444, #b91c1c);
        box-shadow: 0 0 30px rgba(239, 68, 68, 0.5);
    }

.score-number[b-ajde01ksop] {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    color: white;
}

.score-label[b-ajde01ksop] {
    font-size: 1.2rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 5px;
}

.results-actions[b-ajde01ksop] {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
    max-width: 500px;
}

.btn-morado[b-ajde01ksop] {
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    flex: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(98, 0, 238, 0.3);
}

    .btn-morado:hover[b-ajde01ksop] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(98, 0, 238, 0.5);
    }

.btn-outline-blanco[b-ajde01ksop] {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.1rem;
    flex: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-outline-blanco:hover[b-ajde01ksop] {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
    }

/* ==========================================================================
   PANTALLA DE REVISIÓN
   ========================================================================== */
.review-screen[b-ajde01ksop] {
    padding-bottom: 50px;
}

.review-list[b-ajde01ksop] {
    max-height: 65vh;
    overflow-y: auto;
    padding-right: 15px;
}

.review-card[b-ajde01ksop] {
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.review-question[b-ajde01ksop] {
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    color: white;
    margin-bottom: 15px;
}

.review-options[b-ajde01ksop] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 35px;
}

.review-opt[b-ajde01ksop] {
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    color: #9ca3af;
    display: flex;
    align-items: center;
    font-size: 1.05rem;
    border: 1px solid transparent;
}

    .review-opt .opt-icon[b-ajde01ksop] {
        width: 30px;
        font-weight: bold;
        font-size: 1.2rem;
    }

    /* Respuestas en Revisión */
    .review-opt.correcta[b-ajde01ksop] {
        background: rgba(16, 185, 129, 0.1);
        border-color: rgba(16, 185, 129, 0.5);
        color: white;
    }

        .review-opt.correcta .opt-icon[b-ajde01ksop] {
            color: #10b981;
        }

    .review-opt.incorrecta[b-ajde01ksop] {
        background: rgba(239, 68, 68, 0.1);
        border-color: rgba(239, 68, 68, 0.5);
        color: white;
    }

        .review-opt.incorrecta .opt-icon[b-ajde01ksop] {
            color: #ef4444;
        }

/* ==========================================================================
   RESPONSIVIDAD (Móviles)
   ========================================================================== */
@media (max-width: 600px) {
    .game-container[b-ajde01ksop] {
        padding: 15px 10px;
    }

    .game-header[b-ajde01ksop] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
    }

    .timer-box[b-ajde01ksop] {
        width: 100%;
        justify-content: center;
    }

    .question-card[b-ajde01ksop] {
        padding: 25px 20px;
    }

    .question-text[b-ajde01ksop] {
        font-size: 1.4rem;
    }

    .options-grid[b-ajde01ksop] {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 25px;
    }

    .option-card[b-ajde01ksop] {
        padding: 15px 20px;
        font-size: 1.05rem;
    }

    .game-footer[b-ajde01ksop] {
        gap: 10px;
    }

    .btn-anterior[b-ajde01ksop], .btn-terminar-intento[b-ajde01ksop], .btn-siguiente[b-ajde01ksop] {
        font-size: 0.9rem;
        padding: 12px 10px;
        border-radius: 12px;
    }

        /* Ocultamos el icono de terminar en móvil y dejamos solo su figura de Stop */
        .btn-terminar-intento i[b-ajde01ksop] {
            margin: 0;
            font-size: 1.5rem;
        }

    .results-actions[b-ajde01ksop] {
        flex-direction: column;
    }

    .score-circle[b-ajde01ksop] {
        width: 160px;
        height: 160px;
    }

    .score-number[b-ajde01ksop] {
        font-size: 4rem;
    }
}

.text-muted2[b-ajde01ksop] {
    color: #9ca3af;
}
/* /Components/Pages/QuizPages/MisQuiz.razor.rz.scp.css */
/* =========================================
   ESTILOS PREMIUM - MIS QUIZZES
========================================= */
.app-container[b-q0bhsirhi8] {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* --- Input y Botón Superior --- */
.controls-row[b-q0bhsirhi8] {
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
    width: 100%;
    max-width: 600px;
    justify-content: center;
}

.search-input-group[b-q0bhsirhi8] {
    position: relative;
    /* Efecto cristal para el buscador */
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 30px;
    padding: 10px 20px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

    .search-input-group:focus-within[b-q0bhsirhi8] {
        border-color: #a855f7;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
        transform: translateY(-2px);
    }

.search-input[b-q0bhsirhi8] {
    background: transparent;
    border: none;
    color: white;
    margin-left: 12px;
    width: 100%;
    font-size: 1rem;
}

    .search-input:focus[b-q0bhsirhi8] {
        outline: none;
    }

    .search-input[b-q0bhsirhi8]::placeholder {
        color: #9ca3af;
    }

.icono-lupa[b-q0bhsirhi8] {
    color: #a855f7;
    font-size: 1.2rem;
}

.btn-new-friend[b-q0bhsirhi8] { 
    background: linear-gradient(135deg, #8b5cf6, #6200ee);
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3);
}

    .btn-new-friend:hover[b-q0bhsirhi8] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(139, 92, 246, 0.5);
    }

/* --- Filtros --- */
.filter-container[b-q0bhsirhi8] {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    padding: 10px;
    z-index: 100;
}

.filter-btn[b-q0bhsirhi8] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    color: #d1d5db;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .filter-btn:hover[b-q0bhsirhi8] {
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }

    .filter-btn.active[b-q0bhsirhi8] {
        background: linear-gradient(135deg, #a855f7, #6200ee);
        color: white;
        border-color: transparent;
        box-shadow: 0 4px 15px rgba(168, 85, 247, 0.4);
    }

/* --- Lista y Tarjetas de Quiz --- */
.quiz-list[b-q0bhsirhi8] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quiz-row[b-q0bhsirhi8] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 600px;
}

.quiz-card-btn[b-q0bhsirhi8] {
    display: flex;
    align-items: center;
    /* Estilo Glassmorphism para las tarjetas */
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 20px;
    padding: 1.2rem 1.5rem;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    min-height: 90px;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

    .quiz-card-btn:hover[b-q0bhsirhi8] {
        background: rgba(17, 24, 39, 0.8);
        border-color: rgba(168, 85, 247, 0.6);
        transform: translateY(-4px) scale(1.01);
        box-shadow: 0 12px 30px rgba(139, 92, 246, 0.25);
    }

.quiz-icon[b-q0bhsirhi8] {
    font-size: 2.5rem;
    margin-right: 1.2rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
}

.quiz-info[b-q0bhsirhi8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.quiz-title[b-q0bhsirhi8] {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
    padding-right: 70px; /* Espacio para el creador */
    letter-spacing: 0.5px;
}

.quiz-creator[b-q0bhsirhi8] {
    position: absolute;
    bottom: 12px;
    right: 18px;
    font-size: 0.85rem;
    color: #c084fc; /* Morado claro para resaltar al autor */
    font-weight: 600;
    background: rgba(168, 85, 247, 0.1);
    padding: 3px 10px;
    border-radius: 12px;
}

.btn-delete-quiz[b-q0bhsirhi8] {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 15px;
    color: #f87171;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .btn-delete-quiz:hover[b-q0bhsirhi8] {
        background: rgba(239, 68, 68, 0.2);
        color: #ef4444;
        border-color: rgba(239, 68, 68, 0.5);
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(239, 68, 68, 0.3);
    }

/* --- Estado Vacío --- */
.friend-card[b-q0bhsirhi8] {
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    border: 1px dashed rgba(139, 92, 246, 0.4);
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    color: #9ca3af;
}

/* --- Paginación --- */
.pagination-container[b-q0bhsirhi8] {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-pag[b-q0bhsirhi8] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(139, 92, 246, 0.3);
    color: white;
    border-radius: 10px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .btn-pag:hover:not(:disabled)[b-q0bhsirhi8] {
        background: rgba(168, 85, 247, 0.2);
        border-color: #a855f7;
        box-shadow: 0 0 10px rgba(168, 85, 247, 0.3);
    }

    .btn-pag:disabled[b-q0bhsirhi8] {
        opacity: 0.3;
        cursor: not-allowed;
    }

/* --- RESPONSIVIDAD MÓVIL --- */
@media (max-width: 480px) {
    .app-container[b-q0bhsirhi8] {
        padding: 20px 15px;
    }

    .controls-row[b-q0bhsirhi8] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-input-group[b-q0bhsirhi8] {
        width: 100%;
    }

    .quiz-row[b-q0bhsirhi8] {
        gap: 10px;
    }

    .quiz-card-btn[b-q0bhsirhi8] {
        padding: 1rem;
        min-height: 80px;
        border-radius: 16px;
    }

    .quiz-icon[b-q0bhsirhi8] {
        font-size: 2rem;
        margin-right: 1rem;
    }

    .quiz-title[b-q0bhsirhi8] {
        font-size: 1.1rem;
        padding-right: 50px;
    }

    .quiz-creator[b-q0bhsirhi8] {
        font-size: 0.75rem;
        bottom: 8px;
        right: 12px;
        padding: 2px 8px;
    }

    .btn-delete-quiz[b-q0bhsirhi8] {
        font-size: 1.2rem;
        padding: 10px;
        border-radius: 12px;
    }
}
/* /Components/Pages/Tienda/MasEstrellas.razor.rz.scp.css */
.tienda-container[b-09gwo2ybgb] {
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* CSS para el Botón Volver */
.btn-volver-inicio[b-09gwo2ybgb] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05); /* Fondo sutil translúcido */
    color: #d1d5db; /* Gris claro */
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    margin-top: 20px;
}

    .btn-volver-inicio i[b-09gwo2ybgb] {
        font-size: 1.1rem;
        transition: transform 0.3s ease;
    }

    .btn-volver-inicio:hover[b-09gwo2ybgb] {
        background: rgba(168, 85, 247, 0.1); /* Destello morado muy suave */
        border-color: #a855f7;
        color: white;
        box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
    }

        .btn-volver-inicio:hover i[b-09gwo2ybgb] {
            transform: translateX(-5px); /* La flechita se mueve a la izquierda */
        }

    .btn-volver-inicio:active[b-09gwo2ybgb] {
        transform: scale(0.95);
    }

.header-tienda[b-09gwo2ybgb] {
    text-align: center;
    margin-bottom: 50px;
}

    .header-tienda h1[b-09gwo2ybgb] {
        font-size: 3rem;
        font-weight: 900;
        background: linear-gradient(135deg, #ffcc00, #f59e0b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 10px;
    }

/* Banner de Próximamente */
.proximamente-banner[b-09gwo2ybgb] {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    padding: 12px 25px;
    border-radius: 50px;
    color: #fbbf24;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    animation: pulseSutil-b-09gwo2ybgb 2s infinite;
}

/* Grid de Productos */
.tienda-grid[b-09gwo2ybgb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    width: 100%;
}

.pack-card[b-09gwo2ybgb] {
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .pack-card:hover[b-09gwo2ybgb] {
        transform: translateY(-10px);
        border-color: rgba(255, 204, 0, 0.4);
        box-shadow: 0 15px 30px rgba(0,0,0,0.4);
    }

.pack-icon[b-09gwo2ybgb] {
    font-size: 4rem;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 15px rgba(255, 204, 0, 0.3));
}

.pack-cantidad[b-09gwo2ybgb] {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 5px;
}

.pack-nombre[b-09gwo2ybgb] {
    color: #9ca3af;
    margin-bottom: 20px;
    font-weight: 500;
}

.pack-precio[b-09gwo2ybgb] {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.2rem;
    color: #ffcc00;
    border: 1px solid rgba(255, 204, 0, 0.2);
}


/* Overlay de Deshabilitado */
.lock-overlay[b-09gwo2ybgb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    cursor: not-allowed;
    z-index: 5;
}

@keyframes pulseSutil-b-09gwo2ybgb {
    0% {
        opacity: 0.8;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.02);
    }

    100% {
        opacity: 0.8;
        transform: scale(1);
    }
}

@media (max-width: 600px) {
    .header-tienda h1[b-09gwo2ybgb] {
        font-size: 2.2rem;
    }
}


