:root{--primary-color:#0c2340;--secondary-color:#00a896;--accent-color:#da291c;--bg-light:#f4f6f9;--bg-dark:#071424;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.navbar-custom .nav-link:hover{color:var(--secondary-color) !important}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#112d53 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(to top,var(--bg-light),transparent);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--secondary-color)}.hero-img-wrapper{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 15px 30px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.03)}.section-title{font-size:2rem;font-weight:700;color:var(--primary-color);position:relative;margin-bottom:2rem;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.custom-card{background:#ffffff;border:1px solid var(--border-color);border-radius:var(--card-radius);padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:all 0.3s ease;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05);border-color:var(--secondary-color)}.match-card{background:#ffffff;border-left:5px solid var(--primary-color);border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.match-card.live{border-left-color:var(--accent-color)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:20px;font-weight:600}.badge-live{background-color:var(--accent-color);color:#ffffff;animation:pulse 1.5s infinite}.badge-upcoming{background-color:var(--primary-color);color:#ffffff}.group-table{background:#ffffff;border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border-color)}.group-table th{background-color:var(--primary-color);color:#ffffff;font-weight:600}.group-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#ffffff;font-weight:700;padding:0.75rem 1rem}.news-item{border-bottom:1px solid var(--border-color);padding-bottom:1rem;margin-bottom:1rem}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-date{font-size:0.85rem;color:var(--text-muted)}.accordion-button:not(.collapsed){background-color:rgba(0,168,150,0.1);color:var(--primary-color)}.accordion-button:focus{box-shadow:none;border-color:var(--secondary-color)}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.site-footer{background-color:var(--bg-dark);color:rgba(255,255,255,0.7);padding:4rem 0 2rem 0;font-size:0.9rem}.site-footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.site-footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s}.site-footer a:hover{color:var(--secondary-color)}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-title{font-size:1.6rem}}