:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0f172a;--surface-card:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-red:#dc2626;--accent-green:#16a34a;--accent-gold:#d97706;--border:#e2e8f0;--card-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 4px 20px rgba(0,0,0,0.08);padding:0.8rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link-custom{color:var(--text-light) !important;font-weight:500;margin:0 0.5rem;transition:color 0.3s}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);color:var(--text-light);padding:6rem 0 4rem;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-content{z-index:2;position:relative}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-title span{color:var(--accent-gold)}.hero-img-container img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.4);object-fit:cover;width:100%;height:auto}.section-padding{padding:5rem 0}.section-title{font-size:2rem;font-weight:700;color:var(--surface-strong);margin-bottom:2rem;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.timeline-container{position:relative;padding-left:2rem;border-left:3px solid var(--accent)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:calc(-2rem - 8px);top:6px;width:14px;height:14px;background-color:var(--accent-gold);border:3px solid var(--surface);border-radius:50%}.timeline-date{font-weight:700;color:var(--accent);font-size:1.1rem}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:50px;font-weight:600}.badge-upcoming{background:#e0f2fe;color:#0369a1}.badge-live{background:#fef2f2;color:#b91c1c;animation:pulse 2s infinite}.badge-finished{background:#f1f5f9;color:#475569}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.score-board{font-size:1.5rem;font-weight:800;background:var(--surface-card);border-radius:8px;padding:0.5rem 1rem}.group-card{background:var(--surface);border-top:4px solid var(--accent)}.group-card.alternate{border-top-color:var(--accent-red)}.group-header{background:var(--surface-card);font-weight:700;padding:0.75rem 1rem;border-bottom:1px solid var(--border)}.guide-box{background:linear-gradient(rgba(15,23,42,0.85),rgba(15,23,42,0.95)),url('') no-repeat center/cover;color:var(--text-light);border-radius:var(--card-radius);padding:3rem}.guide-icon-box{width:60px;height:60px;background:rgba(2,132,199,0.2);border:1px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent-gold);margin-bottom:1.5rem}.accordion-button:not(.collapsed){background-color:#f0f9ff;color:var(--accent);box-shadow:none}.accordion-button:focus{box-shadow:none;border-color:var(--border)}.footer-section{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem}.footer-section a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.footer-section a:hover{color:var(--accent-gold)}@media (max-width:768px){.hero-title{font-size:2rem}.section-padding{padding:3rem 0}.table-responsive-scroller{overflow-x:auto;-webkit-overflow-scrolling:touch}}