:root{--primary-color:#0d6efd;--primary-dark:#0a58ca;--secondary-color:#10b981;--accent-color:#f59e0b;--bg-dark:#0f172a;--bg-light:#f8fafc;--surface-card:#ffffff;--surface-card-dark:#1e293b;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border-color:#e2e8f0;--border-dark:#334155}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--bg-dark);border-bottom:2px solid var(--primary-color);padding:0.8rem 1rem;transition:all 0.3s ease}.navbar-custom .navbar-brand{font-weight:800;color:var(--text-light);display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--secondary-color)}section{padding:80px 0;border-bottom:1px solid var(--border-color)}section:nth-child(even){background-color:#ffffff}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:var(--text-light);padding:100px 0 120px;border-bottom:none;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,var(--bg-light),transparent)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-tag{background-color:rgba(16,185,129,0.2);color:var(--secondary-color);border:1px solid var(--secondary-color);padding:6px 16px;border-radius:50px;font-size:0.85rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.section-title{font-weight:800;font-size:2.2rem;margin-bottom:1rem;position:relative;display:inline-block;color:var(--bg-dark)}.section-title::after{content:'';display:block;width:60px;height:4px;background-color:var(--primary-color);margin-top:8px;border-radius:2px}.section-subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.custom-card{background-color:var(--surface-card);border:1px solid var(--border-color);border-radius:12px;padding:24px;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(15,23,42,0.08);border-color:var(--primary-color)}.status-badge{font-size:0.75rem;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase}.status-upcoming{background-color:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.status-completed{background-color:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.match-score-card{background:#ffffff;border-left:5px solid var(--primary-color);border-radius:8px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,0.04);margin-bottom:16px}.group-card{border-top:4px solid var(--primary-color)}.group-table th{background-color:#f1f5f9;color:#475569;font-weight:600}.faq-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:12px;background-color:#ffffff;overflow:hidden}.faq-button{width:100%;padding:18px 24px;text-align:left;background:none;border:none;font-weight:600;color:var(--bg-dark);display:flex;justify-content:space-between;align-items:center;transition:background-color 0.2s}.faq-button:hover{background-color:#f8fafc}.faq-content{padding:0 24px 18px;color:var(--text-muted);display:none}.faq-item.active .faq-content{display:block}.faq-item.active .faq-button{background-color:#f1f5f9}footer{background-color:var(--bg-dark);color:#94a3b8;padding:60px 0 30px;font-size:0.9rem;border-top:4px solid var(--secondary-color)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--secondary-color)}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.8rem}section{padding:50px 0}.table-responsive-container{overflow-x:auto;-webkit-overflow-scrolling:touch}}