:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0284c7;--accent-2:#ef4444;--border:#e2e8f0;--success:#22c55e;--gradient-primary:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--gradient-accent:linear-gradient(135deg,#0284c7 0%,#3b82f6 100%)}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}h1,h2,h3,h4,h5,h6{color:var(--surface-strong);font-weight:700}a{color:var(--accent);text-decoration:none;transition:color 0.25s ease}a:hover{color:var(--accent-2)}.navbar-custom{background-color:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:0.75rem 1rem;position:sticky;top:0;z-index:1050}.navbar-brand-custom{display:flex;align-items:center;gap:10px;color:#ffffff !important;font-size:1.25rem;font-weight:800}.navbar-brand-custom img{height:40px;width:auto;object-fit:contain}.nav-link-custom{color:rgba(255,255,255,0.8) !important;font-weight:500;font-size:0.95rem;padding:0.5rem 1rem !important;transition:all 0.2s ease}.nav-link-custom:hover,.nav-link-custom.active{color:#ffffff !important;background-color:rgba(255,255,255,0.1);border-radius:8px}.hero-section{background:var(--gradient-primary);color:#ffffff;position:relative;padding:5rem 0;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-title{font-size:2.5rem;font-weight:800;line-height:1.25;color:#ffffff;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(120deg,#3b82f6,#ef4444,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.125rem;color:rgba(255,255,255,0.8);margin-bottom:2rem}.hero-img{border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,0.3);object-fit:cover;width:100%;height:auto}.custom-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);height:100%}.custom-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -5px rgba(0,0,0,0.1);border-color:rgba(2,132,199,0.3)}.badge-live{background-color:var(--accent-2);color:#ffffff;font-weight:600;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.75rem;text-transform:uppercase}.badge-status{background-color:var(--border);color:var(--text-main);font-weight:600;padding:0.25rem 0.5rem;border-radius:4px;font-size:0.75rem}.match-bar{background:var(--surface);border-left:4px solid var(--accent);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.match-team{font-weight:600;font-size:1rem;display:flex;align-items:center;gap:8px}.match-score{font-size:1.25rem;font-weight:800;color:var(--surface-strong);background:var(--page-bg);padding:0.25rem 0.75rem;border-radius:6px}.group-table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:0}.group-table th{background-color:var(--page-bg);color:var(--text-muted);font-weight:600;border-bottom:2px solid var(--border);padding:0.75rem}.group-table td{padding:0.75rem;border-bottom:1px solid var(--border);vertical-align:middle}.stadium-card{position:relative;overflow:hidden;border-radius:12px;height:240px}.stadium-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.stadium-card:hover img{transform:scale(1.08)}.stadium-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,23,42,0.9) 0%,rgba(15,23,42,0.2) 80%,transparent 100%);padding:1.25rem;color:#ffffff}.accordion-button-custom{background-color:var(--surface) !important;color:var(--surface-strong) !important;font-weight:600;border:1px solid var(--border);border-radius:8px !important;box-shadow:none !important;padding:1.25rem}.accordion-button-custom:not(.collapsed){background-color:#f0f9ff !important;color:var(--accent) !important;border-bottom-left-radius:0px !important;border-bottom-right-radius:0px !important}.accordion-item-custom{border:none;margin-bottom:0.75rem}.accordion-body-custom{background-color:var(--surface);border:1px solid var(--border);border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:1.25rem;color:var(--text-main)}.footer-custom{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:4rem 0 2rem 0;border-top:1px solid rgba(255,255,255,0.05)}.footer-custom h5{color:#ffffff;margin-bottom:1.5rem;font-size:1.1rem}.footer-link{color:rgba(255,255,255,0.75);transition:color 0.2s ease;display:inline-block;margin-bottom:0.5rem}.footer-link:hover{color:#ffffff}@media (max-width:768px){.hero-title{font-size:2rem}.hero-section{padding:3rem 0;text-align:center}.match-bar{flex-direction:column;gap:0.75rem;text-align:center}}