:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#ef4444;--accent-blue:#0284c7;--accent-green:#10b981;--border:#e2e8f0;--primary-rgb:2,132,199}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-blue);text-decoration:none;transition:color 0.25s ease}a:hover{color:var(--accent)}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-custom .nav-link{color:#f8fafc;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px;transition:all 0.3s ease}.navbar-custom .nav-link:hover{background-color:rgba(255,255,255,0.1);color:var(--accent)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;overflow:hidden;position:relative}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-desc{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.section-title{font-size:1.85rem;font-weight:700;margin-bottom:2rem;position:relative;padding-left:1rem;color:var(--surface-strong)}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:5px;background-color:var(--accent-blue);border-radius:4px}.card-custom{background-color: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.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)}.match-card{padding:1.5rem;text-align:center}.match-status{font-size:0.8rem;font-weight:600;padding:0.25rem 0.75rem;border-radius:50px;display:inline-block;margin-bottom:1rem}.status-upcoming{background-color:#e0f2fe;color:#0369a1}.status-live{background-color:#fee2e2;color:#b91c1c;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.match-team{font-size:1.1rem;font-weight:700}.match-score{font-size:1.8rem;font-weight:800;color:var(--surface-strong);margin:0 1rem}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-custom{width:100%;min-width:600px;background:var(--surface);border-collapse:collapse}.table-custom th,.table-custom td{padding:1rem;text-align:center;border-bottom:1px solid var(--border)}.table-custom th{background-color:#f1f5f9;color:var(--surface-strong);font-weight:600}.guide-img{border-radius:12px;object-fit:cover;width:100%;max-height:400px}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-question{font-size:1.1rem;font-weight:600;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{margin-top:0.75rem;color:var(--text-muted);font-size:0.95rem;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .bi-chevron-down{transform:rotate(180deg)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}footer h5{color:#ffffff;font-weight:600;margin-bottom:1.5rem}footer a{color:#cbd5e1}footer a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;margin-top:3rem;text-align:center}