:root{--primary-color:#0d1b2a;--primary-light:#1b263b;--accent-color:#00e676;--accent-hover:#00c853;--accent-gold:#ffb300;--bg-light:#f4f6f9;--bg-card:#ffffff;--text-dark:#1e293b;--text-muted:#576574;--border-color:#e2e8f0;--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--primary-color);padding:0.75rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand{color:#ffffff !important;font-weight:700;font-size:1.25rem;display:flex;align-items:center}.navbar-custom .nav-link{color:#e2e8f0 !important;font-weight:500;transition:color var(--transition-speed);margin:0 5px}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-color) !important}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,var(--bg-light),transparent)}.hero-content{z-index:2;position:relative}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#ffffff}.hero-title span{color:var(--accent-color)}.hero-subtitle{font-size:1.125rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-badge{display:inline-block;background:rgba(0,230,118,0.15);color:var(--accent-color);padding:0.4rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;margin-bottom:1rem;border:1px solid rgba(0,230,118,0.3)}.hero-img-wrapper img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.section-padding{padding:5rem 0}.bg-white-section{background-color:var(--bg-card)}.section-title-wrap{margin-bottom:3rem;position:relative}.section-title{font-size:2.25rem;font-weight:700;color:var(--primary-color);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent-color);border-radius:2px}.section-desc{color:var(--text-muted);margin-top:0.5rem;font-size:1rem}.status-ticker-wrap{background:#ffffff;border-bottom:1px solid var(--border-color);padding:1rem 0;overflow-x:auto;white-space:nowrap}.status-ticker-inner{display:flex;gap:1.5rem;align-items:center}.status-card{background:var(--bg-light);border:1px solid var(--border-color);padding:0.5rem 1rem;border-radius:10px;display:inline-flex;align-items:center;gap:0.75rem;min-width:260px}.status-card .status-badge{font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px;background:var(--primary-color);color:#ffffff}.status-card .status-badge.live{background:#ff3838}.status-team{font-weight:600;font-size:0.85rem}.status-score{font-weight:700;color:var(--accent-hover)}.schedule-card{border:1px solid var(--border-color);border-radius:12px;background-color:var(--bg-card);transition:transform var(--transition-speed),box-shadow var(--transition-speed);margin-bottom:1rem}.schedule-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.schedule-header{background-color:var(--bg-light);padding:0.75rem 1.25rem;border-bottom:1px solid var(--border-color);border-top-left-radius:12px;border-top-right-radius:12px;font-size:0.875rem;color:var(--text-muted);display:flex;justify-content:space-between}.schedule-body{padding:1.25rem}.schedule-team-logo{width:32px;height:32px;background:#f0f2f5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.75rem;color:var(--primary-color)}.group-table-wrap{background:#ffffff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.05);border:1px solid var(--border-color);overflow:hidden;height:100%}.group-title{background:var(--primary-color);color:#ffffff;padding:1rem;font-weight:700;margin:0;font-size:1.125rem;display:flex;justify-content:space-between;align-items:center}.group-title span{font-size:0.75rem;background:rgba(255,255,255,0.2);padding:0.25rem 0.5rem;border-radius:4px}.table-custom{margin-bottom:0;font-size:0.9rem}.table-custom th{background-color:var(--bg-light);color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--border-color)}.table-custom td{vertical-align:middle;border-bottom:1px solid var(--border-color)}.team-profile-card{border-radius:12px;border:1px solid var(--border-color);background:#ffffff;overflow:hidden;transition:all var(--transition-speed);box-shadow:0 4px 6px rgba(0,0,0,0.02);height:100%}.team-profile-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.08)}.team-hero-bg{height:80px;background:linear-gradient(45deg,var(--primary-light),var(--primary-color));padding:1rem;color:#ffffff;display:flex;justify-content:space-between;align-items:flex-start}.team-profile-body{padding:1.5rem;position:relative;margin-top:-30px}.team-avatar{width:60px;height:60px;border-radius:12px;background:#ffffff;border:3px solid #ffffff;box-shadow:0 4px 10px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;color:var(--primary-color);margin-bottom:0.75rem}.team-title{font-size:1.25rem;font-weight:700;margin-bottom:0.25rem;color:var(--primary-color)}.team-meta{font-size:0.825rem;color:var(--text-muted);margin-bottom:1rem}.player-pill{display:inline-block;background:var(--bg-light);padding:0.35rem 0.75rem;border-radius:30px;font-size:0.8rem;margin-right:0.5rem;margin-bottom:0.5rem;color:var(--text-dark);border:1px solid var(--border-color)}.news-large-card{border-radius:12px;overflow:hidden;border:1px solid var(--border-color);background:#ffffff;height:100%}.news-large-body{padding:1.5rem}.news-list-item{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border-color)}.news-list-item:last-child{border-bottom:none}.news-date{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.25rem}.news-title-link{font-size:1rem;font-weight:600;color:var(--primary-color);text-decoration:none;transition:color var(--transition-speed)}.news-title-link:hover{color:var(--accent-hover)}.guide-box{background-color:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);padding:2rem;height:100%;transition:box-shadow var(--transition-speed)}.guide-box:hover{box-shadow:0 8px 24px rgba(0,0,0,0.06)}.guide-icon{font-size:2.5rem;color:var(--accent-color);margin-bottom:1.25rem}.infocard-row{background:var(--primary-color);color:#ffffff;border-radius:14px;padding:3rem;margin-top:1.5rem}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px !important;margin-bottom:0.75rem;overflow:hidden}.faq-button{background-color:var(--bg-card) !important;color:var(--text-dark) !important;font-weight:600;font-size:1.05rem;border:none;padding:1.25rem;text-align:left;width:100%;box-shadow:none !important}.faq-button:not(.collapsed){color:var(--accent-hover) !important;background-color:rgba(0,230,118,0.03) !important}.faq-body{padding:1.25rem;background:var(--bg-card);border-top:1px solid var(--border-color);color:var(--text-muted);font-size:0.95rem}.about-box{background:#ffffff;border:1px solid var(--border-color);border-radius:12px;padding:2.5rem}.footer-custom{background-color:var(--primary-color);color:#94a3b8;font-size:0.9rem;border-top:4px solid var(--accent-color)}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:1.25rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color var(--transition-speed);display:inline-block;margin-bottom:0.5rem}.footer-links a:hover{color:#ffffff}.footer-bottom{background-color:rgba(0,0,0,0.2);color:#64748b}@media (max-width:991.98px){.hero-section{padding:3.5rem 0;text-align:center}.hero-title{font-size:2.25rem}.hero-subtitle{margin:0 auto 2rem}.hero-img-wrapper{margin-top:2rem}.section-padding{padding:3.5rem 0}.section-title{font-size:1.85rem}}