:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a1128;--text-main:#1c1e21;--text-muted:#606770;--accent:#0052cc;--accent-rgb:0,82,204;--accent-2:#e63946;--border:#e1e4e8;--accent-green:#10b981}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.03);transition:transform 0.3s ease,box-shadow 0.3s ease}.card-custom:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,0.06)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;border-bottom:2px solid var(--accent-2)}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;margin:0 0.5rem;transition:color 0.2s}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-2)}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#1c2a4a 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(230,57,70,0.15) 0%,transparent 50%);pointer-events:none}.hero-tag{background:rgba(230,57,70,0.15);color:#ff4d5a;padding:0.4rem 1rem;border-radius:50px;display:inline-block;font-weight:600;font-size:0.85rem;border:1px solid rgba(230,57,70,0.3);margin-bottom:1.5rem}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.stat-badge{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:8px;padding:1rem;text-align:center}.stat-num{font-size:1.8rem;font-weight:700;color:var(--accent-2);display:block}.stat-label{font-size:0.85rem;color:#94a3b8}.section-header{margin-bottom:2.5rem;position:relative}.section-title{font-weight:800;font-size:2rem;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.section-subtitle{color:var(--text-muted);margin-top:0.5rem;font-size:1rem}.live-score-card{border-left:4px solid var(--accent)}.team-flag-placeholder{width:32px;height:32px;border-radius:50%;background:#e9ecef;display:inline-flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem;color:#495057;margin-right:0.8rem}.score-box{background:#f1f3f5;padding:0.2rem 0.6rem;border-radius:4px;font-weight:700;font-size:1.1rem}.status-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:50px;font-weight:600}.table-schedule th{background-color:#f1f5f9;color:#475569;font-weight:600;border-top:none}.table-schedule td{vertical-align:middle;padding:1rem 0.75rem}.group-header{background:var(--surface-strong);color:#ffffff;padding:0.6rem 1rem;font-weight:bold;border-radius:8px 8px 0 0}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.guide-box{position:relative;border-radius:12px;overflow:hidden;height:100%}.guide-box img{transition:transform 0.5s ease;object-fit:cover;width:100%;height:240px}.guide-box:hover img{transform:scale(1.05)}.guide-content{padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-top:none;border-radius:0 0 12px 12px}.timeline-container{position:relative;padding-left:2rem;border-left:2px dashed var(--accent)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background-color:var(--accent-2);border:2px solid #fff}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(0,82,204,0.05);color:var(--accent);box-shadow:none}.footer-section{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}.footer-section h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}.footer-links a:hover{color:var(--accent-2)}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.6rem}.table-responsive-meta{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}