:root{--primary:#0f172a;--primary-accent:#1d4ed8;--accent-green:#10b981;--accent-red:#ef4444;--bg-light:#f8fafc;--bg-card:#ffffff;--text-dark:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--header-bg:#0b0f19}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(--header-bg);border-bottom:2px solid var(--primary-accent);padding:0.75rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{color:#ffffff;font-weight:800;letter-spacing:0.5px}.nav-link-custom{color:#cbd5e1 !important;font-weight:500;margin-right:1rem;transition:color 0.3s ease}.nav-link-custom:hover{color:var(--accent-green) !important}.hero-section{background:linear-gradient(135deg,#0b0f19 0%,#1e293b 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-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent-green)}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.hero-meta-item{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:1rem;text-align:center}.hero-meta-item h5{color:var(--accent-green);margin-bottom:0.25rem;font-weight:700}.hero-image-wrapper img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1)}.section-title-wrap{margin-bottom:2.5rem;text-align:center}.section-title{font-weight:800;position:relative;display:inline-block;padding-bottom:0.75rem;color:var(--primary)}.section-title::after{content:'';position:absolute;bottom:0;left:25%;width:50%;height:4px;background-color:var(--primary-accent);border-radius:2px}.content-block{padding:4.5rem 0}.custom-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;transition:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.custom-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.match-ticker{background:#ffffff;border-bottom:1px solid var(--border-color);padding:0.75rem 0}.ticker-card{border-right:1px solid var(--border-color);padding:0 1rem;font-size:0.85rem}.ticker-card:last-child{border-right:none}.match-badge{font-size:0.75rem;padding:0.15rem 0.4rem;border-radius:4px;font-weight:600}.badge-upcoming{background-color:#f1f5f9;color:#475569}.schedule-table{background:var(--bg-card);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.schedule-table th{background-color:var(--primary);color:#ffffff;font-weight:600;border:none}.schedule-table td{vertical-align:middle}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--bg-card);border-radius:12px;border:1px solid var(--border-color)}.group-header{background:var(--primary);color:#ffffff;padding:0.75rem 1rem;font-weight:700;border-top-left-radius:11px;border-top-right-radius:11px;display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-list-item{padding:0.75rem 1rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.group-list-item:last-child{border-bottom:none}.stadium-card{position:relative;border-radius:12px;overflow:hidden;color:#ffffff;height:250px}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover img{transform:scale(1.05)}.stadium-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,0.9) 0%,rgba(15,23,42,0.2) 70%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem}.news-img{height:200px;object-fit:cover;width:100%}.history-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--primary-accent)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-2.45rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background-color:var(--accent-green);border:2px solid var(--bg-light)}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--primary);background-color:var(--bg-card)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(29,78,216,0.05);color:var(--primary-accent)}.guide-box{background:#ffffff;border-radius:12px;border-left:5px solid var(--accent-green)}footer{background-color:var(--header-bg);color:#94a3b8;font-size:0.9rem;border-top:4px solid var(--primary-accent)}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--accent-green)}@media (max-width:768px){.hero-section{padding:3rem 0}.hero-title{font-size:1.85rem}.hero-meta-grid{grid-template-columns:1fr}.content-block{padding:3rem 0}}