:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1e293b;--text-muted:#64748b;--accent-blue:#0052cc;--accent-red:#d92534;--accent-green:#00875a;--accent-gold:#e2b007;--border:#e2e8f0;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}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;border-bottom:2px solid var(--accent-blue)}.navbar-custom .navbar-brand{display:flex;align-items:center;color:#ffffff;font-weight:700;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:var(--transition-smooth);padding:0.5rem 1rem !important;border-radius:4px}.navbar-custom .nav-link:hover{color:#ffffff;background-color:rgba(255,255,255,0.1)}section{padding:5rem 0}.bg-light-section{background-color:var(--surface)}.section-title{position:relative;font-weight:800;color:var(--surface-strong);margin-bottom:3rem;text-transform:uppercase;letter-spacing:0.5px}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-blue),var(--accent-red));border-radius:2px}.hero-section{background:radial-gradient(circle at top right,#101f42,#040914);color:#ffffff;padding:6rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,82,204,0.15) 0%,rgba(217,37,52,0.1) 100%);pointer-events:none}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.4)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover;transition:var(--transition-smooth)}.hero-badge{background:linear-gradient(90deg,var(--accent-red),var(--accent-blue));color:#ffffff;padding:0.5rem 1.2rem;border-radius:50px;font-weight:600;display:inline-block;margin-bottom:1.5rem;font-size:0.9rem}.live-score-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;transition:var(--transition-smooth);position:relative;overflow:hidden}.live-score-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05);border-color:var(--accent-blue)}.match-status-badge{font-size:0.75rem;padding:0.3rem 0.8rem;border-radius:50px;font-weight:600}.status-live{background-color:rgba(217,37,52,0.1);color:var(--accent-red);animation:pulse 2s infinite}.status-upcoming{background-color:rgba(0,82,204,0.1);color:var(--accent-blue)}.status-finished{background-color:#f1f5f9;color:var(--text-muted)}.schedule-table-wrapper{background:var(--surface);border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.02);border:1px solid var(--border);overflow-x:auto}.table-custom{margin-bottom:0;width:100%;min-width:800px}.table-custom th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;border-bottom:2px solid var(--border);padding:1rem 1.5rem}.table-custom td{padding:1.2rem 1.5rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;height:100%;transition:var(--transition-smooth)}.group-card:hover{box-shadow:0 8px 16px rgba(0,0,0,0.05)}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:1rem;font-weight:700;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-list li{padding:0.8rem 1.2rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-list li:last-child{border-bottom:none}.team-profile-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;text-align:center;transition:var(--transition-smooth)}.team-profile-card:hover{transform:translateY(-5px);border-color:var(--accent-green)}.flag-placeholder{width:60px;height:40px;background:#e2e8f0;margin:0 auto 1rem;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--text-muted)}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;height:100%;transition:var(--transition-smooth)}.news-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.08)}.news-img{width:100%;height:200px;object-fit:cover}.news-body{padding:1.5rem}.news-tag{font-size:0.75rem;color:var(--accent-blue);font-weight:700;text-transform:uppercase;margin-bottom:0.5rem;display:inline-block}.guide-box{background:var(--surface);border-left:4px solid var(--accent-red);padding:1.5rem;border-radius:0 12px 12px 0;height:100%;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.rules-grid{background-color:var(--surface-strong);color:#ffffff;border-radius:12px;padding:2.5rem}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){color:var(--accent-blue);background-color:rgba(0,82,204,0.05)}.about-section{background-color:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:2.5rem}.footer-main{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;border-top:4px solid var(--accent-red)}.footer-main a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.footer-main a:hover{color:#ffffff}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){section{padding:3.5rem 0}.section-title{margin-bottom:2rem}.rules-grid{padding:1.5rem}}