:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1c2434;--text-muted:#626d7f;--accent:#0052cc;--accent-red:#d90429;--accent-green:#0096c7;--border:#e2e8f0;--border-hover:#cbd5e1}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-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand-img{height:40px;width:auto;margin-right:10px}.navbar-brand-text{color:#ffffff;font-weight:800;font-size:1.25rem;letter-spacing:0.5px}.navbar-custom .nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;font-size:0.95rem;margin:0 0.5rem;transition:color 0.3s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff !important;text-decoration:underline;text-underline-offset:6px}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#1e295d 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(217,4,41,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:2rem;max-width:600px}.hero-img-container{border-radius:12px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,0.3)}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-size:2rem;font-weight:800;color:var(--surface-strong);display:inline-block;margin-bottom:0.5rem}.section-header .title-bar{width:60px;height:4px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-red) 100%);border-radius:2px}.custom-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s,box-shadow 0.3s;height:100%}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08);border-color:var(--border-hover)}.live-score-bar{background:var(--surface);border-radius:12px;padding:1rem;margin-bottom:1.5rem;border-left:5px solid var(--accent);box-shadow:0 2px 4px rgba(0,0,0,0.02)}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px}.badge-upcoming{background-color:#e2e8f0;color:var(--text-muted)}.badge-live{background-color:#ffe3e3;color:var(--accent-red);animation:pulse 2s infinite}.group-table{width:100%;border-collapse:collapse}.group-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;padding:0.75rem;font-size:0.85rem;text-align:center}.group-table td{padding:0.75rem;font-size:0.9rem;border-bottom:1px solid var(--border);text-align:center}.group-name{background-color:var(--surface-strong);color:#ffffff;font-weight:700;padding:0.5rem;text-align:center;border-radius:6px 6px 0 0}.scroll-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{padding:1rem;font-weight:600;cursor:pointer;background:#fdfdfd;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:1rem;border-top:1px solid var(--border);background:#fafbfc;color:var(--text-muted);font-size:0.925rem}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);font-size:0.9rem;padding:4rem 0 2rem}footer a{color:rgba(255,255,255,0.8);text-decoration:none}footer a:hover{color:#ffffff;text-decoration:underline}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:768px){.hero-title{font-size:2rem}.section-header h2{font-size:1.6rem}}