:root{--page-bg:#f4f7fc;--surface:#ffffff;--surface-strong:#0f172a;--primary-color:#0d6efd;--accent-color:#d90429;--gold-color:#ffb703;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--border-color:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}a{text-decoration:none;transition:all 0.3s ease}.section-padding{padding:80px 0}.section-title{font-size:2.25rem;font-weight:800;color:var(--surface-strong);margin-bottom:1.5rem;position:relative;display:inline-block}.section-title::after{content:'';display:block;width:60px;height:4px;background:var(--accent-color);margin-top:10px;border-radius:2px}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 20px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:var(--text-light) !important;font-weight:800;font-size:1.5rem}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:600;padding:0.5rem 1rem !important}.navbar-custom .nav-link:hover{color:var(--gold-color) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:100px 0 80px 0;position:relative}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;color:#ffffff}.hero-title span{background:linear-gradient(to right,#ffb703,#d90429);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 40px rgba(0,0,0,0.3);object-fit:cover}.live-ticker{background:var(--accent-color);color:white;padding:12px 0;font-weight:700}.match-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border-color);padding:20px;transition:transform 0.3s,box-shadow 0.3s}.match-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.match-status{font-size:0.85rem;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:20px;display:inline-block}.match-status.live{background-color:rgba(217,4,41,0.1);color:var(--accent-color)}.match-status.upcoming{background-color:rgba(13,110,253,0.1);color:var(--primary-color)}.group-box{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border-color);overflow:hidden;margin-bottom:30px}.group-header{background:var(--surface-strong);color:white;padding:12px 20px;font-weight:700;font-size:1.2rem}.group-table th{font-weight:600;color:var(--text-muted)}.news-card{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border-color);height:100%}.news-content{padding:20px}.news-title{font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:10px;color:var(--surface-strong)}.faq-item{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border-color);margin-bottom:15px;padding:20px}.faq-question{font-size:1.1rem;font-weight:700;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{margin-top:15px;color:var(--text-muted);border-top:1px solid var(--border-color);padding-top:15px}.guide-box{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);color:var(--text-light);border-radius:var(--card-radius);padding:40px}.scroll-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}footer{background:var(--surface-strong);color:rgba(255,255,255,0.7);padding:60px 0 30px 0;border-top:5px solid var(--accent-color)}footer a{color:rgba(255,255,255,0.8)}footer a:hover{color:var(--gold-color)}