:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0b1a30;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0f4c81;--accent-rgb:15,76,129;--accent-2:#e02424;--accent-3:#10b981;--border:#e2e8f0;--border-light:rgba(255,255,255,0.15)}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}.header-nav{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:1030;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.header-nav .navbar-brand{color:var(--text-light) !important;font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.header-nav .navbar-brand img{max-height:40px;width:auto;object-fit:contain}.header-nav .nav-link{color:rgba(248,250,252,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:all 0.25s ease}.header-nav .nav-link:hover,.header-nav .nav-link.active{color:var(--text-light) !important;background-color:rgba(255,255,255,0.1);border-radius:8px}.card-custom{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease}.card-custom:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -2px rgba(0,0,0,0.04)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#152b4d 100%);color:var(--text-light);padding:4.5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(15,76,129,0.4) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.15rem;color:rgba(248,250,252,0.85);margin-bottom:2rem;line-height:1.7}.hero-img-wrap{border-radius:14px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:1px solid var(--border-light)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover;display:block}.overview-badge{background:rgba(255,255,255,0.08);border:1px solid var(--border-light);border-radius:10px;padding:1rem;text-align:center;transition:background 0.2s}.overview-badge:hover{background:rgba(255,255,255,0.12)}.overview-badge .num{font-size:1.8rem;font-weight:700;color:var(--accent-3);display:block;margin-bottom:0.25rem}.overview-badge .label{font-size:0.85rem;color:rgba(248,250,252,0.75);font-weight:500}.section-title{position:relative;font-weight:700;color:var(--surface-strong);margin-bottom:2rem;padding-bottom:0.75rem;font-size:1.85rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.match-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.25rem;margin-bottom:1rem;transition:all 0.2s}.match-card:hover{border-color:var(--accent);box-shadow:0 4px 12px rgba(0,0,0,0.05)}.match-header{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;color:var(--text-muted);margin-bottom:0.75rem;border-bottom:1px dashed var(--border);padding-bottom:0.5rem}.match-team{display:flex;align-items:center;justify-content:space-between;font-weight:600;margin:0.5rem 0}.match-team span{display:flex;align-items:center;gap:10px}.match-team .flag{width:28px;height:20px;object-fit:cover;border-radius:3px;border:1px solid var(--border);background:#f1f5f9}.match-score{font-size:1.25rem;font-weight:700;color:var(--surface-strong)}.match-status-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:30px;font-weight:600}.status-upcoming{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.status-live{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5;animation:pulse 1.8s infinite}.status-finished{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.group-table{width:100%;margin-bottom:0;font-size:0.9rem}.group-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;border-bottom:2px solid var(--border);text-align:center;padding:0.75rem 0.5rem}.group-table td{text-align:center;padding:0.75rem 0.5rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-table td.team-name{text-align:left;font-weight:600;display:flex;align-items:center;gap:8px}.group-table tr:last-child td{border-bottom:none}.team-grid-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.25rem;text-align:center;height:100%}.team-grid-card .flag-lg{width:64px;height:44px;object-fit:cover;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);margin-bottom:0.75rem;border:1px solid var(--border)}.team-grid-card h4{font-size:1.1rem;font-weight:700;margin-bottom:0.25rem;color:var(--surface-strong)}.team-grid-card p{font-size:0.8rem;color:var(--text-muted);margin-bottom:0}.news-img{height:180px;object-fit:cover;width:100%}.news-title{font-size:1.05rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.5rem;line-height:1.4}.stadium-card{position:relative;border-radius:12px;overflow:hidden;height:240px;margin-bottom:1.5rem}.stadium-card img{width:100%;height:100%;object-fit:cover}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,26,48,0.95) 0%,rgba(15,26,48,0.4) 60%,transparent 100%);padding:1.25rem;color:var(--text-light)}.stadium-overlay h4{font-size:1.15rem;font-weight:700;margin-bottom:0.25rem}.stadium-overlay p{font-size:0.85rem;margin-bottom:0;color:rgba(248,250,252,0.8)}.guide-box{background:#f0fdf4;border-left:4px solid var(--accent-3);border-radius:0 8px 8px 0;padding:1.25rem;margin-bottom:1rem}.guide-box-alt{background:#eff6ff;border-left:4px solid var(--accent);border-radius:0 8px 8px 0;padding:1.25rem;margin-bottom:1rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:10px !important;margin-bottom:0.75rem;overflow:hidden}.faq-button{font-weight:600;color:var(--surface-strong);text-align:left;background:var(--surface);border:none;width:100%;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;transition:background 0.2s}.faq-button:not(.collapsed){background:#f8fafc;color:var(--accent)}.faq-body{padding:1rem 1.25rem;background:var(--surface);color:var(--text-muted);border-top:1px solid var(--border);font-size:0.925rem}.site-footer{background:var(--surface-strong);color:rgba(248,250,252,0.75);padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}.site-footer a{color:rgba(248,250,252,0.85);text-decoration:none;transition:color 0.2s}.site-footer a:hover{color:var(--text-light)}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.6}}.scroll-x-container{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:0.5rem}.scroll-x-container::-webkit-scrollbar{height:6px}.scroll-x-container::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}