:root{--fc-primary:#0f172a;--fc-secondary:#1e293b;--fc-accent:#0284c7;--fc-accent-rgb:2,132,199;--fc-success:#10b981;--fc-warning:#f59e0b;--fc-danger:#ef4444;--fc-light:#f8fafc;--fc-border:#e2e8f0;--fc-card-bg:#ffffff;--fc-text-main:#0f172a;--fc-text-muted:#64748b}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--fc-light);color:var(--fc-text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--fc-primary);border-bottom:2px solid var(--fc-accent);padding:0.75rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:800;letter-spacing:0.5px;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px}.navbar-custom .nav-link{color:#cbd5e1;font-weight:500;transition:color 0.3s ease;padding:0.5rem 1rem !important}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff;background-color:rgba(2,132,199,0.2);border-radius:6px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:6rem 0 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-badge{background:rgba(2,132,199,0.2);border:1px solid rgba(2,132,199,0.4);color:#38bdf8;padding:0.35rem 1rem;border-radius:50px;font-weight:600;font-size:0.875rem;display:inline-block}.hero-section h1{font-size:2.75rem;font-weight:800;line-height:1.25;margin-top:1rem;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-section p{color:#94a3b8;font-size:1.125rem;margin-bottom:2rem}.section-title{font-size:2rem;font-weight:700;color:var(--fc-primary);position:relative;padding-bottom:0.75rem;margin-bottom:2rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--fc-accent);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.card-custom{background-color:var(--fc-card-bg);border:1px solid var(--fc-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:transform 0.3s ease,box-shadow 0.3s ease;overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.stats-grid{background-color:#ffffff;border-radius:12px;padding:1.5rem;border:1px solid var(--fc-border)}.stat-item{text-align:center;padding:1rem;border-right:1px solid var(--fc-border)}.stat-item:last-child{border-right:none}.stat-val{font-size:2.25rem;font-weight:800;color:var(--fc-accent)}.stat-lbl{font-size:0.875rem;color:var(--fc-text-muted);margin-top:0.25rem}.live-score-strip{background:#ffffff;border:1px solid var(--fc-border);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.match-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600}.badge-live{background-color:rgba(239,68,68,0.1);color:var(--fc-danger);border:1px solid rgba(239,68,68,0.2)}.badge-upcoming{background-color:rgba(2,132,199,0.1);color:var(--fc-accent);border:1px solid rgba(2,132,199,0.2)}.badge-ended{background-color:rgba(100,116,139,0.1);color:var(--fc-text-muted);border:1px solid rgba(100,116,139,0.2)}.group-card{background:#ffffff;border-radius:12px;border:1px solid var(--fc-border);padding:1.25rem}.group-header{background-color:var(--fc-primary);color:#ffffff;font-weight:700;padding:0.5rem 1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.group-table th{font-weight:600;color:var(--fc-text-muted);font-size:0.875rem}.group-table td{font-size:0.925rem;vertical-align:middle}.guide-box{background:linear-gradient(to right bottom,#ffffff,#f0f9ff);border-left:4px solid var(--fc-accent);border-radius:0 12px 12px 0;padding:1.5rem;margin-bottom:1rem}.faq-item{border-bottom:1px solid var(--fc-border);padding:1.25rem 0}.faq-question{font-size:1.1rem;font-weight:600;color:var(--fc-primary);margin-bottom:0.5rem;display:flex;align-items:center;gap:10px}.faq-answer{color:var(--fc-text-muted);font-size:0.95rem;padding-left:1.75rem}.footer-section{background-color:var(--fc-primary);color:#94a3b8;padding:4rem 0 2rem 0;border-top:4px solid var(--fc-accent)}.footer-title{color:#ffffff;font-weight:700;margin-bottom:1.5rem;position:relative}.footer-link{color:#94a3b8;text-decoration:none;transition:color 0.3s;display:inline-block;margin-bottom:0.5rem}.footer-link:hover{color:#ffffff}@media (max-width:991.98px){.hero-section{padding:4rem 0 3rem 0;text-align:center}.hero-section h1{font-size:2.25rem}.stat-item{border-right:none;border-bottom:1px solid var(--fc-border);padding:1rem 0}.stat-item:last-child{border-bottom:none}}