:root{--primary-color:#0d2c54;--secondary-color:#c1121f;--accent-color:#008000;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#1a1a1a;--text-muted:#5c5c5c;--border-color:#e9ecef;--hero-gradient:linear-gradient(135deg,#0d2c54 0%,#1a4f80 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:var(--text-dark);background-color:var(--bg-light);line-height:1.6}.navbar-brand img{max-height:45px;object-fit:contain}.nav-link{color:var(--primary-color) !important;font-weight:600;transition:color 0.3s ease}.nav-link:hover{color:var(--secondary-color) !important}.hero-section{background:var(--hero-gradient);color:var(--bg-white);padding:80px 0;border-bottom:5px solid var(--secondary-color)}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.15)}section{padding:70px 0;border-bottom:1px solid var(--border-color)}.section-title{color:var(--primary-color);font-weight:800;position:relative;padding-bottom:15px;margin-bottom:40px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.match-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.match-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.match-header{background:var(--bg-light);padding:10px 15px;font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid var(--border-color)}.team-flag{width:32px;height:22px;object-fit:cover;border:1px solid #ddd;border-radius:2px}.table-responsive{background:var(--bg-white);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.05);padding:15px;border:1px solid var(--border-color)}.news-card{background:var(--bg-white);border:none;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.05);transition:all 0.3s ease}.news-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.1)}.news-img{border-top-left-radius:12px;border-top-right-radius:12px;width:100%;height:200px;object-fit:cover}.accordion-button:not(.collapsed){background-color:rgba(13,44,84,0.08);color:var(--primary-color)}.accordion-button:focus{box-shadow:none;border-color:var(--primary-color)}footer{background-color:#081a33;color:#d1d8e0;padding:60px 0 30px}footer a{color:#a5b1c2;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--bg-white)}@media (max-width:768px){.hero-section{text-align:center;padding:50px 0}.section-title{text-align:center}.section-title::after{left:50%;transform:translateX(-50%)}}