:root{--page-bg:#f3f4f6;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#10b981;--accent-3:#f59e0b;--border:#e2e8f0;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}.site-header{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:48px;object-fit:contain}.navbar-brand span{color:#ffffff;font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;font-size:0.95rem;transition:color 0.25s ease}.nav-link:hover{color:var(--accent-2) !important}.hero-section{background:linear-gradient(135deg,#0f172a 30%,#1e1b4b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:-50px;left:0;right:0;height:100px;background:var(--page-bg);transform:skewY(-1.5deg)}.hero-badge{background:rgba(2,132,199,0.2);border:1px solid var(--accent);color:#38bdf8;padding:0.35rem 0.75rem;border-radius:50px;font-size:0.85rem;font-weight:600;display:inline-block}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;letter-spacing:-0.5px}.hero-desc{font-size:1.1rem;color:#94a3b8;font-weight:400;line-height:1.7}.section-padding{padding:4.5rem 0}.section-title{position:relative;font-weight:800;font-size:2rem;margin-bottom:2.5rem;color:var(--surface-strong);letter-spacing:-0.5px}.section-title::after{content:'';position:absolute;left:0;bottom:-10px;width:60px;height:4px;background:var(--accent);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.score-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.25s ease,box-shadow 0.25s ease}.score-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.team-flag{width:36px;height:36px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.85rem;border:1px solid #e2e8f0}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.6rem;border-radius:4px}.match-live{background-color:#fef2f2;color:#ef4444;border:1px solid #fca5a5}.match-upcoming{background-color:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.schedule-tabs .nav-link{color:var(--text-main) !important;border-radius:8px;font-weight:600;padding:0.6rem 1.2rem;margin-right:0.5rem;border:1px solid var(--border);background:var(--surface)}.schedule-tabs .nav-link.active{background:var(--accent);color:#ffffff !important;border-color:var(--accent)}.schedule-table-wrapper{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow-x:auto}.schedule-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600;font-size:0.85rem;padding:1rem;text-transform:uppercase}.schedule-table td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border);font-size:0.95rem}.group-box{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.25rem;height:100%}.group-header{background:linear-gradient(135deg,var(--accent) 0%,#0369a1 100%);color:#ffffff;font-weight:700;padding:0.5rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:1rem;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;font-size:0.85rem}.group-table th{color:var(--text-muted);padding:0.35rem;font-weight:600;border-bottom:2px solid var(--border)}.group-table td{padding:0.5rem 0.35rem;border-bottom:1px solid #f1f5f9}.custom-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;height:100%;transition:transform 0.2s ease}.custom-card:hover{transform:translateY(-4px)}.card-img-wrap{position:relative;overflow:hidden;aspect-ratio:16/9}.card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.custom-card:hover .card-img-wrap img{transform:scale(1.04)}.card-content{padding:1.25rem}.card-meta{font-size:0.75rem;color:var(--text-muted);font-weight:500;margin-bottom:0.5rem}.card-title{font-size:1.1rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.75rem;line-height:1.4}.card-text{font-size:0.9rem;color:var(--text-muted);line-height:1.6}.team-profile-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;text-align:center;height:100%}.team-profile-badge{width:60px;height:60px;border-radius:50%;margin:0 auto 1rem auto;background:#f1f5f9;font-size:1.5rem;display:flex;align-items:center;justify-content:center;border:2px solid var(--accent-2)}.info-panel{background:#f8fafc;border-left:4px solid var(--accent);border-radius:0 8px 8px 0;padding:1.25rem}.faq-accordion .accordion-item{border:1px solid var(--border);background:var(--surface);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{background:var(--surface);color:var(--text-main);font-weight:600;padding:1.2rem;box-shadow:none}.faq-accordion .accordion-button:not(.collapsed){background:#f0f9ff;color:var(--accent)}.faq-accordion .accordion-body{color:var(--text-muted);font-size:0.95rem;line-height:1.6;padding:1.2rem;border-top:1px solid var(--border)}.site-footer{background:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem 0;border-top:4px solid var(--accent-2)}.footer-logo{font-size:1.35rem;font-weight:800;color:#ffffff;margin-bottom:1rem}.footer-heading{font-size:1rem;font-weight:700;color:#ffffff;margin-bottom:1.25rem;position:relative}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.65rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease;font-size:0.9rem}.footer-links a:hover{color:var(--accent-2)}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;margin-top:3rem;font-size:0.85rem;color:#64748b}@media (max-width:991.98px){.hero-section{padding:3.5rem 0}.hero-title{font-size:2.25rem}.section-padding{padding:3rem 0}}