:root{--page-bg:#f3f4f6;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#10b981;--accent-hover:#059669;--accent-2:#2563eb;--accent-2-hover:#1d4ed8;--border:#e2e8f0;--card-radius:12px}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}h1,h2,h3,h4{font-weight:700;color:var(--surface-strong)}a{color:var(--accent-2);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--accent-2-hover)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:#e2e8f0 !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px;transition:all 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent) !important;background-color:rgba(255,255,255,0.08)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;border-bottom:5px solid var(--accent)}.hero-section h1{color:#ffffff;font-size:2.5rem;line-height:1.2}.hero-badge{background-color:var(--accent);color:#ffffff;font-weight:600;padding:6px 16px;border-radius:50px;font-size:0.9rem;display:inline-block}.hero-img-container img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);max-width:100%;height:auto}.score-ticker-section{margin-top:-30px;position:relative;z-index:10}.ticker-card{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 8px 24px rgba(0,0,0,0.08);border:1px solid var(--border);padding:20px}.match-badge{font-size:0.75rem;font-weight:bold;padding:3px 8px;border-radius:4px}.match-badge.not-started{background-color:#f1f5f9;color:#475569}.match-badge.scheduled{background-color:#dbeafe;color:#1e40af}.section-padding{padding:60px 0}.section-title{font-size:2rem;margin-bottom:35px;position:relative;padding-bottom:12px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-title.text-center::after{left:50%;transform:translateX(-50%)}.custom-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.2s,box-shadow 0.2s;overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.table-responsive-custom{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden}.table-custom th{background-color:#f8fafc;color:#334155;font-weight:600;padding:14px}.table-custom td{padding:14px;vertical-align:middle;color:var(--text-main)}.group-box{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);box-shadow:0 4px 10px rgba(0,0,0,0.03)}.group-header{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#ffffff;font-weight:bold;text-align:center;padding:10px;border-top-left-radius:11px;border-top-right-radius:11px}.group-list-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid var(--border)}.group-list-item:last-child{border-bottom:none}.accordion-item-custom{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:12px;overflow:hidden}.accordion-button-custom{background-color:var(--surface);color:var(--surface-strong);font-weight:600;border:none;padding:18px 20px;width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;transition:background-color 0.2s}.accordion-button-custom:not(.collapsed){background-color:#f8fafc;color:var(--accent-2)}.accordion-body-custom{padding:20px;background-color:#fff;border-top:1px solid var(--border);color:var(--text-main)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;font-size:0.9rem}.footer-custom h5{color:#ffffff;font-weight:600;margin-bottom:20px}.footer-custom a{color:#94a3b8;transition:color 0.2s}.footer-custom a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #334155;padding-top:25px;margin-top:40px}.contrast-text{color:#ffffff !important}.text-accent{color:var(--accent) !important}.news-badge{background-color:#fee2e2;color:#ef4444;font-size:0.75rem;font-weight:bold;padding:3px 8px;border-radius:4px}@media (max-width:768px){.hero-section{padding:40px 0;text-align:center}.hero-section h1{font-size:1.8rem}.section-title{font-size:1.6rem}}