:root{--primary:#0f172a;--primary-light:#1e293b;--accent-red:#da291c;--accent-green:#006847;--accent-blue:#0033a0;--gold:#d97706;--text-main:#1e293b;--text-muted:#64748b;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--card-shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.05),0 4px 6px -4px rgb(0 0 0 / 0.05)}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{background-color:var(--bg-white);box-shadow:var(--card-shadow);border-bottom:1px solid var(--border-color);padding:0.75rem 1rem}.navbar-brand{display:flex;align-items:center;font-weight:800;color:var(--primary);gap:10px}.navbar-brand img{max-height:40px;width:auto}.nav-link{color:var(--primary-light);font-weight:600;padding:0.5rem 1rem !important;transition:color 0.2s ease-in-out}.nav-link:hover,.nav-link.active{color:var(--accent-red)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;overflow:hidden;position:relative}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--bg-light),transparent)}.hero-tagline{background-color:rgba(218,41,28,0.15);color:#ff8a80;padding:0.4rem 1rem;border-radius:50px;font-size:0.875rem;display:inline-block;margin-bottom:1.5rem;border:1px solid rgba(218,41,28,0.3);font-weight:600}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--gold)}.hero-desc{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);max-width:100%;height:auto}.section-padding{padding:5rem 0}.section-title-wrap{margin-bottom:3rem;text-align:center}.section-title{font-size:2rem;font-weight:800;color:var(--primary);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--accent-red),var(--accent-green));border-radius:2px}.section-subtitle{color:var(--text-muted);margin-top:0.5rem;font-size:1rem}.overview-card{background-color:var(--bg-white);border-radius:12px;padding:2rem;border:1px solid var(--border-color);box-shadow:var(--card-shadow);height:100%;transition:transform 0.3s ease}.overview-card:hover{transform:translateY(-5px)}.icon-circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.icon-red{background-color:rgba(218,41,28,0.1);color:var(--accent-red)}.icon-green{background-color:rgba(0,104,71,0.1);color:var(--accent-green)}.icon-blue{background-color:rgba(0,51,160,0.1);color:var(--accent-blue)}.schedule-table-container{background-color:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);overflow:hidden;border:1px solid var(--border-color)}.schedule-table{margin-bottom:0}.schedule-table th{background-color:var(--primary);color:#ffffff;font-weight:600;border:none;padding:1rem}.schedule-table td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border-color)}.badge-status{padding:0.4rem 0.8rem;border-radius:50px;font-size:0.75rem;font-weight:600}.badge-not-started{background-color:#f1f5f9;color:#475569}.badge-live{background-color:#fef2f2;color:#ef4444;border:1px solid rgba(239,68,68,0.2)}.score-board-wrapper{background-color:var(--bg-white);border-radius:12px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);padding:1.5rem;margin-bottom:1.5rem;transition:box-shadow 0.3s ease}.score-board-wrapper:hover{box-shadow:var(--card-shadow-lg)}.score-match-info{font-size:0.825rem;color:var(--text-muted);border-bottom:1px solid var(--border-color);padding-bottom:0.75rem;margin-bottom:1rem;display:flex;justify-content:space-between}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.team-name{font-weight:700;display:flex;align-items:center;gap:10px}.team-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.score-num{font-size:1.25rem;font-weight:800;color:var(--primary)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);overflow:hidden}.group-header{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 100%);color:#ffffff;padding:0.75rem 1rem;font-weight:700;text-align:center}.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-color)}.group-item:last-child{border-bottom:none}.team-profile-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);padding:1.5rem;text-align:center;transition:all 0.3s ease}.team-profile-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-lg)}.team-avatar{width:70px;height:70px;border-radius:50%;background-color:#f1f5f9;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:2px solid var(--border-color)}.team-title{font-weight:800;font-size:1.125rem;margin-bottom:0.25rem}.team-subtitle{font-size:0.875rem;color:var(--text-muted);margin-bottom:1rem}.team-stats{display:flex;justify-content:space-around;border-top:1px solid var(--border-color);padding-top:1rem;font-size:0.825rem}.stat-value{font-weight:700;color:var(--primary);display:block}.news-card{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);height:100%;overflow:hidden;display:flex;flex-direction:column}.news-img-box{position:relative;overflow:hidden}.news-img-box img{width:100%;height:200px;object-fit:cover;transition:transform 0.5s ease}.news-card:hover .news-img-box img{transform:scale(1.05)}.news-badge{position:absolute;top:1rem;left:1rem;background-color:var(--accent-red);color:#ffffff;padding:0.25rem 0.75rem;border-radius:4px;font-size:0.75rem;font-weight:600}.news-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.825rem;color:var(--text-muted);margin-bottom:0.5rem}.news-heading{font-size:1.125rem;font-weight:700;margin-bottom:0.75rem;color:var(--primary);line-height:1.4}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.5rem}.guide-box{background-color:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--card-shadow);padding:2rem;height:100%}.guide-list{padding-left:0;list-style:none}.guide-list li{position:relative;padding-left:1.75rem;margin-bottom:1rem}.guide-list li::before{content:"\F272";font-family:"bootstrap-icons";position:absolute;left:0;top:0;color:var(--accent-green);font-size:1.1rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:700;color:var(--primary);background-color:var(--bg-white);padding:1.25rem}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--bg-light);color:var(--accent-red);box-shadow:none}.faq-accordion .accordion-body{padding:1.25rem;color:var(--text-muted);background-color:var(--bg-white);border-top:1px solid var(--border-color)}footer{background-color:var(--primary);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent-red)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}footer a:hover{color:#ffffff}.footer-heading{color:#ffffff;font-weight:700;font-size:1.1rem;margin-bottom:1.5rem}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;margin-top:3rem;font-size:0.825rem}@media (max-width:991.98px){.hero-title{font-size:2rem}.section-padding{padding:3.5rem 0}}