:root{--page-bg:#f4f7f6;--surface:#ffffff;--surface-strong:#0f2c59;--text-main:#1a1a1a;--text-muted:#5a6b82;--accent:#0d8a5f;--accent-hover:#0a6c4a;--accent-gold:#f2a900;--border:#e2e8f0;--border-strong:#cbd5e1;--shadow:0 4px 12px rgba(0,0,0,0.05);--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;line-height:1.6}.navbar-custom{background-color:var(--surface-strong);box-shadow:var(--shadow);padding:0.8rem 1rem}.navbar-custom .navbar-brand{color:#ffffff;font-weight:700;font-size:1.4rem;display:flex;align-items:center;gap:10px}.navbar-custom .navbar-brand img{max-height:40px;object-fit:contain}.navbar-custom .nav-link{color:rgba(255,255,255,0.85);font-weight:500;transition:color 0.3s;margin-right:0.5rem}.navbar-custom .nav-link:hover,.navbar-custom .nav-link.active{color:var(--accent-gold)}.navbar-toggler{border-color:rgba(255,255,255,0.1)}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;margin-bottom:1.5rem;transition:transform 0.3s,box-shadow 0.3s}.card-custom:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.08)}.section-title{font-weight:800;color:var(--surface-strong);margin-bottom:1.5rem;position:relative;padding-left:1rem;border-left:5px solid var(--accent)}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#1a4a8f 100%);color:#ffffff;padding:4rem 0;margin-bottom:2.5rem;border-radius:0 0 var(--radius) var(--radius)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#ffffff}.hero-badge{background-color:var(--accent-gold);color:var(--surface-strong);font-weight:700;padding:0.4rem 1rem;border-radius:50px;display:inline-block;margin-bottom:1rem}.hero-meta{font-size:1.1rem;color:rgba(255,255,255,0.9);margin-bottom:1.5rem}.hero-img{max-width:100%;height:auto;border-radius:var(--radius);box-shadow:0 10px 30px rgba(0,0,0,0.3)}.match-ticker{background:var(--surface);border-radius:var(--radius);border-top:4px solid var(--accent-gold);box-shadow:var(--shadow);padding:1rem;margin-top:-2.5rem;margin-bottom:2.5rem;z-index:10;position:relative}.ticker-item{border-right:1px solid var(--border);padding:0 1rem;text-align:center}.ticker-item:last-child{border-right:none}.table-responsive{border-radius:var(--radius);background:var(--surface)}.table-custom th{background-color:var(--surface-strong);color:#ffffff;font-weight:600;border:none}.table-custom td{vertical-align:middle;border-bottom:1px solid var(--border)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem}.group-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow)}.group-header{background-color:var(--surface-strong);color:#ffffff;padding:0.8rem 1.2rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.group-body{padding:0.5rem 0}.group-row{display:flex;justify-content:space-between;align-items:center;padding:0.6rem 1.2rem;border-bottom:1px solid var(--border)}.group-row:last-child{border-bottom:none}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.team-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:1.2rem;transition:all 0.3s}.team-card:hover{border-color:var(--accent);transform:translateY(-3px)}.team-flag-placeholder{width:60px;height:40px;background:#e2e8f0;margin:0 auto 0.8rem;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:bold;color:#64748b}.guide-box{background-color:#ebf3f0;border-left:4px solid var(--accent);padding:1.2rem;border-radius:0 var(--radius) var(--radius) 0;margin-bottom:1rem}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:0.8rem;overflow:hidden}.accordion-custom .accordion-button{font-weight:600;color:var(--surface-strong);background-color:var(--surface)}.accordion-custom .accordion-button:not(.collapsed){color:var(--accent);background-color:rgba(13,138,95,0.05);box-shadow:none}.footer-custom{background-color:var(--surface-strong);color:rgba(255,255,255,0.8);padding:3rem 0;border-top:5px solid var(--accent-gold);font-size:0.95rem}.footer-custom h5{color:#ffffff;font-weight:700;margin-bottom:1.2rem}.footer-custom a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s}.footer-custom a:hover{color:var(--accent-gold)}@media (max-width:768px){.hero-title{font-size:1.8rem}.ticker-item{border-right:none;border-bottom:1px solid var(--border);padding:0.8rem 0}.ticker-item:last-child{border-bottom:none}}