:root{--primary-red:#D80621;--primary-blue:#002868;--primary-green:#006341;--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#f59e0b;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--transition:all 0.3s ease}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}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;font-size:1.35rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 50%,#064e3b 100%);color:#ffffff;padding:5rem 0 4rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(216,6,33,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#f1f5f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-meta-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.35rem 0.85rem;border-radius:50px;font-size:0.85rem;color:var(--accent);display:inline-block;margin-bottom:1rem}.data-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);padding:1.5rem;margin-bottom:1.5rem;transition:var(--transition)}.data-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,0.08)}.section-title{font-size:1.75rem;font-weight:700;color:var(--surface-strong);margin-bottom:1.5rem;position:relative;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:45px;height:4px;background:linear-gradient(to right,var(--primary-red),var(--primary-green));border-radius:2px}.match-row{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border);background:var(--surface);transition:var(--transition)}.match-row:last-child{border-bottom:none}.match-row:hover{background:#f8fafc}.match-date{font-size:0.85rem;color:var(--text-muted);width:120px}.match-team{display:flex;align-items:center;gap:10px;font-weight:600;width:180px}.match-team.team-right{justify-content:flex-end;text-align:right}.match-score-box{background:var(--surface-strong);color:#ffffff;font-weight:700;padding:0.35rem 1rem;border-radius:6px;min-width:75px;text-align:center;font-size:1rem}.match-status{font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px;font-weight:bold}.status-upcoming{background:#fef3c7;color:#d97706}.status-live{background:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.group-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;box-shadow:var(--card-shadow)}.group-header{background:linear-gradient(135deg,var(--primary-blue),#1e1b4b);color:#ffffff;margin:-1.25rem -1.25rem 1rem -1.25rem;padding:0.75rem 1.25rem;border-top-left-radius:12px;border-top-right-radius:12px;font-weight:700;font-size:1.1rem}.group-table{width:100%;font-size:0.9rem}.group-table td{padding:0.5rem 0.25rem;border-bottom:1px solid #f1f5f9}.group-table tr:last-child td{border-bottom:none}.news-card{border:none;background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);margin-bottom:1.5rem}.news-img{height:190px;object-fit:cover;width:100%}.news-content{padding:1.25rem}.news-title{font-size:1.1rem;font-weight:700;margin-bottom:0.5rem;color:var(--surface-strong)}.news-desc{font-size:0.88rem;color:var(--text-muted);margin-bottom:1rem}.guide-box{background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);border-left:5px solid var(--primary-green);padding:1.25rem;border-radius:0 12px 12px 0;box-shadow:var(--card-shadow)}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:0.75rem;overflow:hidden}.faq-question{padding:1rem 1.25rem;font-weight:600;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:0 1.25rem 1rem;color:var(--text-muted);font-size:0.95rem;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-question{border-bottom:1px solid var(--border);color:var(--primary-red)}.scroll-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.scroll-content{min-width:600px}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.25rem}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition)}footer a:hover{color:#ffffff}.footer-divider{border-color:rgba(255,255,255,0.1);margin:2rem 0}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){.hero-section{padding:3rem 0}.hero-title{font-size:2rem}.match-row{flex-wrap:wrap;gap:10px}.match-date{width:100%}.match-team{width:calc(50% - 50px)}.match-team.team-right{text-align:right}.match-score-box{width:80px}}