:root{--primary-color:#0d3b66;--primary-rgb:13,59,102;--secondary-color:#00a859;--accent-color:#f4d35e;--accent-red:#ee964b;--dark-color:#1e293b;--light-color:#f8fafc;--white:#ffffff;--gray-border:#e2e8f0;--text-main:#334155;--text-muted:#64748b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--light-color);line-height:1.6}.card{border:1px solid var(--gray-border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:transform 0.2s ease,box-shadow 0.2s ease;background-color:var(--white)}.card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08)}.navbar{background-color:var(--primary-color) !important;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-brand,.nav-link{color:var(--white) !important;font-weight:500}.nav-link:hover{color:var(--accent-color) !important}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#1e4d7d 100%);color:var(--white);padding:80px 0;overflow:hidden}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;color:var(--white)}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.2)}.badge-live{background-color:var(--secondary-color);color:var(--white)}.badge-upcoming{background-color:var(--accent-red);color:var(--white)}.data-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.table{vertical-align:middle}.table th{background-color:var(--primary-color);color:var(--white);font-weight:600;border:none}section{padding:70px 0}.section-title{font-size:1.85rem;font-weight:700;position:relative;padding-bottom:12px;margin-bottom:35px;color:var(--dark-color)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.status-strip{background-color:var(--white);border-left:5px solid var(--secondary-color);border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.group-card{border-top:4px solid var(--primary-color)}.group-team-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid var(--gray-border)}.group-team-item:last-child{border-bottom:none}.guide-card{background:var(--white);border-left:4px solid var(--accent-red)}footer{background-color:var(--dark-color);color:rgba(255,255,255,0.8);font-size:0.9rem}footer a{color:rgba(255,255,255,0.6);text-decoration:none}footer a:hover{color:var(--accent-color)}footer h5{color:var(--white);font-weight:600;margin-bottom:1.25rem}.accordion-button:not(.collapsed){background-color:rgba(13,59,102,0.1);color:var(--primary-color)}@media (max-width:991.98px){.hero-section{padding:50px 0;text-align:center}.hero-title{font-size:2rem}.hero-img{margin-top:30px}}