:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--primary:#0284c7;--primary-hover:#0369a1;--accent:#ef4444;--success:#10b981;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--card-radius:12px;--shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--shadow-md:0 10px 15px -3px rgb(0 0 0 / 0.05),0 4px 6px -4px rgb(0 0 0 / 0.05)}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden;line-height:1.6}.navbar{background-color:rgba(15,23,42,0.95) !important;backdrop-filter:blur(8px);border-bottom:2px solid var(--primary);padding:0.75rem 0;transition:all 0.3s ease}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{color:#ffffff;font-weight:800;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--primary) !important}.navbar-toggler{border-color:rgba(255,255,255,0.2)}.navbar-toggler:focus{box-shadow:none}section{padding:5rem 0;scroll-margin-top:80px}.section-light{background-color:var(--surface)}.section-dark{background-color:var(--surface-strong);color:#ffffff}.section-title{position:relative;font-weight:800;margin-bottom:3rem}.section-title h2{font-size:2.25rem;display:inline-block;position:relative;padding-bottom:0.75rem}.section-title h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px}#hero{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:7rem 0 5rem;position:relative;overflow:hidden}#hero::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-badge{background-color:rgba(2,132,199,0.2);border:1px solid var(--primary);color:#38bdf8;padding:0.4rem 1rem;border-radius:50px;display:inline-block;font-weight:600;font-size:0.875rem;margin-bottom:1.5rem}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-title span{background:linear-gradient(to right,#38bdf8,#f87171);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:#94a3b8;margin-bottom:2.5rem;max-width:600px}.hero-img-wrapper{position:relative;border-radius:var(--card-radius);overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.1)}.hero-img-wrapper img{width:100%;height:auto;display:block;transition:transform 0.5s ease}.hero-img-wrapper:hover img{transform:scale(1.03)}.quick-data-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}@media (min-width:768px){.quick-data-grid{grid-template-columns:repeat(4,1fr)}}.data-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);border-radius:var(--card-radius);padding:1.25rem;text-align:center;transition:background 0.2s ease}.data-card:hover{background:rgba(255,255,255,0.06)}.data-num{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:0.25rem}.data-label{font-size:0.85rem;color:#94a3b8}.live-ticker-container{background:#1e293b;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.ticker-card{background:rgba(255,255,255,0.05);border-radius:8px;padding:0.75rem 1rem;margin-right:1rem;min-width:260px;display:inline-block;border-left:4px solid var(--primary)}.ticker-card.live{border-left-color:var(--accent)}.ticker-header{display:flex;justify-content:space-between;font-size:0.75rem;color:#94a3b8;margin-bottom:0.5rem}.ticker-live-dot{display:inline-block;width:8px;height:8px;background-color:var(--accent);border-radius:50%;margin-right:4px;animation:pulse 1.5s infinite}.ticker-match{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#ffffff}.ticker-team{display:flex;align-items:center;gap:0.5rem}.ticker-team span{font-size:0.9rem}.ticker-score{font-family:monospace;font-size:1.1rem;background:rgba(0,0,0,0.2);padding:2px 6px;border-radius:4px}.schedule-card{background:var(--surface);border-radius:var(--card-radius);box-shadow:var(--shadow);border:1px solid var(--border);margin-bottom:1rem;transition:all 0.2s ease}.schedule-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.schedule-meta{padding:0.75rem 1.25rem;background:#f8fafc;border-bottom:1px solid var(--border);border-top-left-radius:var(--card-radius);border-top-right-radius:var(--card-radius);font-size:0.85rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center}.schedule-body{padding:1.5rem 1.25rem}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.team-row:last-child{margin-bottom:0}.team-info{display:flex;align-items:center;gap:1rem}.team-flag{width:32px;height:22px;background-color:#e2e8f0;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:0.7rem;color:#94a3b8;font-weight:bold}.team-name{font-weight:700;color:var(--text-main)}.match-status-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px;background:#e2e8f0;color:var(--text-muted)}.match-status-badge.upcoming{background:rgba(2,132,199,0.1);color:var(--primary)}.group-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.group-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.group-grid{grid-template-columns:repeat(4,1fr)}}.group-card{background:var(--surface);border-radius:var(--card-radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.group-header{background:linear-gradient(135deg,var(--primary) 0%,#0369a1 100%);color:#ffffff;padding:1rem;font-weight:800;font-size:1.1rem;text-align:center}.group-table{width:100%;margin-bottom:0}.group-table th{background-color:#f1f5f9;font-size:0.75rem;color:var(--text-muted);font-weight:600;padding:0.5rem 0.75rem}.group-table td{font-size:0.875rem;padding:0.6rem 0.75rem;border-bottom:1px solid var(--border);vertical-align:middle}.group-table tr:last-child td{border-bottom:none}.team-profile-card{background:var(--surface);border-radius:var(--card-radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:1.5rem;height:100%;transition:transform 0.2s ease}.team-profile-card:hover{transform:translateY(-5px)}.team-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.team-large-flag{width:48px;height:32px;background:#f1f5f9;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.85rem;border:1px solid var(--border)}.team-card-title h3{font-size:1.15rem;font-weight:800;margin:0}.team-card-title span{font-size:0.75rem;color:var(--text-muted)}.team-stats-list{list-style:none;padding:0;margin:0 0 1.25rem;font-size:0.85rem}.team-stats-list li{display:flex;justify-content:space-between;padding:0.4rem 0;border-bottom:1px dashed var(--border)}.team-stats-list li:last-child{border-bottom:none}.news-item{display:flex;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.news-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.news-date-badge{flex-shrink:0;width:60px;height:60px;background:rgba(2,132,199,0.1);color:var(--primary);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:800}.news-date-badge span{font-size:0.7rem;font-weight:500;color:var(--text-muted);text-transform:uppercase}.news-content h3{font-size:1.1rem;font-weight:700;margin-bottom:0.5rem;line-height:1.4}.news-content p{font-size:0.9rem;color:var(--text-muted);margin-bottom:0}.stadium-card{background:var(--surface);border-radius:var(--card-radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden;height:100%}.stadium-info{padding:1.25rem}.stadium-info h3{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem}.stadium-meta-item{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.25rem;display:flex;align-items:center;gap:0.5rem}.guide-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:2rem;height:100%;transition:box-shadow 0.2s ease}.guide-card:hover{box-shadow:var(--shadow-md)}.guide-icon-box{width:48px;height:48px;border-radius:10px;background:rgba(239,68,68,0.1);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.guide-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.guide-list{list-style:none;padding:0;margin:0;font-size:0.9rem;color:var(--text-muted)}.guide-list li{margin-bottom:0.75rem;padding-left:1.25rem;position:relative}.guide-list li::before{content:'•';color:var(--primary);font-weight:bold;position:absolute;left:0}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem;overflow:hidden}.faq-btn{width:100%;padding:1.25rem;text-align:left;background:none;border:none;font-weight:700;color:var(--text-main);display:flex;justify-content:space-between;align-items:center;outline:none}.faq-btn:focus{outline:none}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-muted);font-size:0.925rem;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-btn{color:var(--primary)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:4px solid var(--primary);font-size:0.9rem}.footer-brand h4{color:#ffffff;font-weight:800;margin-bottom:1.25rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.footer-links a:hover{color:#ffffff}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.08);text-align:center;font-size:0.8rem}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}.table-responsive{margin-bottom:0}