:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0066cc;--accent-green:#10b981;--accent-red:#ef4444;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05);--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);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.navbar-custom .navbar-brand{font-weight:800;color:#ffffff;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{height:40px;width:auto}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:#ffffff;background-color:rgba(255,255,255,0.1);border-radius:6px}.main-container{max-width:1320px;margin:2rem auto;padding:0 1rem}.content-card{background:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.75rem;margin-bottom:2rem;box-shadow:var(--card-shadow);transition:var(--transition)}.content-card:hover{box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.08)}.section-title{font-size:1.5rem;font-weight:700;color:var(--surface-strong);margin-bottom:1.5rem;position:relative;padding-left:12px;display:flex;align-items:center;justify-content:space-between}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:4px;background:var(--accent);border-radius:2px}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;border-radius:16px;padding:3rem;margin-bottom:2.5rem;overflow:hidden;position:relative}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1rem}.hero-section p{color:#cbd5e1;font-size:1.1rem;margin-bottom:1.5rem;max-width:650px}.hero-badge-group{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:1.5rem}.hero-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);padding:0.4rem 0.8rem;border-radius:20px;font-size:0.85rem;display:flex;align-items:center;gap:5px}.hero-image-wrapper img{border-radius:12px;object-fit:cover;width:100%;height:320px;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.score-ticker{background:#ffffff;border-radius:12px;border:1px solid var(--border);padding:1rem;margin-bottom:2.5rem;overflow-x:auto;white-space:nowrap;display:flex;gap:1.5rem}.score-item{display:inline-flex;flex-direction:column;background:#f1f5f9;padding:0.75rem 1.25rem;border-radius:8px;min-width:220px;flex-shrink:0}.score-meta{font-size:0.75rem;color:var(--text-muted);margin-bottom:0.4rem;display:flex;justify-content:space-between}.score-teams{display:flex;justify-content:space-between;align-items:center;font-size:0.9rem;font-weight:600}.score-status{font-size:0.75rem;padding:2px 6px;border-radius:4px;font-weight:700}.status-upcoming{background:#e2e8f0;color:#475569}.status-live{background:#fef2f2;color:var(--accent-red);animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:1rem}.group-header{font-weight:700;color:var(--surface-strong);border-bottom:2px solid var(--accent);padding-bottom:0.4rem;margin-bottom:0.75rem;font-size:1rem}.group-table{width:100%;font-size:0.85rem}.group-table th{color:var(--text-muted);font-weight:500;padding-bottom:0.4rem}.group-table td{padding:0.4rem 0;border-bottom:1px solid rgba(0,0,0,0.03)}.schedule-table-container{overflow-x:auto}.schedule-table{width:100%;min-width:700px;border-collapse:separate;border-spacing:0 8px}.schedule-table th{background:#f1f5f9;color:var(--text-main);font-weight:600;padding:10px;font-size:0.9rem}.schedule-table td{background:#ffffff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:12px 10px;font-size:0.9rem;vertical-align:middle}.schedule-table tr td:first-child{border-left:1px solid var(--border);border-radius:6px 0 0 6px}.schedule-table tr td:last-child{border-right:1px solid var(--border);border-radius:0 6px 6px 0}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.team-card{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:1rem;text-align:center;transition:var(--transition)}.team-card:hover{transform:translateY(-3px);border-color:var(--accent)}.team-flag{font-size:2rem;margin-bottom:0.5rem}.team-name{font-weight:600;color:var(--surface-strong);font-size:0.95rem;margin-bottom:0.2rem}.team-ranking{font-size:0.75rem;color:var(--text-muted)}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.news-item{background:#ffffff;border:1px solid var(--border);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.news-content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.news-meta{font-size:0.75rem;color:var(--text-muted);margin-bottom:0.5rem}.news-title{font-size:0.95rem;font-weight:600;color:var(--surface-strong);line-height:1.4;margin-bottom:0.75rem}.news-excerpt{font-size:0.85rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.stadium-card{display:grid;grid-template-columns:1fr;gap:1.5rem;background:#ffffff;border-radius:12px;overflow:hidden}@media (min-width:768px){.stadium-card{grid-template-columns:45% 55%}}.stadium-img-wrap img{width:100%;height:100%;object-fit:cover;min-height:250px}.stadium-details{padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.stadium-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.stadium-meta-item{font-size:0.85rem;color:var(--text-muted)}.stadium-meta-item strong{color:var(--text-main);display:block}.guide-box{background:#eff6ff;border-left:4px solid var(--accent);padding:1.25rem;border-radius:0 8px 8px 0;margin-bottom:1rem}.guide-box h4{font-size:1rem;font-weight:700;color:#1e3a8a;margin-bottom:0.5rem}.guide-box p{font-size:0.85rem;color:#1e40af;margin-bottom:0}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-question{font-weight:600;font-size:1rem;color:var(--surface-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{font-size:0.9rem;color:var(--text-muted);margin-top:0.5rem;padding-right:1.5rem}footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem;border-top:4px solid var(--accent)}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition)}footer a:hover{color:#ffffff}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.25rem}@media (max-width:991.98px){.hero-section{padding:2rem}.hero-section h1{font-size:2rem}}