
/* ===== MU VILLA MARIA - PURPLE FANTASY PREMIUM V2 ===== */

/* Contenedor principal más ancho */
.container,
#container,
.main-container{
    max-width: 1250px !important;
    width: 95% !important;
}

/* Paneles */
.panel,
.panel-sidebar,
.panel-default{
    background: rgba(12,16,30,.88) !important;
    border: 1px solid rgba(167,139,250,.40) !important;
    border-radius: 12px !important;
    box-shadow: 0 0 18px rgba(124,58,237,.25) !important;
}

.panel-heading{
    background: linear-gradient(90deg,#5B21B6,#8B5CF6) !important;
    color:#fff !important;
    border-radius:12px 12px 0 0 !important;
}

/* Login */
input[type=text],
input[type=password],
.form-control{
    background:#111827 !important;
    color:#fff !important;
    border:1px solid #8B5CF6 !important;
}

input:focus{
    box-shadow:0 0 12px rgba(139,92,246,.6) !important;
}

/* Botones */
.btn,
button,
input[type=submit]{
    background:linear-gradient(135deg,#6D28D9,#A855F7) !important;
    border:none !important;
    color:#fff !important;
    border-radius:8px !important;
    transition:.3s;
}

.btn:hover,
button:hover,
input[type=submit]:hover{
    transform:translateY(-2px);
    box-shadow:0 0 20px rgba(168,85,247,.6) !important;
}

/* Slider */
.hero-slider{
    height:280px !important;
    border-radius:14px !important;
    overflow:hidden !important;
    box-shadow:0 0 30px rgba(139,92,246,.45) !important;
}

/* Noticias */
.home-news-block-header,
.latest-news,
.news-title{
    color:#D8CCFF !important;
    font-weight:700 !important;
}

/* Tablas ranking */
.table{
    color:#fff !important;
    font-size:14px !important;
}

.table tr:hover{
    background:rgba(167,139,250,.12) !important;
}

/* Links */
a{
    color:#D8CCFF !important;
}

a:hover{
    color:#fff !important;
}

/* Imágenes laterales */
.sidebar img,
.side-banner img{
    border-radius:10px;
    box-shadow:0 0 15px rgba(139,92,246,.35);
}

/* Scroll suave visual */
html{
    scroll-behavior:smooth;
}
