:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#ef4444;--accent-gold:#eab308;--border:#e2e8f0;--border-light:#f1f5f9;--primary-gradient:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--accent-gradient:linear-gradient(135deg,#0284c7 0%,#0369a1 100%)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:all 0.3s ease}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.site-header{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:1050}.navbar-brand{font-weight:800;letter-spacing:0.5px;color:#ffffff !important}.navbar-brand img{max-height:40px;margin-right:10px}.nav-link{color:#e2e8f0 !important;font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:var(--primary-gradient);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(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;text-transform:uppercase}.hero-subtitle{font-size:1.15rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-meta-badge{background:rgba(2,132,199,0.2);border:1px solid var(--accent);color:#38bdf8;padding:0.5rem 1rem;border-radius:50px;font-weight:600;font-size:0.85rem;display:inline-block;margin-bottom:1.5rem}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3)}.hero-img-wrapper img{transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.03)}section{padding:4.5rem 0}.section-header{margin-bottom:3rem}.section-title{font-size:2rem;font-weight:800;position:relative;padding-bottom:0.75rem;color:var(--surface-strong)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);font-size:1rem;margin-top:0.5rem}.stat-badge{font-size:0.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--accent);font-weight:700}.stat-number{font-size:2.25rem;font-weight:800;color:var(--surface-strong);line-height:1;margin:0.5rem 0}.schedule-timeline{position:relative}.match-card{background:var(--surface);border-left:4px solid var(--accent);border-radius:0 10px 10px 0;padding:1.25rem;margin-bottom:1rem;transition:all 0.2s ease}.match-card:hover{border-left-color:var(--accent-2);box-shadow:0 4px 12px rgba(0,0,0,0.05)}.match-time{font-weight:700;color:var(--accent);font-size:0.9rem}.match-team-name{font-weight:600;font-size:1rem}.match-score{font-size:1.15rem;font-weight:800;background:var(--border-light);padding:0.25rem 0.75rem;border-radius:4px;min-width:50px;text-align:center}.table-responsive{border-radius:8px;overflow:hidden;border:1px solid var(--border)}.table{margin-bottom:0}.table th{background-color:var(--surface-strong);color:#ffffff;font-weight:600;border:none}.venue-card{position:relative;border-radius:12px;overflow:hidden;height:320px;color:#ffffff}.venue-card-img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.venue-card:hover .venue-card-img{transform:scale(1.1)}.venue-overlay{position:absolute;bottom:0;left:0;right:0;top:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(15,23,42,0.95) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.team-flag-badge{width:45px;height:30px;object-fit:cover;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.widget-title{font-size:1.15rem;font-weight:700;border-bottom:2px solid var(--border-light);padding-bottom:0.75rem;margin-bottom:1rem;color:var(--surface-strong)}.accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-button:not(.collapsed){color:var(--accent);background-color:var(--border-light);box-shadow:none}.site-footer{background-color:var(--surface-strong);color:#94a3b8;font-size:0.9rem;border-top:4px solid var(--accent-2)}.footer-heading{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-link{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.footer-link:hover{color:var(--accent)}.footer-bottom{border-top:1px solid #1e293b;color:#64748b}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-title{font-size:2rem}.section-title{font-size:1.75rem}}