html, body {
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important; /* IE/Edge */
    scrollbar-gutter: stable; /* Previene saltos al ocultar scrollbar en navegadores modernos */
}

/* Background fijo solo para paginas internas */
body.internal-page {
    background: url('../img/ibizabg.png') no-repeat center center fixed !important;
    background-size: cover !important;
}

::-webkit-scrollbar {
    display: none !important; /* Chrome, Safari, Opera */
}

/* Ensure alerts inside auth wrapper look good and are CENTERED */
.auth-page-wrapper .alert {
    width: 100% !important;
    max-width: 500px !important;
    margin: 20px auto !important; /* Centering block element */
    border-radius: 4px !important;
    text-align: center !important;
    display: block !important;
    float: none !important;
    position: relative !important;
    z-index: 10 !important;
}

/* My Account Premium Redesign - Ibiza Style */
.custom-mu-modal {
    background-image: url('../img/fon-news.jpg') !important;
    background-size: 500% !important;
    background-position: center !important;
    background-repeat: repeat !important;
    border: 1px solid rgba(232, 163, 79, 0.4) !important;
    box-shadow: 0 0 50px rgba(0,0,0,0.9) !important;
    border-radius: 8px !important;
}

.custom-mu-modal .modal-header .modal-title {
    font-family: 'Merriweather', serif;
    color: #e8a34f;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.custom-mu-modal .modal-body {
    max-height: 80vh;
    overflow-y: auto;
    padding: 2rem !important;
}

/* Custom scroll for modals (Removed glass blur) */
.custom-mu-modal .modal-body::-webkit-scrollbar {
    width: 6px;
}
.custom-mu-modal .modal-body::-webkit-scrollbar-thumb {
    background: #e8a34f;
    border-radius: 0px; /* Square */
}
.custom-mu-modal .modal-body::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.3);
}

.premium-cartel-square {
    background-image: url('../img/fon-news.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    border: 1px solid rgba(232, 163, 79, 0.3) !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.7) !important;
    padding: 40px !important;
    border-radius: 4px !important;
    color: #fff !important;
    margin: 60px auto !important;
    max-width: 1000px !important;
    width: 95% !important;
    position: relative;
    z-index: 10;
    /* Glass effect to see the fixed body background */
    backdrop-filter: blur(8px) brightness(0.8);
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.auth-page-wrapper {
    display: flex !important;
    flex-direction: column !important; /* Stack messages and form vertically */
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
    min-height: calc(100vh - 100px) !important;
    padding: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Ensure alerts inside auth wrapper look good */
.auth-page-wrapper .alert {
    width: 100% !important;
    max-width: 500px !important;
    margin-bottom: 15px !important;
    border-radius: 4px !important;
    text-align: center !important;
}

.account-info-block {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.5), rgba(0, 0, 0, 0.7)) !important;
    border: 1px solid rgba(232, 163, 79, 0.15) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 0 15px rgba(232, 163, 79, 0.05) !important;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    gap: 15px;
    backdrop-filter: blur(12px);
    border-radius: 6px !important;
}

.account-info-label {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #e8a34f;
    font-weight: 700;
}

.account-info-value {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.account-info-block:hover {
    border-color: rgba(232, 163, 79, 0.8) !important;
    box-shadow: 0 0 30px rgba(232, 163, 79, 0.4), inset 0 0 20px rgba(232, 163, 79, 0.1) !important;
    transform: translateY(-5px);
    filter: brightness(1.1);
}

.account-info-block table {
    vertical-align: middle;
}

.account-info-block td {
    vertical-align: middle !important;
    padding: 10px 5px !important;
}

.char-card-square {
    background-image: url('../img/fon-news.jpg') !important;
    background-size: 450% !important; /* Increased zoom as requested */
    background-repeat: repeat !important;
    background-position: center !important;
    border: 1px solid rgba(232, 163, 79, 0.4);
    padding: 25px 15px;
    text-align: center;
    border-radius: 4px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8), inset 0 0 20px rgba(0,0,0,0.6) !important;
}

.char-card-square:hover {
    transform: translateY(-8px);
    border-color: rgba(232, 163, 79, 0.9);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), 0 0 25px rgba(232, 163, 79, 0.3) !important;
    filter: brightness(1.15);
}

.btn-premium-gold {
    background-image: url('../img/fon-news.jpg') !important;
    background-size: 180% !important;
    background-position: center !important;
    border: 1px solid #e8a34f !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5), inset 0 0 10px rgba(232,163,79,0.3) !important;
    transition: all 0.3s ease !important;
    padding: 5px 15px !important;
    font-size: 11px !important;
}

.btn-premium-gold:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.6), inset 0 0 15px rgba(232,163,79,0.5) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.rankings-table td {
    padding: 15px 10px;
    vertical-align: middle;
    font-size: 13px;
}

/* Color dorado para nombres en rankings y quitar azul/subrayado - FORZADO */
.rankings-table a,
.rankings-table td a,
.rankings-table .fw-bold a,
.table-dark.rankings-table a {
    color: #e8a34f !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.rankings-table a:hover,
.rankings-table td a:hover,
.rankings-table .fw-bold a:hover,
.table-dark.rankings-table a:hover {
    color: #fff !important;
    text-shadow: 0 0 10px rgba(232, 163, 79, 1) !important;
    text-decoration: none !important;
}

/* Eliminar color gris de seleccionados en TODO el sitio */
*::selection {
    background: rgba(232, 163, 79, 0.6) !important;
    color: #fff !important;
}

*::-moz-selection {
    background: rgba(232, 163, 79, 0.6) !important;
    color: #fff !important;
}

/* Corregir color hover de las tablas (evitar gris Bootstrap) */
.table-hover > tbody > tr:hover > * {
    background-color: rgba(232, 163, 79, 0.08) !important;
    color: #fff !important;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5) !important;
}

/* Autenticación (Login/Register) */
.auth-title {
    font-family: 'Gambarino', serif !important;
    letter-spacing: 3px !important;
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.auth-back-link {
    display: inline-flex !important;
    align-items: center !important;
    color: #e8a34f !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin-bottom: 15px !important;
}

.auth-back-link:hover {
    color: #fff !important;
    transform: translateX(-5px) !important;
}

/* Swiper Premium Style */
.swiper-button-next, .swiper-button-prev {
    color: #e8a34f !important;
    transition: all 0.3s ease !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px !important;
    font-weight: bold !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #fff !important;
    transform: scale(1.2) !important;
}

.swiper-pagination-bullet {
    background: rgba(232, 163, 79, 0.3) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #e8a34f !important;
    box-shadow: 0 0 10px rgba(232, 163, 79, 0.5) !important;
}


.auth-back-arrow {
    width: 24px !important;
    height: auto !important;
    margin-right: 10px !important;
    mix-blend-mode: screen !important;
    filter: sepia(100%) saturate(500%) hue-rotate(350deg) brightness(1.2) !important;
}

.rankings-class-image {
    max-width: 38px !important; /* Tamaño reducido según petición */
    height: auto;
    border-radius: 4px;
    border: 1px solid rgba(232, 163, 79, 0.3);
    background: rgba(0,0,0,0.5);
    padding: 2px;
}

.rankings-table .character-avatar img {
    max-width: 32px !important;
    height: auto;
    border-radius: 4px;
    border: 1px solid rgba(232, 163, 79, 0.3);
}

/* Rankings Menu Premium Redesign */
.rankings_menu {
    border: none !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin-bottom: 25px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    overflow: visible !important;
}

.rankings_menu span {
    display: none !important; /* Hide the old title if any */
}

.rankings_menu a {
    background-image: url('../img/fon-news.jpg') !important;
    background-size: 200% !important;
    background-position: center !important;
    border: 1px solid rgba(232, 163, 79, 0.4) !important;
    width: auto !important; /* Remove fixed width */
    min-width: 120px !important;
    padding: 8px 20px !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5) !important;
    text-decoration: none !important;
}

.rankings_menu a:hover,
.rankings_menu a.active {
    background-size: 150% !important;
    border-color: #e8a34f !important;
    box-shadow: 0 0 15px rgba(232, 163, 79, 0.3) !important;
    transform: translateY(-3px) !important;
    color: #e8a34f !important;
}

.char-card-img {
    width: 75px; /* Slightly bigger avatar */
    height: auto;
    border: 1px solid rgba(232, 163, 79, 0.6);
    padding: 3px;
    background: rgba(0,0,0,0.7);
    display: block;
    margin: 0 auto 10px;
    filter: drop-shadow(0 0 10px rgba(232,163,79,0.3));
}

.cartel-scroll-v {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    margin-right: -10px;
}

.cartel-scroll-v::-webkit-scrollbar {
    width: 6px;
}

.cartel-scroll-v::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}

.cartel-scroll-v::-webkit-scrollbar-thumb {
    background: rgba(232, 163, 79, 0.5);
    border-radius: 0;
}

.cartel-scroll-v::-webkit-scrollbar-thumb:hover {
    background: rgba(232, 163, 79, 0.8);
}

.char-card-name {
    font-family: 'Gambarino', serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.char-card-name a {
    color: #fff !important;
    text-decoration: none !important;
}

/* UserCP Premium Grid */
.usercp-card {
    background-image: url('../img/fon-news.jpg') !important;
    background-size: 400% !important; /* Higher zoom for cards */
    background-repeat: repeat !important;
    background-position: center !important;
    border: 1px solid rgba(232, 163, 79, 0.2) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important; /* Removed inset */
    backdrop-filter: blur(10px);
    padding: 25px 15px !important;
    border-radius: 4px !important;
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.usercp-card:hover {
    transform: translateY(-10px) !important; /* No horizontal scale to avoid side shifts */
    border-color: rgba(232, 163, 79, 0.9) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(232, 163, 79, 0.3) !important;
    filter: brightness(1.15) !important;
}

.usercp-card-icon {
    width: 70px !important;
    height: auto !important;
    margin-bottom: 15px !important;
    transition: all 0.3s ease !important;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}

.usercp-card:hover .usercp-card-icon {
    transform: scale(1.1) !important;
    filter: drop-shadow(0 0 15px rgba(232, 163, 79, 0.4));
}

.usercp-card-title {
    font-family: 'Gambarino', serif !important;
    font-size: 13px !important;
    color: #ded9ff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin: 0 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.usercp-card:hover .usercp-card-title {
    color: #fff !important;
}

.char-card-meta {
    font-size: 11px;
    color: rgba(232, 163, 79, 0.6);
    text-transform: uppercase;
}

.level-badge-square {
    background: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(232, 163, 79, 0.5) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-family: 'Gambarino', serif !important;
    padding: 3px 10px !important;
    border-radius: 0 !important;
    display: inline-block;
    letter-spacing: 1px;
    box-shadow: inset 0 0 5px rgba(232, 163, 79, 0.2);
}

.stat-input-group label {
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: rgba(232, 163, 79, 0.7);
}

.stat-input-group input {
    border-radius: 2px !important;
    border-color: rgba(232, 163, 79, 0.2) !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
}

.premium-cartel-square .label {
    border-radius: 2px !important;
    font-size: 10px !important;
    padding: 4px 8px !important;
    text-transform: uppercase !important;
}

.premium-cartel-square .label-success {
    background: rgba(40, 167, 69, 0.2) !important;
    border: 1px solid #28a745 !important;
    color: #28a745 !important;
}

.premium-cartel-square .label-danger {
    background: rgba(220, 53, 69, 0.2) !important;
    border: 1px solid #dc3545 !important;
    color: #dc3545 !important;
}

.premium-cartel-square .label-default {
    background: rgba(232, 163, 79, 0.2) !important;
    border: 1px solid #e8a34f !important;
    color: #e8a34f !important;
}

.premium-cartel-deep {
    background: rgba(0, 0, 0, 0.7) !important;
    border: 1px solid rgba(232, 163, 79, 0.25) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6), inset 0 0 25px rgba(0, 0, 0, 0.5) !important;
    border-radius: 8px !important;
    padding: 30px !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    backdrop-filter: blur(10px) !important;
}

.premium-cartel-deep:hover {
    transform: translateY(-10px) !important;
    border-color: rgba(232, 163, 79, 0.8) !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(232, 163, 79, 0.2) !important;
    filter: brightness(1.1) !important;
}

/* Restored & Unified Authentication Styles */
#contenidoWeb {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}



.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto !important; /* Let the wrapper handle height */
    padding: 20px 0 !important;
    flex-direction: column;
    position: relative;
    z-index: 5;
    background: transparent !important;
}

.auth-box {
    width: 100%;
    max-width: 500px !important;
    background-image: url('../img/fon-news.jpg') !important; /* Premium texture */
    background-size: 500% !important; /* Extreme zoom to ensure no frames from texture */
    background-position: center !important;
    background-repeat: repeat !important;
    border: 1px solid rgba(232, 163, 79, 0.3); /* Softer border */
    border-radius: 4px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.9) !important; /* Removed inset shadow that caused "frames" */
    padding: 3rem;
    color: #ffffff;
    position: relative;
    background-color: transparent !important;
}

.auth-box::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, #e8a34f, transparent);
}

.auth-box > * {
    position: relative;
    z-index: 1;
}

.auth-input {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid rgba(232, 163, 79, 0.3) !important;
    color: white !important;
    border-radius: 3px !important;
    padding: 12px 15px !important;
    transition: all 0.3s ease;
}

.auth-btn-blue {
    border: 1px solid #e8a34f !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
    border-radius: 4px !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0,0,0,0.6) !important;
    margin-top: 25px !important;
    display: flex !important; 
    align-items: center;
    justify-content: center;
    background-image: url('../img/fon-news.jpg') !important;
    background-size: 400% !important; /* High zoom for buttons to cover perfectly */
    background-position: center !important;
    background-repeat: repeat !important;
    height: 50px !important;
    width: 100% !important;
}

.auth-btn-blue:hover {
    background-image: url('../img/fon-news.jpg') !important;
    background-size: 200% !important; /* Subtle zoom effect */
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 163, 79, 0.4) !important;
    border-color: #fff !important;
}

.link-blue {
    color: #e8a34f !important;
    transition: all 0.3s ease;
    font-weight: 600;
}

.link-blue:hover {
    color: #ffbd5e !important;
    text-shadow: 0 0 8px rgba(232, 163, 79, 0.4);
}

#particles-js {
    display: none !important;
}

/* NEWS DETAIL PREMIUM STYLES */
.news-detail-container {
    position: relative;
    background: url('../img/fon-news.jpg') no-repeat center !important;
    background-size: cover !important;
    border: 1px solid rgba(232, 163, 79, 0.4) !important;
    border-radius: 12px !important;
    box-shadow: inset 0 0 60px rgba(0,0,0,0.9), 0 15px 50px rgba(0,0,0,0.8) !important;
    overflow: hidden;
    z-index: 0;
    max-width: 800px !important;
    width: 95% !important;
    margin: -20px auto 40px !important;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-detail-container > * {
    position: relative;
    z-index: 2;
}

.news-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px !important;
    height: 32px !important;
    background-image: url('../img/fon-news.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    border: 1px solid rgba(232, 163, 79, 0.8) !important;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 0 0 15px rgba(232, 163, 79, 0.3) !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.5px;
}

.news-back-link:hover {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.3), 0 0 20px rgba(232, 163, 79, 0.5) !important;
    transform: translateY(-2px);
    color: #e8a34f !important;
}

.news-detail-title {
    font-family: 'Gambarino', serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 10px rgba(0,0,0,0.8);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.news-detail-meta {
    font-size: 12px;
    color: rgba(232, 163, 79, 0.9);
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.news-detail-meta i {
    margin-right: 5px;
}

.news-detail-content {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 100%;
    padding: 20px 30px;
}

.news-detail-content img {
    max-width: 100% !important;
    max-height: 50vh !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 8px;
    border: 1px solid rgba(232, 163, 79, 0.3);
    box-shadow: 0 10px 40px rgba(0,0,0,0.9);
    margin: 15px auto !important;
    display: block !important;
}

.news-detail-content img:hover {
    transform: scale(1.02);
    border-color: rgba(232, 163, 79, 0.8);
}

/* UserCP Legacy / Other Page Compatibility */
.usercp-premium-container {
    background: rgba(20, 10, 30, 0.7) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(232, 163, 79, 0.4) !important;
    box-shadow: 0 0 40px rgba(0,0,0,0.8), 0 0 20px rgba(232, 163, 79, 0.1) !important;
    overflow: hidden;
    backdrop-filter: blur(20px) saturate(180%) !important;
    margin-top: 30px !important;
}

.usercp-sidebar {
    background: rgba(0, 0, 0, 0.3) !important;
    border-right: 1px solid rgba(232, 163, 79, 0.2) !important;
    padding: 40px 20px !important;
}

.usercp-content {
    background: transparent !important;
    padding: 40px !important;
    min-height: 550px;
}

.usercp-sidebar .btn-panel {
    background: rgba(40, 40, 60, 0.1) !important;
    border: 1px solid rgba(232, 163, 79, 0.15) !important;
    margin-bottom: 15px !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    font-family: 'Gambarino', serif !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    color: rgba(255,255,255,0.7) !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
}

.usercp-sidebar .btn-panel i {
    font-size: 18px !important;
    color: rgba(232, 163, 79, 0.6) !important;
}

.usercp-sidebar .btn-panel.active {
    background: linear-gradient(135deg, rgba(232, 163, 79, 0.2) 0%, rgba(0,0,0,0.4) 100%) !important;
    border: 1px solid #e8a34f !important;
    color: #fff !important;
    box-shadow: 0 0 20px rgba(232, 163, 79, 0.2) !important;
}
/* Donation Cards - Solid Premium Style (No Glass) */
.card-donations {
    background-image: url('../img/fon-news.jpg') !important;
    background-size: 400% !important;
    background-position: center !important;
    border: 1px solid rgba(232, 163, 79, 0.4) !important;
    border-radius: 0px !important; /* Square corners as requested */
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8), inset 0 0 20px rgba(0,0,0,0.5) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card-donations:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(232, 163, 79, 0.9) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.9), 0 0 35px rgba(232,163,79,0.4) !important;
    filter: brightness(1.15) !important;
}

.card-donations img {
    max-width: 140px !important;
    filter: drop-shadow(0 0 8px rgba(0,0,0,0.6));
}

.premium-info-badge {
    background: rgba(0,0,0,0.5) !important;
    border: 1px solid rgba(232, 163, 79, 0.3) !important;
    color: rgba(232, 163, 79, 0.9) !important;
    font-size: 11px !important;
    padding: 4px 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    display: inline-block;
    border-radius: 0px !important; /* Square */
}
