:root{--page-bg:#f4f6f9;--surface:#ffffff;--surface-strong:#0a192f;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0f62fe;--accent-red:#da291c;--accent-green:#006847;--border:#e2e8f0;--card-radius:12px}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}.navbar{background-color:var(--surface-strong);box-shadow:0 4px 12px rgba(0,0,0,0.1);padding:0.8rem 1rem}.navbar-brand img{max-height:40px;object-fit:contain}.navbar-brand span{color:var(--text-light);font-weight:700;margin-left:10px;font-size:1.25rem}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s ease}.nav-link:hover{color:var(--text-light) !important;text-decoration:underline}.main-wrapper{max-width:1320px;margin:0 auto;padding:2rem 1rem}.content-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:992px){.content-layout{grid-template-columns:8fr 4fr}}.section-card{background-color:var(--surface);border-radius:var(--card-radius);box-shadow:0 2px 8px rgba(0,0,0,0.04);border:1px solid var(--border);padding:1.5rem;margin-bottom:2rem}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;padding-left:0.75rem;border-left:4px solid var(--accent);color:var(--surface-strong);display:flex;align-items:center;justify-content:space-between}.hero-section{background:linear-gradient(135deg,#0a192f 0%,#172a45 100%);color:var(--text-light);border-radius:var(--card-radius);padding:2.5rem;margin-bottom:2rem;overflow:hidden;position:relative}.hero-content h1{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.hero-desc{color:rgba(255,255,255,0.8);font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.hero-image-wrapper{border-radius:8px;overflow:hidden;border:3px solid rgba(255,255,255,0.1)}.hero-image-wrapper img{width:100%;height:auto;object-fit:cover}.sidebar-widget{background-color:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);padding:1.25rem;margin-bottom:1.5rem}.score-match-card{border-bottom:1px dashed var(--border);padding-bottom:0.75rem;margin-bottom:0.75rem}.score-match-card:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.match-status-badge{font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px;font-weight:bold}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#ef4444}.status-ended{background-color:#dcfce7;color:#15803d}.table-responsive-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-table{width:100%;border-collapse:collapse;white-space:nowrap}.schedule-table th,.schedule-table td{padding:0.75rem 1rem;border-bottom:1px solid var(--border);text-align:center}.schedule-table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600}.groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.group-card{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:1rem}.group-name{font-weight:bold;color:var(--accent);border-bottom:2px solid var(--border);padding-bottom:0.4rem;margin-bottom:0.6rem}.group-team-item{display:flex;justify-content:space-between;padding:0.3rem 0;font-size:0.9rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.team-card{text-align:center;background:#fff;border:1px solid var(--border);border-radius:8px;padding:1rem 0.5rem;transition:transform 0.2s}.team-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,0.05)}.team-flag-placeholder{width:50px;height:32px;margin:0 auto 0.5rem auto;background-color:#cbd5e1;border-radius:3px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:0.7rem;font-weight:bold}.guide-image{border-radius:8px;width:100%;height:auto;object-fit:cover;max-height:280px}.faq-item{margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:1rem}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-q{font-weight:bold;color:var(--surface-strong);margin-bottom:0.4rem;font-size:1.05rem;display:flex;align-items:center}.faq-q i{color:var(--accent);margin-right:0.5rem}.faq-a{color:var(--text-muted);line-height:1.6;font-size:0.95rem}footer{background-color:var(--surface-strong);color:var(--text-light);padding:3rem 1rem 1.5rem;margin-top:3rem;border-top:4px solid var(--accent)}footer a{color:rgba(255,255,255,0.7);text-decoration:none}footer a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:2rem;font-size:0.85rem;color:rgba(255,255,255,0.5)}