:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0a2540;--text-main:#0f172a;--text-muted:#475569;--text-light:#f8fafc;--accent-red:#d8232a;--accent-green:#006847;--accent-blue:#0284c7;--border:#e2e8f0;--radius-lg:12px;--radius-md:8px;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.navbar{background-color:var(--surface-strong);border-bottom:3px solid var(--accent-red);padding:0.8rem 1rem}.navbar-brand{font-weight:800;color:var(--text-light) !important;display:flex;align-items:center;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(248,250,252,0.85) !important;font-weight:500;font-size:0.95rem;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:#ffffff !important;text-shadow:0 0 8px rgba(255,255,255,0.5)}.hero-section{background:linear-gradient(135deg,#0a2540 0%,#1e3a8a 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(0,104,71,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:650px}.hero-img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:4px solid rgba(255,255,255,0.1);max-width:100%;height:auto;object-fit:cover}section{padding:4.5rem 0;border-bottom:1px solid var(--border)}.section-title{font-weight:800;font-size:2.2rem;margin-bottom:1rem;position:relative;display:inline-block;padding-bottom:0.75rem;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-red),var(--accent-green));border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.status-badge{font-size:0.75rem;font-weight:700;padding:0.35rem 0.75rem;border-radius:50px;text-transform:uppercase}.status-live{background-color:rgba(220,38,38,0.15);color:#dc2626}.status-upcoming{background-color:rgba(2,132,199,0.15);color:var(--accent-blue)}.status-ended{background-color:rgba(71,85,105,0.15);color:var(--text-muted)}.table-responsive{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.table{margin-bottom:0;background-color:var(--surface)}.table thead{background-color:#f1f5f9;color:var(--text-main);font-weight:700}.table th,.table td{padding:1rem;vertical-align:middle;border-top:1px solid var(--border)}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.group-header{background:linear-gradient(90deg,#1e3a8a,#0d9488);color:white;padding:0.75rem 1rem;font-weight:700;font-size:1.1rem}.news-img{width:100%;height:200px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:1rem}.accordion-item{border:1px solid var(--border) !important;border-radius:var(--radius-md) !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.05);color:var(--accent-blue)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent-green)}footer h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--text-light)}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem}