:root{--soccer-blue:#0a369d;--soccer-green:#00a86b;--soccer-gold:#ffb703;--soccer-dark:#1e293b;--soccer-light:#f8fafc;--soccer-white:#ffffff;--soccer-muted:#64748b;--soccer-border:#e2e8f0;--card-radius:12px}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:var(--soccer-light);color:var(--soccer-dark);line-height:1.6;overflow-x:hidden}.navbar-custom{background-color:var(--soccer-white);border-bottom:3px solid var(--soccer-blue);box-shadow:0 4px 12px rgba(0,0,0,0.05);padding:0.8rem 1rem}.navbar-brand-img{height:42px;width:auto;margin-right:10px}.nav-link-custom{color:var(--soccer-dark);font-weight:600;padding:0.5rem 1rem;transition:color 0.3s}.nav-link-custom:hover,.nav-link-custom.active{color:var(--soccer-green)}.hero-section{background:linear-gradient(135deg,#0a369d 0%,#0056b3 100%);color:var(--soccer-white);padding:4rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(0,168,107,0.3) 0%,transparent 70%);pointer-events:none}.brand-badge{background-color:var(--soccer-gold);color:var(--soccer-dark);padding:0.4rem 0.8rem;border-radius:50px;font-weight:bold;font-size:0.85rem;display:inline-block;margin-bottom:1rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.3;margin-bottom:1.5rem}.hero-meta{background:rgba(255,255,255,0.1);backdrop-filter:blur(5px);border-left:4px solid var(--soccer-gold);padding:1rem;border-radius:0 8px 8px 0}.card-custom{background-color:var(--soccer-white);border:1px solid var(--soccer-border);border-radius:var(--card-radius);box-shadow:0 4px 6px rgba(0,0,0,0.02);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.card-custom:hover{transform:translateY(-4px);box-shadow:0 10px 15px rgba(0,0,0,0.05)}.section-title{font-weight:700;position:relative;padding-bottom:0.5rem;margin-bottom:1.5rem;color:var(--soccer-dark)}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:var(--soccer-green);border-radius:2px}.schedule-tab{background-color:var(--soccer-white);border:1px solid var(--soccer-border);border-radius:50px;padding:5px}.schedule-tab .nav-link{border-radius:50px;color:var(--soccer-muted);font-weight:600;padding:0.5rem 1.5rem}.schedule-tab .nav-link.active{background-color:var(--soccer-blue);color:var(--soccer-white)}.match-row{background:var(--soccer-white);border:1px solid var(--soccer-border);border-radius:8px;padding:1rem;margin-bottom:1rem;transition:all 0.2s}.match-row:hover{border-color:var(--soccer-blue);background-color:#f8fafc}.match-status{font-size:0.8rem;padding:0.2rem 0.6rem;border-radius:50px;font-weight:bold}.status-upcoming{background-color:#e2e8f0;color:#475569}.status-live{background-color:#fee2e2;color:#dc2626;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.group-card{background:linear-gradient(180deg,var(--soccer-white) 0%,#f1f5f9 100%);border:1px solid var(--soccer-border);border-radius:12px;padding:1.25rem}.group-header{background-color:var(--soccer-blue);color:var(--soccer-white);font-weight:bold;text-align:center;padding:0.4rem;border-radius:6px;margin-bottom:1rem}.team-badge-item{text-align:center;padding:1rem;background:var(--soccer-white);border:1px solid var(--soccer-border);border-radius:10px;transition:all 0.3s}.team-badge-item:hover{background-color:#f0fdf4;border-color:var(--soccer-green)}.team-flag-placeholder{width:50px;height:35px;background-color:#e2e8f0;border:1px solid #cbd5e1;margin:0 auto 0.5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.8rem;color:var(--soccer-muted)}.accordion-button:not(.collapsed){background-color:#f0fdf4;color:var(--soccer-green)}.accordion-button:focus{box-shadow:none;border-color:var(--soccer-green)}.footer-custom{background-color:#0f172a;color:#94a3b8;padding:4rem 0 2rem;font-size:0.9rem}.footer-custom a{color:#cbd5e1;text-decoration:none;transition:color 0.2s}.footer-custom a:hover{color:var(--soccer-gold)}.footer-hr{border-top:1px solid #334155;margin:2rem 0}.table-responsive{margin-bottom:0}