:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#d81159;--accent-green:#006847;--accent-blue:#0a369d;--border:#e2e8f0;--primary-gradient:linear-gradient(135deg,#0a369d 0%,#d81159 100%)}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}a{color:var(--accent-blue);text-decoration:none;transition:color 0.2s ease}a:hover{color:var(--accent)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:#cbd5e1 !important;font-weight:500;margin-right:0.5rem;border-bottom:2px solid transparent}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff !important;border-bottom-color:var(--accent)}.main-wrapper{padding:2rem 0}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.04);padding:1.5rem;margin-bottom:2rem;transition:transform 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,0.08)}.card-header-styled{border-left:5px solid var(--accent);padding-left:0.75rem;margin-bottom:1.25rem}.card-header-styled h2,.card-header-styled h3{font-size:1.35rem;font-weight:700;margin:0;color:var(--surface-strong)}.hero-banner{background:var(--primary-gradient);color:#ffffff;border-radius:14px;padding:3rem 2rem;margin-bottom:2rem;position:relative;overflow:hidden}.hero-banner::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.25);z-index:1}.hero-content{position:relative;z-index:2}.hero-banner h1{font-size:2.25rem;font-weight:800;margin-bottom:1rem;line-height:1.3}.hero-banner p{font-size:1.1rem;opacity:0.9;margin-bottom:1.5rem;max-width:800px}.hero-badge-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.5rem}.hero-badge{background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.25);padding:0.5rem 1rem;border-radius:30px;font-size:0.9rem;font-weight:500;color:#ffffff}.live-score-strip{display:flex;gap:15px;overflow-x:auto;padding-bottom:10px}.score-box{min-width:280px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem;text-align:center}.score-box .status-badge{font-size:0.75rem;background-color:#f1f5f9;color:var(--text-muted);padding:0.25rem 0.5rem;border-radius:4px;display:inline-block;margin-bottom:0.5rem}.score-box .team-row{display:flex;justify-content:space-between;align-items:center;margin:0.5rem 0;font-weight:600}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:15px}.group-card{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:1rem}.group-title{background:var(--accent-blue);color:#ffffff;font-weight:700;text-align:center;padding:0.4rem;border-radius:4px;margin-bottom:0.75rem;font-size:0.95rem}.group-list{list-style:none;padding:0;margin:0}.group-list li{padding:0.4rem 0.5rem;border-bottom:1px dashed var(--border);display:flex;justify-content:space-between;font-size:0.88rem}.group-list li:last-child{border-bottom:none}.timeline-container{position:relative;padding-left:20px;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item::before{content:'';position:absolute;left:-26px;top:5px;width:10px;height:10px;border-radius:50%;background-color:var(--accent);border:2px solid var(--surface)}.timeline-date{font-size:0.85rem;font-weight:700;color:var(--accent)}.timeline-title{font-weight:600;margin:0.2rem 0}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-item:last-child{border-bottom:none}.faq-question{font-weight:600;color:var(--surface-strong);font-size:1.05rem;margin-bottom:0.5rem}.faq-answer{color:var(--text-muted);font-size:0.95rem;text-align:justify}.news-item{display:flex;gap:15px;padding:1rem 0;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none}.news-badge{background-color:rgba(10,54,157,0.1);color:var(--accent-blue);font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:3px;align-self:flex-start}.news-title{font-weight:600;font-size:1rem;margin-bottom:0.3rem}.news-desc{font-size:0.88rem;color:var(--text-muted);margin:0}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:3rem 0;margin-top:3rem;border-top:4px solid var(--accent)}.footer-custom a{color:#cbd5e1}.footer-custom a:hover{color:#ffffff}.footer-brand{color:#ffffff;font-weight:700;font-size:1.3rem;margin-bottom:1rem}.sidebar-widget{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem}.content-image-wrapper{margin:1.5rem 0;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.06)}.content-image-wrapper img{width:100%;height:auto;object-fit:cover;display:block}@media (max-width:991.98px){.hero-banner{padding:2rem 1.25rem}.hero-banner h1{font-size:1.75rem}.main-wrapper{padding:1rem 0}}