:root{--wc-blue:#0b2265;--wc-red:#da291c;--wc-green:#006847;--wc-accent:#f2a900;--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}a{text-decoration:none;color:inherit;transition:all 0.3s ease}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:#e2e8f0;font-weight:500;padding:0.5rem 1rem;border-radius:6px}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--wc-accent);background-color:rgba(255,255,255,0.08)}.hero-section{background:linear-gradient(135deg,#0b2265 0%,#050f2e 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(218,41,28,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-tagline{font-size:1.25rem;color:#cbd5e1;margin-bottom:2rem}.hero-meta-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1rem;border-radius:30px;font-size:0.9rem;display:inline-flex;align-items:center;gap:8px;margin-bottom:1.5rem}.hero-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)}.section-title{font-weight:800;color:var(--surface-strong);position:relative;padding-bottom:0.75rem;margin-bottom:2rem}.section-title::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--wc-blue),var(--wc-red));border-radius:2px}.wc-card{background-color:var(--surface);border:1px solid var(--border-color);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.wc-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px rgba(0,0,0,0.06)}.match-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border-color);padding:1.5rem;position:relative}.match-status{font-size:0.8rem;font-weight:700;padding:0.25rem 0.75rem;border-radius:30px;text-transform:uppercase;display:inline-block}.status-upcoming{background-color:#f1f5f9;color:#475569}.status-live{background-color:#fee2e2;color:var(--wc-red);animation:pulse 2s infinite}.status-ended{background-color:#e2e8f0;color:#475569}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.team-row{display:flex;align-items:center;justify-content:space-between;margin:0.75rem 0}.team-info{display:flex;align-items:center;gap:12px;font-weight:600}.team-flag{width:32px;height:22px;object-fit:cover;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.score-box{font-size:1.25rem;font-weight:800;background:#f1f5f9;padding:0.2rem 0.6rem;border-radius:6px;min-width:35px;text-align:center}.group-table{width:100%;border-collapse:collapse}.group-table th{background-color:var(--wc-blue);color:#ffffff;font-weight:600;padding:0.75rem;text-align:center}.group-table td{padding:0.75rem;border-bottom:1px solid var(--border-color);text-align:center}.group-table tr:hover{background-color:#f8fafc}.group-header-card{background:linear-gradient(135deg,var(--wc-blue) 0%,#1e40af 100%);color:#ffffff;font-weight:bold;text-align:center;padding:0.75rem;font-size:1.1rem}.news-img{height:200px;object-fit:cover;width:100%}.stadium-card-img{height:240px;object-fit:cover;width:100%}.faq-item{background-color:var(--surface);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-button{width:100%;text-align:left;padding:1.25rem;background:none;border:none;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-answer{padding:0 1.25rem 1.25rem;color:var(--text-muted);border-top:1px solid var(--border-color);background-color:#fafbfc}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;border-top:5px solid var(--wc-red)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8}footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;margin-top:3rem;font-size:0.9rem}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.btn-wc-primary{background-color:var(--wc-red);color:#ffffff;font-weight:600;padding:0.75rem 1.5rem;border-radius:8px;border:none;box-shadow:0 4px 10px rgba(228,0,43,0.2)}.btn-wc-primary:hover{background-color:#c02219;color:#ffffff}.btn-wc-outline{background-color:transparent;color:#ffffff;font-weight:600;padding:0.75rem 1.5rem;border-radius:8px;border:2px solid #ffffff}.btn-wc-outline:hover{background-color:#ffffff;color:var(--wc-blue)}