:root{--primary-color:#0d233a;--accent-red:#da291c;--accent-blue:#0066b2;--gold-color:#f1c40f;--bg-light:#f8fafc;--surface:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--border-hover:#cbd5e1}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;border-bottom:3px solid var(--accent-red);position:sticky;top:0;z-index:1050}.navbar-brand img{max-height:45px;object-fit:contain}.navbar-brand span{color:#ffffff;font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:all 0.25s ease}.nav-link-custom:hover{color:var(--gold-color) !important;transform:translateY(-1px)}.hero-section{background:linear-gradient(135deg,#0d233a 0%,#1a3a5f 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,var(--bg-light),transparent)}.hero-badge{background-color:var(--accent-red);color:#ffffff;font-size:0.85rem;font-weight:600;padding:0.35rem 1rem;border-radius:20px;display:inline-block;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:1px}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;max-width:650px}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.hero-meta-item{background:rgba(255,255,255,0.1);backdrop-filter:blur(5px);padding:1rem;border-radius:10px;border:1px solid rgba(255,255,255,0.15);text-align:center}.hero-meta-num{font-size:1.8rem;font-weight:700;color:var(--gold-color);display:block}.hero-meta-label{font-size:0.85rem;color:#e2e8f0}.hero-image-wrapper img{border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,0.4);transition:transform 0.3s ease}.hero-image-wrapper img:hover{transform:scale(1.02)}.section-padding{padding:4.5rem 0}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-size:2rem;font-weight:700;color:var(--primary-color);display:inline-block;margin-bottom:0.5rem}.section-header::after{content:'';display:block;width:60px;height:4px;background-color:var(--accent-red);margin-top:0.5rem;border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-top:0.5rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);border-color:var(--border-hover)}.info-bar{background:linear-gradient(90deg,var(--accent-blue) 0%,var(--primary-color) 100%);color:white;border-radius:12px;padding:1.5rem 2rem;margin-top:-30px;box-shadow:0 10px 25px rgba(0,0,0,0.15);position:relative;z-index:10}.score-strip{display:flex;align-items:center;justify-content:space-between;background:var(--surface);border-radius:12px;padding:1rem 1.5rem;border:1px solid var(--border);margin-bottom:1rem}.score-team{display:flex;align-items:center;font-weight:600;font-size:1.05rem;width:35%}.score-team-right{justify-content:flex-end;text-align:right}.score-team-flag{width:32px;height:22px;object-fit:cover;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.1);margin:0 10px}.score-center{text-align:center;width:30%}.score-val{font-size:1.5rem;font-weight:800;color:var(--primary-color);background:#f1f5f9;padding:0.2rem 1rem;border-radius:6px;letter-spacing:4px}.score-status-badge{font-size:0.75rem;font-weight:600;padding:0.2rem 0.6rem;border-radius:20px;display:inline-block;margin-bottom:0.3rem}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fef2f2;color:var(--accent-red);animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.schedule-table{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border)}.schedule-table th{background-color:var(--primary-color);color:#ffffff;font-weight:600;padding:1rem;border:none}.schedule-table td{padding:1.1rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.schedule-table tr:last-child td{border-bottom:none}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);height:100%}.group-header{background-color:var(--primary-color);color:white;text-align:center;padding:0.75rem;font-weight:700;font-size:1.1rem;border-top-left-radius:11px;border-top-right-radius:11px}.group-body{padding:0.5rem 0}.group-team-item{display:flex;align-items:center;justify-content:space-between;padding:0.65rem 1.2rem;border-bottom:1px solid #f1f5f9}.group-team-item:last-child{border-bottom:none}.group-team-name{font-weight:500;color:var(--text-main);font-size:0.95rem}.team-profile-card{border-radius:12px;background:var(--surface);border:1px solid var(--border);overflow:hidden;transition:all 0.3s ease}.team-profile-card:hover{transform:scale(1.03);box-shadow:0 12px 20px rgba(0,0,0,0.08)}.team-profile-img{height:140px;background-size:cover;background-position:center;position:relative}.team-profile-img::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 30%,rgba(0,0,0,0.7))}.team-profile-name{position:absolute;bottom:10px;left:15px;color:white;font-size:1.25rem;font-weight:700}.team-profile-body{padding:1.2rem}.team-stat-row{display:flex;justify-content:space-between;font-size:0.85rem;margin-bottom:0.5rem;color:var(--text-muted)}.team-stat-row span:last-child{font-weight:600;color:var(--text-main)}.stadium-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,0.1);height:280px}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover img{transform:scale(1.1)}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.5) 60%,transparent 100%);padding:1.5rem;color:white}.stadium-title{font-size:1.2rem;font-weight:700;margin-bottom:0.2rem}.stadium-meta{font-size:0.85rem;color:#cbd5e1}.guide-card{background:var(--surface);border-radius:12px;padding:2rem;border:1px solid var(--border);height:100%;display:flex;flex-direction:column;justify-content:space-between}.guide-icon{font-size:2.5rem;color:var(--accent-blue);margin-bottom:1.2rem}.news-featured-card{position:relative;border-radius:12px;overflow:hidden;height:100%;min-height:380px}.news-featured-card img{width:100%;height:100%;object-fit:cover}.news-featured-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(13,35,58,0.95) 0%,rgba(13,35,58,0.4) 80%,transparent 100%);padding:2rem;color:white}.news-list-item{display:flex;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--border)}.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:6px;flex-shrink:0}.news-list-content{display:flex;flex-direction:column;justify-content:center}.news-list-title{font-size:1rem;font-weight:600;color:var(--text-main);margin-bottom:0.4rem;line-height:1.4}.news-list-date{font-size:0.8rem;color:var(--text-muted)}.history-card{background-color:#0d233a;color:white;border-radius:12px;padding:2.5rem;background-image:radial-gradient(circle at top right,rgba(0,102,178,0.2),transparent)}.faq-accordion .accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--primary-color);background-color:var(--surface);padding:1.1rem}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent-blue);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);line-height:1.6;background-color:var(--surface)}footer{background-color:var(--primary-color);color:#cbd5e1;padding:4rem 0 2rem;border-top:5px solid var(--accent-red)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--gold-color)}.footer-brand{color:#ffffff;font-weight:700;font-size:1.4rem;margin-bottom:1.2rem;display:inline-block}.footer-border{border-top:1px solid rgba(255,255,255,0.1);margin-top:3rem;padding-top:1.5rem}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-meta-grid{margin-bottom:2rem}.score-team{width:40%}.score-center{width:20%}.score-team-flag{margin:0 5px}}@media (max-width:768px){.score-team{font-size:0.9rem}.score-val{font-size:1.2rem;padding:0.2rem 0.5rem}.stadium-card{height:220px}}