:root{--primary-rgb:11,37,69;--primary-color:#0b2545;--accent-color:#00b4d8;--accent-hover:#0077b6;--danger-color:#e63946;--bg-light:#f4f6f9;--card-bg:#ffffff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--highlight-bg:#eef1f6}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar-custom{background-color:var(--primary-color);padding:0.8rem 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;font-size:0.95rem;transition:color 0.25s ease}.navbar-custom .nav-link:hover,.navbar-custom .nav-link:focus{color:var(--accent-color)}.btn-live{background-color:var(--danger-color);color:white;border:none;padding:0.4rem 1rem;font-size:0.85rem;font-weight:600;border-radius:50px;display:inline-flex;align-items:center;gap:6px;transition:background 0.2s ease}.btn-live:hover{background-color:#c92a3a;color:white}.hero-section{background:linear-gradient(135deg,#0b2545 0%,#134074 100%);color:#ffffff;padding:5rem 0;overflow:hidden;position:relative}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,var(--bg-light),transparent)}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.25;color:#ffffff;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.hero-section p{font-size:1.1rem;color:rgba(255,255,255,0.85);margin-bottom:2rem}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 15px 30px rgba(0,0,0,0.25)}section{padding:4rem 0}.section-title{font-size:1.8rem;font-weight:700;color:var(--primary-color);margin-bottom:2rem;position:relative;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:var(--accent-color);border-radius:2px}.custom-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.25s ease,box-shadow 0.25s ease;height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,0.05)}.match-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;margin-bottom:1rem}.match-header{background-color:var(--highlight-bg);padding:0.6rem 1rem;font-size:0.8rem;font-weight:600;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.match-body{padding:1.25rem 1rem;display:flex;justify-content:space-between;align-items:center}.match-team{display:flex;align-items:center;gap:10px;font-weight:600;font-size:1rem;width:40%}.match-team.team-right{justify-content:flex-end;text-align:right}.team-flag{width:28px;height:20px;object-fit:cover;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.1);background-color:#ddd}.match-center{text-align:center;width:20%}.match-score{font-size:1.5rem;font-weight:800;color:var(--primary-color);letter-spacing:2px}.match-time{font-size:0.8rem;color:var(--danger-color);font-weight:700}.match-status-pill{padding:0.2rem 0.6rem;font-size:0.75rem;border-radius:50px;font-weight:bold}.status-upcoming{background-color:var(--highlight-bg);color:var(--text-muted)}.status-live{background-color:rgba(230,57,70,0.1);color:var(--danger-color)}.table-responsive-custom{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.table-custom{margin-bottom:0}.table-custom th{background-color:var(--primary-color);color:#ffffff;font-weight:600;border:none;padding:1rem}.table-custom td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border-color)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-box{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem}.group-header{background-color:var(--primary-color);color:white;font-weight:bold;text-align:center;padding:0.5rem;border-radius:6px;margin-bottom:1rem}.faq-item{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;margin-bottom:0.75rem;overflow:hidden}.faq-button{width:100%;text-align:left;background:none;border:none;padding:1.25rem;font-weight:600;font-size:1.05rem;color:var(--primary-color);display:flex;justify-content:space-between;align-items:center;transition:background 0.2s ease}.faq-button:hover,.faq-button:focus{background-color:var(--highlight-bg);outline:none}.faq-body{padding:0 1.25rem 1.25rem 1.25rem;color:var(--text-dark);font-size:0.95rem;border-top:1px solid var(--border-color);background-color:#fafbfc}.news-card-img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}footer{background-color:var(--primary-color);color:#ffffff;padding:4rem 0 2rem;font-size:0.9rem}footer a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--accent-color)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;color:rgba(255,255,255,0.6)}@media (max-width:768px){.hero-section{padding:3rem 0;text-align:center}.hero-section h1{font-size:2rem}.match-team{font-size:0.85rem}.match-score{font-size:1.2rem}.section-title{font-size:1.5rem}}