:root{--primary-color:#0d5c34;--secondary-color:#002f6c;--accent-color:#ff6b35;--gold-color:#ffc72c;--bg-light:#f8f9fa;--bg-card:#ffffff;--text-dark:#1f2937;--text-muted:#6b7280;--border-color:#e5e7eb;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);overflow-x:hidden;scroll-behavior:smooth}@media (min-width:992px){.app-container{display:flex}.sidebar-nav{width:280px;height:100vh;position:fixed;top:0;left:0;z-index:1000;background-color:var(--secondary-color);border-right:1px solid rgba(255,255,255,0.1);overflow-y:auto;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.main-content{margin-left:280px;width:calc(100% - 280px);min-height:100vh;padding:2rem}}@media (max-width:991.98px){.sidebar-nav{display:none}.main-content{width:100%;padding:1rem;margin-top:56px}}.mobile-header{background-color:var(--secondary-color);border-bottom:2px solid var(--accent-color)}.sidebar-brand{font-size:1.25rem;font-weight:800;color:#ffffff;display:flex;align-items:center;gap:0.5rem;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.15)}.sidebar-brand img{max-height:40px;object-fit:contain}.nav-menu{list-style:none;padding:0;margin:1.5rem 0}.nav-menu-item a{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1rem;color:rgba(255,255,255,0.82);text-decoration:none;border-radius:8px;margin-bottom:0.5rem;font-size:0.95rem;font-weight:500;transition:var(--transition-smooth)}.nav-menu-item a:hover,.nav-menu-item a.active{background-color:var(--primary-color);color:#ffffff;transform:translateX(5px)}.section-header{border-left:5px solid var(--primary-color);padding-left:0.75rem;margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--secondary-color);margin:0}.section-desc{font-size:0.875rem;color:var(--text-muted);margin-top:0.25rem}.custom-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.hero-banner{position:relative;background:linear-gradient(135deg,var(--secondary-color),#011b3d);border-radius:16px;overflow:hidden;color:#ffffff;margin-bottom:2rem;box-shadow:0 10px 20px rgba(0,0,0,0.15)}.hero-overlay{background:linear-gradient(to right,rgba(0,0,0,0.8) 40%,rgba(0,0,0,0.2) 100%);padding:3rem 2rem}@media (max-width:767.98px){.hero-overlay{background:linear-gradient(to bottom,rgba(0,0,0,0.85) 60%,rgba(0,0,0,0.4) 100%);padding:2rem 1rem}}.hero-badge{display:inline-block;background:var(--accent-color);color:#ffffff;font-size:0.75rem;font-weight:700;padding:0.35rem 0.75rem;border-radius:50px;text-transform:uppercase;margin-bottom:1rem}.hero-title{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.hero-img{object-fit:cover;width:100%;height:100%;position:absolute;right:0;top:0;z-index:1;opacity:0.35}.hero-content{position:relative;z-index:2;max-width:650px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem;background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);padding:1.25rem;border-radius:12px;border:1px solid rgba(255,255,255,0.15)}@media (max-width:575.98px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.stat-item{text-align:center}.stat-value{font-size:1.5rem;font-weight:800;color:var(--gold-color);display:block}.stat-label{font-size:0.75rem;color:rgba(255,255,255,0.8);margin-top:0.25rem}.live-match-ticker{background-color:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);padding:1rem;margin-bottom:2rem}.ticker-wrapper{display:flex;gap:1rem;overflow-x:auto;scrollbar-width:none}.ticker-wrapper::-webkit-scrollbar{display:none}.ticker-card{flex:0 0 280px;border-right:1px solid var(--border-color);padding-right:1rem}.ticker-card:last-child{border-right:none;padding-right:0}.ticker-status{font-size:0.75rem;font-weight:600;padding:0.15rem 0.5rem;border-radius:4px;display:inline-block;margin-bottom:0.5rem}.status-live{background-color:rgba(220,53,69,0.1);color:#dc3545}.status-upcoming{background-color:rgba(13,110,253,0.1);color:#0d6efd}.status-ended{background-color:rgba(108,117,125,0.1);color:#6c757d}.ticker-team{display:flex;justify-content:space-between;align-items:center;font-size:0.9rem;font-weight:600;margin-bottom:0.25rem}.ticker-score{font-weight:800;font-size:1rem;color:var(--secondary-color)}.group-matrix-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.group-card{background-color:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);padding:1.25rem}.group-title{background:linear-gradient(90deg,var(--secondary-color),var(--primary-color));color:#ffffff;font-size:1rem;font-weight:700;padding:0.4rem 0.8rem;border-radius:6px;margin-bottom:0.75rem;display:flex;justify-content:space-between}.group-table{width:100%;font-size:0.85rem}.group-table th{color:var(--text-muted);font-weight:500;padding-bottom:0.5rem}.group-table td{padding:0.35rem 0;border-bottom:1px dashed var(--border-color)}.group-table tr:last-child td{border-bottom:none}.team-flag-name{display:flex;align-items:center;gap:0.5rem;font-weight:600}.venue-card-img-wrapper{position:relative;height:180px;overflow:hidden}.venue-card-img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.custom-card:hover .venue-card-img{transform:scale(1.08)}.venue-city-badge{position:absolute;top:10px;left:10px;background-color:rgba(0,0,0,0.7);color:#ffffff;font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;z-index:5}.news-title{font-size:1rem;font-weight:700;line-height:1.4;color:var(--secondary-color);margin-bottom:0.5rem}.news-excerpt{font-size:0.85rem;color:var(--text-muted);line-height:1.5}.guide-list{list-style:none;padding:0;margin:0}.guide-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border-color)}.guide-item:last-child{border-bottom:none}.guide-icon-box{background-color:rgba(13,92,52,0.1);color:var(--primary-color);width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--secondary-color);background-color:var(--bg-card)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(13,92,52,0.05);color:var(--primary-color);box-shadow:none}footer{background-color:#0b121f;color:rgba(255,255,255,0.7);font-size:0.875rem;border-top:4px solid var(--primary-color)}footer a{color:rgba(255,255,255,0.85);text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--gold-color)}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.25rem;font-size:1rem}.footer-brand{font-size:1.25rem;font-weight:800;color:#ffffff !important}