body{font-family:Arial,sans-serif;background:#f7f8fb;color:#1f2937}
.navbar-brand{font-weight:700}
.nav-link{position:relative}
.nav-link::after{
    content:"";position:absolute;
    left:.5rem;
    right:.5rem;
    bottom:.2rem;
    height:2px;
    background:#c1121f;transform:scaleX(0);transform-origin:left;transition:.3s}
    .nav-link:hover::after,.nav-link.active::after{transform:scaleX(1)}
    .hero{
        min-height:85vh;
        background:linear-gradient(rgba(16,24,32,.72),rgba(16,24,32,.72)),url(https://images.unsplash.com/photo-1516280440614-37939bbacd81?auto=format&fit=crop&w=1600&q=80) center/cover no-repeat;color:#fff;display:flex;align-items:center;position:relative;overflow:hidden}
        .hero::before,.hero::after{content:"";position:absolute;border-radius:50%;
            background:rgba(255,255,255,.08);animation:float 8s ease-in-out infinite}.hero::before{width:240px;height:240px;top:8%;right:8%}.hero::after{width:140px;height:140px;bottom:10%;left:6%;animation-delay:1.5s}
            .glass-card{
                background:rgba(255,255,255,.12);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);border-radius:18px}.section-title{font-weight:800;color:#101820}.section-subtitle{color:#6b7280;max-width:720px;margin:0 auto 2rem}.feature-card,.program-card,.contact-card,.schedule-card,.upload-card,.stat-card{border:none;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:.35s;background:#fff}
                .feature-card:hover,.program-card:hover,.upload-card:hover{transform:translateY(-8px);box-shadow:0 18px 36px rgba(193,18,31,.12)}.feature-icon,.program-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(193,18,31,.1);color:#c1121f;font-size:1.6rem}.live-panel{border-radius:22px;background:linear-gradient(135deg,#fff,#fff5f5);box-shadow:0 16px 40px rgba(193,18,31,.08)}.pulse-wrap{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;border-radius:50px;background:#fff0f1;color:#c1121f;font-weight:700}.pulse-dot{width:14px;height:14px;border-radius:50%;background:#c1121f;animation:pulse 1.4s infinite}.table thead th{background:#1f2937;color:#fff}.footer{background:#101820;color:#fff}.reveal{opacity:0;transform:translateY(28px);transition:all .8s ease}.reveal.show{opacity:1;transform:none}.fade-left{opacity:0;transform:translateX(-40px);animation:fadeLeft 1s ease forwards}.fade-right{opacity:0;transform:translateX(40px);animation:fadeRight 1.2s ease forwards}.page-hero{padding:90px 0;background:linear-gradient(135deg,#c1121f,#780000);color:#fff}.audio-player{width:100%}.admin-sidebar{min-height:100vh;background:#111827;color:#fff}.admin-sidebar .nav-link{color:#d1d5db;border-radius:10px;margin-bottom:6px}.admin-sidebar .nav-link:hover,.admin-sidebar .nav-link.active{background:rgba(255,255,255,.12);color:#fff}@keyframes pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(1.7);opacity:.35}100%{transform:scale(1);opacity:1}}@keyframes float{50%{transform:translateY(-18px)}}@keyframes fadeLeft{to{opacity:1;transform:none}}@keyframes fadeRight{to{opacity:1;transform:none}}@media(max-width:991px){.hero{min-height:auto;padding:80px 0}.admin-sidebar{min-height:auto}}