:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--primary:#0284c7;--primary-hover:#0369a1;--accent-red:#ef4444;--accent-green:#10b981;--border:#e2e8f0;--radius-lg:12px;--radius-md:8px;--transition:all 0.3s ease}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1050;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;margin:0 0.5rem;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--primary)}.section-title{position:relative;font-size:2rem;font-weight:700;color:var(--surface-strong);margin-bottom:2rem}.section-title::after{content:'';display:block;width:50px;height:4px;background-color:var(--primary);margin-top:0.5rem;border-radius:2px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:4.5rem 0;border-bottom:5px solid var(--primary)}.hero-tag{background-color:var(--primary);color:var(--text-light);padding:0.25rem 0.75rem;border-radius:50px;font-size:0.875rem;font-weight:600;display:inline-block}.hero-img{border-radius:var(--radius-lg);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.score-ticker-container{overflow-x:auto;white-space:nowrap;padding:1rem 0;background:var(--surface);border-bottom:1px solid var(--border)}.score-card{display:inline-block;width:280px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin-right:1rem;padding:0.8rem;vertical-align:top}.score-status{font-size:0.75rem;font-weight:600;color:var(--text-muted);margin-bottom:0.5rem}.score-status.live{color:var(--accent-red)}.score-team{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.4rem;font-weight:600}.group-matrix-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem}.group-header{background:var(--surface-strong);color:var(--text-light);padding:0.6rem 1rem;border-radius:var(--radius-md);font-weight:bold;text-align:center;margin-bottom:1rem}.group-table{width:100%;font-size:0.9rem}.group-table th{color:var(--text-muted);font-weight:500;padding:0.4rem;border-bottom:1px solid var(--border)}.group-table td{padding:0.5rem 0.4rem;border-bottom:1px dashed var(--border)}.news-list-item{border-bottom:1px solid var(--border);padding:1rem 0}.news-list-item:last-child{border-bottom:none}.news-date{font-size:0.85rem;color:var(--text-muted)}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--primary)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}footer{background:var(--surface-strong);color:rgba(255,255,255,0.75);padding:3.5rem 0 2rem 0;border-top:5px solid var(--primary);font-size:0.95rem}footer a{color:rgba(255,255,255,0.85);text-decoration:none;transition:var(--transition)}footer a:hover{color:var(--primary)}footer .footer-title{color:var(--text-light);font-weight:600;margin-bottom:1.25rem}