:root{--primary-color:#0d5c3a;--primary-dark:#073b24;--secondary-color:#0b2540;--accent-color:#e10600;--bg-light:#f4f7f6;--bg-white:#ffffff;--text-main:#1a2530;--text-muted:#5a6b7c;--border-color:#e2e8f0;--card-shadow:0 8px 24px rgba(11,37,64,0.05);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--secondary-color);font-weight:700}a{text-decoration:none;transition:var(--transition-smooth)}.navbar-custom{background-color:var(--secondary-color);padding:1rem 0;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:var(--bg-white);font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;border-radius:6px}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--bg-white);background-color:rgba(255,255,255,0.1)}.navbar-custom .navbar-toggler{border-color:rgba(255,255,255,0.2);color:var(--bg-white)}.hero-section{background:linear-gradient(135deg,var(--secondary-color) 0%,#153e66 100%);color:var(--bg-white);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(13,92,58,0.3) 0%,transparent 60%);pointer-events:none}.hero-section h1{color:var(--bg-white);font-size:2.8rem;line-height:1.25}.hero-section p{color:rgba(255,255,255,0.9);font-size:1.15rem}.hero-img-container{border-radius:14px;overflow:hidden;box-shadow:0 12px 36px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.hero-img-container img{width:100%;height:auto;object-fit:cover;display:block}.hero-badge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:1.5rem}.hero-badge-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);padding:10px;border-radius:8px;text-align:center}.hero-badge-card .num{font-size:1.4rem;font-weight:800;color:#ffc107;display:block}.hero-badge-card .lbl{font-size:0.8rem;color:rgba(255,255,255,0.8)}.section-padding{padding:4.5rem 0}.bg-white-block{background-color:var(--bg-white)}.section-title-wrap{margin-bottom:2.5rem;border-left:5px solid var(--primary-color);padding-left:1rem}.section-title-wrap h2{font-size:2rem;margin-bottom:0.5rem;color:var(--secondary-color)}.section-title-wrap p{color:var(--text-muted);margin-bottom:0}.schedule-card{background:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);padding:1.5rem;border:1px solid var(--border-color);transition:var(--transition-smooth);height:100%}.schedule-card:hover{transform:translateY(-5px);border-color:var(--primary-color)}.match-badge{font-size:0.75rem;font-weight:600;padding:4px 10px;border-radius:50px;display:inline-block;margin-bottom:1rem}.badge-knockout{background:rgba(225,6,0,0.1);color:var(--accent-color)}.badge-groupstage{background:rgba(13,92,58,0.1);color:var(--primary-color)}.team-vs-row{display:flex;align-items:center;justify-content:space-between;margin:1rem 0}.team-display{display:flex;flex-direction:column;align-items:center;width:40%;text-align:center}.team-display span{font-weight:700;font-size:1.05rem;margin-top:5px}.vs-divider{color:var(--text-muted);font-weight:800;font-style:italic;font-size:1.2rem;text-align:center;width:20%}.group-table-card{background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden;margin-bottom:2rem}.group-header{background:var(--secondary-color);color:var(--bg-white);padding:10px 15px;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th{background:var(--bg-light);color:var(--text-muted);font-size:0.8rem;font-weight:600;padding:8px 15px}.group-table td{padding:10px 15px;font-size:0.9rem;border-bottom:1px solid var(--border-color)}.group-table tr:last-child td{border-bottom:none}.spotlight-card{background:var(--bg-white);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);box-shadow:var(--card-shadow);transition:var(--transition-smooth);height:100%}.spotlight-card:hover{transform:translateY(-4px)}.spotlight-body{padding:1.25rem}.spotlight-title{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem}.spotlight-tag{color:var(--accent-color);font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:0.5px}.guide-image-block{border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);position:relative;height:100%;min-height:350px}.guide-image-block img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.guide-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(11,37,64,0.95) 15%,rgba(11,37,64,0.4) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:var(--bg-white)}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:10px !important;margin-bottom:12px;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--secondary-color);background-color:var(--bg-white);padding:1.2rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,92,58,0.05);color:var(--primary-color);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);background-color:var(--bg-white);padding:1.2rem}.news-card-horizontal{background:var(--bg-white);border-radius:10px;border:1px solid var(--border-color);padding:1.2rem;margin-bottom:1.2rem;transition:var(--transition-smooth);box-shadow:var(--card-shadow)}.news-card-horizontal:hover{border-color:var(--primary-color)}.news-date{font-size:0.8rem;color:var(--accent-color);font-weight:600;display:block;margin-bottom:5px}.source-callout{background:rgba(13,92,58,0.04);border-left:5px solid var(--primary-color);padding:1.5rem;border-radius:0 10px 10px 0}footer{background-color:var(--secondary-color);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;border-top:5px solid var(--primary-color);font-size:0.9rem}footer h5{color:var(--bg-white);font-weight:700;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.8)}footer a:hover{color:#ffc107}footer hr{border-color:rgba(255,255,255,0.1)}.scrollable-matrix{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.hero-section{padding:3rem 0;text-align:center}.hero-badge-grid{margin-bottom:2rem}.section-padding{padding:3rem 0}.navbar-custom{padding:0.8rem 0}}