/* Tema: Nebulosa */
body {
    background: linear-gradient(135deg, #2d004d 0%, #000000 100%) !important;
    background-attachment: fixed !important;
}

.link-item {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(162, 89, 255, 0.3) !important;
    backdrop-filter: blur(15px) !important;
    border-radius: 30px !important;
    box-shadow: 0 0 15px rgba(162, 89, 255, 0.1) !important;
}

.link-item:hover {
    border-color: #a259ff !important;
    box-shadow: 0 0 25px rgba(162, 89, 255, 0.3) !important;
}

.avatar-main { border-color: #a259ff !important; }