:root{--primary-color:#0d5c3a;--primary-dark:#073b24;--secondary-color:#e02f2f;--accent-color:#ffb703;--body-bg:#f8fafc;--card-bg:#ffffff;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--body-bg);color:var(--text-dark);overflow-x:hidden;line-height:1.6}a{text-decoration:none;color:inherit;transition:var(--transition-smooth)}.navbar-custom{background-color:var(--primary-dark);padding:0.8rem 1rem;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.navbar-brand img{max-height:42px;margin-right:10px}.navbar-brand span{color:#ffffff;font-weight:800;font-size:1.35rem;letter-spacing:0.5px}.nav-link-custom{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 0.5rem;padding:0.5rem 0.8rem !important;border-radius:6px}.nav-link-custom:hover{color:var(--accent-color) !important;background-color:rgba(255,255,255,0.08)}.hero-section{background:linear-gradient(135deg,var(--primary-dark) 0%,#0c4a30 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(255,183,3,0.15) 0%,transparent 60%);pointer-events:none}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;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:2rem;font-weight:400}.hero-img{border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,0.35);transition:var(--transition-smooth)}.hero-img:hover{transform:translateY(-5px)}.section-title-wrap{margin-bottom:2.5rem;border-left:5px solid var(--primary-color);padding-left:1rem}.section-title{font-size:2rem;font-weight:700;color:var(--primary-dark);margin:0}.section-subtitle{color:var(--text-muted);margin-top:0.35rem;font-size:1rem}.custom-card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);transition:var(--transition-smooth)}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.group-card{border-top:4px solid var(--primary-color)}.group-letter{font-size:1.5rem;font-weight:800;color:var(--primary-color);background:rgba(13,92,58,0.08);width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%}.group-team-list{list-style:none;padding:0;margin:1rem 0 0 0}.group-team-item{padding:0.6rem 0;border-bottom:1px dashed var(--border-color);display:flex;justify-content:space-between;align-items:center;font-size:0.95rem}.group-team-item:last-child{border-bottom:none}.schedule-badge{background-color:rgba(224,47,47,0.1);color:var(--secondary-color);font-size:0.8rem;font-weight:600;padding:0.25rem 0.6rem;border-radius:4px}.schedule-badge.incoming{background-color:rgba(13,92,58,0.1);color:var(--primary-color)}.score-display{font-size:1.4rem;font-weight:800;color:var(--text-dark);background:#f1f5f9;padding:0.2rem 1rem;border-radius:6px;letter-spacing:2px}.team-avatar{font-size:1.8rem;width:50px;height:50px;background-color:#f1f5f9;color:var(--primary-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px}.venue-img-wrap{border-radius:12px;overflow:hidden;position:relative;margin-bottom:1rem}.venue-img-wrap img{width:100%;height:200px;object-fit:cover;transition:var(--transition-smooth)}.venue-img-wrap:hover img{transform:scale(1.05)}.news-item{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border-color)}.news-item:last-child{border-bottom:none}.news-date{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.35rem}.news-title{font-size:1.05rem;font-weight:600;color:var(--text-dark);margin-bottom:0.25rem}.news-title:hover{color:var(--primary-color)}.faq-details{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;transition:var(--transition-smooth)}.faq-summary{padding:1.2rem;font-weight:600;font-size:1.1rem;color:var(--primary-dark);cursor:pointer;outline:none;display:flex;justify-content:space-between;align-items:center}.faq-summary::-webkit-details-marker{display:none}.faq-summary::after{content:"+";font-size:1.5rem;font-weight:300;transition:transform 0.3s}.faq-details[open] .faq-summary::after{content:"−"}.faq-content{padding:0 1.2rem 1.2rem;color:var(--text-dark);border-top:1px solid var(--border-color);margin-top:-1px}.guide-box{border-top:4px solid var(--accent-color)}.guide-icon{font-size:2rem;color:var(--accent-color);margin-bottom:0.8rem}.footer-wrap{background-color:var(--primary-dark);color:rgba(255,255,255,0.8);padding:4rem 0 2rem;border-top:6px solid var(--accent-color)}.footer-logo{font-weight:800;font-size:1.5rem;color:#ffffff;margin-bottom:1rem}.footer-links-title{color:#ffffff;font-weight:600;margin-bottom:1.2rem}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem;font-size:0.9rem}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.section-title{font-size:1.75rem}.hero-section{padding:3.5rem 0}}