:root{--primary:#0a3d62;--primary-light:#3c6382;--secondary:#eb2f06;--accent:#e5b018;--dark-bg:#0c1a30;--light-bg:#f4f7f6;--card-shadow:0 4px 12px rgba(0,0,0,0.08);--transition-speed:0.3s;--text-dark:#2c3e50;--text-muted:#7f8c8d;--radius-main:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--light-bg);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.section-padding{padding:80px 0}.bg-dark-section{background-color:var(--dark-bg);color:#ffffff}.text-accent{color:var(--accent)}.text-secondary-theme{color:var(--secondary)}.navbar-custom{background-color:var(--primary);box-shadow:0 2px 10px 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);font-weight:500;padding:0.5rem 1rem;transition:color var(--transition-speed)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,var(--dark-bg) 0%,var(--primary) 100%);color:white;padding:100px 0 80px 0;position:relative}.hero-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:40px;align-items:center}@media (max-width:991px){.hero-grid{grid-template-columns:1fr}}.hero-tag{background:rgba(235,47,6,0.15);color:var(--secondary);border:1px solid var(--secondary);padding:5px 15px;border-radius:20px;display:inline-block;font-weight:600;margin-bottom:20px}.hero-img-container img{border-radius:var(--radius-main);box-shadow:0 10px 30px rgba(0,0,0,0.3);width:100%;height:auto;object-fit:cover}.stats-bar{background:#ffffff;border-radius:var(--radius-main);box-shadow:var(--card-shadow);margin-top:-40px;position:relative;z-index:10;padding:30px}.stat-item{text-align:center;border-right:1px solid #eee}.stat-item:last-child{border-right:none}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1}.stat-label{color:var(--text-muted);font-size:0.9rem;font-weight:600;margin-top:5px}.live-ticker-wrapper{background-color:#ffffff;border-radius:var(--radius-main);padding:24px;box-shadow:var(--card-shadow)}.match-card{background:#f8fafc;border-radius:var(--radius-main);border:1px solid #e2e8f0;padding:20px;transition:transform var(--transition-speed)}.match-card:hover{transform:translateY(-4px)}.match-status{font-size:0.75rem;font-weight:700;padding:4px 8px;border-radius:4px;display:inline-block}.status-upcoming{background:#e2e8f0;color:var(--text-dark)}.status-live{background:#ffeaa7;color:#d63031;animation:pulse 1.5s infinite}.team-row{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.team-name{font-weight:700;font-size:1.1rem}.team-score{font-weight:800;font-size:1.25rem;color:var(--primary)}.grid-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.group-card{background:#ffffff;border-radius:var(--radius-main);box-shadow:var(--card-shadow);overflow:hidden;border:1px solid #edf2f7}.group-header{background:var(--primary);color:white;padding:12px 20px;font-weight:700;font-size:1.2rem;display:flex;justify-content:space-between}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:10px 20px;font-size:0.9rem}.news-grid{display:grid;grid-template-columns:2fr 1.2fr;gap:30px}@media (max-width:991px){.news-grid{grid-template-columns:1fr}}.featured-news{background:#ffffff;border-radius:var(--radius-main);box-shadow:var(--card-shadow);overflow:hidden}.news-list-card{background:#ffffff;border-radius:var(--radius-main);box-shadow:var(--card-shadow);padding:24px}.news-item{border-bottom:1px solid #edf2f7;padding:15px 0}.news-item:last-child{border-bottom:none;padding-bottom:0}.news-title{font-weight:700;color:var(--text-dark);margin-bottom:5px;font-size:1.05rem}.section-title-wrapper{margin-bottom:45px;text-align:center}.section-title{font-weight:800;font-size:2.25rem;color:var(--text-dark);position:relative;display:inline-block;padding-bottom:15px}.section-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;background-color:var(--secondary);border-radius:2px}.accordion-custom .accordion-item{border:none;margin-bottom:15px;border-radius:var(--radius-main) !important;box-shadow:var(--card-shadow);overflow:hidden}.accordion-custom .accordion-button{background-color:#ffffff;color:var(--text-dark);font-weight:700;padding:20px}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(10,61,98,0.05);color:var(--primary);box-shadow:none}.accordion-custom .accordion-body{background-color:#ffffff;color:var(--text-dark);padding:20px;opacity:0.9}.footer-custom{background-color:#081325;color:#bdc3c7;padding:60px 0 30px 0}.footer-title{color:#ffffff;font-weight:700;margin-bottom:20px}.footer-links li{margin-bottom:10px}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color var(--transition-speed)}.footer-links a:hover{color:var(--accent)}.stadium-card{background:#ffffff;border-radius:var(--radius-main);overflow:hidden;box-shadow:var(--card-shadow)}.stadium-img-wrapper img{width:100%;height:220px;object-fit:cover}.stadium-info{padding:20px}@media (max-width:768px){.section-padding{padding:50px 0}.section-title{font-size:1.8rem}.stat-item{border-right:none;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:15px}.stat-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}