:root{--primary-color:#0d5c3a;--secondary-color:#da291c;--accent-color:#ffcd00;--dark-color:#101820;--light-color:#f4f6f9;--text-dark:#1e293b;--text-muted:#64748b;--card-border-radius:12px;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--light-color);line-height:1.6}.navbar-custom{background-color:var(--dark-color);padding:15px 0;border-bottom:3px solid var(--accent-color)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;font-size:1.5rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:45px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:600;font-size:0.95rem;padding:8px 16px !important;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-color)}.hero-section{background:linear-gradient(135deg,var(--dark-color) 40%,#1a3a2a 100%);color:#ffffff;padding:80px 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(to top,var(--light-color),transparent)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(45deg,#ffffff 60%,var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-badge{display:inline-block;background-color:var(--secondary-color);color:#ffffff;font-weight:700;padding:6px 16px;border-radius:50px;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px;font-size:0.85rem}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:30px}.hero-meta-item{background:rgba(255,255,255,0.08);padding:15px;border-radius:var(--card-border-radius);border:1px solid rgba(255,255,255,0.1);text-align:center}.hero-meta-item .value{font-size:1.4rem;font-weight:700;color:var(--accent-color);display:block}.hero-meta-item .label{font-size:0.8rem;color:rgba(255,255,255,0.7)}.section-padding{padding:70px 0}.section-title-wrap{margin-bottom:45px;position:relative}.section-title{font-size:2rem;font-weight:800;color:var(--dark-color);position:relative;display:inline-block;padding-bottom:10px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--primary-color);border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-top:8px}.live-status-bar{background-color:#ffffff;border-radius:var(--card-border-radius);box-shadow:0 4px 20px rgba(0,0,0,0.05);padding:20px;margin-top:-40px;position:relative;z-index:10}.match-mini-card{border-right:1px solid #e2e8f0;padding:0 15px}.match-mini-card:last-child{border-right:none}.match-status-badge{font-size:0.75rem;padding:3px 8px;border-radius:4px;font-weight:700;display:inline-block}.badge-upcoming{background-color:#e2e8f0;color:#475569}.badge-live{background-color:#fee2e2;color:#ef4444;animation:pulse 2s infinite}.schedule-table-wrap{background-color:#ffffff;border-radius:var(--card-border-radius);box-shadow:0 5px 15px rgba(0,0,0,0.02);overflow:hidden}.table-schedule th{background-color:var(--primary-color);color:#ffffff;font-weight:600;border:none;padding:15px}.table-schedule td{padding:18px 15px;vertical-align:middle;border-bottom:1px solid #f1f5f9}.team-flag-name{display:flex;align-items:center;gap:10px;font-weight:600}.team-flag-name img{width:24px;height:16px;object-fit:cover;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.group-card{background:#ffffff;border-radius:var(--card-border-radius);border:1px solid #e2e8f0;overflow:hidden;transition:var(--transition-smooth);height:100%}.group-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.group-header{background-color:var(--dark-color);color:#ffffff;padding:12px 20px;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-header span{color:var(--accent-color)}.group-body-table{width:100%;margin-bottom:0}.group-body-table th,.group-body-table td{padding:10px 15px;font-size:0.9rem;text-align:center}.group-body-table td:first-child,.group-body-table th:first-child{text-align:left;font-weight:600}.team-card{background-color:#ffffff;border-radius:var(--card-border-radius);box-shadow:0 4px 12px rgba(0,0,0,0.03);overflow:hidden;transition:var(--transition-smooth);border:1px solid #f1f5f9}.team-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.08)}.team-card-banner{height:120px;background-size:cover;background-position:center;position:relative}.team-card-logo-wrap{width:70px;height:70px;background:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:-35px auto 10px auto;position:relative;box-shadow:0 4px 10px rgba(0,0,0,0.1)}.team-card-logo-wrap img{width:50px;height:35px;object-fit:cover}.news-card-horizontal{background-color:#ffffff;border-radius:var(--card-border-radius);border:1px solid #f1f5f9;overflow:hidden;display:flex;transition:var(--transition-smooth);margin-bottom:20px}.news-card-horizontal:hover{box-shadow:0 8px 16px rgba(0,0,0,0.05);border-color:#e2e8f0}.news-date-badge{background-color:var(--light-color);padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:90px;border-right:1px solid #f1f5f9}.news-date-badge .day{font-size:1.6rem;font-weight:800;color:var(--primary-color);line-height:1}.news-date-badge .month{font-size:0.8rem;color:var(--text-muted);margin-top:4px}.stadium-card{position:relative;border-radius:var(--card-border-radius);overflow:hidden;height:220px;margin-bottom:24px}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:var(--transition-smooth)}.stadium-card:hover img{transform:scale(1.08)}.stadium-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.2) 70%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:20px;color:#ffffff}.guide-box{background-color:#ffffff;border-left:5px solid var(--primary-color);padding:24px;border-radius:0 var(--card-border-radius) var(--card-border-radius) 0;box-shadow:0 4px 12px rgba(0,0,0,0.02);height:100%}.accordion-button:not(.collapsed){background-color:rgba(13,92,58,0.08);color:var(--primary-color)}.about-section{background-color:var(--dark-color);color:rgba(255,255,255,0.8);padding:60px 0}.site-footer{background-color:#080d16;color:#94a3b8;padding:60px 0 30px 0;border-top:1px solid rgba(255,255,255,0.05);font-size:0.9rem}.footer-title{color:#ffffff;font-weight:700;margin-bottom:20px;font-size:1.1rem}.footer-links{list-style:none;padding-left:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--accent-color)}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}@media (max-width:991.98px){.hero-title{font-size:2rem}.hero-meta-grid{grid-template-columns:1fr}.live-status-bar{margin-top:20px}.match-mini-card{border-right:none;border-bottom:1px solid #e2e8f0;padding-bottom:15px;margin-bottom:15px}.match-mini-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}}