:root{--primary-rgb:0,77,152;--secondary-rgb:0,104,71;--accent-rgb:210,20,58;--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--accent-gold:#f59e0b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.custom-navbar{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:3px solid rgb(var(--accent-rgb));transition:all 0.3s ease}.navbar-brand img{height:40px;object-fit:contain}.nav-link{color:#f8fafc !important;font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:rgb(var(--accent-rgb)) !important}#hero{background:linear-gradient(135deg,rgba(15,23,42,0.9) 0%,rgba(30,41,59,0.8) 100%),linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));padding:140px 0 80px;color:#ffffff;position:relative}.hero-tag{background:rgba(210,20,58,0.2);border:1px solid rgb(var(--accent-rgb));color:#ff8a9a;display:inline-flex;align-items:center;padding:0.35rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(45deg,#38bdf8,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-meta{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;max-width:650px}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;background:rgba(255,255,255,0.05);padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,0.1)}.stat-item h4{font-size:1.8rem;font-weight:700;margin-bottom:0.25rem;color:var(--accent-gold)}.stat-item p{font-size:0.85rem;color:#94a3b8;margin-bottom:0}.hero-img-container img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.ticker-bar{background:rgb(var(--primary-rgb));color:#ffffff;padding:10px 0;font-size:0.9rem}.ticker-inner{display:flex;align-items:center;overflow:hidden;white-space:nowrap}.ticker-badge{background:rgb(var(--accent-rgb));padding:2px 8px;border-radius:4px;font-weight:700;font-size:0.75rem;margin-right:15px;text-transform:uppercase}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-size:2.2rem;font-weight:700;color:var(--surface-strong);position:relative;padding-bottom:0.75rem;display:inline-block}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,rgb(var(--primary-rgb)),rgb(var(--secondary-rgb)));border-radius:2px}.section-header p{color:var(--text-muted);font-size:1.05rem;margin-top:0.5rem}.score-card{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);padding:1.5rem;transition:transform 0.2s ease,box-shadow 0.2s ease}.score-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.match-meta{display:flex;justify-content:space-between;font-size:0.8rem;color:var(--text-muted);border-bottom:1px dashed var(--border-color);padding-bottom:0.75rem;margin-bottom:1rem}.status-badge{padding:2px 8px;border-radius:20px;font-size:0.75rem;font-weight:600}.status-live{background:rgba(210,20,58,0.1);color:rgb(var(--accent-rgb));animation:pulse 2s infinite}.status-upcoming{background:#f1f5f9;color:#475569}.status-finished{background:#e2e8f0;color:#64748b}.team-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.75rem}.team-info{display:flex;align-items:center;gap:0.75rem}.team-flag{width:28px;height:20px;object-fit:cover;border-radius:2px;border:1px solid #e2e8f0}.team-name{font-weight:600;font-size:1rem}.score-num{font-size:1.25rem;font-weight:700;font-family:monospace}.schedule-table-wrapper{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);overflow:hidden}.table-custom{margin-bottom:0}.table-custom th{background:#f8fafc;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border-color);padding:1rem}.table-custom td{padding:1.2rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border-color)}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);overflow:hidden;height:100%}.group-header{background:linear-gradient(135deg,rgb(var(--primary-rgb)),#1e3a8a);color:#ffffff;padding:1rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.85rem 1rem;border-bottom:1px solid var(--border-color);font-size:0.95rem}.group-item:last-child{border-bottom:none}.group-item:nth-child(-n+2){background-color:rgba(56,189,248,0.03)}.team-profile-card{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;transition:transform 0.2s ease}.team-profile-card:hover{transform:scale(1.02)}.team-cover-placeholder{height:100px;background:linear-gradient(135deg,rgb(var(--secondary-rgb)),#0f766e);position:relative}.team-badge-large{width:70px;height:70px;border-radius:50%;background:#fff;position:absolute;bottom:-35px;left:20px;box-shadow:0 4px 10px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;font-size:1.8rem}.team-profile-body{padding:50px 20px 20px}.team-profile-title{font-weight:700;font-size:1.2rem;margin-bottom:0.25rem}.team-profile-sub{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,0.02);transition:all 0.3s ease}.news-card:hover{box-shadow:0 12px 20px rgba(0,0,0,0.08);transform:translateY(-2px)}.news-body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.news-tag{font-size:0.75rem;color:rgb(var(--accent-rgb));font-weight:700;text-transform:uppercase;margin-bottom:0.5rem;letter-spacing:0.05em}.news-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:0.75rem;color:var(--surface-strong)}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-footer{margin-top:auto;border-top:1px solid var(--border-color);padding-top:0.75rem;font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between}.guide-box{background:var(--surface);border-radius:12px;border:1px solid var(--border-color);padding:2rem;height:100%}.guide-icon{font-size:2.5rem;color:rgb(var(--primary-rgb));margin-bottom:1.25rem}.faq-item{background:var(--surface);border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-button{font-weight:600;color:var(--surface-strong);text-align:left;background:var(--surface);padding:1.25rem;border:none;width:100%;display:flex;justify-content:space-between;align-items:center}.faq-button:not(.collapsed){background:rgba(0,77,152,0.05);color:rgb(var(--primary-rgb))}.faq-body{padding:1.25rem;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:0.95rem;background:#fafbfc}footer{background-color:var(--surface-strong);color:#94a3b8;font-size:0.9rem;border-top:4px solid rgb(var(--primary-rgb))}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:#ffffff}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.25rem}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){.hero-title{font-size:2.2rem}#hero{padding:110px 0 60px}.hero-stats-grid{margin-bottom:2rem}}