:root{--primary-color:#0d2c54;--secondary-color:#006847;--accent-color:#da291c;--highlight-color:#ffc72c;--bg-light:#f4f7f6;--bg-white:#ffffff;--text-dark:#1a1f2c;--text-muted:#5a6578;--border-color:#e2e8f0;--border-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-color);padding:0.75rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--highlight-color)}.navbar-custom .btn-nav-action{background-color:var(--accent-color);color:#ffffff;font-weight:600;border-radius:8px;padding:0.5rem 1.25rem;border:none;transition:all 0.3s ease}.navbar-custom .btn-nav-action:hover{background-color:#b81d13;color:#ffffff;transform:translateY(-1px)}.section-padding{padding:80px 0}.section-title-wrap{margin-bottom:45px;position:relative}.section-badge{display:inline-block;background:rgba(13,44,84,0.08);color:var(--primary-color);padding:6px 16px;border-radius:20px;font-size:0.85rem;font-weight:700;text-transform:uppercase;margin-bottom:12px;border-left:3px solid var(--accent-color)}.section-title{font-weight:800;color:var(--primary-color);margin-bottom:15px}.custom-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);box-shadow:0 10px 30px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.06)}.hero-section{background:linear-gradient(135deg,#0d2c54 0%,#03152b 100%);color:#ffffff;padding:100px 0 120px;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(218,41,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:900;line-height:1.2;color:#ffffff;margin-bottom:24px}.hero-title span{color:var(--highlight-color)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:35px;max-width:650px}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:40px}.hero-meta-item{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.15);border-radius:var(--border-radius);padding:15px;text-align:center}.hero-meta-num{font-size:1.8rem;font-weight:800;color:var(--highlight-color);display:block}.hero-meta-label{font-size:0.85rem;color:rgba(255,255,255,0.7)}.hero-img{border-radius:var(--border-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);object-fit:cover}.schedule-tab-nav{border:none;background:rgba(13,44,84,0.04);padding:6px;border-radius:30px;display:inline-flex;margin-bottom:30px}.schedule-tab-nav .nav-link{border:none;color:var(--text-muted);font-weight:600;padding:8px 24px;border-radius:20px;transition:all 0.2s ease}.schedule-tab-nav .nav-link.active{background-color:var(--primary-color);color:#ffffff}.match-card{border-left:5px solid var(--primary-color);padding:20px}.match-card.live{border-left-color:var(--accent-color)}.match-header{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;color:var(--text-muted);margin-bottom:12px;border-bottom:1px dashed var(--border-color);padding-bottom:8px}.match-team-row{display:flex;align-items:center;justify-content:space-between;margin:8px 0}.match-team-info{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.05rem}.match-team-info img{width:32px;height:32px;object-fit:cover;border-radius:50%;border:1px solid var(--border-color)}.match-score{font-size:1.25rem;font-weight:800;color:var(--primary-color)}.match-card.live .match-score{color:var(--accent-color)}.match-footer{margin-top:15px;background-color:var(--bg-light);border-radius:8px;padding:8px 12px;font-size:0.85rem;display:flex;justify-content:space-between;align-items:center}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.group-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:20px}.group-header{background-color:var(--primary-color);color:#ffffff;margin:-20px -20px 15px -20px;padding:12px 20px;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-team-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--bg-light)}.group-team-item:last-child{border-bottom:none}.stadium-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.stadium-card{overflow:hidden;border-radius:var(--border-radius);position:relative}.stadium-img-wrapper{position:relative;height:240px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover .stadium-img-wrapper img{transform:scale(1.08)}.stadium-meta{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,0.85),transparent);padding:20px;color:#ffffff}.stadium-name{font-size:1.2rem;font-weight:700;margin:0}.stadium-city{font-size:0.9rem;color:var(--highlight-color)}.news-large-card{background-color:var(--bg-white);border-radius:var(--border-radius);overflow:hidden;border:1px solid var(--border-color)}.news-list-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid var(--border-color)}.news-list-item:last-child{border-bottom:none;padding-bottom:0}.news-list-item:first-child{padding-top:0}.news-list-img{width:100px;height:75px;object-fit:cover;border-radius:8px;flex-shrink:0}.accordion-custom .accordion-item{border:1px solid var(--border-color);border-radius:var(--border-radius) !important;margin-bottom:15px;overflow:hidden;background-color:var(--bg-white)}.accordion-custom .accordion-button{font-weight:700;color:var(--primary-color);background-color:var(--bg-white);padding:20px}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(13,44,84,0.03);box-shadow:none}.accordion-custom .accordion-body{padding:20px;color:var(--text-muted);background-color:var(--bg-white)}footer{background-color:#081a33;color:rgba(255,255,255,0.75);padding:70px 0 30px;font-size:0.9rem;border-top:4px solid var(--accent-color)}footer h5{color:#ffffff;font-weight:700;margin-bottom:25px}footer a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--highlight-color)}.footer-bottom{margin-top:50px;padding-top:25px;border-top:1px solid rgba(255,255,255,0.1);font-size:0.8rem}@media (max-width:991.98px){.hero-section{padding:60px 0 80px}.hero-title{font-size:2.2rem}.hero-meta-grid{grid-template-columns:1fr;gap:10px}.section-padding{padding:50px 0}.stadium-grid{grid-template-columns:1fr}}