:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0d6efd;--accent-rgb:13,110,253;--accent-2:#e01e37;--accent-3:#10b981;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--header-height:70px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);padding:24px;transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.08)}.site-header{background-color:var(--surface-strong);height:var(--header-height);position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.site-header .navbar-brand{color:#ffffff;font-weight:700;display:flex;align-items:center;gap:10px}.site-header .navbar-brand img{height:40px;width:auto}.site-header .nav-link{color:rgba(255,255,255,0.8) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.site-header .nav-link:hover,.site-header .nav-link.active{color:var(--accent) !important}section{scroll-margin-top:calc(var(--header-height)+20px);padding:60px 0}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:80px 0;border-radius:0 0 24px 24px}.hero-section h1{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-section p{font-size:1.15rem;color:#cbd5e1;margin-bottom:30px}.hero-img-wrapper{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover}.stat-badge{background:rgba(255,255,255,0.1);border-left:4px solid var(--accent);padding:12px 20px;border-radius:4px;margin-bottom:15px}.match-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:16px;margin-bottom:15px}.match-card .team-name{font-weight:600;font-size:1rem}.match-card .match-status{font-size:0.85rem;padding:4px 8px;border-radius:4px;font-weight:600}.status-upcoming{background-color:#f1f5f9;color:var(--text-muted)}.status-live{background-color:#fef2f2;color:var(--accent-2);animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-table{width:100%;border-collapse:collapse}.group-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;padding:10px;border-bottom:2px solid var(--border)}.group-table td{padding:12px 10px;border-bottom:1px solid var(--border)}.group-header-card{background-color:var(--accent);color:#ffffff;font-weight:700;padding:10px 15px;border-radius:8px 8px 0 0;margin-bottom:0}.rules-icon{font-size:2rem;color:var(--accent);margin-bottom:15px}.news-item{border-bottom:1px solid var(--border);padding-bottom:15px;margin-bottom:15px}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-title{font-weight:600;color:var(--text-main);margin-bottom:5px;font-size:1.05rem}.news-meta{font-size:0.85rem;color:var(--text-muted)}.accordion-button:not(.collapsed){background-color:rgba(13,110,253,0.05);color:var(--accent)}.accordion-button{font-weight:600;color:var(--text-main)}.site-footer{background-color:var(--surface-strong);color:#cbd5e1;padding:50px 0 20px;margin-top:60px}.site-footer a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.site-footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #334155;padding-top:20px;margin-top:30px;font-size:0.9rem}@media (max-width:991.98px){.hero-section h1{font-size:2rem}.table-responsive-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}}