:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-muted:#f1f5f9;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-hover:#0369a1;--accent-2:#10b981;--accent-3:#f59e0b;--border:#e2e8f0;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{background-color:var(--page-bg);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem;border-radius:6px;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--text-light);background-color:rgba(2,132,199,0.2)}section{padding:5rem 0;border-bottom:1px solid var(--border)}.section-alt{background-color:var(--surface)}.section-dark{background-color:var(--surface-strong);color:var(--text-light)}.section-title{position:relative;padding-bottom:1rem;margin-bottom:3rem;font-weight:800;letter-spacing:0.5px}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:2px}.section-title.text-center::after{left:50%;transform:translateX(-50%)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:6rem 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(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-tag{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.4rem 1rem;border-radius:50px;font-size:0.85rem;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1);object-fit:cover;width:100%;height:auto}.meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.meta-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);padding:1rem;border-radius:10px;text-align:center}.meta-card h4{font-size:1.8rem;color:var(--accent-3);margin-bottom:0.25rem;font-weight:700}.meta-card p{font-size:0.85rem;color:rgba(255,255,255,0.7);margin:0}.schedule-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:4px;font-weight:600}.schedule-table-wrapper{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow-x:auto}.schedule-table{width:100%;min-width:800px;margin:0}.schedule-table th{background-color:var(--surface-muted);color:var(--text-main);padding:1rem;font-weight:600;border-bottom:2px solid var(--border)}.schedule-table td{padding:1.2rem 1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.team-flag-info{display:inline-flex;align-items:center;gap:0.5rem;font-weight:600}.live-score-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:var(--transition)}.live-score-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.05);transform:translateY(-2px)}.match-header{display:flex;justify-content:space-between;font-size:0.8rem;color:var(--text-muted);border-bottom:1px dashed var(--border);padding-bottom:0.5rem;margin-bottom:1rem}.match-body-team{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.match-score{font-size:1.25rem;font-weight:700;color:var(--text-main)}.group-card{background:var(--surface);border:1px solid var(--border);border-top:4px solid var(--accent);border-radius:8px;overflow:hidden;transition:var(--transition)}.group-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,0.05)}.group-header{background:var(--surface-muted);padding:0.75rem 1rem;font-weight:700;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.group-list{list-style:none;padding:0;margin:0}.group-list-item{display:flex;justify-content:space-between;padding:0.75rem 1rem;border-bottom:1px solid var(--border);font-size:0.9rem}.group-list-item:last-child{border-bottom:none}.team-profile-row{display:flex;flex-wrap:wrap;gap:1rem}.team-pill{background:var(--surface);border:1px solid var(--border);border-radius:30px;padding:0.5rem 1.25rem;display:inline-flex;align-items:center;gap:0.5rem;font-size:0.9rem;color:var(--text-main);transition:var(--transition)}.team-pill:hover{border-color:var(--accent);background-color:rgba(2,132,199,0.05)}.stadium-card{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);transition:var(--transition);height:100%}.stadium-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,0.1)}.stadium-img-wrapper{position:relative;overflow:hidden;height:200px}.stadium-img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.stadium-card:hover .stadium-img{transform:scale(1.05)}.stadium-info{padding:1.25rem}.stadium-city{font-size:0.8rem;color:var(--accent);text-transform:uppercase;font-weight:700;margin-bottom:0.25rem}.stadium-name{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem}.news-item{background:var(--surface);border-radius:8px;border:1px solid var(--border);padding:1.5rem;transition:var(--transition);height:100%;display:flex;flex-direction:column;justify-content:space-between}.news-item:hover{border-color:var(--accent);box-shadow:0 8px 20px rgba(2,132,199,0.05)}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;gap:1rem}.news-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.guide-box{background:var(--surface-muted);border-radius:12px;padding:2rem;height:100%;border-left:5px solid var(--accent-2)}.guide-icon{font-size:2.5rem;color:var(--accent-2);margin-bottom:1rem}.rule-card{background:var(--surface-strong);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:2rem;color:var(--text-light);height:100%}.rule-badge{background:var(--accent-3);color:var(--surface-strong);font-weight:700;padding:0.25rem 0.75rem;border-radius:4px;font-size:0.8rem;display:inline-block;margin-bottom:1rem}.history-timeline{position:relative;padding-left:2rem}.history-timeline::before{content:'';position:absolute;left:7px;top:0;bottom:0;width:2px;background-color:var(--border)}.timeline-node{position:relative;margin-bottom:2.5rem}.timeline-node::before{content:'';position:absolute;left:-29px;top:6px;width:16px;height:16px;border-radius:50%;background-color:var(--accent);border:3px solid var(--surface)}.timeline-year{font-weight:800;font-size:1.25rem;color:var(--accent);margin-bottom:0.25rem}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden;background:var(--surface)}.faq-accordion .accordion-button{font-weight:600;color:var(--text-main);background:var(--surface);padding:1.2rem}.faq-accordion .accordion-button:not(.collapsed){background-color:var(--surface-muted);color:var(--accent);box-shadow:none}.faq-accordion .accordion-body{padding:1.2rem;color:var(--text-muted);background:var(--surface);border-top:1px solid var(--border)}.about-disclaimer{background:linear-gradient(rgba(241,245,249,0.8),rgba(241,245,249,0.8));border-radius:12px;border:1px solid var(--border);padding:2.5rem}.footer-custom{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:4rem 0 2rem 0;border-top:4px solid var(--accent)}.footer-custom a{color:rgba(255,255,255,0.7);text-decoration:none;transition:var(--transition)}.footer-custom a:hover{color:var(--text-light)}.footer-divider{border-top:1px solid rgba(255,255,255,0.1);margin-top:3rem;padding-top:1.5rem}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.hero-section{padding:4rem 0}.meta-grid{grid-template-columns:1fr;gap:1rem}}