:root{--primary-color:#0d2c54;--secondary-color:#00b4d8;--accent-color:#c1121f;--accent-green:#38b000;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#1a1a1a;--text-muted:#5a626a;--border-color:#e9ecef;--card-shadow:0 4px 20px rgba(13,44,84,0.08);--transition-smooth:all 0.3s cubic-bezier(0.25,0.8,0.25,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);background-color:var(--bg-light);overflow-x:hidden;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-brand img{max-height:45px;margin-right:10px}.navbar-brand span{color:var(--bg-white);font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;margin-right:1.2rem;transition:var(--transition-smooth)}.nav-link-custom:hover{color:var(--secondary-color) !important}section{padding:5rem 0}.section-title{position:relative;margin-bottom:3rem;font-weight:800;color:var(--primary-color)}.section-title::after{content:'';position:absolute;bottom:-10px;left:0;width:60px;height:4px;background-color:var(--secondary-color);border-radius:2px}#hero{background:linear-gradient(135deg,#0d2c54 0%,#1b4965 100%);color:var(--bg-white);padding:7rem 0 6rem 0;position:relative;overflow:hidden}#hero::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(circle,rgba(0,180,216,0.15) 0%,transparent 70%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;color:#caf0f8;margin-bottom:2rem;max-width:600px}.hero-stats{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:12px;padding:1.5rem;backdrop-filter:blur(8px)}.hero-stat-item{border-right:1px solid rgba(255,255,255,0.15)}.hero-stat-item:last-child{border-right:none}.hero-img{border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,0.3);max-width:100%;height:auto;object-fit:cover}#scores{background:var(--bg-white);border-bottom:1px solid var(--border-color);padding:2.5rem 0}.score-card{background:var(--bg-light);border-radius:10px;padding:1.2rem;border:1px solid var(--border-color);text-align:center;transition:var(--transition-smooth)}.score-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow)}.score-status{font-size:0.8rem;font-weight:600;padding:0.2rem 0.6rem;border-radius:50px;display:inline-block;margin-bottom:0.8rem}.status-upcoming{background:#e2eafc;color:var(--primary-color)}.status-live{background:#ffe3e3;color:var(--accent-color);animation:pulse 1.5s infinite}.team-flag{width:32px;height:22px;object-fit:cover;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}#schedule{background:var(--bg-light)}.schedule-table-wrapper{background:var(--bg-white);border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);overflow-x:auto}.table-custom{min-width:800px;vertical-align:middle}.table-custom th{background-color:#f1f5f9;color:var(--primary-color);font-weight:700;border-bottom:2px solid var(--border-color)}#groups{background:var(--bg-white)}.group-card{background:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;height:100%;transition:var(--transition-smooth)}.group-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow);border-color:var(--secondary-color)}.group-header{background-color:var(--primary-color);color:var(--bg-white);font-weight:700;padding:0.6rem 1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.group-team-list{list-style:none;padding-left:0;margin-bottom:0}.group-team-item{display:flex;align-items:center;justify-content:space-between;padding:0.6rem 0.5rem;border-bottom:1px solid var(--border-color)}.group-team-item:last-child{border-bottom:none}#teams{background:var(--bg-light)}.team-profile-card{background:var(--bg-white);border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);transition:var(--transition-smooth);height:100%}.team-profile-card:hover{transform:translateY(-5px)}.team-badge-large{font-size:3rem;color:var(--secondary-color);margin-bottom:1rem}.stat-badge{font-size:0.8rem;padding:0.3rem 0.6rem;background-color:#e9ecef;border-radius:4px;font-weight:600}#news{background:var(--bg-white)}.news-card{background:var(--bg-light);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);height:100%;transition:var(--transition-smooth)}.news-card:hover{box-shadow:var(--card-shadow);transform:translateY(-3px)}.news-tag{background-color:var(--accent-color);color:var(--bg-white);font-size:0.75rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px;display:inline-block;margin-bottom:0.8rem}#rules{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.feature-box{background:var(--bg-white);border-radius:12px;padding:2rem;box-shadow:var(--card-shadow);height:100%;border-top:4px solid var(--primary-color)}#guide{background:var(--primary-color);color:var(--bg-white)}#guide .section-title{color:var(--bg-white)}.guide-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:2rem;height:100%;transition:var(--transition-smooth)}.guide-card:hover{background:rgba(255,255,255,0.08);border-color:var(--secondary-color)}.guide-icon{font-size:2.5rem;color:var(--secondary-color);margin-bottom:1.2rem}#about{background:var(--bg-white)}.about-box{background:#f1f5f9;border-left:5px solid var(--secondary-color);padding:2rem;border-radius:0 12px 12px 0}#faq{background:var(--bg-light)}.accordion-item{border:1px solid var(--border-color);border-radius:8px !important;margin-bottom:0.8rem;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,0.02)}.accordion-button{font-weight:700;color:var(--primary-color);background-color:var(--bg-white)}.accordion-button:not(.collapsed){color:var(--bg-white);background-color:var(--primary-color)}.accordion-button::after{filter:contrast(0.5)}.accordion-button:not(.collapsed)::after{filter:invert(1)}footer{background-color:#061325;color:#a5b4fc;padding:4rem 0 2rem 0;font-size:0.95rem;border-top:4px solid var(--secondary-color)}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:var(--secondary-color)}.footer-title{color:var(--bg-white);font-weight:700;margin-bottom:1.5rem;position:relative}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){#hero{text-align:center;padding:5rem 0 4rem 0}#hero::before{width:100%;height:100%}.hero-title{font-size:2.2rem}.hero-stats{margin-top:1.5rem}.hero-stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.15);padding-bottom:1rem;margin-bottom:1rem}.hero-stat-item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.section-title{text-align:center}.section-title::after{left:50%;transform:translateX(-50%)}}