:root{--primary:#0a3d62;--primary-light:#3c6382;--secondary:#eb2f06;--accent:#f6b93b;--bg-light:#f8f9fa;--bg-dark:#0c1b33;--surface:#ffffff;--surface-strong:#f1f2f6;--text-main:#2f3542;--text-muted:#747d8c;--border-color:#e1e8ed;--gradient-hero:linear-gradient(135deg,#0a3d62 0%,#0c1b33 100%);--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}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--primary)}.navbar-custom{background-color:var(--bg-dark);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s ease;margin:0 5px}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}section{padding:5rem 0}.section-light{background-color:var(--surface)}.section-alt{background-color:var(--bg-light)}.section-title-wrap{margin-bottom:3.5rem;position:relative}.section-title-wrap h2{font-size:2.2rem;position:relative;display:inline-block;padding-bottom:12px;color:var(--primary)}.section-title-wrap h2::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--secondary);border-radius:2px}.section-title-wrap p{color:var(--text-muted);font-size:1.1rem;margin-top:0.5rem}.hero-section{background:var(--gradient-hero);color:#ffffff;padding:6rem 0;overflow:hidden;position:relative}.hero-section h1{color:#ffffff;font-size:2.8rem;line-height:1.25;margin-bottom:1.5rem}.hero-section p{color:rgba(255,255,255,0.85);font-size:1.2rem;margin-bottom:2rem}.hero-badge-container{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:2rem}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 16px;border-radius:20px;font-size:0.9rem;font-weight:500}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto;object-fit:cover}.live-ticker-wrap{background-color:var(--primary);color:#ffffff;padding:12px 0;border-bottom:3px solid var(--accent)}.ticker-item{display:inline-flex;align-items:center;padding:0 25px;border-right:1px solid rgba(255,255,255,0.15)}.ticker-badge{font-size:0.75rem;padding:3px 8px;border-radius:4px;background:var(--secondary);font-weight:600;margin-right:12px}.ticker-badge.upcoming{background:var(--accent);color:var(--bg-dark)}.schedule-card{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--card-radius);padding:1.5rem;transition:all 0.3s ease;height:100%}.schedule-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05);border-color:var(--primary-light)}.schedule-header{display:flex;justify-content:space-between;font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid var(--border-color);padding-bottom:10px;margin-bottom:15px}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.team-name{font-weight:600;font-size:1.05rem}.score-box{font-weight:800;font-size:1.2rem;color:var(--primary);background:var(--surface-strong);padding:2px 10px;border-radius:6px;min-width:40px;text-align:center}.group-container{background:var(--surface);border-radius:var(--card-radius);padding:1.5rem;border:1px solid var(--border-color);margin-bottom:2rem}.group-header-title{background:var(--primary);color:#ffffff;padding:10px 15px;border-radius:6px;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.table-responsive{margin-bottom:0}.table-group th{background-color:var(--surface-strong);color:var(--primary);font-weight:600}.table-group td{vertical-align:middle;font-size:0.95rem}.team-profile-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border-color);overflow:hidden;transition:transform 0.3s ease;height:100%}.team-profile-card:hover{transform:translateY(-5px)}.team-card-banner{height:80px;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 100%);display:flex;align-items:center;padding:0 1.5rem;color:#ffffff}.team-card-body{padding:1.5rem}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center;margin-top:1rem;background:var(--surface-strong);padding:10px;border-radius:8px}.stat-value{font-weight:bold;color:var(--primary);font-size:1.1rem}.stat-label{font-size:0.75rem;color:var(--text-muted)}.stadium-wrap{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.05)}.stadium-info{background-color:var(--surface);padding:2.5rem;height:100%;display:flex;flex-direction:column;justify-content:center}.news-item{display:flex;gap:20px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--border-color)}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-date{min-width:80px;text-align:center;background:var(--surface-strong);padding:8px;border-radius:8px;height:flex;display:flex;flex-direction:column;justify-content:center}.news-date span{display:block}.news-date .day{font-size:1.4rem;font-weight:700;color:var(--primary);line-height:1}.news-date .month{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase}.news-content h3{font-size:1.15rem;margin-bottom:6px;color:var(--text-main);font-weight:600}.news-content p{color:var(--text-muted);font-size:0.92rem;margin-bottom:0}.rule-card{background:var(--surface);border-radius:var(--card-radius);padding:2rem;border:1px solid var(--border-color);height:100%}.rule-card-icon{font-size:2.5rem;color:var(--secondary);margin-bottom:1rem}.guide-card{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border-color)}.guide-content{padding:2rem}.about-box{background-color:var(--bg-dark);color:rgba(255,255,255,0.85);border-radius:var(--card-radius);padding:3rem}.about-box h2,.about-box h3{color:#ffffff}.accordion-button:not(.collapsed){background-color:var(--surface-strong);color:var(--primary);box-shadow:none}.accordion-button{font-weight:600;color:var(--text-main);padding:1.2rem 1.5rem}.accordion-body{color:var(--text-muted);line-height:1.7;padding:1.5rem;background:var(--surface)}.accordion-item{border-radius:var(--card-radius) !important;overflow:hidden;border:1px solid var(--border-color);margin-bottom:1rem}footer{background-color:var(--bg-dark);color:rgba(255,255,255,0.7);padding:4rem 0 2rem 0;font-size:0.9rem;border-top:4px solid var(--secondary)}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s}footer a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem;text-align:center}@media (max-width:991.98px){.hero-section{text-align:center;padding:4rem 0}.hero-badge-container{justify-content:center}.hero-img{margin-top:3rem}.section-title-wrap{margin-bottom:2.5rem}.section-title-wrap h2{font-size:1.8rem}}