:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--primary-color:#1e3a8a;--secondary-color:#0284c7;--accent:#10b981;--accent-glow:rgba(16,185,129,0.15);--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border:#e2e8f0;--card-radius:12px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}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;overflow-x:hidden}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.05)}.site-header{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{color:var(--text-light);font-weight:700;letter-spacing:0.5px}.nav-link{color:rgba(248,250,252,0.8) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,0.12) 0%,transparent 70%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.hero-badge{background-color:rgba(16,185,129,0.2);border:1px solid var(--accent);color:var(--accent);font-size:0.875rem;padding:0.35rem 0.85rem;border-radius:50px;display:inline-block;margin-bottom:1rem}.hero-img-wrapper img{border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.score-ticker-wrap{margin-top:-40px;position:relative;z-index:10}.score-card{background:var(--surface);border-left:4px solid var(--accent);border-radius:var(--card-radius);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);padding:1.25rem}.score-team-logo{width:32px;height:32px;background-color:#e2e8f0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:12px}.status-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.status-live{background-color:rgba(239,68,68,0.1);color:#ef4444;animation:pulse-red 2s infinite}.status-upcoming{background-color:rgba(59,130,246,0.1);color:#3b82f6}@keyframes pulse-red{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-weight:800;color:var(--surface-strong);font-size:2rem;display:inline-block}.section-header h2::after{content:'';display:block;width:50%;height:4px;background:var(--accent);margin-top:0.5rem;border-radius:2px}.section-desc{color:var(--text-muted);font-size:1rem;margin-top:0.5rem}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.custom-table{width:100%;margin-bottom:0;color:var(--text-main);border-collapse:separate;border-spacing:0 8px}.custom-table th{background-color:#f1f5f9;color:var(--text-muted);font-weight:600;padding:1rem;border:none}.custom-table td{background-color:var(--surface);padding:1rem;vertical-align:middle;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.custom-table tr td:first-child{border-left:1px solid var(--border);border-top-left-radius:8px;border-bottom-left-radius:8px}.custom-table tr td:last-child{border-right:1px solid var(--border);border-top-right-radius:8px;border-bottom-right-radius:8px}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden}.group-header{background-color:var(--primary-color);color:var(--text-light);padding:0.75rem 1rem;font-weight:bold;text-align:center}.group-list-item{display:flex;justify-content:space-between;padding:0.65rem 1rem;border-bottom:1px solid #f1f5f9}.group-list-item:last-child{border-bottom:none}.feature-box{background:linear-gradient(135deg,#1e3a8a 0%,#0d1b2a 100%);color:var(--text-light);border-radius:var(--card-radius);padding:2.5rem;position:relative;overflow:hidden}.feature-box::after{content:'';position:absolute;bottom:-20px;right:-20px;width:150px;height:150px;background:rgba(255,255,255,0.05);border-radius:50%}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden}.faq-button{width:100%;text-align:left;background:none;border:none;padding:1.25rem;font-weight:600;color:var(--surface-strong);display:flex;justify-content:space-between;align-items:center;outline:none}.faq-button:focus{box-shadow:none}.faq-content{padding:0 1.25rem 1.25rem 1.25rem;color:var(--text-muted);border-top:1px solid #f1f5f9;display:none}.faq-content.show{display:block}.site-footer{background-color:var(--surface-strong);color:rgba(248,250,252,0.7);border-top:4px solid var(--primary-color);padding:4rem 0 2rem 0;font-size:0.9rem}.footer-heading{color:var(--text-light);font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(248,250,252,0.7);text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--accent);padding-left:4px}.btn-custom{font-weight:600;padding:0.6rem 1.5rem;border-radius:8px;transition:var(--transition)}.btn-custom-primary{background-color:var(--accent);color:var(--surface-strong);border:none}.btn-custom-primary:hover{background-color:#059669;color:#fff}.btn-custom-outline{border:2px solid rgba(255,255,255,0.3);color:var(--text-light);background:transparent}.btn-custom-outline:hover{border-color:var(--accent);color:var(--accent)}@media (max-width:991.98px){.hero-section{text-align:center;padding:60px 0}.hero-title{font-size:2.25rem}.hero-img-wrapper{margin-top:2rem}}