:root{--primary-color:#0d1b2a;--secondary-color:#1b263b;--accent-color:#e63946;--accent-gold:#ffb703;--bg-light:#f8f9fa;--bg-card:#ffffff;--text-main:#212529;--text-muted:#6c757d;--border-color:#e9ecef;--hero-gradient:linear-gradient(135deg,#0d1b2a 0%,#1b263b 100%)}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}.navbar-brand img{max-height:40px}.navbar{background-color:var(--primary-color) !important;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s ease}.navbar-dark .navbar-nav .nav-link:hover{color:var(--accent-gold)}.hero-section{background:var(--hero-gradient);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;color:#ffffff}.hero-subtitle{font-size:1.15rem;color:#e0e1dd;margin-bottom:30px}.hero-img-wrapper img{border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,0.3);max-width:100%;height:auto}section{padding:70px 0}.section-header{margin-bottom:45px;position:relative}.section-title{font-size:2.2rem;font-weight:700;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:12px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent-color);border-radius:2px}.section-desc{color:var(--text-muted);font-size:1.1rem;margin-top:10px}.score-bar{background-color:#ffffff;border-bottom:1px solid var(--border-color);padding:15px 0}.score-card{border-right:1px solid var(--border-color);padding:0 15px;text-align:center}.score-card:last-child{border-right:none}.score-status{font-size:0.75rem;font-weight:bold;text-transform:uppercase;padding:2px 8px;border-radius:20px;display:inline-block;margin-bottom:8px}.status-upcoming{background-color:#f1f3f5;color:#495057}.status-ended{background-color:#e9ecef;color:#6c757d}.score-teams{font-size:0.9rem;font-weight:600}.custom-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.custom-card-body{padding:25px}.table-responsive{background:#ffffff;border-radius:10px;padding:15px;border:1px solid var(--border-color)}.group-box{background:#ffffff;border:1px solid var(--border-color);border-radius:10px;margin-bottom:25px}.group-header{background-color:var(--primary-color);color:#ffffff;padding:12px 15px;border-radius:9px 9px 0 0;font-weight:700}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;padding:12px 15px;border-bottom:1px solid var(--border-color)}.group-team-item:last-child{border-bottom:none}.news-img{height:200px;object-fit:cover;width:100%}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:var(--primary-color)}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:12px}.accordion-button:not(.collapsed){background-color:rgba(13,27,42,0.05);color:var(--primary-color);box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:var(--border-color)}.accordion-item{border-radius:8px !important;overflow:hidden;margin-bottom:10px;border:1px solid var(--border-color)}footer{background-color:var(--primary-color);color:#e0e1dd;padding:60px 0 30px;font-size:0.9rem}footer a{color:#a5a9b6;text-decoration:none;transition:color 0.3s}footer a:hover{color:#ffffff}footer .footer-title{color:#ffffff;font-weight:700;margin-bottom:20px}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.8rem}}