:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--accent-3:#f59e0b;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--transition: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,Arial,sans-serif;overflow-x:hidden;line-height:1.6}.custom-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1)}.navbar{background-color:var(--surface-strong);backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-brand{font-weight:800;letter-spacing:0.5px;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;font-size:0.95rem;transition:var(--transition);padding:0.5rem 1rem !important;border-radius:6px}.nav-link:hover,.nav-link.active{color:#ffffff !important;background-color:rgba(255,255,255,0.1)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;color:#ffffff;margin-bottom:1.5rem}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;max-width:650px}.hero-stats{background:rgba(255,255,255,0.05);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,0.1);backdrop-filter:blur(5px)}.hero-stat-item h4{font-size:1.8rem;font-weight:700;color:var(--accent-3);margin-bottom:0.25rem}.hero-stat-item p{font-size:0.85rem;color:#94a3b8;margin:0}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-size:2rem;font-weight:800;color:var(--text-main);position:relative;display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem;font-size:1rem}.match-badge{font-size:0.75rem;padding:0.35rem 0.75rem;border-radius:50px;font-weight:600}.badge-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.badge-upcoming{background-color:#e0f2fe;color:#0284c7}.badge-ended{background-color:#f1f5f9;color:#64748b}@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-main);font-weight:600;padding:0.75rem 0.5rem;font-size:0.85rem;border-bottom:2px solid var(--border)}.group-table td{padding:0.75rem 0.5rem;font-size:0.9rem;border-bottom:1px solid var(--border)}.group-table tr:last-child td{border-bottom:none}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.news-img-wrapper{position:relative;height:200px;overflow:hidden}.news-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.custom-card:hover .news-img-wrapper img{transform:scale(1.05)}.news-tag{position:absolute;top:10px;left:10px;background:rgba(15,23,42,0.85);color:#ffffff;padding:0.25rem 0.75rem;border-radius:4px;font-size:0.75rem;font-weight:600}.info-sidebar{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border-left:4px solid var(--accent-2)}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){color:var(--accent);background-color:#f0f9ff;box-shadow:none}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;border-top:4px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition)}footer a:hover{color:#ffffff}.footer-bottom{border-top:1px solid #334155;padding-top:1.5rem;margin-top:3rem;font-size:0.85rem}@media (max-width:768px){.hero-title{font-size:2rem}.section-header h2{font-size:1.6rem}}