:root{--primary:#0f172a;--primary-light:#1e293b;--accent:#0284c7;--accent-glow:rgba(2,132,199,0.15);--secondary:#f43f5e;--bg-body:#f8fafc;--card-bg:#ffffff;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -4px rgba(0,0,0,0.08);--radius:12px}body{background-color:var(--bg-body);color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}.custom-navbar{background-color:rgba(15,23,42,0.96);backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);padding:0.8rem 1rem;position:sticky;top:0;z-index:1000}.navbar-brand{display:flex;align-items:center;gap:10px;color:#ffffff !important;font-weight:700;font-size:1.25rem}.navbar-brand img{height:40px;width:auto}.nav-link{color:#e2e8f0 !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.section-header{margin-bottom:2.5rem;text-align:center}.section-header h2{font-size:2.2rem;font-weight:800;color:var(--primary);position:relative;display:inline-block;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:25%;width:50%;height:4px;background:linear-gradient(90deg,var(--accent),var(--secondary));border-radius:2px}.section-header p{color:var(--text-muted);margin-top:0.5rem;font-size:1.1rem}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:#ffffff;padding:5rem 0;border-bottom:8px solid var(--accent)}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(120deg,#ffffff 60%,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.2rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.8}.hero-stats{display:flex;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.stat-item{background:rgba(255,255,255,0.08);padding:0.75rem 1.5rem;border-radius:var(--radius);border:1px solid rgba(255,255,255,0.1)}.stat-val{font-size:1.5rem;font-weight:700;color:var(--accent);display:block}.stat-lbl{font-size:0.85rem;color:#94a3b8}.hero-img-container img{border-radius:var(--radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);border:4px solid rgba(255,255,255,0.1)}.scores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.score-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transition:transform 0.3s ease,box-shadow 0.3s ease}.score-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.match-badge{font-size:0.75rem;font-weight:bold;padding:0.25rem 0.5rem;border-radius:4px;background-color:#f1f5f9;color:var(--text-muted)}.badge-upcoming{background-color:var(--accent-glow);color:var(--accent)}.team-row{display:flex;justify-content:space-between;align-items:center;margin:0.75rem 0}.team-name{font-weight:600;font-size:1.05rem}.team-score{font-weight:700;font-size:1.2rem;color:var(--text-muted)}.group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.group-card{background:var(--card-bg);border-top:4px solid var(--accent);border-left:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.group-title{font-size:1.2rem;font-weight:700;color:var(--primary);margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:0.5rem}.group-team-list{list-style:none;padding:0;margin:0}.group-team-item{display:flex;justify-content:space-between;padding:0.5rem 0;border-bottom:1px dashed var(--border)}.group-team-item:last-child{border-bottom:none}.news-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);height:100%;display:flex;flex-direction:column}.news-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.news-title{font-size:1.15rem;font-weight:700;color:var(--primary);margin-bottom:0.75rem}.news-desc{font-size:0.95rem;color:var(--text-muted);margin-bottom:1rem;flex-grow:1}.news-footer{font-size:0.8rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:0.75rem;display:flex;justify-content:space-between}.guide-box{background:var(--card-bg);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border);height:100%}.guide-box h3{font-size:1.4rem;font-weight:700;color:var(--primary);margin-bottom:1.25rem;display:flex;align-items:center;gap:10px}.guide-box h3 i{color:var(--accent)}.faq-item{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;overflow:hidden}.faq-question{padding:1.25rem;font-weight:600;font-size:1.1rem;color:var(--primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:none;border:none;width:100%;text-align:left}.faq-answer{padding:0 1.25rem 1.25rem 1.25rem;color:var(--text-muted);font-size:0.95rem;border-top:1px solid var(--border);display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-question i{transition:transform 0.3s ease}.table-responsive{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}.custom-table{margin-bottom:0;background-color:var(--card-bg)}.custom-table th{background-color:var(--primary);color:#ffffff;font-weight:600;border:none;padding:1rem}.custom-table td{padding:1rem;vertical-align:middle;border-color:var(--border)}footer{background-color:#0f172a;color:#94a3b8;padding:4rem 0 2rem 0;font-size:0.9rem;border-top:4px solid var(--secondary)}footer h4{color:#ffffff;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}footer a{color:#cbd5e1;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:var(--accent)}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #1e293b;text-align:center;font-size:0.8rem}