:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0d1b2a;--text-main:#1e293b;--text-muted:#475569;--accent:#0f4c81;--accent-2:#d90429;--accent-3:#1b4332;--gold:#f5a623;--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;overflow-x:hidden;line-height:1.6}.navbar{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{color:#ffffff;font-weight:700;margin-left:10px;font-size:1.25rem}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 0.5rem;transition:color 0.3s}.nav-link:hover,.nav-link:focus{color:var(--gold) !important}.hero-section{background:linear-gradient(135deg,#0d1b2a 0%,#1b4332 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-title span{color:var(--gold)}.hero-badge{background:rgba(217,4,41,0.2);border:1px solid var(--accent-2);color:#ff85a1;padding:0.4rem 1rem;border-radius:50px;font-size:0.9rem;display:inline-block;margin-bottom:1rem;font-weight:600}.hero-img{border-radius:var(--card-radius);box-shadow:0 10px 30px rgba(0,0,0,0.4);object-fit:cover;width:100%;height:auto}.section-title{font-size:2rem;font-weight:700;color:var(--accent);position:relative;margin-bottom:2rem;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-2),var(--accent-3));border-radius:2px}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden;margin-bottom:1.5rem}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.match-row{border-bottom:1px solid var(--border);padding:1rem;align-items:center;display:flex;transition:background 0.3s}.match-row:hover{background-color:rgba(15,76,129,0.03)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:bold}.badge-upcoming{background:#e0f2fe;color:#0369a1}.badge-live{background:#fee2e2;color:#b91c1c;animation:pulse 2s infinite}.badge-finished{background:#f1f5f9;color:#475569}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-table{width:100%;border-collapse:collapse}.group-table th{background-color:#f1f5f9;color:var(--text-muted);font-weight:600;padding:0.75rem;font-size:0.85rem}.group-table td{padding:0.75rem;border-bottom:1px solid var(--border);font-size:0.9rem}.team-avatar{width:48px;height:48px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--accent);border:2px solid var(--border)}.guide-item{display:flex;margin-bottom:1.25rem}.guide-icon{font-size:1.5rem;color:var(--accent-2);margin-right:1rem;margin-top:0.25rem}.faq-question{font-weight:600;color:var(--text-main);padding:1rem;background:#f8fafc;border:1px solid var(--border);border-radius:8px;cursor:pointer;margin-bottom:0.5rem;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:1rem;color:var(--text-muted);font-size:0.95rem;line-height:1.6;border-left:3px solid var(--accent);background-color:#fff;margin-bottom:1rem}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;font-size:0.9rem}footer a{color:rgba(255,255,255,0.9);text-decoration:none}footer a:hover{color:var(--gold)}@media (max-width:768px){.hero-section{padding:3rem 0;text-align:center}.hero-title{font-size:1.8rem}.section-title{font-size:1.6rem}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}