:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0f1a36;--text-main:#1f2d3d;--text-muted:#5a6b82;--text-light:#f8f9fa;--accent:#0c4da2;--accent-green:#00a859;--accent-red:#d92626;--accent-gold:#e6b800;--border:#e2e8f0;--border-hover:#cbd5e1}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";background-color:var(--page-bg);color:var(--text-main);overflow-x:hidden;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);border-bottom:3px solid var(--accent);padding:0.8rem 1rem}.navbar-brand img{height:42px;object-fit:contain}.navbar-brand span{color:var(--text-light);font-weight:700;letter-spacing:0.5px;font-size:1.25rem}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;margin:0 0.4rem;transition:color 0.3s ease}.nav-link:hover,.nav-link:focus{color:var(--accent-gold) !important}.hero-section{background:linear-gradient(135deg,#0a1128 0%,#102a43 100%);color:var(--text-light);padding:4rem 0;border-bottom:4px solid var(--accent-green)}.hero-title{font-size:2.2rem;font-weight:800;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero-desc{font-size:1.1rem;color:rgba(255,255,255,0.85);margin-bottom:1.5rem}.hero-img-container{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.4)}.hero-img-container img{width:100%;height:auto;display:block}.section-padding{padding:4.5rem 0}.section-title{font-size:1.85rem;font-weight:700;margin-bottom:2rem;position:relative;padding-bottom:0.75rem;color:var(--accent)}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent-green);border-radius:2px}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:transform 0.25s ease,box-shadow 0.25s ease;height:100%}.card-custom:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,0.06);border-color:var(--border-hover)}.match-card{border-left:5px solid var(--accent);padding:1rem}.match-header{font-size:0.85rem;color:var(--text-muted);border-bottom:1px dashed var(--border);padding-bottom:0.5rem;margin-bottom:0.75rem}.team-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.5rem}.team-name{font-weight:600;font-size:1rem}.match-score{font-size:1.15rem;font-weight:800;color:var(--accent)}.match-status-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:20px;font-weight:600}.group-container{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.group-header{background:linear-gradient(135deg,var(--accent) 0%,#1a365d 100%);color:var(--text-light);padding:0.6rem 1rem;border-radius:6px;font-weight:700;margin-bottom:1rem;font-size:1.05rem}.table-group th{font-size:0.8rem;color:var(--text-muted);font-weight:600}.table-group td{font-size:0.9rem;vertical-align:middle}.team-badge-card{padding:1.5rem 1rem;text-align:center}.team-flag-holder{width:64px;height:64px;background-color:var(--page-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem auto;font-size:1.5rem;box-shadow:0 4px 8px rgba(0,0,0,0.05);border:2px solid var(--border)}.guide-box{position:relative;border-radius:12px;overflow:hidden}.guide-content-overlay{background:rgba(15,26,54,0.85);padding:1.5rem;color:var(--text-light);border-radius:10px}.faq-item{background-color:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:0.75rem;padding:1.25rem}.faq-question{font-size:1.05rem;font-weight:700;color:var(--accent);margin-bottom:0.5rem;display:flex;align-items:center}.faq-question i{margin-right:0.5rem}.faq-answer{color:var(--text-muted);font-size:0.95rem;margin-bottom:0}footer{background-color:var(--surface-strong);color:rgba(255,255,255,0.75);padding:4rem 0 2rem 0;border-top:5px solid var(--accent-red)}footer a{color:rgba(255,255,255,0.85);text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--accent-gold)}.footer-logo span{color:var(--text-light);font-weight:800;font-size:1.4rem}@media (max-width:768px){.hero-title{font-size:1.75rem}.section-title{font-size:1.5rem}.table-responsive{border:0}}