:root{--page-bg:#f8f9fc;--surface:#ffffff;--surface-strong:#111827;--text-main:#1f2937;--text-muted:#6b7280;--accent:#0f52ba;--accent-2:#e0115f;--border:#e5e7eb;--accent-green:#00a86b}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}a{color:var(--accent);text-decoration:none;transition:color 0.2s ease-in-out}a:hover{color:var(--accent-2)}.navbar-custom{background-color:var(--surface);border-bottom:2px solid var(--border);padding:0.75rem 1rem}.navbar-brand-custom{font-weight:800;font-size:1.4rem;color:var(--accent) !important;display:flex;align-items:center;gap:8px}.navbar-brand-custom img{max-height:40px}.nav-link-custom{font-weight:500;color:var(--text-main) !important;padding:0.5rem 1rem !important}.nav-link-custom:hover,.nav-link-custom.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#111827 0%,#0f172a 100%);color:#ffffff;padding:5rem 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(15,82,186,0.25) 0%,transparent 50%);pointer-events:none}.hero-title{font-weight:950;font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:#94a3b8;margin-bottom:2rem;line-height:1.8}.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);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.section-title{font-weight:800;font-size:2rem;margin-bottom:1rem;position:relative;display:inline-block;color:var(--text-main)}.section-title::after{content:'';display:block;width:50px;height:4px;background:var(--accent);margin-top:8px;border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-bottom:2.5rem}.live-score-strip{background:#ffffff;border-bottom:1px solid var(--border);padding:0.75rem 0;overflow-x:auto;white-space:nowrap}.score-item{display:inline-flex;align-items:center;background:var(--page-bg);padding:0.5rem 1.25rem;border-radius:8px;margin-right:1rem;border:1px solid var(--border)}.score-status{font-size:0.75rem;padding:2px 6px;border-radius:4px;background:#fee2e2;color:#ef4444;font-weight:bold;margin-right:8px}.score-status.upcoming{background:#e0f2fe;color:#0284c7}.table-schedule th{background-color:var(--accent);color:#ffffff;font-weight:600}.table-schedule td{vertical-align:middle}.group-card{background:var(--surface);border-top:4px solid var(--accent);border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.group-card-header{background:#f8fafc;padding:0.75rem 1rem;font-weight:bold;font-size:1.1rem;border-bottom:1px solid var(--border)}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{padding:1.25rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#ffffff;transition:background 0.2s}.faq-question:hover{background:#f8fafc}.faq-answer{padding:0 1.25rem 1.25rem 1.25rem;color:var(--text-muted);display:none}.faq-item.active .faq-answer{display:block}.footer-custom{background-color:var(--surface-strong);color:#9ca3af;padding:4rem 0 2rem 0;font-size:0.95rem}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-links a{color:#9ca3af;display:block;margin-bottom:0.75rem}.footer-links a:hover{color:#ffffff}@media (max-width:768px){.hero-title{font-size:2.1rem}.section-title{font-size:1.6rem}}