:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#059669;--accent-hover:#047857;--accent-2:#d97706;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);transition:transform 0.2s ease,box-shadow 0.2s ease}.card-custom:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:var(--shadow-md)}.navbar-custom .navbar-brand{display:flex;align-items:center;color:#ffffff;font-weight:700;font-size:1.25rem;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:#ffffff}.navbar-custom .nav-link.active{color:#34d399}.table-responsive-custom{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.btn-accent{background-color:var(--accent);color:#ffffff;border:none;padding:0.6rem 1.25rem;border-radius:8px;font-weight:600;transition:background-color 0.2s ease}.btn-accent:hover{background-color:var(--accent-hover);color:#ffffff}.btn-outline-custom{background:transparent;color:var(--accent);border:2px solid var(--accent);padding:0.5rem 1.25rem;border-radius:8px;font-weight:600;transition:all 0.2s ease}.btn-outline-custom:hover{background-color:var(--accent);color:#ffffff}section{padding:5rem 0}.section-light{background-color:var(--surface)}.section-dark{background-color:var(--surface-strong);color:#ffffff}.section-title-wrap{margin-bottom:3.5rem;text-align:center}.section-title{font-size:2.25rem;font-weight:800;position:relative;display:inline-block;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:25%;width:50%;height:4px;background-color:var(--accent);border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin-top:0.75rem}.section-dark .section-subtitle{color:#94a3b8}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:6rem 0;overflow:hidden;position:relative}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(5,150,105,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.hero-tagline{font-size:1.25rem;color:#cbd5e1;margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:var(--shadow-lg);border:4px solid rgba(255,255,255,0.1);object-fit:cover}.score-bar-container{background-color:#1e293b;padding:0.75rem 0;border-bottom:1px solid #334155;overflow-x:auto;white-space:nowrap}.score-bar-inner{display:flex;gap:1.5rem;padding:0 1rem}.score-item{display:inline-flex;align-items:center;background:#0f172a;border:1px solid #334155;padding:0.5rem 1rem;border-radius:8px;color:#ffffff;font-size:0.875rem;gap:10px}.score-item .status{font-size:0.75rem;padding:2px 6px;border-radius:4px;font-weight:700}.status-upcoming{background-color:#475569}.status-live{background-color:#dc2626;animation:pulse 1.5s infinite}.status-end{background-color:#059669}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.group-header{background:var(--surface-strong);color:#ffffff;padding:0.75rem 1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-table{width:100%;margin-bottom:0}.group-table th,.group-table td{padding:0.75rem 1rem;font-size:0.9rem;text-align:center}.group-table th{background-color:#f8fafc;color:var(--text-muted);font-weight:600}.group-table td:first-child,.group-table th:first-child{text-align:left}.stadium-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.stadium-img-wrapper{position:relative;height:240px}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,23,42,0.95),rgba(15,23,42,0));padding:1.5rem;color:#ffffff}.rule-card{padding:2rem;height:100%;background:var(--surface);border-radius:12px;border:1px solid var(--border)}.rule-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1.5rem}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;background:var(--surface)}.accordion-custom .accordion-button{font-weight:600;color:var(--text-main);background:var(--surface);box-shadow:none !important;padding:1.25rem}.accordion-custom .accordion-button:not(.collapsed){color:var(--accent);background-color:#f0fdf4}.accordion-custom .accordion-body{color:var(--text-muted);line-height:1.7;padding:1.25rem;background-color:var(--surface);border-top:1px solid var(--border)}footer{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}footer a:hover{color:#ffffff}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #334155;text-align:center;font-size:0.8rem}