:root{--soccer-primary:#0a4d3c;--soccer-primary-light:#167e63;--soccer-accent:#ffb703;--soccer-dark:#0f172a;--soccer-card-bg:#1e293b;--soccer-light:#f8fafc;--soccer-gray:#64748b;--soccer-border:#334155;--soccer-success:#10b981;--soccer-danger:#ef4444;--gradient-hero:linear-gradient(135deg,#021512 0%,#0a4d3c 100%)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background-color:var(--soccer-dark);color:var(--soccer-light);overflow-x:hidden;line-height:1.6}p,li,td,small{color:#cbd5e1}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--soccer-dark)}::-webkit-scrollbar-thumb{background:var(--soccer-primary-light);border-radius:4px}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--soccer-border);transition:all 0.3s ease}.navbar-brand img{max-height:40px}.nav-link-custom{color:#cbd5e1 !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link-custom:hover,.nav-link-custom.active{color:var(--soccer-accent) !important}.hero-section{background:var(--gradient-hero);position:relative;padding:8rem 0 5rem 0;overflow:hidden;border-bottom:4px solid var(--soccer-accent)}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(255,183,3,0.15) 0%,transparent 50%);pointer-events:none}.hero-title{font-weight:800;font-size:2.8rem;line-height:1.2;color:#ffffff;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,0.5)}.hero-title span{color:var(--soccer-accent)}.match-card{background:var(--soccer-card-bg);border:1px solid var(--soccer-border);border-radius:12px;overflow:hidden;transition:transform 0.2s ease,border-color 0.2s ease}.match-card:hover{transform:translateY(-4px);border-color:var(--soccer-accent)}.match-status{font-size:0.75rem;padding:0.25rem 0.75rem;border-radius:50px;font-weight:bold;display:inline-block}.status-live{background-color:var(--soccer-danger);color:#ffffff;animation:pulse-live 2s infinite}.status-upcoming{background-color:var(--soccer-primary-light);color:#ffffff}.status-finished{background-color:var(--soccer-gray);color:#ffffff}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.team-flag{width:24px;height:24px;border-radius:50%;background-color:var(--soccer-primary-light);display:inline-flex;align-items:center;justify-content:center;font-size:0.65rem;font-weight:bold;color:#fff;margin-right:8px}.group-table{background:var(--soccer-card-bg);border-radius:10px;overflow:hidden;border:1px solid var(--soccer-border)}.group-table th{background-color:var(--soccer-primary);color:#fff;border:none}.group-table td{border-color:var(--soccer-border);vertical-align:middle;color:#e2e8f0}.qualification-zone{border-left:4px solid var(--soccer-success) !important}.section-header{margin-bottom:2.5rem;position:relative}.section-title{font-weight:700;color:#ffffff;display:inline-block;position:relative;padding-bottom:0.75rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background-color:var(--soccer-accent);border-radius:2px}.news-strip{display:flex;background:var(--soccer-card-bg);border-radius:12px;overflow:hidden;border:1px solid var(--soccer-border);transition:all 0.3s ease}.news-strip:hover{border-color:var(--soccer-primary-light)}.news-strip-content{padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.guide-card{background:var(--soccer-card-bg);border-radius:12px;border:1px solid var(--soccer-border);padding:2rem;height:100%;transition:all 0.2s ease}.guide-card:hover{box-shadow:0 10px 20px rgba(0,0,0,0.3);border-color:var(--soccer-primary-light)}.guide-icon{font-size:2.5rem;color:var(--soccer-accent);margin-bottom:1.25rem}.accordion-custom .accordion-item{background-color:var(--soccer-card-bg);border:1px solid var(--soccer-border);margin-bottom:0.75rem;border-radius:8px !important;overflow:hidden}.accordion-custom .accordion-button{background-color:var(--soccer-card-bg);color:#ffffff;font-weight:600;box-shadow:none;border:none}.accordion-custom .accordion-button:not(.collapsed){background-color:var(--soccer-primary);color:var(--soccer-accent)}.accordion-custom .accordion-body{background-color:rgba(15,23,42,0.5);color:#cbd5e1}.footer-custom{background-color:#080d18;border-top:4px solid var(--soccer-primary);color:#94a3b8}.footer-link{color:#94a3b8;text-decoration:none;transition:color 0.2s ease}.footer-link:hover{color:var(--soccer-accent)}@media (max-width:768px){.hero-title{font-size:2rem}.news-strip{flex-direction:column}.navbar-brand img{max-height:32px}}