:root{--primary-color:#0d6efd;--primary-hover:#0b5ed7;--secondary-color:#dc3545;--accent-color:#198754;--neutral-dark:#1e293b;--neutral-light:#f8fafc;--neutral-muted:#64748b;--card-bg:#ffffff;--border-color:#e2e8f0;--font-family:'Segoe UI',system-ui,-apple-system,sans-serif}body{font-family:var(--font-family);background-color:var(--neutral-light);color:var(--neutral-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--neutral-dark)}.navbar-custom{background-color:#ffffff;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);padding:0.8rem 1rem}.navbar-brand-img{height:40px;object-fit:contain}.nav-link-custom{color:var(--neutral-muted) !important;font-weight:600;padding:0.5rem 1rem !important;transition:color 0.3s}.nav-link-custom:hover{color:var(--primary-color) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section h1{color:#ffffff;font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}@media (min-width:992px){.hero-section h1{font-size:3.5rem}}.hero-badge{background-color:var(--secondary-color);color:#ffffff;font-size:0.85rem;font-weight:bold;text-transform:uppercase;letter-spacing:1px;padding:0.4rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1.5rem}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);width:100%;height:auto;object-fit:cover}.card-custom{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.stat-card{background-color:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:1.5rem;text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#ffffff;line-height:1}.stat-label{color:#cbd5e1;font-size:0.9rem;margin-top:0.5rem}.section-padding{padding:5rem 0}.section-title{font-size:2rem;margin-bottom:1rem;position:relative;padding-bottom:1rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--primary-color);border-radius:2px}.section-title-center{text-align:center}.section-title-center::after{left:50%;transform:translateX(-50%)}.timeline-item{position:relative;padding-left:2rem;border-left:2px dashed var(--border-color);padding-bottom:2rem}.timeline-item::before{content:'';position:absolute;left:-6px;top:6px;width:10px;height:10px;border-radius:50%;background-color:var(--primary-color)}.timeline-date{font-weight:bold;color:var(--primary-color);font-size:0.9rem;margin-bottom:0.5rem}.match-stripe{background:#ffffff;border-radius:12px;border:1px solid var(--border-color);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.match-team{font-weight:600;display:flex;align-items:center;gap:0.5rem;width:40%}.match-team-right{justify-content:flex-end}.match-info-center{text-align:center;width:20%}.match-score-badge{background-color:var(--neutral-light);font-weight:800;padding:0.4rem 0.8rem;border-radius:8px;border:1px solid var(--border-color)}.table-custom{background:#ffffff;border-radius:12px;overflow:hidden;border:1px solid var(--border-color)}.table-custom th{background-color:var(--neutral-dark);color:#ffffff;border-bottom:none}.table-custom td{vertical-align:middle}.news-img{height:200px;object-fit:cover;width:100%}.accordion-button-custom{font-weight:600 !important;color:var(--neutral-dark) !important;background-color:#ffffff !important;border:none !important;padding:1.2rem 1.5rem !important}.accordion-button-custom:not(.collapsed){color:var(--primary-color) !important;background-color:var(--neutral-light) !important}.accordion-item-custom{border:1px solid var(--border-color) !important;border-radius:12px !important;overflow:hidden;margin-bottom:1rem}.footer-custom{background-color:#0f172a;color:#94a3b8;padding:5rem 0 2rem}.footer-heading{color:#ffffff;font-weight:bold;margin-bottom:1.5rem}.footer-link{color:#94a3b8;text-decoration:none;transition:color 0.3s;display:inline-block;margin-bottom:0.75rem}.footer-link:hover{color:#ffffff}.footer-border{border-top:1px solid #1e293b;margin-top:3rem;padding-top:2rem}@media (max-width:768px){.match-stripe{flex-direction:column;gap:1rem;text-align:center}.match-team{width:100%;justify-content:center !important}.match-info-center{width:100%}}