:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-muted:#f1f5f9;--text-main:#0f172a;--text-muted:#475569;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--border:#e2e8f0;--card-radius:12px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;box-shadow:0 4px 20px rgba(0,0,0,0.08);position:sticky;top:0;z-index:1000}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{color:var(--text-light);font-weight:700;letter-spacing:0.5px}.nav-link-custom{color:rgba(248,250,252,0.85) !important;font-weight:500;font-size:0.95rem;transition:var(--transition);margin:0 0.4rem}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0 4rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto;object-fit:cover}.stats-bar{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 8px 30px rgba(0,0,0,0.04);margin-top:-3rem;position:relative;z-index:10;padding:2rem;border:1px solid var(--border)}.stat-item{text-align:center;padding:0.5rem 1rem}.stat-item:not(:last-child){border-right:1px solid var(--border)}.stat-value{font-size:1.8rem;font-weight:800;color:var(--accent)}.stat-label{font-size:0.85rem;color:var(--text-muted);text-transform:uppercase;font-weight:600}.section-padding{padding:5rem 0}.section-header{margin-bottom:3.5rem;text-align:center}.section-header h2{font-weight:800;position:relative;display:inline-block;padding-bottom:0.75rem;color:var(--text-main)}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);max-width:600px;margin:0.75rem auto 0}.score-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;transition:var(--transition)}.score-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.05)}.match-badge{font-size:0.75rem;font-weight:700;padding:0.35rem 0.75rem;border-radius:50px;display:inline-block;margin-bottom:1rem}.match-badge.live{background-color:rgba(239,68,68,0.1);color:#ef4444}.match-badge.upcoming{background-color:rgba(2,132,199,0.1);color:var(--accent)}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.team-name{font-weight:600;font-size:1.05rem}.team-score{font-size:1.25rem;font-weight:700;color:var(--text-main)}.timeline-container{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:calc(-2rem - 6px);top:0.25rem;width:10px;height:10px;background:var(--accent);border-radius:50%;border:2px solid var(--surface);box-shadow:0 0 0 4px rgba(2,132,199,0.2)}.timeline-date{font-size:0.85rem;font-weight:700;color:var(--accent);text-transform:uppercase}.timeline-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.25rem;margin-top:0.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;transition:var(--transition)}.group-card-header{background:var(--surface-strong);color:var(--text-light);font-weight:700;padding:0.75rem 1.25rem;text-align:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1.25rem;font-size:0.9rem}.group-table th{font-weight:600;background-color:var(--surface-muted);color:var(--text-muted)}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;transition:var(--transition);height:100%;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.06)}.news-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;gap:1rem}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:1rem;line-height:1.4}.news-text{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.5rem}.news-link{font-weight:600;font-size:0.85rem;color:var(--accent);text-decoration:none;margin-top:auto;display:inline-flex;align-items:center;gap:0.5rem}.stadium-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.02)}.stadium-img-wrapper{position:relative;height:220px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.stadium-card:hover .stadium-img-wrapper img{transform:scale(1.05)}.stadium-info{padding:1.5rem}.guide-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:2.25rem;height:100%}.guide-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1.5rem}.faq-accordion .accordion-item{border:1px solid var(--border);margin-bottom:1rem;border-radius:var(--card-radius) !important;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface);padding:1.25rem 1.5rem}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.04);color:var(--accent);box-shadow:none}.faq-accordion .accordion-body{background-color:var(--surface);color:var(--text-muted);font-size:0.95rem;padding:1.25rem 1.5rem;line-height:1.7}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.footer-custom{background:var(--surface-strong);color:var(--text-light);padding:4.5rem 0 2rem;font-size:0.9rem}.footer-brand{font-weight:700;font-size:1.5rem;color:var(--text-light);margin-bottom:1rem;display:inline-block}.footer-desc{color:rgba(248,250,252,0.7);line-height:1.7;margin-bottom:1.5rem}.footer-title{color:var(--text-light);font-weight:700;font-size:1.05rem;margin-bottom:1.5rem}.footer-links{list-style:none;padding-left:0;margin-bottom:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(248,250,252,0.75);text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--accent);padding-left:4px}.footer-bottom{border-top:1px solid rgba(248,250,252,0.1);margin-top:3.5rem;padding-top:2rem;text-align:center;color:rgba(248,250,252,0.5);font-size:0.85rem}@media (max-width:991.98px){.hero-title{font-size:2rem}.stats-bar{margin-top:2rem}.stat-item{border-right:none !important;border-bottom:1px solid var(--border);padding:1rem 0}.stat-item:last-child{border-bottom:none}}