:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#ef4444;--accent-green:#10b981;--accent-blue:#2563eb;--border:#e2e8f0;--card-radius:12px}body{background-color:var(--page-bg);color:var(--text-main);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6}p,li,td,small{color:var(--text-main)}.text-muted-custom{color:var(--text-muted) !important}.navbar-custom{background-color:var(--surface-strong);padding:0.8rem 1rem;position:sticky;top:0;z-index:1030;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}.navbar-brand img{height:40px;width:auto;margin-right:10px}.navbar-brand span{color:#ffffff;font-weight:700;font-size:1.25rem;letter-spacing:0.5px}.nav-link-custom{color:#cbd5e1 !important;font-weight:500;transition:color 0.2s ease-in-out;margin:0 0.5rem}.nav-link-custom:hover{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:4rem 0;position:relative;overflow:hidden}.hero-section h1{font-size:2.5rem;font-weight:800;line-height:1.3;color:#ffffff}.hero-section p{color:#cbd5e1;font-size:1.1rem}.hero-tag{background-color:var(--accent);color:#ffffff;font-size:0.85rem;font-weight:600;padding:0.35rem 1rem;border-radius:50px;display:inline-block}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);object-fit:cover}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;position:relative;padding-left:1rem;color:var(--surface-strong)}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:5px;background-color:var(--accent-blue);border-radius:4px}.score-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.25rem;transition:transform 0.2s,box-shadow 0.2s}.score-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.05)}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.6rem;border-radius:4px}.match-badge.live{background-color:#fee2e2;color:var(--accent)}.match-badge.upcoming{background-color:#dbeafe;color:var(--accent-blue)}.match-team{font-weight:600;font-size:1rem}.group-card{background-color:var(--surface);border-top:4px solid var(--accent-blue);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);padding:1rem}.group-header{font-weight:700;font-size:1.15rem;border-bottom:1px solid var(--border);padding-bottom:0.5rem;margin-bottom:0.75rem;color:var(--surface-strong)}.team-profile-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;transition:all 0.2s}.team-profile-card:hover{box-shadow:0 8px 16px rgba(0,0,0,0.08)}.team-flag-placeholder{height:80px;background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);display:flex;align-items:center;justify-content:center;font-size:2rem}.timeline-container{border-left:2px dashed var(--border);padding-left:1.5rem;margin-left:1rem}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item::before{content:'';position:absolute;left:-1.95rem;top:0.25rem;width:12px;height:12px;border-radius:50%;background-color:var(--accent-blue)}.news-card{background-color:var(--surface);border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;height:100%}.news-card-body{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.accordion-button:not(.collapsed){background-color:#f1f5f9;color:var(--accent-blue)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:3rem 0;font-size:0.9rem}footer p,footer li,footer a{color:#94a3b8}footer a:hover{color:#ffffff}