:root{--primary-deep:#0f172a;--primary-brand:#0284c7;--accent-green:#10b981;--accent-orange:#f97316;--text-main:#1e293b;--text-muted:#64748b;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#e2e8f0;--card-radius:12px;--transition-smooth:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-deep);border-bottom:3px solid var(--primary-brand);padding:0.75rem 1.5rem;position:sticky;top:0;z-index:1000}.navbar-brand-custom{display:flex;align-items:center;gap:10px;color:var(--bg-white) !important;font-weight:700;text-decoration:none}.navbar-brand-custom img{height:40px;object-fit:contain}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px;transition:var(--transition-smooth)}.nav-link-custom:hover{color:var(--bg-white) !important;background-color:rgba(255,255,255,0.1)}section{padding:5rem 0;border-bottom:1px solid var(--border-color)}.section-light{background-color:var(--bg-white)}.section-alt{background-color:var(--bg-light)}.section-title{font-size:2.25rem;font-weight:800;color:var(--primary-deep);margin-bottom:1rem;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:50%;height:4px;background-color:var(--primary-brand);margin-top:0.5rem;border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem}.custom-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:var(--transition-smooth);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.hero-banner{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--bg-white);padding:6rem 0;position:relative;overflow:hidden}.hero-banner::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--primary-brand)}.hero-meta{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem}.hero-img{max-width:100%;height:auto;border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.badge-live{background-color:var(--accent-orange);color:white;animation:pulse-live 2s infinite}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.match-row{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid var(--border-color);transition:var(--transition-smooth);background:var(--bg-white);border-radius:8px;margin-bottom:0.75rem}.match-row:hover{background-color:#f1f5f9}.match-team{font-weight:600;display:flex;align-items:center;gap:12px;width:35%}.match-team.team-right{justify-content:flex-end;text-align:right}.match-info{text-align:center;width:30%}.match-status-badge{font-size:0.8rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:20px}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--card-radius);padding:1.25rem}.group-header{background-color:var(--primary-deep);color:var(--bg-white);font-weight:700;padding:0.5rem 1rem;border-radius:6px;margin-bottom:1rem;text-align:center}.accordion-item-custom{border:1px solid var(--border-color) !important;border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden;background:var(--bg-white)}.accordion-button-custom{font-weight:600;color:var(--primary-deep) !important;background-color:var(--bg-white) !important;box-shadow:none !important;padding:1.25rem}.accordion-button-custom:not(.collapsed){background-color:#f1f5f9 !important;border-bottom:1px solid var(--border-color)}footer{background-color:var(--primary-deep);color:#94a3b8;padding:4rem 0 2rem;border-top:5px solid var(--primary-brand)}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--bg-white)}.table-responsive-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.hero-title{font-size:2.25rem}.match-row{flex-direction:column;gap:0.5rem;text-align:center}.match-team{width:100%;justify-content:center !important;text-align:center !important}.match-info{width:100%;border-top:1px dashed var(--border-color);border-bottom:1px dashed var(--border-color);padding:0.5rem 0}}