:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--surface-accent:#1e293b;--text-main:#1e293b;--text-muted:#64748b;--text-light:#f8fafc;--accent:#0284c7;--accent-vibrant:#10b981;--accent-hover:#0369a1;--border:#e2e8f0;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)}body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background-color:var(--page-bg);color:var(--text-main);line-height:1.6}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm);transition:transform 0.2s ease,box-shadow 0.2s ease;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.navbar{background-color:rgba(15,23,42,0.95) !important;backdrop-filter:blur(8px);border-bottom:2px solid var(--accent);padding:0.75rem 0}.navbar-brand{font-weight:800;letter-spacing:0.5px;color:var(--text-light) !important;display:flex;align-items:center;gap:10px}.navbar-logo{max-height:40px;object-fit:contain}.nav-link{color:rgba(248,250,252,0.8) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--accent-vibrant) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);padding:5rem 0 6rem 0;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(2,132,199,0.15) 0%,transparent 50%);pointer-events:none}.hero-badge{background-color:rgba(16,185,129,0.2);color:#34d399;border:1px solid rgba(16,185,129,0.4);padding:0.35rem 1rem;border-radius:50px;font-size:0.875rem;font-weight:600;display:inline-block;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.25;margin-bottom:1.5rem}@media (min-width:992px){.hero-title{font-size:3.5rem}}.hero-img-wrap{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg);border:4px solid rgba(255,255,255,0.1)}.hero-img-wrap img{width:100%;height:auto;object-fit:cover}.section-header{margin-bottom:3rem;position:relative}.section-header h2{font-weight:800;font-size:2rem;color:var(--surface-strong);display:inline-block;position:relative;padding-bottom:0.75rem}.section-header h2::after{content:'';position:absolute;left:0;bottom:0;width:60px;height:4px;background-color:var(--accent);border-radius:2px}.section-desc{color:var(--text-muted);margin-top:0.5rem;font-size:1.1rem}.score-row{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1rem;transition:all 0.2s ease}.score-row:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.team-flag-box{width:40px;height:40px;background-color:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--text-main);border:1px solid var(--border)}.match-badge{font-size:0.75rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid var(--border)}.table-custom{margin-bottom:0;background-color:var(--surface)}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:700;border-bottom:2px solid var(--border)}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent)}.accordion-item{border-radius:10px !important;overflow:hidden;margin-bottom:0.75rem;border:1px solid var(--border)}footer{background-color:var(--surface-strong);color:rgba(248,250,252,0.8);padding:4rem 0 2rem 0;border-top:4px solid var(--accent-vibrant)}footer a{color:rgba(248,250,252,0.6);text-decoration:none;transition:color 0.2s ease}footer a:hover{color:var(--accent-vibrant)}