body {
    background-color: #f5f6fa;
}
.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
}
.logo-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
    display: inline-block;
}
.card { box-shadow: 0 2px 6px rgba(0,0,0,0.08); }
.main-sidebar .nav-link.active { background-color: #343a40; }
.preview-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px dashed #ced4da;
}
.preview-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-thumb {
    width: 120px;
    border: 1px solid #e9ecef;
    border-radius: 0.35rem;
    overflow: hidden;
    background: #fff;
}
.photo-thumb.active {
    box-shadow: 0 0 0 2px #1d84f2;
}
.photo-thumb img {
    height: 90px;
    object-fit: cover;
}
.featured-radio {
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(255, 255, 255, 0.92);
    padding: 4px 6px;
    border-radius: 4px;
}
.member-photo {
    border: 1px solid #e9ecef;
    border-radius: 0.35rem;
    overflow: hidden;
}
.member-photo img {
    height: 220px;
    object-fit: cover;
}
.social-chip {
    text-transform: capitalize;
}
.integrantes-grid .card {
    border: none;
}
.integrantes-grid .card-body {
    padding: 1.25rem;
}
.filter-pills .btn.active {
    background-color: #343a40;
    color: #fff;
}
.hero-spotlight {
    background: radial-gradient(circle at 10% 20%, rgba(255, 126, 95, 0.55), transparent 25%),
                radial-gradient(circle at 90% 10%, rgba(94, 114, 228, 0.45), transparent 20%),
                linear-gradient(120deg, #111927, #1f2937);
    color: #fff;
}
.glassy-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
}
.section-card:hover {
    transform: translateY(-4px);
    transition: all 0.2s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.section-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f1f3f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #111827;
}
.page-shell {
    min-height: calc(100vh - 160px);
    background: linear-gradient(180deg, #f5f6fa 0%, #ffffff 100%);
}
.section-hero .btn {
    min-width: 110px;
}
.timeline {
    position: relative;
    margin-left: 1rem;
}
.timeline:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e9ecef;
}
.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 2.5rem;
}
.timeline-point {
    position: absolute;
    left: -2px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #111827;
    box-shadow: 0 0 0 5px rgba(17, 24, 39, 0.1);
}
.gallery-item img {
    transition: transform 0.2s ease;
}
.gallery-item img:hover {
    transform: scale(1.02);
}
.contact-list li {
    padding: 0.35rem 0;
    color: #4b5563;
}
.contact-list a {
    color: inherit;
}
.integrantes-grid-home .card {
    transition: transform 0.2s ease;
}
.integrantes-grid-home .card:hover {
    transform: translateY(-4px);
}
.gallery-live-card img {
    transition: transform 0.2s ease;
}
.gallery-live-card:hover img {
    transform: scale(1.03);
}
.gallery-live-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    color: #fff;
    font-size: 0.9rem;
}
.gallery-highlight {
    background: linear-gradient(120deg, rgba(17, 24, 39, 0.9), rgba(55, 65, 81, 0.85));
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.gallery-highlight .text-muted {
    color: rgba(255, 255, 255, 0.75) !important;
}
.highlight-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.2rem;
}
.gallery-card {
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.gallery-card-image {
    position: relative;
    overflow: hidden;
}
.gallery-card-image img {
    height: 280px;
    object-fit: cover;
}
.gallery-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    transition: opacity 0.2s ease;
}
.gallery-card:hover .gallery-card-overlay {
    opacity: 1;
}
.gallery-card-footer {
    padding: 0.85rem 1rem;
    background: #f8f9fa;
}
.zoom-frame img {
    transition: transform 0.2s ease;
    transform-origin: center;
}
.gallery-live .col-6:nth-child(3n+1) img {
    height: 180px;
    object-fit: cover;
}
.gallery-live .col-6:nth-child(3n+2) img {
    height: 220px;
    object-fit: cover;
}
.gallery-live .col-6:nth-child(3n) img {
    height: 200px;
    object-fit: cover;
}
.ratio-16x9 {
    position: relative;
    padding-top: 56.25%;
}
.ratio-16x9 > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.object-cover {
    object-fit: cover;
}
.badge-order {
    top: 12px;
    right: 12px;
}
.existing-card {
    background: #fdfdfd;
}
