:root{--primary-color:#0d5c3a;--secondary-color:#c8102e;--accent-color:#002868;--bg-light:#f8fafc;--bg-card:#ffffff;--text-dark:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--gradient-primary:linear-gradient(135deg,#0d5c3a 0%,#002868 100%);--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(--bg-light);color:var(--text-dark);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:2px solid var(--primary-color);padding:15px 0}.navbar-custom .navbar-brand{display:flex;align-items:center;font-weight:800;color:#ffffff;font-size:1.4rem}.navbar-custom .navbar-brand img{height:40px;margin-right:10px;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.2))}.navbar-custom .nav-link{color:#e2e8f0 !important;font-weight:500;padding:8px 16px !important;transition:var(--transition-smooth);border-radius:6px}.navbar-custom .nav-link:hover{color:#ffffff !important;background-color:rgba(255,255,255,0.1)}.hero-section{background:var(--gradient-primary);color:#ffffff;padding:100px 0 80px 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(200,16,46,0.15) 0%,transparent 50%);pointer-events:none}.hero-content{z-index:2;position:relative}.hero-badge{display:inline-flex;align-items:center;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:6px 16px;border-radius:50px;font-size:0.9rem;font-weight:600;margin-bottom:24px;color:#38bdf8;backdrop-filter:blur(4px)}.hero-title{font-size:3rem;font-weight:900;line-height:1.2;margin-bottom:24px;text-shadow:0 4px 12px rgba(0,0,0,0.15)}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:35px;max-width:600px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;border-top:1px solid rgba(255,255,255,0.15);padding-top:30px}.hero-stat-item h4{font-size:2rem;font-weight:800;color:#ffffff;margin-bottom:5px}.hero-stat-item p{font-size:0.85rem;color:#94a3b8;margin:0}.hero-image-wrapper{position:relative;z-index:2}.hero-image{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1);transition:var(--transition-smooth)}.hero-image:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,0.4)}section{padding:80px 0}.section-header{margin-bottom:50px;position:relative}.section-tag{font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--secondary-color);margin-bottom:10px;display:block}.section-title{font-size:2.2rem;font-weight:800;color:var(--text-dark);margin-bottom:15px}.section-desc{color:var(--text-muted);max-width:700px;font-size:1.05rem}.custom-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;transition:var(--transition-smooth);overflow:hidden;height:100%}.custom-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(15,23,42,0.08);border-color:rgba(13,92,58,0.2)}.live-ticker{background:#0f172a;color:#ffffff;padding:12px 0;border-bottom:1px solid #1e293b;font-size:0.9rem}.ticker-wrapper{display:flex;align-items:center;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.ticker-wrapper::-webkit-scrollbar{display:none}.ticker-badge{background:var(--secondary-color);color:white;padding:2px 8px;border-radius:4px;font-size:0.75rem;font-weight:bold;margin-right:15px;animation:pulse 1.5s infinite}.ticker-item{display:inline-flex;align-items:center;margin-right:40px;color:#cbd5e1}.ticker-item strong{color:#ffffff;margin:0 8px}.match-card{padding:24px}.match-header{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;color:var(--text-muted);border-bottom:1px dashed var(--border-color);padding-bottom:12px;margin-bottom:16px}.match-teams{display:flex;flex-direction:column;gap:12px}.match-team{display:flex;justify-content:space-between;align-items:center}.team-info{display:flex;align-items:center;font-weight:600}.team-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;margin-right:12px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.match-score{font-weight:700;font-size:1.1rem}.match-score.unplayed{font-size:0.85rem;color:var(--text-muted);background:#f1f5f9;padding:4px 8px;border-radius:4px}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.group-card{background:#ffffff;border:1px solid var(--border-color);border-radius:12px;overflow:hidden}.group-header{background:var(--accent-color);color:white;padding:12px 20px;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-header-alt{background:var(--primary-color)}.group-table{width:100%;margin-bottom:0}.group-table th{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;padding:10px 20px;background:#f8fafc;border-bottom:1px solid var(--border-color)}.group-table td{padding:12px 20px;font-size:0.9rem;border-bottom:1px solid #f1f5f9}.team-badge-card{text-align:center;padding:30px 20px}.team-logo-placeholder{width:70px;height:70px;background:#f1f5f9;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:2rem;color:var(--primary-color);border:2px solid var(--border-color)}.stat-badge{font-size:0.75rem;padding:4px 10px;border-radius:50px;font-weight:600;background:#f1f5f9;color:var(--text-muted)}.stadium-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.05)}.stadium-img{width:100%;height:380px;object-fit:cover;transition:var(--transition-smooth)}.stadium-card:hover .stadium-img{transform:scale(1.05)}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,23,42,0.95) 0%,rgba(15,23,42,0.4) 60%,transparent 100%);padding:30px;color:white}.stadium-city{font-size:0.85rem;color:#38bdf8;text-transform:uppercase;font-weight:700;margin-bottom:8px}.news-badge{position:absolute;top:15px;left:15px;background:var(--secondary-color);color:white;font-size:0.75rem;font-weight:700;padding:4px 10px;border-radius:4px;z-index:2}.news-body{padding:24px}.news-date{font-size:0.8rem;color:var(--text-muted);margin-bottom:8px;display:block}.news-title{font-size:1.15rem;font-weight:700;margin-bottom:12px;line-height:1.4;color:var(--text-dark)}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:0}.guide-section{background-color:#0f172a;color:#ffffff}.guide-section .section-title{color:#ffffff}.guide-list{list-style:none;padding:0;margin:0}.guide-item{display:flex;align-items:flex-start;margin-bottom:24px}.guide-icon{background:rgba(255,255,255,0.1);color:#38bdf8;width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-right:16px;flex-shrink:0}.guide-text h5{font-size:1.1rem;font-weight:700;margin-bottom:6px}.guide-text p{font-size:0.9rem;color:#cbd5e1;margin:0}.faq-item{background:#ffffff;border:1px solid var(--border-color);border-radius:8px;margin-bottom:16px;overflow:hidden}.faq-summary{padding:18px 24px;font-weight:700;cursor:pointer;user-select:none;display:flex;justify-content:space-between;align-items:center;list-style:none}.faq-summary::-webkit-details-marker{display:none}.faq-summary::after{content:'\f107';font-family:'bootstrap-icons';transition:transform 0.2s ease}details[open] .faq-summary::after{transform:rotate(180deg)}.faq-content{padding:0 24px 20px 24px;color:var(--text-muted);font-size:0.95rem;border-top:1px solid #f1f5f9;padding-top:15px}.about-section{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.about-box{background:#ffffff;padding:40px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.02);border:1px solid var(--border-color)}footer{background-color:#0b0f19;color:#94a3b8;padding:60px 0 30px 0;font-size:0.9rem;border-top:4px solid var(--secondary-color)}footer h5{color:#ffffff;font-weight:700;font-size:1rem;margin-bottom:20px}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:#ffffff}.footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid #1e293b;font-size:0.8rem}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}@media (max-width:991.98px){.hero-title{font-size:2.25rem}.hero-section{padding:60px 0}.hero-stats{grid-template-columns:1fr;gap:15px}section{padding:60px 0}}