:root{--primary-color:#0d2c54;--accent-red:#c1272d;--accent-green:#006847;--bg-light:#f4f6f9;--bg-white:#ffffff;--text-dark:#1a1a1a;--text-muted:#555555;--border-color:#e2e8f0;--card-shadow:0 4px 12px rgba(0,0,0,0.05);--transition-smooth:all 0.3s ease}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 1rem;box-shadow:0 2px 10px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{display:flex;align-items:center;color:var(--bg-white);font-weight:700;font-size:1.25rem;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.9) !important;font-weight:500;margin:0 5px;transition:var(--transition-smooth)}.navbar-custom .nav-link:hover{color:var(--accent-red) !important}.section-padding{padding:60px 0}.bg-white-section{background-color:var(--bg-white)}.section-title{position:relative;padding-bottom:12px;margin-bottom:35px;font-weight:700;color:var(--primary-color)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent-red) 0%,var(--accent-green) 100%);border-radius:2px}.hero-banner{background:linear-gradient(135deg,#0d2c54 0%,#1c5293 100%);color:var(--bg-white);padding:80px 0;overflow:hidden}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.hero-desc{font-size:1.15rem;color:rgba(255,255,255,0.9);margin-bottom:30px}.hero-img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.quick-stats{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);border-radius:10px;padding:20px;margin-top:20px}.quick-stat-item{text-align:center;border-right:1px solid rgba(255,255,255,0.2)}.quick-stat-item:last-child{border-right:none}.quick-stat-val{font-size:1.8rem;font-weight:700;color:#ffcc00}.score-card{background:var(--bg-white);border-radius:10px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);margin-bottom:15px;transition:var(--transition-smooth)}.score-card:hover{transform:translateY(-2px)}.score-header{background-color:#f8fafc;padding:8px 15px;font-size:0.85rem;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border-color);border-top-left-radius:10px;border-top-right-radius:10px;display:flex;justify-content:space-between}.score-body{padding:15px;display:flex;align-items:center;justify-content:space-between}.team-info{display:flex;align-items:center;gap:10px;width:40%}.team-info.team-right{justify-content:flex-end}.team-name{font-weight:600;font-size:0.95rem}.score-number{font-size:1.5rem;font-weight:800;color:var(--primary-color);width:20%;text-align:center}.calendar-nav{display:flex;gap:10px;overflow-x:auto;padding-bottom:15px;scrollbar-width:thin}.calendar-day{flex:0 0 100px;text-align:center;background:var(--bg-white);border:1px solid var(--border-color);padding:10px;border-radius:8px;cursor:pointer;transition:var(--transition-smooth)}.calendar-day.active,.calendar-day:hover{background-color:var(--primary-color);color:var(--bg-white)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.group-card{background:var(--bg-white);border-radius:10px;box-shadow:var(--card-shadow);border-top:4px solid var(--primary-color);padding:15px}.group-card.group-red{border-top-color:var(--accent-red)}.group-card.group-green{border-top-color:var(--accent-green)}.group-title{font-size:1.1rem;font-weight:700;margin-bottom:12px;color:var(--primary-color);border-bottom:1px solid var(--border-color);padding-bottom:8px}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed #f1f5f9;font-size:0.9rem}.group-item:last-child{border-bottom:none}.team-profile-card{background:var(--bg-white);border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow);height:100%;transition:var(--transition-smooth)}.team-profile-card:hover{transform:translateY(-5px)}.team-img-wrapper{position:relative;height:160px;background-color:#eaeaea}.team-img-wrapper img{width:100%;height:100%;object-fit:cover}.team-badge-overlay{position:absolute;bottom:-20px;left:20px;width:50px;height:50px;background:white;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,0.15);display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--primary-color)}.team-profile-body{padding:30px 20px 20px 20px}.news-card{background:var(--bg-white);border-radius:10px;overflow:hidden;box-shadow:var(--card-shadow);display:flex;flex-direction:column;height:100%;transition:var(--transition-smooth)}.news-card:hover{transform:translateY(-3px)}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:15px}.stadium-card{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.stadium-img{width:100%;height:240px;object-fit:cover}.info-panel{background-color:#fdfdfd;border-left:5px solid var(--accent-red);padding:20px;border-radius:0 10px 10px 0;box-shadow:var(--card-shadow)}.accordion-custom .accordion-item{border:1px solid var(--border-color);margin-bottom:10px;border-radius:8px;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--primary-color);background-color:var(--bg-white)}.accordion-custom .accordion-button:not(.collapsed){background-color:rgba(13,44,84,0.05);color:var(--primary-color);box-shadow:none}.footer-custom{background-color:var(--primary-color);color:rgba(255,255,255,0.85);padding:60px 0 20px 0}.footer-custom h5{color:var(--bg-white);font-weight:600;margin-bottom:20px}.footer-custom a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.footer-custom a:hover{color:var(--bg-white);padding-left:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;margin-top:40px;font-size:0.85rem}@media (max-width:991.98px){.hero-title{font-size:2.1rem}.quick-stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:10px;margin-bottom:10px}.quick-stat-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}}