:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0a1931;--text-main:#1f2937;--text-muted:#6b7280;--accent:#e51e25;--accent-2:#185adb;--border:#e5e7eb;--font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}.header-nav{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);position:sticky;top:0;z-index:1000}.header-nav .navbar-brand{color:#ffffff;font-weight:800;font-size:1.35rem;display:flex;align-items:center;gap:10px}.header-nav .navbar-brand img{max-height:40px;object-fit:contain}.header-nav .nav-link{color:rgba(255,255,255,0.85);font-weight:600;padding:0.5rem 1rem !important;transition:color 0.3s ease}.header-nav .nav-link:hover{color:var(--accent)}.main-container{padding:30px 0}.section-title{font-size:1.75rem;font-weight:800;color:var(--surface-strong);margin-bottom:25px;position:relative;padding-left:15px;border-left:5px solid var(--accent)}.wc-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:24px;margin-bottom:30px;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s ease,box-shadow 0.3s ease}.wc-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,0.05)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#15305b 100%);color:#ffffff;padding:60px 0;border-radius:0 0 24px 24px;margin-bottom:40px}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.3;margin-bottom:20px}.hero-section h1 span{color:var(--accent)}.hero-section .lead{font-size:1.15rem;color:rgba(255,255,255,0.85);margin-bottom:30px}.hero-img-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover}.data-strip{background-color:var(--surface);border-bottom:4px solid var(--accent-2);padding:20px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.05);margin-top:-40px;position:relative;z-index:10}.data-item{text-align:center;border-right:1px solid var(--border)}.data-item:last-child{border-right:none}.data-item h4{font-size:1.75rem;font-weight:800;color:var(--accent-2);margin-bottom:5px}.data-item p{margin:0;font-size:0.85rem;color:var(--text-muted);font-weight:600}.match-list{display:flex;flex-direction:column;gap:15px}.match-row{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;background-color:var(--page-bg);border-radius:10px;border:1px solid var(--border);transition:background-color 0.2s ease}.match-row:hover{background-color:rgba(24,90,219,0.04)}.match-info{font-size:0.85rem;color:var(--text-muted)}.match-teams{display:flex;align-items:center;gap:15px;font-weight:700}.match-score-badge{background-color:var(--surface-strong);color:#ffffff;padding:4px 12px;border-radius:20px;font-size:0.9rem;font-weight:700;min-width:70px;text-align:center}.match-status{font-size:0.8rem;padding:3px 8px;border-radius:4px;font-weight:600}.status-upcoming{background-color:#e0f2fe;color:#0369a1}.status-live{background-color:#fee2e2;color:#b91c1c;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.group-box{background-color:var(--page-bg);border-radius:8px;padding:15px;border-top:4px solid var(--accent-2)}.group-name{font-weight:800;font-size:1.1rem;color:var(--surface-strong);margin-bottom:10px;border-bottom:1px dashed var(--border);padding-bottom:5px}.group-team-list{list-style:none;padding:0;margin:0}.group-team-list li{font-size:0.9rem;padding:4px 0;display:flex;justify-content:space-between;color:var(--text-main)}.group-team-list li span.seed{color:var(--text-muted);font-size:0.8rem}.team-card{background-color:var(--surface);border:1px solid var(--border);border-radius:10px;padding:15px;text-align:center}.team-flag{width:50px;height:35px;object-fit:cover;border-radius:4px;margin-bottom:10px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.team-card h5{font-size:1rem;font-weight:700;margin-bottom:5px}.team-card p{font-size:0.8rem;color:var(--text-muted);margin:0}.news-item{display:flex;gap:15px;padding-bottom:15px;border-bottom:1px solid var(--border);margin-bottom:15px}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-item img{width:100px;height:70px;object-fit:cover;border-radius:6px}.news-content h4{font-size:1rem;font-weight:700;line-height:1.4;margin-bottom:5px}.news-content p{font-size:0.8rem;color:var(--text-muted);margin:0}.sidebar-widget{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:20px;margin-bottom:25px}.widget-title{font-size:1.2rem;font-weight:800;color:var(--surface-strong);margin-bottom:15px;border-bottom:2px solid var(--accent-2);padding-bottom:8px}.faq-item{border-bottom:1px solid var(--border);padding:15px 0}.faq-item:last-child{border-bottom:none}.faq-question{font-weight:700;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--text-muted);font-size:0.9rem;margin-top:8px;display:none}.guide-banner{border-radius:12px;overflow:hidden;margin-bottom:20px}.guide-banner img{width:100%;height:auto;object-fit:cover}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);padding:50px 0 20px;margin-top:50px;font-size:0.9rem}footer a{color:rgba(255,255,255,0.8);text-decoration:none}footer a:hover{color:var(--accent)}footer .footer-title{color:#ffffff;font-weight:700;margin-bottom:20px}@media (max-width:991px){.hero-section{text-align:center;padding:40px 0}.hero-img-wrap{margin-top:30px}.data-strip{margin-top:-20px}.data-item{border-right:none;border-bottom:1px solid var(--border);padding:10px 0}.data-item:last-child{border-bottom:none}}@media (max-width:576px){.hero-section h1{font-size:2rem}.match-row{flex-direction:column;gap:10px;text-align:center}.match-teams{flex-direction:column;gap:5px}}