:root{--primary-color:#0d6efd;--secondary-color:#dc3545;--accent-color:#198754;--dark-bg:#0f172a;--light-bg:#f8fafc;--card-bg:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--hero-gradient:linear-gradient(135deg,#1e3a8a 0%,#0f172a 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:#f1f5f9;line-height:1.6}.custom-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--secondary-color)}.navbar-custom .nav-link{color:#f8fafc !important;font-weight:500;padding:0.5rem 1rem}.navbar-custom .nav-link:hover{color:#38bdf8 !important}.hero-section{background:var(--hero-gradient);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-badge{background:rgba(220,53,69,0.2);border:1px solid var(--secondary-color);color:#fecdd3;padding:0.35rem 1rem;border-radius:50px;font-weight:600;font-size:0.875rem;display:inline-block}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-weight:800;color:var(--dark-bg);display:inline-block;padding-bottom:0.5rem}.section-header h2::after{content:'';display:block;width:60px;height:4px;background:var(--primary-color);margin-top:0.5rem;border-radius:2px}.table-custom{background:var(--card-bg);border-radius:12px;overflow:hidden;border:1px solid var(--border-color)}.table-custom th{background-color:#f1f5f9;color:var(--dark-bg);font-weight:600}.badge-status{padding:0.4em 0.8em;border-radius:50px;font-size:0.75rem;font-weight:600}.badge-upcoming{background-color:#e2e8f0;color:#475569}.badge-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.group-box{border-top:4px solid var(--primary-color)}.group-box:nth-child(even){border-top-color:var(--secondary-color)}.news-img-box{position:relative;overflow:hidden;border-radius:8px}.news-img-box img{transition:transform 0.3s ease}.news-img-box:hover img{transform:scale(1.05)}.faq-item{border-bottom:1px solid var(--border-color);padding:1.25rem 0}.faq-question{font-weight:600;color:var(--dark-bg);cursor:pointer;display:flex;justify-content:space-between;align-items:center}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-img-container{margin-top:2rem}}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}