:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent-blue:#0284c7;--accent-red:#ef4444;--accent-green:#22c55e;--accent-gold:#f59e0b;--border:#e2e8f0;--border-strong:#cbd5e1}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.card-custom{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;transition:transform 0.2s ease,box-shadow 0.2s ease}.card-custom:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,0.06)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:var(--text-light);font-weight:700;display:flex;align-items:center;gap:8px}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-light);border-bottom:2px solid var(--accent-red)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);position:relative;padding:80px 0;overflow:hidden}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-tag{background-color:var(--accent-red);color:var(--text-light);padding:4px 12px;border-radius:20px;font-size:0.85rem;font-weight:bold;display:inline-block}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3)}section{padding:60px 0}.section-title{font-weight:800;margin-bottom:30px;position:relative;padding-bottom:12px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent-blue);border-radius:2px}.group-card{border-top:4px solid var(--accent-blue)}.table-group th{background-color:#f1f5f9;font-weight:600}.match-card{border-left:5px solid var(--accent-green)}.match-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px;font-weight:600}.match-status-live{background-color:#fee2e2;color:#ef4444}.match-status-upcoming{background-color:#e0f2fe;color:#0284c7}.stadium-card{overflow:hidden}.stadium-card img{transition:transform 0.3s ease}.stadium-card:hover img{transform:scale(1.05)}.faq-question{font-weight:600;color:var(--text-main)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:50px 0 20px}footer a{color:#cbd5e1;text-decoration:none}footer a:hover{color:var(--text-light)}.table-responsive-custom{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}