/* Start custom CSS for html, class: .elementor-element-8239e29 *//* ========================================================== */
/* FIX DE FONDO PIXELBLAST FULL-SCREEN & PROFILE CARD          */
/* ========================================================== */

/* 1. Resetear contenedores de Elementor para Fondo Oscuro Total */
html, body,
.elementor-page,
.elementor-section,
.elementor-container,
.elementor-widget-container,
.elementor-widget-html {
    background-color: #080811 !important;
    background: #080811 !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.diego-bio-page {
    position: relative;
    background-color: #080811 !important;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.2rem;
    overflow-x: hidden;
}

/* 2. CONTENEDOR PIXELBLAST (EXPANDIDO 100% EN TODO EL BACK) */
.pixel-blast-background {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 0 !important;
    pointer-events: auto !important;
    overflow: hidden !important;
}

.pixel-blast-background canvas {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

/* 3. CONTENEDOR CENTRAL DE SOBREPOSICIÓN */
.diego-container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2 !important;
    pointer-events: none; /* Permite clics a PixelBlast al fondo */
}

/* Habilitar interacciones en elementos interactivos */
.pc-card-wrapper,
.profile-name,
.profile-bio,
.social-links,
.links-list,
.bio-footer {
    pointer-events: auto !important;
}

/* 4. PROFILE CARD 3D STYLING */
.pc-card-wrapper {
    perspective: 800px;
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 2.2rem;
}

.pc-behind {
    position: absolute;
    inset: -12px;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(
        circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
        rgba(139, 92, 246, 0.65) 0%,
        transparent 65%
    );
    filter: blur(45px);
    opacity: calc(0.85 * var(--card-opacity, 0));
    transition: opacity 200ms ease;
}

.pc-card-shell {
    position: relative;
    z-index: 2;
}

.pc-card {
    width: 100%;
    height: 480px;
    border-radius: 28px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateZ(0) rotateX(0deg) rotateY(0deg);
    background: rgba(15, 15, 26, 0.85);
    border: 1px solid rgba(139, 92, 246, 0.35);
    overflow: hidden;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.pc-card-wrapper.active .pc-card {
    transition: none;
    transform: translateZ(0) rotateX(var(--rotate-y, 0deg)) rotateY(var(--rotate-x, 0deg));
    border-color: rgba(167, 139, 250, 0.7);
}

.pc-inside {
    inset: 0;
    position: absolute;
    background-image: linear-gradient(145deg, rgba(46, 16, 101, 0.5) 0%, rgba(15, 15, 26, 0.95) 100%);
}

.pc-glare {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        farthest-corner circle at var(--pointer-x, 50%) var(--pointer-y, 50%),
        rgba(255, 255, 255, 0.22) 10%,
        transparent 75%
    );
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 4;
}

.pc-avatar-container {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
}

.pc-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    transition: transform 0.2s ease-out;
}

.pc-card-wrapper.active .pc-avatar-img {
    transform: scale(1.04) translate3d(calc((var(--pointer-from-left, 0.5) - 0.5) * 10px), calc((var(--pointer-from-top, 0.5) - 0.5) * 10px), 0);
}

.pc-user-info {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(15, 15, 26, 0.78);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 12px 16px;
}

.pc-user-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.pc-handle {
    font-size: 0.92rem;
    font-weight: 700;
    color: #ffffff;
}

.pc-status {
    font-size: 0.75rem;
    color: #22d3ee;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #22d3ee;
    box-shadow: 0 0 8px #22d3ee;
}

.pc-badge-location {
    font-size: 0.72rem;
    font-weight: 800;
    color: #c4b5fd;
    background: rgba(124, 58, 237, 0.2);
    border: 1px solid rgba(139, 92, 246, 0.35);
    padding: 4px 10px;
    border-radius: 50px;
}

/* 5. TEXTOS Y ENLACES */
.profile-name {
    font-size: 1.95rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 0.6rem;
    color: #ffffff;
    text-transform: uppercase;
}

.profile-bio {
    font-size: 0.95rem;
    color: #c4b5fd;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 2.2rem;
    padding: 0 0.5rem;
    font-style: italic;
}

.social-links {
    display: flex;
    gap: 1.1rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.social-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: rgba(124, 58, 237, 0.25);
    border-color: #a78bfa;
    transform: translateY(-3px);
    color: #22d3ee;
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.35);
}

.social-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.links-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-bottom: 3rem;
}

.link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.6rem;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(139, 92, 246, 0.28);
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    text-align: left;
}

.link-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(90deg, #7c3aed, #22d3ee);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.link-card:hover {
    transform: translateY(-4px);
    border-color: rgba(167, 139, 250, 0.65);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 15px 35px rgba(124, 58, 237, 0.28);
}

.link-card:hover::before {
    transform: scaleX(1);
}

.link-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: #ffffff;
}

.link-subtitle {
    font-size: 0.8rem;
    color: #c4b5fd;
    font-weight: 300;
}

.link-arrow {
    font-size: 1.2rem;
    color: #22d3ee;
    transition: transform 0.3s ease;
}

.link-card:hover .link-arrow {
    transform: translateX(4px);
}

.bio-footer {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-04cc807 *//* ========================================================== */
/* FIX DE FONDO OSCURO ABSOLUTO (CERO PARCHES BLANCOS)        */
/* ========================================================== */

/* 1. Resetear contenedores de Elementor y el tema */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-container,
.elementor-widget-html {
    background-color: #0f0f1a !important;
    background: #0f0f1a !important;
    box-shadow: none !important;
    border: none !important;
}

/* 2. Forzar fondos transparentes en Canvas de ADN y envoltorios de luz */
canvas,
canvas.pdb-dna-canvas,
.pdb-spotlight-wrapper,
.ambient-glow-wrapper,
.pdb-bg-video-container {
    background: transparent !important;
    background-color: transparent !important;
}

/* 3. Ajuste de Modales y Diálogos Flotantes (<dialog> nativo) */
dialog,
dialog#layout-dialog,
.pdb-modal-overlay {
    background: rgba(15, 15, 26, 0.92) !important;
    background-color: rgba(15, 15, 26, 0.92) !important;
    color: #ffffff !important;
    border: none !important;
}

dialog::backdrop,
dialog#layout-dialog::backdrop,
.pdb-modal-overlay::backdrop {
    background: rgba(15, 15, 26, 0.85) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
}

/* 4. Tarjeta del Modal (Evitar blanco en la ventana emergente) */
.modal-content-card,
.pdb-modal-card {
    background-color: #151528 !important;
    border: 1px solid rgba(139, 92, 246, 0.4) !important;
    color: #ffffff !important;
}

/* 5. Estilo oscuro para Inputs de texto y formularios */
input[type="email"],
input[type="text"],
.pdb-input-email {
    background-color: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
}

input[type="email"]::placeholder,
input[type="text"]::placeholder,
.pdb-input-email::placeholder {
    color: rgba(196, 181, 253, 0.6) !important;
}

/* 6. Prevenir líneas horizontales o separadores blancos de la plantilla */
hr, .elementor-divider {
    border-color: rgba(255, 255, 255, 0.08) !important;
}/* End custom CSS */