:root{--primary:#0f172a;--primary-light:#1e293b;--accent:#059669;--accent-hover:#047857;--accent-gold:#eab308;--bg-light:#f8fafc;--card-bg:#ffffff;--text-main:#0f172a;--text-muted:#475569;--border:#e2e8f0;--hero-bg:radial-gradient(circle at 50% 50%,#1e293b 0%,#0f172a 100%)}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--primary)}a{text-decoration:none;transition:all 0.25s ease}.navbar{background-color:rgba(15,23,42,0.96) !important;backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-brand{font-size:1.35rem;font-weight:800;color:#ffffff !important;display:flex;align-items:center;gap:10px}.navbar-brand img{max-height:40px;object-fit:contain}.nav-link{color:#cbd5e1 !important;font-weight:500;padding:0.5rem 1rem !important;border-radius:6px}.nav-link:hover,.nav-link.active{color:#ffffff !important;background-color:rgba(255,255,255,0.08)}.nav-btn{background-color:var(--accent);color:#ffffff !important;font-weight:600;border-radius:6px;padding:0.5rem 1.25rem !important;margin-left:0.75rem}.nav-btn:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.hero-section{background:var(--hero-bg);color:#ffffff;padding:5rem 0 6rem;position:relative;overflow:hidden;border-bottom:5px solid var(--accent)}.hero-section::after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--bg-light),transparent);pointer-events:none}.hero-title{font-size:2.8rem;line-height:1.25;font-weight:850;color:#ffffff;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,0.3)}.hero-title span{color:var(--accent-gold)}.hero-meta-badge{background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:#e2e8f0;font-size:0.85rem;font-weight:600;padding:0.4rem 1rem;border-radius:50px;display:inline-flex;align-items:center;gap:6px;margin-bottom:1.5rem}.hero-lead{font-size:1.15rem;color:#cbd5e1;margin-bottom:2.5rem}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.5);border:1px solid rgba(255,255,255,0.15)}.hero-image-wrapper img{width:100%;height:auto;transition:transform 0.5s ease}.hero-image-wrapper:hover img{transform:scale(1.03)}section{padding:4.5rem 0}.section-header{margin-bottom:3.5rem;text-align:center}.section-tag{color:var(--accent);text-transform:uppercase;font-weight:700;letter-spacing:1px;font-size:0.9rem;display:block;margin-bottom:0.5rem}.section-title{font-size:2.2rem;font-weight:800;position:relative;display:inline-block;padding-bottom:0.8rem}.section-title::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:var(--accent);border-radius:2px}.score-panel-card{background:var(--card-bg);border-radius:12px;border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);padding:1.5rem;transition:transform 0.2s ease,box-shadow 0.2s ease}.score-panel-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.score-status{font-size:0.75rem;font-weight:700;padding:0.25rem 0.6rem;border-radius:4px;display:inline-block}.status-upcoming{background-color:#f1f5f9;color:#475569}.status-live{background-color:#fef2f2;color:#ef4444;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.team-row{display:flex;align-items:center;justify-content:space-between;margin:0.75rem 0}.team-info{display:flex;align-items:center;gap:12px;font-weight:600}.team-flag{width:30px;height:20px;object-fit:cover;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.score-number{font-size:1.25rem;font-weight:800;font-family:monospace}.group-container{background:#ffffff;border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.group-header{background-color:var(--primary);color:#ffffff;padding:0.75rem 1rem;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}.group-header span{color:var(--accent-gold)}.group-table{margin-bottom:0}.group-table th{font-size:0.75rem;color:var(--text-muted);text-transform:uppercase;font-weight:600;border-top:none;background-color:#f8fafc}.group-table td{font-size:0.9rem;font-weight:500;vertical-align:middle}.news-card{background:var(--card-bg);border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);height:100%;display:flex;flex-direction:column;transition:transform 0.25s ease}.news-card:hover{transform:translateY(-4px)}.news-card-body{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.news-meta{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.75rem;display:flex;align-items:center;gap:8px}.news-title{font-size:1.15rem;font-weight:700;line-height:1.4;color:var(--primary);margin-bottom:0.75rem}.news-desc{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-action{color:var(--accent);font-weight:600;font-size:0.9rem;display:inline-flex;align-items:center;gap:4px}.stadium-card{background:var(--card-bg);border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.stadium-img-wrapper{position:relative;height:220px;overflow:hidden}.stadium-img-wrapper img{width:100%;height:100%;object-fit:cover}.stadium-info-badge{position:absolute;bottom:10px;left:10px;background:rgba(15,23,42,0.85);color:#ffffff;font-size:0.75rem;font-weight:600;padding:0.3rem 0.75rem;border-radius:4px;backdrop-filter:blur(4px)}.stadium-body{padding:1.25rem}.stadium-name{font-size:1.15rem;font-weight:700;margin-bottom:0.4rem}.stadium-city{color:var(--accent);font-size:0.85rem;font-weight:600;margin-bottom:0.75rem}.stadium-stat{font-size:0.85rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:0.75rem;margin-top:0.75rem;display:flex;justify-content:space-between}.guide-section{background-color:#f1f5f9;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.guide-card{background:#ffffff;border-radius:12px;padding:2rem;border:1px solid var(--border);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);height:100%}.guide-icon{font-size:2rem;color:var(--accent);margin-bottom:1.25rem}.accordion-item{border:1px solid var(--border) !important;border-radius:8px !important;overflow:hidden;margin-bottom:1rem;background:#ffffff;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.accordion-button{font-weight:700;color:var(--primary) !important;background-color:#ffffff !important;font-size:1.05rem;padding:1.25rem}.accordion-button:not(.collapsed){box-shadow:none;border-bottom:1px solid var(--border);color:var(--accent) !important}.accordion-body{background-color:#f8fafc;color:var(--text-muted);font-size:0.95rem;line-height:1.7;padding:1.5rem}.rule-pill-container{background:var(--primary);color:#ffffff;border-radius:12px;padding:2.5rem;box-shadow:0 10px 20px rgba(15,23,42,0.15)}.team-profile-badge{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;padding:1.25rem;display:flex;align-items:center;gap:15px;transition:all 0.2s ease}.team-profile-badge:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 5px 12px rgba(0,0,0,0.05)}footer{background-color:var(--primary);color:#94a3b8;padding:4.5rem 0 2rem;font-size:0.9rem;border-top:5px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem;font-size:1.1rem}footer a{color:#94a3b8}footer a:hover{color:#ffffff}footer hr{border-color:rgba(255,255,255,0.1);margin:2.5rem 0}.footer-brand-text{color:#e2e8f0;font-weight:700;font-size:1.2rem;margin-bottom:1rem;display:flex;align-items:center;gap:8px}@media (max-width:991.98px){.hero-section{padding:3.5rem 0}.hero-title{font-size:2.1rem}.hero-lead{margin-bottom:1.5rem}.hero-image-wrapper{margin-top:2rem}.section-title{font-size:1.8rem}}