:root{--primary-color:#0d1b2a;--primary-light:#1b263b;--accent-color:#e63946;--accent-hover:#c1121f;--secondary-color:#457b9d;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#1d3557;--text-muted:#4a5568;--border-color:#e2e8f0;--card-radius:12px;--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);overflow-x:hidden;scroll-behavior:smooth}@media (min-width:992px){.app-container{display:flex}.sidebar-nav{width:280px;height:100vh;position:fixed;top:0;left:0;background-color:var(--primary-color);color:var(--bg-white);z-index:1000;overflow-y:auto;border-right:1px solid rgba(255,255,255,0.1);display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.main-content{margin-left:280px;width:calc(100% - 280px);padding:2rem}.mobile-header{display:none}}@media (max-width:991.98px){.sidebar-nav{display:none}.main-content{width:100%;padding:1rem}.mobile-header{background-color:var(--primary-color);padding:1rem;position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center}}.brand-wrapper{padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,0.1)}.brand-logo{max-width:150px;height:auto}.nav-menu{list-style:none;padding:0;margin:2rem 0}.nav-item{margin-bottom:0.75rem}.nav-link-custom{display:flex;align-items:center;color:rgba(255,255,255,0.85);text-decoration:none;padding:0.75rem 1rem;border-radius:var(--card-radius);transition:all var(--transition-speed) ease;font-size:0.95rem;font-weight:500}.nav-link-custom i{margin-right:0.75rem;font-size:1.1rem}.nav-link-custom:hover,.nav-link-custom.active{background-color:var(--accent-color);color:var(--bg-white);transform:translateX(5px)}.section-card{background-color:var(--bg-white);border-radius:var(--card-radius);border:1px solid var(--border-color);padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03)}.section-title{font-size:1.75rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem;border-left:5px solid var(--accent-color);padding-left:0.75rem;display:flex;align-items:center;justify-content:space-between}.hero-banner{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:var(--bg-white);border-radius:var(--card-radius);overflow:hidden;position:relative}.hero-content{padding:3rem;position:relative;z-index:2}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:var(--bg-white)}.hero-subtitle{font-size:1.1rem;color:rgba(255,255,255,0.9);margin-bottom:2rem;max-width:600px}.hero-img-col{position:relative;min-height:300px;background-size:cover;background-position:center}.hero-img-col img{width:100%;height:100%;object-fit:cover;object-position:center}.meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1.5rem}.meta-item{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:1rem;border-radius:8px;text-align:center}.meta-val{font-size:1.5rem;font-weight:700;color:var(--accent-color);display:block}.meta-lbl{font-size:0.8rem;color:rgba(255,255,255,0.8)}.score-ticker{background-color:var(--primary-light);color:var(--bg-white);padding:1rem;border-radius:var(--card-radius);margin-bottom:2rem}.score-match{background:rgba(255,255,255,0.05);border-radius:8px;padding:0.75rem 1rem;display:flex;align-items:center;justify-content:space-between;min-width:280px;margin-right:1rem;border:1px solid rgba(255,255,255,0.1)}.score-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:bold}.badge-upcoming{background-color:var(--secondary-color)}.badge-live{background-color:var(--accent-color);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.schedule-tabs .nav-link{color:var(--text-dark);border:1px solid var(--border-color);margin-right:0.5rem;border-radius:20px;padding:0.5rem 1.25rem;font-weight:500}.schedule-tabs .nav-link.active{background-color:var(--accent-color);color:var(--bg-white);border-color:var(--accent-color)}.match-row{padding:1rem;border-bottom:1px solid var(--border-color);transition:background var(--transition-speed)}.match-row:hover{background-color:var(--bg-light)}.team-flag{width:30px;height:20px;object-fit:cover;border:1px solid var(--border-color);margin-right:0.5rem}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.group-card{border:1px solid var(--border-color);border-radius:var(--card-radius);background-color:var(--bg-white);overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.group-header{background-color:var(--primary-color);color:var(--bg-white);padding:0.75rem 1rem;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0;font-size:0.9rem}.group-table th,.group-table td{padding:0.6rem 0.75rem;text-align:center}.group-table td:first-child,.group-table th:first-child{text-align:left}.team-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.team-item-card{border:1px solid var(--border-color);border-radius:var(--card-radius);padding:1.25rem;text-align:center;background:var(--bg-white);transition:transform var(--transition-speed),box-shadow var(--transition-speed)}.team-item-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.team-avatar{width:64px;height:64px;border-radius:50%;background-color:var(--bg-light);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.75rem;color:var(--primary-color);border:2px solid var(--border-color)}.news-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.news-card{border:1px solid var(--border-color);border-radius:var(--card-radius);overflow:hidden;background:var(--bg-white)}.news-body{padding:1.25rem}.news-tag{font-size:0.75rem;font-weight:700;color:var(--accent-color);text-transform:uppercase;margin-bottom:0.5rem;display:inline-block}.news-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:0.75rem;color:var(--primary-color)}.news-desc{font-size:0.9rem;color:var(--text-muted);line-height:1.5}.stadium-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:center}@media (max-width:768px){.stadium-wrapper{grid-template-columns:1fr}}.stadium-img{border-radius:var(--card-radius);width:100%;height:auto;object-fit:cover;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.faq-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:0.75rem;background:var(--bg-white);overflow:hidden}.faq-btn{width:100%;text-align:left;padding:1.25rem;background:none;border:none;font-weight:600;color:var(--primary-color);display:flex;justify-content:space-between;align-items:center;transition:background var(--transition-speed)}.faq-btn:hover{background-color:var(--bg-light)}.faq-body{padding:0 1.25rem 1.25rem;color:var(--text-muted);font-size:0.95rem;line-height:1.6}.footer-custom{background-color:var(--primary-color);color:rgba(255,255,255,0.8);padding:4rem 1.5rem 2rem;border-top:4px solid var(--accent-color)}.footer-brand{font-weight:800;font-size:1.5rem;color:var(--bg-white);margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color var(--transition-speed)}.footer-links a:hover{color:var(--accent-color)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}