:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-card:#f1f5f9;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-green:#10b981;--accent-gold:#f59e0b;--border:#e2e8f0;--border-dark:#334155;--transition-speed:0.3s}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:0.75rem 1rem;position:sticky;top:0;z-index:1030}.navbar-custom .navbar-brand{color:var(--text-light) !important;font-weight:800;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(248,250,252,0.85) !important;font-weight:500;transition:color var(--transition-speed);padding:0.5rem 1rem !important}.navbar-custom .nav-link:hover{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(135deg,#0f172a 30%,#1e1b4b 100%);color:var(--text-light);padding:5rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-section h1{font-size:2.8rem;font-weight:900;line-height:1.2;color:var(--text-light);margin-bottom:1.5rem}.hero-section h1 span{color:var(--accent-gold)}.hero-meta{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.hero-badge-container{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:2rem}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;font-weight:600;color:var(--accent-gold)}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);max-height:400px;width:100%;object-fit:cover}.quick-stats-bar{background-color:var(--surface);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);margin-top:-2rem;position:relative;z-index:10;border-radius:10px;border:1px solid var(--border)}.stat-item{text-align:center;padding:1.5rem;border-right:1px solid var(--border)}.stat-item:last-child{border-right:none}.stat-val{font-size:1.8rem;font-weight:800;color:var(--accent)}.stat-lbl{font-size:0.85rem;color:var(--text-muted);margin-bottom:0;font-weight:600}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{font-size:2.2rem;font-weight:800;color:var(--surface-strong);position:relative;display:inline-block;padding-bottom:1rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.75rem;font-size:1.1rem}.content-section{padding:5rem 0}.bg-white{background-color:var(--surface)}.bg-light{background-color:var(--surface-card)}.match-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem;transition:transform var(--transition-speed),box-shadow var(--transition-speed);margin-bottom:1.5rem}.match-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.match-header{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--text-muted);border-bottom:1px dashed var(--border);padding-bottom:0.75rem;margin-bottom:1rem}.match-badge{background:#e0f2fe;color:var(--accent);padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.match-badge.live{background:#fef2f2;color:#ef4444}.team-row{display:flex;justify-content:space-between;align-items:center;padding:0.5rem 0}.team-info{display:flex;align-items:center;gap:12px}.team-flag{width:32px;height:20px;object-fit:cover;border-radius:2px;border:1px solid var(--border)}.team-name{font-weight:700;color:var(--text-main)}.score-box{font-weight:800;font-size:1.25rem;width:40px;text-align:center}.score-box.unplayed{color:var(--text-muted);font-size:0.9rem}.calendar-row{overflow-x:auto;white-space:nowrap;padding-bottom:1rem;margin-bottom:2rem;scrollbar-width:thin}.calendar-item{display:inline-block;width:100px;text-align:center;background:var(--surface);border:1px solid var(--border);padding:0.75rem 0;border-radius:8px;margin-right:0.5rem;cursor:pointer;transition:all var(--transition-speed)}.calendar-item.active,.calendar-item:hover{background-color:var(--accent);color:var(--text-light);border-color:var(--accent)}.calendar-item span{display:block}.cal-week{font-size:0.75rem;opacity:0.8}.cal-day{font-size:1.2rem;font-weight:800}.group-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.02);margin-bottom:2rem;overflow:hidden}.group-title{background:var(--surface-strong);color:var(--text-light);padding:1rem;font-weight:700;text-align:center;margin-bottom:0;display:flex;justify-content:space-between;align-items:center}.group-title span{color:var(--accent-gold)}.group-table{width:100%;margin-bottom:0;font-size:0.9rem}.group-table th,.group-table td{padding:0.75rem 1rem;vertical-align:middle;text-align:center}.group-table th{font-weight:600;background:#f8fafc;color:var(--text-muted);border-bottom:1px solid var(--border)}.group-table td:first-child,.group-table th:first-child{text-align:left}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:transform var(--transition-speed);margin-bottom:1.5rem}.team-card:hover{transform:translateY(-5px)}.team-banner{height:100px;background:linear-gradient(135deg,var(--accent) 0%,#0369a1 100%);display:flex;align-items:center;justify-content:center;position:relative}.team-banner h4{color:var(--text-light);margin:0;font-weight:800;z-index:1}.team-body{padding:1.5rem}.team-body ul{padding-left:0;list-style:none;margin-bottom:0;font-size:0.85rem}.team-body li{display:flex;justify-content:space-between;padding:0.4rem 0;border-bottom:1px solid var(--border)}.team-body li:last-child{border-bottom:none}.stadium-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.stadium-img-wrapper{position:relative;height:220px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}.stadium-card:hover .stadium-img-wrapper img{transform:scale(1.05)}.stadium-tag{position:absolute;top:10px;left:10px;background-color:var(--surface-strong);color:var(--text-light);padding:0.3rem 0.8rem;font-size:0.75rem;font-weight:700;border-radius:4px}.stadium-info{padding:1.5rem}.stadium-info h4{font-weight:700;font-size:1.2rem;margin-bottom:0.5rem}.news-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow var(--transition-speed)}.news-card:hover{box-shadow:0 10px 20px -5px rgba(0,0,0,0.08)}.news-body{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;gap:15px}.news-title{font-weight:700;font-size:1.15rem;margin-bottom:1rem;line-height:1.4;color:var(--surface-strong)}.news-excerpt{font-size:0.9rem;color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem}.history-card{background-color:var(--surface);border:1px solid var(--border);border-radius:10px;padding:2rem;height:100%}.history-card h3{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:var(--accent);display:flex;align-items:center;gap:10px}.guide-box{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:2rem;height:100%}.guide-box h4{font-weight:700;color:var(--surface-strong);margin-bottom:1.25rem;border-bottom:2px solid var(--border);padding-bottom:0.75rem}.guide-list{padding-left:0;list-style:none;margin-bottom:0}.guide-list li{position:relative;padding-left:1.5rem;margin-bottom:1rem}.guide-list li::before{content:"\F2E5";font-family:"bootstrap-icons";position:absolute;left:0;color:var(--accent);font-weight:bold}.accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;margin-bottom:0.75rem;overflow:hidden}.accordion-button{font-weight:700;color:var(--surface-strong);background-color:var(--surface)}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.05);color:var(--accent)}.accordion-button:focus{box-shadow:none}.footer-custom{background-color:var(--surface-strong);color:#cbd5e1;padding:4rem 0 2rem;border-top:5px solid var(--accent)}.footer-brand{color:var(--text-light);font-weight:800;font-size:1.5rem;margin-bottom:1.5rem;display:inline-block}.footer-link-group h5{color:var(--text-light);font-weight:700;margin-bottom:1.5rem;font-size:1rem}.footer-links{padding-left:0;list-style:none}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color var(--transition-speed)}.footer-links a:hover{color:var(--accent-gold)}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-dark);font-size:0.85rem;text-align:center}@media (max-width:991.98px){.hero-section{padding:3rem 0;text-align:center}.hero-section h1{font-size:2.2rem}.hero-badge-container{justify-content:center}.hero-img{margin-top:2rem}.stat-item{border-right:none;border-bottom:1px solid var(--border)}.stat-item:last-child{border-bottom:none}.quick-stats-bar{margin-top:-1rem}}