:root{--primary-color:#0d5c3a;--primary-dark:#073b24;--accent-color:#d4af37;--accent-red:#da291c;--bg-dark:#0b1320;--bg-light:#f4f6f9;--text-dark:#1e293b;--text-muted:#64748b;--text-white:#ffffff;--card-shadow:0 10px 30px rgba(0,0,0,0.05);--border-color:#e2e8f0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);overflow-x:hidden;line-height:1.6}.navbar{background-color:rgba(11,19,32,0.95) !important;backdrop-filter:blur(10px);border-bottom:2px solid var(--primary-color);padding:0.8rem 1rem;transition:all 0.3s ease}.navbar-brand img{height:40px;object-fit:contain}.navbar-brand span{color:var(--text-white);font-weight:800;letter-spacing:0.5px;font-size:1.25rem}.nav-link{color:rgba(255,255,255,0.8) !important;font-weight:600;font-size:0.95rem;margin:0 0.4rem;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--accent-color) !important}.btn-live{background-color:var(--accent-red);color:white;font-weight:bold;border-radius:20px;padding:0.4rem 1.2rem;font-size:0.85rem;animation:pulse 2s infinite}.btn-live:hover{background-color:#b71c1c;color:white}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(218,41,28,0.7)}70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(218,41,28,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(218,41,28,0)}}.hero-section{background:linear-gradient(135deg,var(--bg-dark) 40%,var(--primary-dark) 100%);color:var(--text-white);padding:6rem 0 4.5rem;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(20,184,166,0.15) 0%,transparent 50%);pointer-events:none}.hero-tag{background-color:rgba(255,255,255,0.1);color:var(--accent-color);padding:0.4rem 1rem;border-radius:30px;font-size:0.85rem;font-weight:700;display:inline-block;margin-bottom:1.2rem;border:1px solid rgba(212,175,55,0.3)}.hero-title{font-size:2.8rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--accent-color)}.hero-desc{font-size:1.1rem;color:rgba(255,255,255,0.8);margin-bottom:2rem}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.4);border:3px solid rgba(255,255,255,0.1);transition:transform 0.3s ease}.hero-img:hover{transform:translateY(-5px)}.fast-stats{margin-top:-3rem;position:relative;z-index:10}.stat-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);border-bottom:4px solid var(--primary-color);transition:all 0.3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,0.1)}.stat-num{font-size:2.2rem;font-weight:800;color:var(--primary-color);line-height:1;margin-bottom:0.5rem}.stat-label{font-size:0.9rem;color:var(--text-muted);font-weight:600}section{padding:5rem 0}.section-header{margin-bottom:3.5rem;position:relative}.section-header h2{font-size:2rem;font-weight:800;color:var(--text-dark);margin-bottom:0.8rem;position:relative;display:inline-block}.section-header h2::after{content:'';position:absolute;left:0;bottom:-8px;width:50px;height:4px;background-color:var(--primary-color);border-radius:2px}.section-desc{color:var(--text-muted);font-size:1rem;max-width:600px}.score-ticker-container{background-color:var(--bg-dark);padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.ticker-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:0.8rem 1.2rem;min-width:280px;margin-right:1rem;color:var(--text-white)}.ticker-status{font-size:0.75rem;font-weight:700;padding:0.1rem 0.5rem;border-radius:12px;display:inline-block;margin-bottom:0.5rem}.status-live{background-color:var(--accent-red);color:white}.status-upcoming{background-color:var(--primary-color);color:white}.status-ended{background-color:#475569;color:white}.ticker-teams{font-size:0.9rem;font-weight:700}.ticker-score{font-family:monospace,monospace;font-weight:bold;color:var(--accent-color)}.group-container{background-color:white;border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);margin-bottom:2rem;border:1px solid var(--border-color);transition:all 0.3s ease}.group-container:hover{border-color:var(--primary-color);box-shadow:0 10px 25px rgba(13,92,58,0.08)}.group-name{font-size:1.25rem;font-weight:800;color:var(--primary-color);border-bottom:2px solid var(--bg-light);padding-bottom:0.6rem;margin-bottom:1rem}.team-row{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 0;border-bottom:1px dashed var(--border-color)}.team-row:last-child{border-bottom:none}.team-name{font-size:0.95rem;font-weight:600;color:var(--text-dark)}.team-points{font-weight:700;color:var(--text-muted)}.team-points.top{color:var(--accent-color)}.schedule-table-wrapper{background-color:white;border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);overflow-x:auto}.table-schedule th{background-color:var(--primary-color);color:white;font-weight:600;border:none;font-size:0.9rem}.table-schedule td{vertical-align:middle;font-size:0.9rem;padding:1rem 0.75rem}.team-card{background:white;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);height:100%}.team-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgba(0,0,0,0.1)}.team-header-img{height:140px;background:linear-gradient(135deg,var(--primary-color),var(--bg-dark));display:flex;align-items:center;justify-content:center;color:white;font-size:3rem}.team-body{padding:1.5rem}.team-title{font-size:1.2rem;font-weight:700;margin-bottom:0.5rem;display:flex;justify-content:space-between;align-items:center}.team-rank{font-size:0.8rem;background:var(--bg-light);color:var(--text-muted);padding:0.2rem 0.6rem;border-radius:10px;font-weight:bold}.stadium-card{background:white;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow);border:1px solid var(--border-color);height:100%}.stadium-img-wrapper{position:relative;height:200px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover .stadium-img-wrapper img{transform:scale(1.1)}.stadium-info{padding:1.5rem}.stadium-name{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem}.stadium-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem}.news-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:var(--card-shadow);border-left:5px solid var(--primary-color);transition:all 0.3s ease;height:100%}.news-card:hover{transform:translateX(5px);box-shadow:0 8px 20px rgba(0,0,0,0.08)}.news-tag{font-size:0.75rem;color:var(--accent-red);font-weight:700;text-transform:uppercase;margin-bottom:0.5rem;display:inline-block}.news-title{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin-bottom:0.8rem;line-height:1.4}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem}.news-date{font-size:0.8rem;color:#94a3b8}.guide-section{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%)}.guide-item{background:white;padding:2rem;border-radius:12px;box-shadow:var(--card-shadow);height:100%;transition:all 0.3s ease}.guide-item:hover{box-shadow:0 15px 30px rgba(0,0,0,0.08)}.guide-icon{font-size:2.2rem;color:var(--primary-color);margin-bottom:1.2rem}.guide-title{font-size:1.2rem;font-weight:700;margin-bottom:0.8rem}.about-section{background-color:var(--primary-dark);color:var(--text-white);padding:4.5rem 0}.about-content{opacity:0.9;font-size:0.95rem;line-height:1.8}.faq-accordion .accordion-item{border:none;margin-bottom:1rem;border-radius:12px !important;overflow:hidden;box-shadow:var(--card-shadow)}.faq-accordion .accordion-button{font-weight:700;color:var(--text-dark);padding:1.2rem;background-color:white}.faq-accordion .accordion-button:not(.collapsed){color:var(--primary-color);background-color:rgba(13,92,58,0.05);box-shadow:none}.faq-accordion .accordion-body{color:var(--text-muted);line-height:1.7;background-color:white;padding:1.2rem}footer{background-color:var(--bg-dark);color:rgba(255,255,255,0.7);padding:4rem 0 2rem;border-top:3px solid var(--accent-color)}footer h5{color:var(--text-white);font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}footer ul{padding-left:0;list-style:none}footer ul li{margin-bottom:0.75rem}footer ul li a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}footer ul li a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:2rem;margin-top:3rem;font-size:0.85rem}@media (max-width:991.98s){.hero-title{font-size:2.2rem}.fast-stats{margin-top:1.5rem}.section-header{margin-bottom:2.5rem}}