:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent-red:#e11d48;--accent-green:#059669;--accent-blue:#1d4ed8;--accent-gold:#d97706;--border:#e2e8f0;--card-shadow:0 4px 20px -2px rgba(15,23,42,0.06);--transition:all 0.25s ease-in-out}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;overflow-x:hidden}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.75rem 0;z-index:1030}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:var(--text-main);font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link:hover{color:var(--accent-red)}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:5rem 0 4rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(225,29,72,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-size:2.25rem;font-weight:800;line-height:1.3;letter-spacing:-0.02em;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(90deg,#38bdf8,#f43f5e);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-lead{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.7}.hero-img{border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,0.3);max-width:100%;height:auto;object-fit:cover}.hero-counter{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:12px;padding:1.5rem;backdrop-filter:blur(4px)}.section-title{font-size:1.75rem;font-weight:700;color:var(--surface-strong);margin-bottom:1.5rem;position:relative;padding-left:1rem}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:5px;background-color:var(--accent-red);border-radius:2px}.section-subtitle{color:var(--text-muted);margin-top:-1rem;margin-bottom:2rem;font-size:0.95rem}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition);overflow:hidden;height:100%}.card-custom:hover{transform:translateY(-4px);box-shadow:0 12px 30px -4px rgba(15,23,42,0.12)}.main-container{padding-top:3rem;padding-bottom:4rem}.schedule-tab{border-bottom:2px solid var(--border);margin-bottom:1.5rem}.schedule-btn{background:none;border:none;padding:0.75rem 1.25rem;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-2px;transition:var(--transition)}.schedule-btn.active{color:var(--accent-red);border-bottom-color:var(--accent-red)}.match-row{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:0.75rem;display:flex;align-items:center;justify-content:space-between;transition:var(--transition)}.match-row:hover{border-color:#cbd5e1;background-color:#f8fafc}.match-meta{font-size:0.85rem;color:var(--text-muted);min-width:140px}.match-teams{display:flex;align-items:center;justify-content:center;flex-grow:1;gap:1rem;font-weight:600}.match-team{display:flex;align-items:center;gap:0.5rem;width:40%}.match-team.team-home{justify-content:flex-end}.match-team.team-away{justify-content:flex-start}.match-score{font-size:1.25rem;font-weight:700;background:#f1f5f9;padding:0.25rem 0.75rem;border-radius:6px;min-width:60px;text-align:center}.match-status{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:4px;font-weight:600;text-align:center;min-width:70px}.status-upcoming{background:#eff6ff;color:var(--accent-blue)}.status-live{background:#fef2f2;color:var(--accent-red);animation:pulse 2s infinite}.status-ended{background:#f1f5f9;color:var(--text-muted)}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem}.group-header{background:var(--surface-strong);color:#ffffff;margin:-1.25rem -1.25rem 1rem;padding:0.75rem 1.25rem;font-weight:700;border-top-left-radius:11px;border-top-right-radius:11px;font-size:1rem}.group-table{width:100%;font-size:0.85rem;margin-bottom:0}.group-table th{color:var(--text-muted);font-weight:600;padding-bottom:0.5rem;border-bottom:1px solid var(--border)}.group-table td{padding:0.5rem 0;border-bottom:1px solid #f1f5f9;vertical-align:middle}.group-table tr:last-child td{border-bottom:none}.qualify-spot{width:4px;height:1.5rem;background-color:var(--accent-green);display:inline-block;margin-right:6px;border-radius:2px;vertical-align:middle}.team-profile-card{text-align:center;padding:1.5rem}.team-flag-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.team-name{font-weight:700;font-size:1.1rem;margin-bottom:0.25rem}.team-group-info{font-size:0.8rem;color:var(--text-muted);background:#f1f5f9;padding:0.15rem 0.5rem;border-radius:10px;display:inline-block}.stadium-card-img{height:180px;object-fit:cover;width:100%}.stadium-meta{font-size:0.8rem;color:var(--text-muted);display:flex;justify-content:space-between;margin-top:0.5rem;border-top:1px solid var(--border);padding-top:0.5rem}.news-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.news-item:last-child{border-bottom:none}.news-date{font-size:0.8rem;color:var(--text-muted);white-space:nowrap}.news-title{font-weight:600;font-size:0.95rem;color:var(--text-main);margin-bottom:0.25rem;transition:var(--transition)}.news-title:hover{color:var(--accent-red)}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:0.75rem;overflow:hidden}.faq-question{width:100%;text-align:left;background:none;border:none;padding:1.25rem;font-weight:600;color:var(--text-main);display:flex;justify-content:space-between;align-items:center;outline:none}.faq-question::after{content:'\F282';font-family:'bootstrap-icons';font-size:0.9rem;color:var(--text-muted);transition:transform 0.2s ease}.faq-question.collapsed::after{transform:rotate(-90deg)}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-muted);font-size:0.9rem;border-top:1px solid #f1f5f9}.info-disclosure{background:#f1f5f9;border-left:4px solid var(--text-muted);padding:1rem 1.25rem;font-size:0.85rem;color:var(--text-muted);border-radius:0 8px 8px 0}.footer-dark{background-color:var(--surface-strong);color:#94a3b8;padding:3.5rem 0 1.5rem;font-size:0.9rem;border-top:4px solid var(--accent-red)}.footer-dark h5{color:#ffffff;font-size:1rem;font-weight:700;margin-bottom:1.25rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:var(--transition)}.footer-links a:hover{color:#ffffff}@media (max-width:991px){.hero-section{padding:4rem 0 3rem;text-align:center}.hero-title{font-size:1.75rem}.hero-img{margin-top:2rem}.match-row{flex-direction:column;gap:0.75rem;text-align:center}.match-meta{min-width:auto}.match-teams{flex-direction:column;gap:0.5rem;width:100%}.match-team{width:100%;justify-content:center !important}}@media (max-width:576px){.section-title{font-size:1.4rem}.group-grid{grid-template-columns:1fr}}