:root{--primary-color:#0d6efd;--secondary-color:#10b981;--dark-blue:#0f172a;--light-bg:#f8fafc;--surface:#ffffff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--accent-glow:rgba(13,110,253,0.15)}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--light-bg);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--secondary-color);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;letter-spacing:0.5px}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover{color:var(--secondary-color) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0 6rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4rem;background:linear-gradient(to top,var(--light-bg),transparent)}.hero-content h1{font-size:2.5rem;font-weight:800;line-height:1.25;color:#ffffff}.hero-content h1 span{color:var(--secondary-color)}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.3)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover;display:block}.live-strip{background-color:#ffffff;border-bottom:1px solid var(--border-color);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);margin-top:-2.5rem;position:relative;z-index:10;border-radius:10px}.match-mini-card{border-right:1px solid var(--border-color);padding:1rem 1.5rem;transition:background-color 0.2s}.match-mini-card:last-child{border-right:none}.match-mini-card:hover{background-color:#f1f5f9}section{padding:5rem 0}.section-header{margin-bottom:3.5rem;text-align:center}.section-header h2{font-weight:800;color:var(--dark-blue);position:relative;padding-bottom:0.75rem;display:inline-block}.section-header h2::after{content:'';position:absolute;bottom:0;left:25%;width:50%;height:4px;background-color:var(--secondary-color);border-radius:2px}.section-header p{color:var(--text-muted);max-width:600px;margin:1rem auto 0 auto}.data-card{background:var(--surface);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);padding:1.5rem;height:100%;transition:transform 0.3s,box-shadow 0.3s}.data-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.group-table th{background-color:var(--dark-blue);color:#ffffff;font-weight:600}.group-table td{vertical-align:middle}.guide-item{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem}.guide-icon-box{background-color:var(--accent-glow);color:var(--primary-color);width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.accordion-item-custom{background:var(--surface);border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.accordion-button-custom{background-color:var(--surface);color:var(--dark-blue) !important;font-weight:600;box-shadow:none !important;padding:1.25rem}.accordion-button-custom:not(.collapsed){background-color:var(--accent-glow);color:var(--primary-color) !important}.footer-custom{background-color:var(--dark-blue);color:rgba(255,255,255,0.75);border-top:4px solid var(--secondary-color);padding:4rem 0 2rem 0}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-custom a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:var(--secondary-color)}@media (max-width:991.98px){.hero-section{text-align:center;padding:4rem 0}.hero-image-wrapper{margin-top:2rem}.match-mini-card{border-right:none;border-bottom:1px solid var(--border-color)}.match-mini-card:last-child{border-bottom:none}}