:root{--primary-color:#0c2340;--secondary-color:#da291c;--accent-color:#00a896;--bg-light:#f4f6f9;--bg-white:#ffffff;--text-main:#1a2530;--text-muted:#606f7b;--border-light:#e2e8f0;--card-shadow:0 4px 15px rgba(0,0,0,0.05);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1rem;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700;font-size:1.35rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:4px;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-color) !important;background-color:rgba(255,255,255,0.08)}.hero-section{background:linear-gradient(135deg,#0c2340 0%,#1d3557 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(0,168,150,0.15) 0%,transparent 50%);pointer-events:none}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem}.hero-section p{font-size:1.125rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}.hero-badge-container{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:2rem}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.5rem 1rem;border-radius:50px;font-size:0.875rem;color:#ffffff;backdrop-filter:blur(5px)}.hero-img-box{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-weight:800;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--secondary-color);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem;font-size:0.95rem}.match-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-light);box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden;margin-bottom:1.25rem}.match-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,0.08)}.match-header{background-color:#f8fafc;padding:0.75rem 1.25rem;font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center}.match-body{padding:1.5rem 1.25rem}.match-team{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.match-team:last-child{margin-bottom:0}.team-name{font-weight:600;font-size:1.05rem}.team-score{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.match-status{background-color:rgba(12,35,64,0.08);color:var(--primary-color);padding:0.25rem 0.75rem;border-radius:20px;font-size:0.8rem;font-weight:600}.match-status.live{background-color:rgba(218,41,28,0.1);color:var(--secondary-color)}.group-table{background-color:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border-light);overflow:hidden;margin-bottom:2rem}.group-title-bar{background-color:var(--primary-color);color:#ffffff;padding:1rem 1.25rem;font-weight:700;font-size:1.1rem}.table-custom{margin-bottom:0}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;font-size:0.875rem;padding:0.75rem 1rem}.table-custom td{padding:0.9rem 1rem;vertical-align:middle;font-size:0.9rem}.news-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-light);overflow:hidden;box-shadow:var(--card-shadow);transition:var(--transition-smooth);height:100%}.news-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.news-content{padding:1.25rem}.news-tag{background-color:rgba(0,168,150,0.1);color:var(--accent-color);font-size:0.75rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px;display:inline-block;margin-bottom:0.75rem}.news-title{font-size:1.1rem;font-weight:700;color:var(--text-main);line-height:1.4;margin-bottom:0.75rem}.news-desc{font-size:0.875rem;color:var(--text-muted);margin-bottom:1rem}.guide-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border-light)}.guide-item:last-child{border-bottom:none}.guide-icon{width:48px;height:48px;border-radius:10px;background-color:rgba(12,35,64,0.05);display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:1.25rem;flex-shrink:0}.guide-text h4{font-size:1rem;font-weight:700;margin-bottom:0.25rem}.guide-text p{font-size:0.875rem;color:var(--text-muted);margin-bottom:0}.faq-accordion .accordion-item{border:1px solid var(--border-light);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--bg-white);padding:1.1rem 1.25rem}.faq-accordion .accordion-button:not(.collapsed){color:var(--primary-color);background-color:#f8fafc;box-shadow:none}.faq-accordion .accordion-body{background-color:var(--bg-white);font-size:0.925rem;color:var(--text-muted);line-height:1.6}.footer-custom{background-color:var(--primary-color);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;border-top:5px solid var(--secondary-color)}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}.footer-custom a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.footer-custom a:hover{color:#ffffff;padding-left:3px}.footer-divider{border-color:rgba(255,255,255,0.1);margin:2rem 0}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-badge-container{justify-content:center}.hero-img-box{margin-top:2rem}}