:root {
    --oled-black: #000000;
    --dark-surface: #0a0a0a;
    --dark-surface-2: #141414;
    --dark-surface-3: #1c1c1c;
    --border-crystal: rgba(255, 255, 255, 0.08);
    --border-highlight: rgba(255, 255, 255, 0.15);
    --text-primary: #ffffff;
    --text-secondary: #9e9e9e;
    --accent-gold: #d4af37;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background-color: var(--oled-black) !important;
    color: var(--text-primary);
    overflow-x: hidden;
}

/* Navbar Premium */
.navbar-oled {
    background-color: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-crystal);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.nav-link {
    color: var(--text-secondary) !important;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: var(--text-primary) !important;
}

.btn-account {
    background-color: var(--dark-surface-2);
    border: 1px solid var(--border-crystal);
    color: var(--text-primary) !important;
    transition: all 0.3s ease;
}

.btn-account:hover {
    background-color: var(--dark-surface-3);
    border-color: var(--border-highlight);
    transform: translateY(-1px);
}

.custom-dropdown {
    background-color: var(--dark-surface-2);
    border: 1px solid var(--border-crystal);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    padding: 0.5rem 0;
    margin-top: 10px;
}

.dropdown-item-dark {
    color: var(--text-secondary);
    padding: 0.6rem 1.5rem;
    transition: all 0.2s;
    font-size: 0.9rem;
}

.dropdown-item-dark:hover {
    background-color: var(--dark-surface-3);
    color: var(--text-primary);
}

/* Main Layout */
.main-wrapper {
    display: flex;
    height: calc(100vh - 75px);
}

/* Panel Izquierdo */
.info-panel {
    width: 35%;
    padding: 4rem 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, var(--dark-surface) 0%, var(--oled-black) 100%);
    border-right: 1px solid var(--border-crystal);
    position: relative;
    overflow-y: auto;
}

.info-content {
    max-width: 500px;
}

/* Elementos de Texto */
.badge-premium {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-crystal);
    color: var(--text-secondary);
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 0.75rem;
    display: inline-block;
}

.info-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #888888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1.5px;
}

.info-text {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    font-weight: 300;
}

.warning-box {
    background-color: rgba(255, 255, 255, 0.02);
}

.icon-box {
    min-width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: var(--dark-surface-2);
    border: 1px solid var(--border-crystal);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
}

/* Redes Sociales */
.social-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.social-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--dark-surface-2);
    border: 1px solid var(--border-crystal);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-btn:hover {
    background-color: var(--text-primary);
    color: var(--oled-black);
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

/* Panel Derecho - Mapa */
.map-panel {
    width: 65%;
    padding: 2.5rem;
    background: radial-gradient(circle at top right, rgba(200, 200, 200, 0.07) 0%, var(--oled-black) 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-container {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: var(--dark-surface);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.9),
                0 0 40px rgba(255,255,255, 0.03) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-container:hover {
    box-shadow: 0 30px 70px -10px rgba(0, 0, 0, 1),
                0 0 40px rgba(255,255,255, 0.05) inset;
}

.map-header {
    height: 42px;
    background-color: rgba(20, 20, 20, 0.95);
    border-bottom: 1px solid var(--border-crystal);
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    position: relative;
    z-index: 10;
}

.window-controls {
    display: flex;
    gap: 8px;
    position: absolute;
    left: 1.25rem;
}

.ctrl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.ctrl-dot.close { background-color: #ff5f56; }
.ctrl-dot.minimize { background-color: #ffbd2e; }
.ctrl-dot.maximize { background-color: #27c93f; }

.iframe-wrapper {
    flex: 1;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--dark-surface-2);
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Animaciones */
.fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1199px) {
    .info-panel {
        width: 40%;
        padding: 3rem 2rem;
    }
    .map-panel {
        width: 60%;
        padding: 1.5rem;
    }
    .info-title {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .main-wrapper {
        flex-direction: column;
        height: auto;
    }
    
    .info-panel {
        width: 100%;
        padding: 3rem 1.5rem;
        border-right: none;
        border-bottom: 1px solid var(--border-crystal);
    }
    
    .info-content {
        max-width: 100%;
    }

    .info-title {
        font-size: 2.8rem;
    }
    
    .map-panel {
        width: 100%;
        height: 700px;
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .map-panel {
        height: 550px;
        padding: 1rem;
    }
    .info-title {
        font-size: 2.4rem;
    }
    .map-header {
        height: 38px;
    }
}