:root{--primary-color:#0c4a60;--primary-light:#1f7a8c;--secondary-color:#f7b05b;--accent-green:#2d6a4f;--bg-light:#f8f9fa;--bg-card:#ffffff;--text-dark:#1f2937;--text-muted:#4b5563;--text-light:#ffffff;--border-light:#e5e7eb;--shadow-sm:0 2px 4px rgba(0,0,0,0.05);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--transition-speed:0.3s}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-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:var(--shadow-sm)}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:var(--text-light);font-weight:500;padding:0.5rem 1rem;transition:color var(--transition-speed)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--secondary-color)}.navbar-custom .btn-nav{background-color:var(--secondary-color);color:var(--primary-color);font-weight:600;border:none;padding:0.5rem 1.2rem;border-radius:8px;transition:transform var(--transition-speed),background-color var(--transition-speed)}.navbar-custom .btn-nav:hover{background-color:#f59e0b;transform:translateY(-1px)}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,#062c3d 100%);color:var(--text-light);padding:5rem 0;overflow:hidden;position:relative}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 80% 20%,rgba(31,122,140,0.15) 0%,transparent 60%);pointer-events:none}.hero-badge{background-color:rgba(247,176,91,0.2);color:var(--secondary-color);border:1px solid var(--secondary-color);padding:0.4rem 1rem;border-radius:50px;font-size:0.875rem;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-desc{font-size:1.125rem;color:#d1d5db;margin-bottom:2rem;max-width:600px}.hero-img-wrap{position:relative;z-index:2}.hero-img{border-radius:12px;box-shadow:var(--shadow-md);border:4px solid rgba(255,255,255,0.1);max-width:100%;height:auto}.stats-strip{background-color:var(--bg-card);border-radius:12px;box-shadow:var(--shadow-sm);padding:1.5rem;margin-top:-3rem;position:relative;z-index:10;border:1px solid var(--border-light)}.stat-item{text-align:center;border-right:1px solid var(--border-light)}.stat-item:last-child{border-right:none}.stat-num{font-size:1.75rem;font-weight:700;color:var(--primary-light)}.stat-label{font-size:0.875rem;color:var(--text-muted)}.section-padding{padding:5rem 0}.section-bg-alt{background-color:#f3f4f6}.section-header{margin-bottom:3.5rem;text-align:center}.section-header h2{font-size:2.25rem;font-weight:700;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:1rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}.section-intro{color:var(--text-muted);max-width:700px;margin:1rem auto 0 auto;font-size:1.05rem}.match-card{background:var(--bg-card);border-radius:12px;border:1px solid var(--border-light);padding:1.5rem;transition:transform var(--transition-speed),box-shadow var(--transition-speed);box-shadow:var(--shadow-sm)}.match-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.match-meta{display:flex;justify-content:space-between;font-size:0.825rem;color:var(--text-muted);margin-bottom:1rem;border-bottom:1px dashed var(--border-light);padding-bottom:0.5rem}.match-team{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.match-team-name{font-weight:600;font-size:1rem}.match-score{font-weight:700;font-size:1.25rem;color:var(--primary-color)}.match-status-badge{background-color:#e5e7eb;color:var(--text-muted);font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:500}.match-status-badge.live{background-color:#fee2e2;color:#ef4444;animation:pulse-live 2s infinite}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-card{background:var(--bg-card);border-radius:12px;border:1px solid var(--border-light);overflow:hidden;box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.group-header{background-color:var(--primary-color);color:var(--text-light);padding:0.75rem 1.25rem;font-weight:600;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0;font-size:0.9rem}.group-table th,.group-table td{padding:0.75rem 1.25rem;vertical-align:middle}.group-table th{background-color:#f9fafb;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border-light)}.team-row-cell{display:flex;align-items:center;gap:0.5rem}.qualify-spot{border-left:3px solid var(--accent-green)}.team-profile-card{background:var(--bg-card);border-radius:12px;border:1px solid var(--border-light);padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm);transition:all var(--transition-speed)}.team-profile-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--primary-light)}.team-flag-placeholder{width:64px;height:48px;margin:0 auto 1rem auto;background-color:#f3f4f6;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:1px solid var(--border-light)}.team-title{font-weight:700;font-size:1.15rem;color:var(--primary-color);margin-bottom:0.25rem}.team-desc{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.team-stats-mini{display:flex;justify-content:space-around;border-top:1px solid var(--border-light);padding-top:0.75rem;font-size:0.8rem}.guide-box{background:var(--bg-card);border-radius:12px;border:1px solid var(--border-light);overflow:hidden;box-shadow:var(--shadow-sm);height:100%;transition:box-shadow var(--transition-speed)}.guide-box:hover{box-shadow:var(--shadow-md)}.guide-img-container{position:relative;overflow:hidden;aspect-ratio:16/9}.guide-img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-speed)}.guide-box:hover .guide-img{transform:scale(1.03)}.guide-content{padding:1.5rem}.guide-label{color:var(--secondary-color);font-size:0.8rem;font-weight:700;text-transform:uppercase;margin-bottom:0.5rem;display:inline-block}.guide-title{font-weight:700;font-size:1.25rem;color:var(--primary-color);margin-bottom:0.75rem}.guide-text{color:var(--text-muted);font-size:0.925rem;margin-bottom:0}.rule-card{border-left:4px solid var(--primary-light);background-color:var(--bg-card);padding:1.5rem;border-radius:0 12px 12px 0;box-shadow:var(--shadow-sm);margin-bottom:1.25rem}.rule-title{font-weight:700;color:var(--primary-color);font-size:1.1rem;margin-bottom:0.5rem}.news-item{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border-light)}.news-item:last-child{border-bottom:none;padding-bottom:0}.news-date{font-size:0.8rem;color:var(--text-muted);min-width:80px;font-weight:600}.news-title-link{font-weight:600;color:var(--text-dark);font-size:1.05rem;line-height:1.4;margin-bottom:0.35rem}.news-summary{font-size:0.9rem;color:var(--text-muted);margin-bottom:0}.stadium-card{background-color:var(--bg-card);border-radius:12px;border:1px solid var(--border-light);overflow:hidden;box-shadow:var(--shadow-sm)}.stadium-img-wrap{aspect-ratio:16/10;overflow:hidden}.stadium-img{width:100%;height:100%;object-fit:cover}.stadium-info{padding:1.25rem}.stadium-name{font-weight:700;font-size:1.1rem;color:var(--primary-color);margin-bottom:0.25rem}.stadium-meta{font-size:0.85rem;color:var(--text-muted)}.accordion-custom .accordion-item{border:1px solid var(--border-light);border-radius:12px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:var(--shadow-sm)}.accordion-custom .accordion-button{font-weight:600;color:var(--primary-color);background-color:var(--bg-card)}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(12,74,96,0.04);color:var(--primary-color);box-shadow:none}.accordion-custom .accordion-body{color:var(--text-muted);background-color:var(--bg-card);font-size:0.95rem}.about-box{background:linear-gradient(135deg,rgba(12,74,96,0.05) 0%,rgba(31,122,140,0.05) 100%);border:1px solid rgba(12,74,96,0.1);border-radius:12px;padding:2rem;margin-top:1.5rem}.footer-custom{background-color:#061e29;color:#9ca3af;padding:4rem 0 2rem 0;font-size:0.9rem;border-top:4px solid var(--secondary-color)}.footer-title{color:var(--text-light);font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color var(--transition-speed)}.footer-links a:hover{color:var(--secondary-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);margin-top:3rem;padding-top:1.5rem;text-align:center;font-size:0.8rem}.scroll-container-mobile{display:flex;overflow-x:auto;gap:1rem;padding-bottom:1rem;scrollbar-width:thin}@media (min-width:768px){.scroll-container-mobile{display:grid;overflow-x:visible;padding-bottom:0}}