:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-dark:#0f172a;--surface-muted:#f1f5f9;--text-main:#1e293b;--text-light:#64748b;--text-on-dark:#f8fafc;--accent:#0284c7;--accent-green:#10b981;--accent-red:#ef4444;--accent-gold:#f59e0b;--border-color:#e2e8f0;--transition-smooth: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;overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--accent);padding:0.8rem 1rem;z-index:1030}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#38bdf8 !important}.btn-live{background-color:var(--accent-red);color:white !important;font-weight:bold;border-radius:20px;padding:0.4rem 1.2rem !important;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,0.7)}70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(239,68,68,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,0)}}section{padding:5rem 0;border-bottom:1px solid var(--border-color)}.section-title{position:relative;font-weight:800;color:var(--surface-dark);margin-bottom:3rem}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-green));border-radius:2px}.section-title.center{text-align:center}.section-title.center::after{left:50%;transform:translateX(-50%)}.hero-section{background:radial-gradient(circle at 10% 20%,rgba(15,23,42,0.95) 0%,rgba(30,41,59,0.9) 90%),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="none" width="100" height="100"/><circle cx="50" cy="50" r="40" stroke="%23334155" stroke-width="1" fill="none"/></svg>');color:var(--text-on-dark);padding:8rem 0 6rem 0;position:relative}.hero-badge{background:linear-gradient(90deg,var(--accent-gold),#f59e0b);color:var(--surface-dark);font-weight:700;padding:0.4rem 1rem;border-radius:30px;display:inline-block;margin-bottom:1.5rem;font-size:0.9rem}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;transition:var(--transition-smooth)}.hero-image-wrapper:hover img{transform:scale(1.03)}.quick-stats-bar{background-color:var(--surface);box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);margin-top:-3rem;position:relative;z-index:10;border-radius:12px;padding:1.5rem;border:1px solid var(--border-color)}.stat-card{text-align:center;padding:1rem}.stat-value{font-size:2.2rem;font-weight:800;color:var(--accent);line-height:1.1}.stat-label{font-size:0.85rem;color:var(--text-light);font-weight:600;text-transform:uppercase;margin-top:0.5rem}.score-ticker-section{background-color:var(--surface-muted);padding:3rem 0}.match-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border-color);padding:1.5rem;margin-bottom:1.5rem;transition:var(--transition-smooth);position:relative;overflow:hidden}.match-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05);border-color:var(--accent)}.match-status{font-size:0.8rem;font-weight:bold;display:inline-block;padding:0.25rem 0.6rem;border-radius:4px;margin-bottom:1rem}.status-live{background-color:rgba(239,68,68,0.1);color:var(--accent-red)}.status-upcoming{background-color:rgba(59,130,246,0.1);color:var(--accent)}.status-ended{background-color:rgba(100,116,139,0.1);color:var(--text-light)}.match-teams{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.team-row{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700}.team-flag-icon{width:28px;height:20px;border-radius:3px;background-color:#eee;box-shadow:0 1px 3px rgba(0,0,0,0.1);display:inline-block}.score-value{font-size:1.5rem;font-weight:800;color:var(--text-main)}.match-info-meta{font-size:0.8rem;color:var(--text-light);border-top:1px dashed var(--border-color);padding-top:0.8rem;display:flex;justify-content:space-between}.schedule-timeline-box{background-color:var(--surface);border-radius:12px;padding:2rem;border:1px solid var(--border-color)}.schedule-nav{display:flex;gap:10px;overflow-x:auto;padding-bottom:1rem;margin-bottom:2rem;border-bottom:1px solid var(--border-color)}.schedule-nav::-webkit-scrollbar{height:5px}.schedule-nav::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:3px}.schedule-tab-btn{white-space:nowrap;padding:0.6rem 1.2rem;border-radius:8px;border:1px solid var(--border-color);background-color:var(--surface);color:var(--text-light);font-weight:600;cursor:pointer;transition:var(--transition-smooth)}.schedule-tab-btn.active,.schedule-tab-btn:hover{background-color:var(--accent);color:white;border-color:var(--accent)}.group-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border-color);margin-bottom:1.5rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02)}.group-header{background-color:var(--surface-dark);color:var(--text-on-dark);padding:0.8rem 1.2rem;font-weight:700;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 1rem;vertical-align:middle}.group-table th{font-weight:600;color:var(--text-light);background-color:var(--surface-muted)}.group-table tbody tr{border-bottom:1px solid var(--border-color)}.group-table tbody tr:last-child{border-bottom:none}.group-table tbody tr.qualify{background-color:rgba(16,185,129,0.03)}.team-profile-card{background-color:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);transition:var(--transition-smooth);height:100%}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px -5px rgba(0,0,0,0.08)}.team-profile-header{height:120px;position:relative;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;align-items:flex-end;padding:1.5rem}.team-avatar-wrapper{position:absolute;bottom:-30px;right:20px;width:60px;height:60px;border-radius:50%;background-color:white;padding:4px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.team-avatar-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:50%}.team-profile-title{color:white;font-size:1.4rem;font-weight:800;margin:0;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.team-profile-body{padding:2.5rem 1.5rem 1.5rem 1.5rem}.team-info-row{display:flex;justify-content:space-between;margin-bottom:0.5rem;font-size:0.9rem}.team-info-label{color:var(--text-light)}.team-info-val{font-weight:600}.news-item-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;height:100%;transition:var(--transition-smooth)}.news-item-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px -5px rgba(0,0,0,0.08);border-color:var(--accent)}.news-meta{font-size:0.8rem;color:var(--text-light);margin-bottom:0.5rem;display:flex;gap:15px}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:0.8rem;color:var(--surface-dark);line-height:1.4}.news-summary{font-size:0.9rem;color:var(--text-light);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.stadium-card{background-color:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);height:100%}.stadium-img-wrapper{position:relative;height:200px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover}.stadium-tag{position:absolute;top:15px;left:15px;background-color:rgba(15,23,42,0.85);color:white;font-size:0.8rem;font-weight:bold;padding:0.3rem 0.8rem;border-radius:4px;backdrop-filter:blur(4px)}.guide-featured-box{background:linear-gradient(135deg,#1e3a8a,#0d9488);border-radius:12px;color:white;padding:3rem;position:relative;overflow:hidden}.guide-featured-box img{position:absolute;right:0;bottom:0;opacity:0.15;height:120%;width:auto;pointer-events:none}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--surface-dark);background-color:var(--surface);padding:1.2rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:var(--surface-muted);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-light);background-color:var(--surface);line-height:1.7;font-size:0.95rem}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-title{margin-bottom:2rem}section{padding:3.5rem 0}}