:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--surface-muted:#1e293b;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-green:#10b981;--accent-gold:#f59e0b;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:var(--text-light);font-weight:800;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;width:auto}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;transition:color 0.3s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--accent-gold)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-tagline{background:rgba(2,132,199,0.2);color:#38bdf8;padding:0.4rem 1rem;border-radius:50px;font-size:0.875rem;display:inline-block;margin-bottom:1rem;border:1px solid rgba(56,189,248,0.3)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent-gold)}.hero-image{border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.15);max-width:100%;height:auto}.stats-bar{background:var(--surface);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);margin-top:-3rem;position:relative;z-index:10;padding:1.5rem;border:1px solid var(--border)}.stat-item{text-align:center;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-number{font-size:1.8rem;font-weight:800;color:var(--accent)}.stat-label{font-size:0.875rem;color:var(--text-muted);font-weight:600}.section-padding{padding:5rem 0}.section-title-wrap{margin-bottom:3rem;position:relative}.section-title{font-size:2rem;font-weight:800;color:var(--text-main);position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);font-size:1.1rem;margin-top:0.5rem}.match-status-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:1.25rem;transition:transform 0.2s,box-shadow 0.2s}.match-status-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.match-meta{display:flex;justify-content:space-between;align-items:center;font-size:0.75rem;color:var(--text-muted);margin-bottom:1rem}.match-badge{padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.badge-upcoming{background-color:#f1f5f9;color:#475569}.match-teams{display:flex;flex-direction:column;gap:0.75rem}.team-row{display:flex;align-items:center;justify-content:space-between}.team-name{font-weight:600;font-size:1rem;color:var(--text-main)}.team-score{font-weight:800;font-size:1.125rem;color:var(--text-muted)}.schedule-table-container{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow-x:auto}.schedule-table{margin-bottom:0;white-space:nowrap}.schedule-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:700;border-bottom:2px solid var(--border)}.schedule-table td{vertical-align:middle;color:var(--text-main)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden}.group-header{background:var(--surface-strong);color:var(--text-light);padding:0.75rem 1rem;font-weight:700;font-size:1.1rem}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.team-highlight-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;height:100%}.team-image-wrapper{position:relative;overflow:hidden}.team-image-wrapper img{width:100%;height:auto;object-fit:cover;transition:transform 0.3s}.team-highlight-card:hover .team-image-wrapper img{transform:scale(1.03)}.team-info-body{padding:1.5rem}.team-info-title{font-weight:700;font-size:1.25rem;margin-bottom:0.5rem}.venue-card{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:1rem;display:flex;gap:1rem;align-items:center}.venue-icon{background:rgba(2,132,199,0.1);color:var(--accent);width:50px;height:50px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.rule-card{background:var(--surface);border-radius:var(--card-radius);padding:1.5rem;border-left:4px solid var(--accent);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);height:100%}.news-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}@media (max-width:991.98px){.news-grid{grid-template-columns:1fr}}.news-featured{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden}.news-featured-img{width:100%;height:auto;max-height:380px;object-fit:cover}.news-list-group{display:flex;flex-direction:column;gap:1rem}.news-list-item{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:1.25rem;text-decoration:none;color:inherit;transition:box-shadow 0.2s}.news-list-item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.05);color:var(--accent)}.guide-item{background:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:1.5rem;height:100%}.faq-accordion .accordion-item{border-radius:var(--card-radius) !important;border:1px solid var(--border) !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent)}.disclaimer-box{background-color:rgba(226,232,240,0.4);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;font-size:0.9rem;color:var(--text-muted)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:4px solid var(--accent-gold)}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:var(--accent-gold)}.footer-brand{color:var(--text-light) !important;font-weight:800;font-size:1.25rem;margin-bottom:1rem;display:inline-block}@media (max-width:767.98px){.hero-title{font-size:2rem}.section-title{font-size:1.6rem}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1rem}.stat-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}}