:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0a2240;--text-main:#1f2937;--text-muted:#6b7280;--accent:#db1d24;--accent-green:#006847;--border:#e5e7eb;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1.5rem;position:sticky;top:0;z-index:1030}.navbar-brand img{max-height:40px;margin-right:10px}.navbar-brand span{color:#ffffff;font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.25s ease}.nav-link:hover{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0a2240 0%,#111827 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(219,29,36,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background-color:var(--accent);color:#ffffff;padding:0.4rem 1rem;border-radius:50px;font-weight:600;font-size:0.85rem;display:inline-block;margin-bottom:1.5rem;text-transform:uppercase}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-desc{font-size:1.1rem;color:rgba(255,255,255,0.8);margin-bottom:2rem}.hero-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem}.meta-item-value{font-size:1.5rem;font-weight:700;color:var(--accent)}.meta-item-label{font-size:0.8rem;color:rgba(255,255,255,0.6)}.hero-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.section-header{margin-bottom:2.5rem;position:relative}.section-header h2{font-size:2rem;font-weight:800;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:0.5rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background:linear-gradient(to right,var(--accent),var(--accent-green));border-radius:2px}.score-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;transition:transform 0.3s ease,box-shadow 0.3s ease}.score-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.05)}.score-status{font-size:0.75rem;font-weight:700;text-transform:uppercase;padding:0.25rem 0.5rem;border-radius:4px;display:inline-block}.status-upcoming{background-color:#eff6ff;color:#1d4ed8}.team-row{display:flex;align-items:center;justify-content:space-between;margin:1rem 0}.team-info{display:flex;align-items:center;gap:0.75rem}.team-flag-placeholder{width:30px;height:20px;background-color:#e5e7eb;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:0.65rem;font-weight:bold}.team-name{font-weight:600;color:var(--text-main)}.team-score{font-size:1.25rem;font-weight:700;color:var(--surface-strong)}.table-responsive{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow-x:auto}.custom-table{margin-bottom:0;white-space:nowrap}.custom-table th{background-color:#f8fafc;color:var(--surface-strong);font-weight:600;border-bottom:2px solid var(--border);padding:1rem}.custom-table td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.group-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;transition:box-shadow 0.3s ease}.group-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.05)}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:0.75rem 1.25rem;font-weight:700;text-align:center}.group-list{list-style:none;padding:0;margin:0}.group-item{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 1.25rem;border-bottom:1px solid var(--border)}.group-item:last-child{border-bottom:none}.team-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:1.5rem;text-align:center;transition:transform 0.3s ease}.team-card:hover{transform:translateY(-5px)}.team-avatar-box{width:70px;height:70px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem auto;border:2px solid var(--border)}.team-card h4{font-size:1.15rem;font-weight:700;color:var(--surface-strong);margin-bottom:0.5rem}.news-card{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow 0.3s ease}.news-card:hover{box-shadow:0 8px 25px rgba(0,0,0,0.08)}.news-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.news-tag{font-size:0.75rem;color:var(--accent);font-weight:600;margin-bottom:0.5rem;text-transform:uppercase}.news-title{font-size:1.1rem;font-weight:700;color:var(--surface-strong);line-height:1.4;margin-bottom:0.75rem}.news-excerpt{font-size:0.9rem;color:var(--text-muted);margin-bottom:1rem}.news-meta{font-size:0.8rem;color:#9ca3af;margin-top:auto}.faq-accordion .accordion-item{border:1px solid var(--border);border-radius:8px !important;margin-bottom:1rem;overflow:hidden}.faq-accordion .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.faq-accordion .accordion-button:not(.collapsed){background-color:rgba(219,29,36,0.05);color:var(--accent);box-shadow:none}.guide-block{background-color:var(--surface);border-radius:12px;border:1px solid var(--border);padding:2rem;height:100%}.guide-icon-wrapper{width:50px;height:50px;border-radius:10px;background-color:rgba(0,104,71,0.1);color:var(--accent-green);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:4rem 0 2rem 0;font-size:0.9rem;border-top:5px solid var(--accent)}footer h5{color:#ffffff;font-weight:700;margin-bottom:1.5rem}footer a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.25s ease}footer a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:3rem}