:root{--primary-color:#0d2c54;--secondary-color:#c8102e;--accent-green:#006847;--accent-gold:#d4af37;--bg-light:#f8f9fa;--bg-white:#ffffff;--text-dark:#1a1a1a;--text-muted:#5e6e82;--border-color:#dee2e6;--card-radius:12px;--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);line-height:1.6}.navbar{background-color:var(--primary-color) !important;box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.75rem 1rem}.navbar-brand{display:flex;align-items:center;font-weight:700;color:var(--bg-white) !important;gap:10px}.navbar-brand img{height:40px;width:auto}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition-smooth)}.nav-link:hover,.nav-link.active{color:var(--accent-gold) !important}.navbar-toggler{border-color:rgba(255,255,255,0.1)}.main-wrapper{padding:2rem 0}.content-sidebar-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:992px){.content-sidebar-layout{grid-template-columns:8fr 4fr}}.hero-section{background:linear-gradient(135deg,#0d2c54 0%,#1a4a80 100%);color:var(--bg-white);border-radius:var(--card-radius);padding:3rem 2rem;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(13,44,84,0.15)}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(212,175,55,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.25rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.hero-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero-tag{background-color:rgba(255,255,255,0.15);padding:0.4rem 1rem;border-radius:30px;font-size:0.85rem;font-weight:600;border:1px solid rgba(255,255,255,0.1)}.hero-img-container{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.3)}.hero-img-container img{width:100%;height:auto;object-fit:cover;display:block}.section-card{background-color:var(--bg-white);border-radius:var(--card-radius);border:1px solid var(--border-color);padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px rgba(0,0,0,0.04);transition:var(--transition-smooth)}.section-card:hover{box-shadow:0 6px 16px rgba(0,0,0,0.08)}.section-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1.25rem;padding-bottom:0.5rem;border-bottom:2px solid var(--border-color);display:flex;align-items:center;gap:0.5rem}.section-title i{color:var(--secondary-color)}.live-score-strip{display:flex;flex-direction:column;gap:1rem}.score-item{display:flex;align-items:center;justify-content:space-between;background-color:var(--bg-light);padding:1rem;border-radius:8px;border-left:4px solid var(--accent-gold)}.score-team{display:flex;align-items:center;gap:0.75rem;font-weight:600;flex:1}.score-team.team-right{justify-content:flex-end}.score-values{background-color:var(--primary-color);color:var(--bg-white);padding:0.25rem 0.75rem;border-radius:4px;font-weight:700;font-family:monospace;font-size:1.1rem;margin:0 1rem}.score-status{font-size:0.75rem;color:var(--text-muted);text-align:center;min-width:60px}.table-responsive-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-table{width:100%;min-width:600px;border-collapse:collapse}.schedule-table th,.schedule-table td{padding:0.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-color)}.schedule-table th{background-color:var(--bg-light);color:var(--primary-color);font-weight:600}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.group-card{background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:8px;padding:1rem}.group-header{background-color:var(--primary-color);color:var(--bg-white);padding:0.4rem 0.75rem;border-radius:4px;font-weight:700;margin-bottom:0.75rem;text-align:center}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;padding:0.35rem 0;border-bottom:1px dashed var(--border-color);font-size:0.9rem}.group-team-item:last-child{border-bottom:none}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.team-card{background-color:var(--bg-white);border:1px solid var(--border-color);border-radius:8px;padding:1rem;text-align:center;transition:var(--transition-smooth)}.team-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,0.05)}.team-flag{font-size:2rem;margin-bottom:0.5rem;display:block}.team-name{font-weight:700;color:var(--primary-color);margin-bottom:0.25rem}.team-desc{font-size:0.75rem;color:var(--text-muted)}.news-list{display:flex;flex-direction:column;gap:1rem}.news-item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.news-item:last-child{border-bottom:none;padding-bottom:0}.news-date{min-width:80px;text-align:center;background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:6px;padding:0.5rem;height:fit-content}.news-date-day{display:block;font-size:1.25rem;font-weight:700;color:var(--secondary-color);line-height:1}.news-date-month{display:block;font-size:0.75rem;color:var(--text-muted);margin-top:0.25rem}.news-content{flex:1}.news-title{font-size:1rem;font-weight:600;color:var(--primary-color);margin-bottom:0.25rem}.news-summary{font-size:0.85rem;color:var(--text-muted);margin-bottom:0}.guide-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}@media (min-width:768px){.guide-grid{grid-template-columns:1fr 1fr}}.guide-image{border-radius:var(--card-radius);overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.guide-image img{width:100%;height:auto;object-fit:cover;display:block}.faq-accordion{display:flex;flex-direction:column;gap:0.75rem}.faq-item{border:1px solid var(--border-color);border-radius:8px;overflow:hidden;background-color:var(--bg-white)}.faq-header{width:100%;padding:1rem;text-align:left;background-color:var(--bg-light);border:none;font-weight:600;color:var(--primary-color);display:flex;justify-content:space-between;align-items:center;transition:var(--transition-smooth)}.faq-header:hover{background-color:#f1f3f5}.faq-content{padding:1rem;border-top:1px solid var(--border-color);font-size:0.9rem;color:var(--text-muted);display:none}.faq-item.active .faq-content{display:block}.faq-icon::before{content:"+";font-weight:700}.faq-item.active .faq-icon::before{content:"−"}.footer{background-color:var(--primary-color);color:rgba(255,255,255,0.8);padding:3rem 0 1.5rem;font-size:0.9rem;border-top:4px solid var(--secondary-color)}.footer-brand{font-size:1.25rem;font-weight:700;color:var(--bg-white) !important;margin-bottom:1rem;display:block}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition-smooth)}.footer-links a:hover{color:var(--accent-gold)}.footer-divider{border-top:1px solid rgba(255,255,255,0.1);margin:2rem 0 1.5rem}.footer-disclaimer{font-size:0.75rem;color:rgba(255,255,255,0.5);line-height:1.5}