:root{--soccer-primary:#0f4c81;--soccer-secondary:#1a759f;--soccer-accent:#2a9d8f;--soccer-highlight:#f77f00;--bg-dark:#0b132b;--bg-light:#f8f9fa;--text-dark:#1c2541;--text-light:#f4f5f6;--border-color:#e2e8f0;--radius-lg:12px;--radius-sm:6px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}.navbar-custom{background-color:var(--bg-dark);padding:0.8rem 1rem;border-bottom:3px solid var(--soccer-accent)}.navbar-brand img{max-height:45px;margin-right:10px}.navbar-brand span{color:var(--text-light);font-weight:800;letter-spacing:0.5px}.nav-link-custom{color:var(--text-light) !important;font-weight:500;margin-right:1.5rem;transition:color 0.3s ease}.nav-link-custom:hover,.nav-link-custom.active{color:var(--soccer-highlight) !important}.hero-section{background:linear-gradient(135deg,var(--bg-dark) 0%,#1c2541 100%);color:var(--text-light);padding:5rem 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(--bg-light),transparent)}.hero-title{font-size:2.8rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(45deg,#ffffff,#8ecae6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-badge{background:var(--soccer-highlight);color:#ffffff;font-size:0.9rem;font-weight:bold;padding:0.3rem 0.8rem;border-radius:50px;display:inline-block;margin-bottom:1rem}.hero-img{border-radius:var(--radius-lg);box-shadow:0 15px 30px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.stats-badge-container{display:flex;gap:15px;flex-wrap:wrap;margin-top:2rem}.stat-badge-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);padding:0.8rem 1.2rem;border-radius:var(--radius-lg);text-align:center;flex:1;min-width:120px}.stat-badge-num{font-size:1.5rem;font-weight:800;color:var(--soccer-highlight);display:block}.stat-badge-label{font-size:0.8rem;color:#cbd5e1}.section-title-wrap{margin-bottom:2.5rem;position:relative}.section-title{font-size:2rem;font-weight:800;color:var(--text-dark);position:relative;display:inline-block;padding-bottom:0.5rem}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--soccer-secondary);border-radius:2px}.section-desc{color:var(--text-muted);margin-top:0.5rem;font-size:1rem}.match-card{background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border-color);transition:all 0.3s ease;overflow:hidden;background-color:#fff}.match-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.match-header{background-color:#f1f5f9;padding:0.6rem 1rem;font-size:0.85rem;font-weight:600;color:var(--soccer-primary);display:flex;justify-content:space-between}.match-body{padding:1.5rem 1rem;text-align:center}.match-team{font-weight:700;font-size:1.1rem}.match-vs-box{background:#f8fafc;border-radius:var(--radius-sm);padding:0.4rem 0.8rem;font-weight:800;color:var(--soccer-highlight);display:inline-block;margin:0 1rem}.match-footer{padding:0.8rem 1rem;border-top:1px dashed var(--border-color);font-size:0.85rem;text-align:center;color:var(--text-muted)}.group-card{background-color:#fff;border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:0 4px 6px rgba(0,0,0,0.02);margin-bottom:1.5rem;overflow:hidden}.group-header{background-color:var(--soccer-primary);color:#fff;padding:0.8rem 1.2rem;font-weight:700;font-size:1.1rem}.group-table{margin-bottom:0}.group-table th{font-size:0.8rem;text-transform:uppercase;color:var(--text-muted);background-color:#f8fafc;border-bottom:2px solid var(--border-color)}.group-table td{vertical-align:middle;font-size:0.9rem}.team-profile-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-color);overflow:hidden;height:100%;transition:transform 0.3s ease}.team-profile-card:hover{transform:translateY(-5px)}.team-banner{height:120px;background:linear-gradient(135deg,var(--soccer-secondary) 0%,var(--soccer-primary) 100%);position:relative;padding:1.5rem;color:#fff;display:flex;align-items:flex-end}.team-name-lg{font-size:1.5rem;font-weight:800;margin:0}.team-body-info{padding:1.5rem}.team-meta-item{display:flex;justify-content:space-between;margin-bottom:0.6rem;font-size:0.9rem;border-bottom:1px solid #f1f5f9;padding-bottom:0.4rem}.team-meta-item span:first-child{color:var(--text-muted)}.team-meta-item span:last-child{font-weight:600}.stadium-card{background-color:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.05);border:1px solid var(--border-color)}.stadium-img-wrap{position:relative;overflow:hidden}.stadium-img-wrap img{transition:transform 0.5s ease;width:100%;height:auto}.stadium-card:hover .stadium-img-wrap img{transform:scale(1.05)}.stadium-badge{position:absolute;top:15px;left:15px;background:rgba(15,76,129,0.9);color:#fff;padding:0.3rem 0.8rem;border-radius:50px;font-size:0.8rem;font-weight:bold}.news-item-row{padding:1.2rem;background-color:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-color);margin-bottom:1rem;transition:border-color 0.3s ease}.news-item-row:hover{border-color:var(--soccer-secondary)}.news-date-badge{background-color:#f1f5f9;color:var(--soccer-primary);font-weight:700;text-align:center;padding:0.6rem;border-radius:var(--radius-sm);width:70px}.news-date-badge .day{font-size:1.4rem;display:block;line-height:1.1}.news-date-badge .year{font-size:0.75rem;color:var(--text-muted)}.news-title-link{font-size:1.1rem;font-weight:700;color:var(--text-dark);text-decoration:none;display:block;margin-bottom:0.4rem}.news-title-link:hover{color:var(--soccer-secondary)}.news-excerpt{color:var(--text-muted);font-size:0.9rem;margin-bottom:0}.guide-card{background:#fff;border-radius:var(--radius-lg);border-left:5px solid var(--soccer-highlight);padding:1.5rem;height:100%;box-shadow:0 4px 6px rgba(0,0,0,0.02)}.guide-icon{font-size:2rem;color:var(--soccer-highlight);margin-bottom:1rem}.guide-title{font-size:1.2rem;font-weight:700;margin-bottom:0.8rem}.faq-accordion .accordion-item{border:1px solid var(--border-color);border-radius:var(--radius-lg) !important;margin-bottom:0.8rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:700;color:var(--text-dark);background-color:#fff;padding:1.2rem}.faq-accordion .accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--soccer-primary)}.faq-accordion .accordion-body{background-color:#fff;color:var(--text-dark);font-size:0.95rem;line-height:1.7}.rules-timeline-box{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:2rem}.rules-item{position:relative;padding-left:2rem;border-left:2px solid var(--soccer-secondary);padding-bottom:1.5rem}.rules-item:last-child{padding-bottom:0;border-left:none}.rules-item::before{content:'';position:absolute;left:-7px;top:5px;width:12px;height:12px;background-color:var(--soccer-highlight);border-radius:50%}.about-us-panel{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:var(--radius-lg);padding:2.5rem;border:1px solid var(--border-color)}.footer-custom{background-color:var(--bg-dark);color:#94a3b8;padding:4rem 0 2rem 0;font-size:0.9rem;border-top:4px solid var(--soccer-highlight)}.footer-brand{color:#fff;font-weight:800;font-size:1.3rem;margin-bottom:1rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);font-size:0.8rem}@media (max-width:768px){.hero-title{font-size:2rem}.section-title{font-size:1.6rem}.navbar-brand span{font-size:1.1rem}}