:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0b1a30;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent-blue:#0d6efd;--accent-red:#e01e37;--accent-green:#198754;--accent-gold:#ffc107;--border:#e2e8f0;--card-shadow:0 4px 20px rgba(0,0,0,0.05);--transition:all 0.3s ease}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 2px 10px rgba(0,0,0,0.1);padding:15px 0}.navbar-custom .navbar-brand{display:flex;align-items:center;gap:10px;color:var(--text-light);font-weight:700;font-size:1.25rem}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(248,250,252,0.85);font-weight:500;padding:8px 16px !important;border-radius:6px;transition:var(--transition)}.navbar-custom .nav-link:hover{color:var(--text-light);background-color:rgba(255,255,255,0.1)}.section-header{margin-bottom:40px;position:relative}.section-header h2{font-weight:800;color:var(--surface-strong);font-size:2rem;margin-bottom:10px}.section-header p{color:var(--text-muted);font-size:1.05rem;max-width:700px}.hero-section{background:linear-gradient(135deg,#0b1a30 0%,#1e3a8a 100%);color:var(--text-light);padding:80px 0;position:relative;overflow:hidden}.hero-content h1{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:#cbd5e1;margin-bottom:30px;line-height:1.7}.hero-img-wrapper img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,0.3);max-width:100%;height:auto}.data-panel-section{margin-top:-40px;position:relative;z-index:10}.data-card{background:var(--surface);border-radius:12px;padding:24px;box-shadow:var(--card-shadow);border:1px solid var(--border);text-align:center;transition:var(--transition)}.data-card:hover{transform:translateY(-5px)}.data-number{font-size:2.5rem;font-weight:800;color:var(--accent-blue);line-height:1.1;margin-bottom:5px}.data-label{font-size:0.95rem;color:var(--text-muted);font-weight:600}.schedule-card{background:var(--surface);border-radius:10px;border:1px solid var(--border);padding:20px;margin-bottom:15px;transition:var(--transition)}.schedule-card:hover{border-color:var(--accent-blue);box-shadow:var(--card-shadow)}.match-badge{font-size:0.75rem;font-weight:700;padding:4px 8px;border-radius:4px;text-transform:uppercase}.badge-stage{background-color:#e0f2fe;color:#0369a1}.badge-status{background-color:#f1f5f9;color:#475569}.match-team{font-size:1.1rem;font-weight:700}.match-score{font-size:1.5rem;font-weight:800;color:var(--surface-strong);background:#f1f5f9;padding:4px 15px;border-radius:6px}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.group-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--card-shadow)}.group-header{background:var(--surface-strong);color:var(--text-light);padding:12px 20px;font-weight:700;font-size:1.1rem}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.team-name{font-weight:600;display:flex;align-items:center;gap:10px}.team-profile-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:24px;height:100%;transition:var(--transition)}.team-profile-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow)}.team-profile-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.team-flag-placeholder{width:45px;height:30px;background:#e2e8f0;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:bold}.team-info-list{font-size:0.9rem;color:var(--text-muted);padding-left:0;list-style:none}.team-info-list li{margin-bottom:8px;display:flex;justify-content:space-between}.team-info-list strong{color:var(--text-main)}.stadium-card{background:var(--surface);border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--card-shadow)}.stadium-info{padding:20px}.news-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:20px;height:100%;transition:var(--transition)}.news-card:hover{border-color:var(--accent-blue)}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:10px}.news-title{font-size:1.15rem;font-weight:700;color:var(--surface-strong);margin-bottom:10px;line-height:1.4}.news-excerpt{font-size:0.9rem;color:var(--text-muted);line-height:1.6}.info-tab-box{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:30px}.guide-section{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:16px;padding:40px;border:1px solid var(--border)}.guide-item{display:flex;gap:15px;margin-bottom:25px}.guide-icon-box{width:48px;height:48px;border-radius:10px;background-color:var(--accent-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.faq-accordion .accordion-item{border-radius:8px !important;margin-bottom:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,0.02)}.faq-accordion .accordion-button{font-weight:700;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:#f0f7ff;color:var(--accent-blue)}.footer-custom{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px 0;font-size:0.95rem}.footer-brand{font-weight:700;color:var(--text-light);font-size:1.4rem;margin-bottom:15px;display:inline-block}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:var(--text-light)}.footer-bottom{border-top:1px solid #1e293b;padding-top:20px;margin-top:40px;font-size:0.85rem}@media (max-width:991.98px){.hero-section{text-align:center;padding:60px 0}.hero-content h1{font-size:2.2rem}.hero-img-wrapper{margin-top:40px}.section-header h2{font-size:1.75rem}}