:root{--primary-color:#0d3b66;--primary-dark:#051c33;--secondary-color:#2ec4b6;--accent-color:#ff9f1c;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#212529;--text-muted:#6c757d;--border-color:#dee2e6;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar-brand img{max-height:40px;width:auto}.custom-nav{background-color:var(--primary-dark);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.custom-nav .nav-link{color:#e9ecef !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.custom-nav .nav-link:hover{color:var(--secondary-color) !important}.hero-section{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);color:var(--bg-white);padding:5rem 0;position:relative;overflow:hidden}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-img{border-radius:var(--card-radius);box-shadow:0 10px 30px rgba(0,0,0,0.4);max-width:100%;height:auto}section{padding:4.5rem 0}.section-title{font-weight:700;color:var(--primary-dark);margin-bottom:0.5rem;position:relative;display:inline-block}.section-subtitle{color:var(--text-muted);margin-bottom:3rem}.custom-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.card-accent-border{border-top:4px solid var(--secondary-color)}.match-card{background:var(--bg-white);border-radius:var(--card-radius);padding:1.5rem;margin-bottom:1rem;border-left:5px solid var(--primary-color);box-shadow:0 2px 8px rgba(0,0,0,0.05)}.match-team{font-weight:600;font-size:1.1rem}.match-score{font-size:1.5rem;font-weight:800;color:var(--primary-dark);background:#e9ecef;padding:0.2rem 0.8rem;border-radius:6px}.match-badge{font-size:0.8rem;padding:0.3rem 0.6rem;border-radius:20px;font-weight:bold}.table-container{background:var(--bg-white);border-radius:var(--card-radius);padding:1.5rem;box-shadow:0 4px 10px rgba(0,0,0,0.05);margin-bottom:2rem}.table th{background-color:var(--primary-color);color:var(--bg-white);border:none}.timeline-item{border-left:2px solid var(--secondary-color);padding-left:1.5rem;position:relative;padding-bottom:1.5rem}.timeline-item::before{content:'';position:absolute;left:-6px;top:5px;width:10px;height:10px;border-radius:50%;background-color:var(--secondary-color)}.guide-section{background-color:var(--primary-dark);color:var(--bg-white)}.guide-section .section-title{color:var(--bg-white)}.accordion-item{border-radius:var(--card-radius) !important;border:1px solid var(--border-color);margin-bottom:0.8rem;overflow:hidden}.accordion-button:not(.collapsed){background-color:#f0f7f4;color:var(--primary-color)}footer{background-color:var(--primary-dark);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.95rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--bg-white)}.footer-logo{max-height:50px;width:auto;margin-bottom:1rem}.footer-divider{border-top:1px solid rgba(255,255,255,0.1);margin-top:2rem;padding-top:1.5rem}