:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--accent-red:#e31b23;--accent-blue:#00529b;--accent-green:#00875a;--border:#e2e8f0;--shadow:0 4px 12px rgba(10,25,47,0.05);--radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.8rem 1.5rem;position:sticky;top:0;z-index:1000}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff;background-color:rgba(255,255,255,0.1);border-radius:6px}.main-container{max-width:1320px;margin:0 auto;padding:2rem 1rem}.hero-section{background:linear-gradient(135deg,#0a192f 0%,#002244 100%);color:#ffffff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-bottom:2.5rem}.hero-content{padding:3.5rem 2.5rem}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(90deg,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem;max-width:700px}.hero-badge-group{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:1.5rem}.hero-badge{background:rgba(255,255,255,0.1);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;border:1px solid rgba(255,255,255,0.15)}.hero-image-wrapper img{width:100%;height:100%;object-fit:cover;min-height:380px}.content-card{background-color:var(--surface);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow);border:1px solid var(--border);height:100%;transition:transform 0.3s,box-shadow 0.3s}.content-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(10,25,47,0.08)}.section-header{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;border-left:5px solid var(--accent-blue);padding-left:1rem}.section-header h2{font-size:1.75rem;font-weight:700;color:var(--text-main);margin-bottom:0}.section-header-green{border-left-color:var(--accent-green)}.section-header-red{border-left-color:var(--accent-red)}.schedule-timeline{display:flex;flex-direction:column;gap:1rem}.schedule-item{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:1.2rem;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);transition:all 0.2s}.schedule-item:hover{border-color:var(--accent-blue)}.schedule-meta{font-size:0.85rem;color:var(--text-muted)}.schedule-matchup{display:flex;align-items:center;justify-content:center;gap:1.5rem;font-weight:600}.team-flag-name{display:flex;align-items:center;gap:0.8rem;width:40%}.team-flag-name.team-right{justify-content:flex-end;text-align:right}.match-score{background:var(--page-bg);padding:0.3rem 1rem;border-radius:6px;font-size:1.1rem;font-weight:700;min-width:80px;text-align:center}.match-status{text-align:right;font-size:0.85rem}.status-badge{display:inline-block;padding:0.25rem 0.75rem;border-radius:50px;font-size:0.8rem;font-weight:500}.status-upcoming{background-color:#eff6ff;color:var(--accent-blue)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow)}.group-header{background:var(--surface-strong);color:white;padding:0.8rem 1.2rem;font-weight:700;display:flex;justify-content:space-between}.group-table{width:100%;margin-bottom:0;font-size:0.9rem}.group-table th,.group-table td{padding:0.75rem 1.2rem;border-bottom:1px solid var(--border)}.group-table tr:last-child td{border-bottom:none}.team-card{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid var(--border);transition:all 0.3s}.team-card:hover{transform:translateY(-5px)}.team-card-banner{height:8px;width:100%}.team-card-body{padding:1.5rem}.team-card-title{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem;display:flex;align-items:center;gap:10px}.team-card-desc{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.news-list-item{display:flex;gap:1.2rem;padding-bottom:1.2rem;margin-bottom:1.2rem;border-bottom:1px solid var(--border)}.news-list-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-item-content h3{font-size:1.1rem;font-weight:600;margin-bottom:0.5rem;line-height:1.4}.news-item-meta{font-size:0.8rem;color:var(--text-muted);display:flex;gap:1rem}.stadium-card{display:grid;grid-template-columns:1fr 1.2fr;background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border)}.stadium-img{height:100%;min-height:250px;object-fit:cover;width:100%}.stadium-info{padding:1.8rem;display:flex;flex-direction:column;justify-content:center}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:var(--radius) !important;margin-bottom:1rem;overflow:hidden;background-color:var(--surface)}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface);padding:1.2rem;box-shadow:none !important}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent-blue)}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);padding:1.2rem;line-height:1.7}.site-footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.9rem;margin-top:4rem}.site-footer h4{color:#ffffff;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.8rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #1e293b;padding-top:2rem;margin-top:3rem;font-size:0.8rem;text-align:center}@media (max-width:991.98px){.hero-section{border-radius:0}.hero-content{padding:2rem 1.5rem}.stadium-card{grid-template-columns:1fr}.stadium-img{height:200px;min-height:auto}}@media (max-width:767.98px){.schedule-item{grid-template-columns:1fr;gap:1rem;text-align:center}.schedule-matchup{flex-direction:column;gap:0.5rem}.team-flag-name{width:100%;justify-content:center !important}.match-status{text-align:center}}