:root{--primary:#0f172a;--primary-light:#1e293b;--accent:#0284c7;--accent-hover:#0369a1;--highlight:#10b981;--highlight-orange:#f97316;--bg-light:#f8fafc;--surface:#ffffff;--border:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-main);line-height:1.6}.navbar-custom{background-color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:700;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff}section{padding:5rem 0;border-bottom:1px solid var(--border)}.section-title{font-weight:800;position:relative;padding-bottom:1rem;margin-bottom:2.5rem;color:var(--primary)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.hero-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#ffffff;padding:6rem 0;border-bottom:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-text{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem}.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;background:rgba(255,255,255,0.05);padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,0.1)}.hero-meta-item h4{font-size:1.5rem;font-weight:700;color:var(--highlight);margin-bottom:0.25rem}.hero-meta-item p{font-size:0.875rem;color:#94a3b8;margin:0}.match-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;transition:transform 0.3s,box-shadow 0.3s}.match-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.match-status{font-size:0.75rem;font-weight:700;text-transform:uppercase;padding:0.25rem 0.5rem;border-radius:4px;display:inline-block;margin-bottom:1rem}.status-upcoming{background-color:#e0f2fe;color:#0369a1}.status-live{background-color:#fee2e2;color:#b91c1c;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.match-team{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.match-team span{font-weight:600}.match-score{font-size:1.25rem;font-weight:800;color:var(--primary)}.table-container{overflow-x:auto;background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1rem}.table-custom{width:100%;margin-bottom:0;vertical-align:middle}.table-custom th{font-weight:700;color:var(--text-muted);border-bottom:2px solid var(--border);padding:1rem}.table-custom td{padding:1rem;border-bottom:1px solid var(--border)}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden}.group-header{background:var(--primary);color:#ffffff;padding:0.75rem 1.25rem;font-weight:700;display:flex;justify-content:space-between}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.info-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:2rem;height:100%}.info-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1.5rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-trigger{width:100%;text-align:left;background:none;border:none;padding:1.25rem;font-weight:600;color:var(--primary);display:flex;justify-content:space-between;align-items:center}.faq-content{padding:0 1.25rem 1.25rem;color:var(--text-muted);font-size:0.95rem}.footer-custom{background-color:var(--primary);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.9rem}.footer-brand{font-weight:700;color:#ffffff;font-size:1.25rem;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:#ffffff}