:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1931;--text-main:#1f2937;--text-muted:#6b7280;--accent:#e50914;--accent-blue:#0052cc;--accent-gold:#f5a623;--border:#e5e7eb;--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}a{color:var(--accent-blue);text-decoration:none;transition:all 0.3s ease}a:hover{color:var(--accent)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand img{max-height:45px;margin-right:10px}.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;margin:0 0.5rem;border-bottom:2px solid transparent}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent-gold) !important;border-bottom-color:var(--accent-gold)}section{padding:5rem 0;border-bottom:1px solid var(--border)}.section-bg-alt{background-color:#ffffff}.section-title{position:relative;padding-bottom:1rem;margin-bottom:3rem;font-weight:800;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-blue));border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 6px 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 10px 20px rgba(0,0,0,0.08)}#hero{background:linear-gradient(135deg,#0a1931 0%,#15305b 100%);color:#ffffff;padding:6rem 0;position:relative}#hero h1{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;color:#ffffff;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.hero-tagline{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}.hero-meta{background:rgba(255,255,255,0.08);border-left:4px solid var(--accent-gold);padding:1.25rem;border-radius:0 8px 8px 0;margin-bottom:2rem}.hero-img-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,0.35)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover}.info-bar-box{background-color:var(--surface);border-radius:var(--radius);padding:2rem;margin-top:-3rem;box-shadow:0 10px 30px rgba(0,0,0,0.05);z-index:10;position:relative}.match-card{background:var(--surface);border-left:5px solid var(--accent-blue);padding:1.25rem;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 8px rgba(0,0,0,0.03)}.match-header{font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-bottom:0.75rem}.match-teams{display:flex;align-items:center;justify-content:space-between}.team-info{display:flex;align-items:center;width:40%}.team-info:last-child{justify-content:flex-end}.team-flag-placeholder{width:32px;height:20px;background-color:#ddd;margin-right:10px;border-radius:2px;display:inline-block}.team-info:last-child .team-flag-placeholder{margin-right:0;margin-left:10px}.team-name{font-weight:700;font-size:1.05rem}.match-score-area{width:20%;text-align:center;font-size:1.25rem;font-weight:800;color:var(--accent)}.group-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-box{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:1.25rem}.group-header{background:var(--surface-strong);color:#ffffff;margin:-1.25rem -1.25rem 1rem -1.25rem;padding:0.75rem 1.25rem;font-weight:700;border-top-left-radius:var(--radius);border-top-right-radius:var(--radius);display:flex;justify-content:space-between}.group-table{width:100%;font-size:0.9rem}.group-table th{color:var(--text-muted);font-weight:500;padding-bottom:0.5rem}.group-table td{padding:0.5rem 0;border-bottom:1px solid rgba(0,0,0,0.05)}.schedule-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:14px;height:14px;border-radius:50%;background-color:var(--accent);border:3px solid var(--surface);box-shadow:0 0 0 3px rgba(229,9,20,0.2)}.timeline-date{font-weight:700;color:var(--accent-blue);margin-bottom:0.5rem}.news-list-item{padding:1rem 0;border-bottom:1px solid var(--border)}.news-list-item:last-child{border-bottom:none}.news-date{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.25rem}.accordion-button:not(.collapsed){background-color:rgba(37,83,235,0.05);color:var(--accent-blue)}.accordion-button{font-weight:600}@media (max-width:991.98px){#hero h1{font-size:2.2rem}section{padding:3.5rem 0}.info-bar-box{margin-top:0;margin-bottom:2rem}}