:root{--page-bg:#0b0f19;--surface:#131b2e;--surface-strong:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--accent:#38bdf8;--accent-hover:#0ea5e9;--accent-rgb:56,189,248;--accent-red:#ef4444;--accent-green:#22c55e;--accent-gold:#eab308;--border:#334155;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body{background-color:var(--page-bg);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:0.025em}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--page-bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.navbar{background-color:rgba(11,15,25,0.95) !important;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0.8rem 1rem;transition:all 0.3s ease}.navbar-brand{display:flex;align-items:center;font-weight:800;color:var(--text-main) !important;gap:10px}.navbar-brand img{max-height:40px;width:auto}.nav-link{color:var(--text-muted) !important;font-weight:500;transition:color 0.2s ease;position:relative}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.nav-link.active::after{content:'';position:absolute;bottom:-5px;left:10%;width:80%;height:2px;background-color:var(--accent);border-radius:2px}.hero-section{padding:8rem 0 5rem;background:radial-gradient(circle at 80% 20%,rgba(56,189,248,0.15) 0%,rgba(11,15,25,1) 70%);border-bottom:1px solid var(--border)}.hero-title{font-size:2.75rem;line-height:1.25;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff 30%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{color:var(--text-muted);font-size:1.15rem;margin-bottom:2rem;max-width:600px}.hero-img-wrapper{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:0 20px 40px rgba(0,0,0,0.5)}.hero-img-wrapper img{width:100%;height:auto;object-fit:cover}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;height:100%;transition:transform 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease}.custom-card:hover{transform:translateY(-4px);border-color:rgba(var(--accent-rgb),0.5);box-shadow:0 10px 20px rgba(0,0,0,0.3)}.match-bar{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;transition:all 0.2s ease}.match-bar:hover{border-color:var(--accent);background:var(--surface-strong)}.team-logo-small{width:32px;height:32px;border-radius:50%;background:var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:bold;color:var(--text-main)}.table-responsive-custom{overflow-x:auto;border-radius:10px;border:1px solid var(--border)}.table-custom{width:100%;margin-bottom:0;background-color:var(--surface);color:var(--text-main)}.table-custom th{background-color:var(--surface-strong);color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:0.8rem;padding:1rem;border-bottom:1px solid var(--border)}.table-custom td{padding:1rem;border-bottom:1px solid var(--border);vertical-align:middle}.table-custom tr:last-child td{border-bottom:none}.badge-live{background-color:var(--accent-red);color:#fff;animation:pulse 1.5s infinite}.badge-upcoming{background-color:var(--surface-strong);color:var(--text-muted);border:1px solid var(--border)}.badge-finished{background-color:rgba(34,197,94,0.15);color:var(--accent-green);border:1px solid rgba(34,197,94,0.3)}.timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item::before{content:'';position:absolute;left:calc(-2rem - 6px);top:6px;width:10px;height:10px;border-radius:50%;background-color:var(--accent);box-shadow:0 0 0 4px rgba(56,189,248,0.25)}.accordion-item{background-color:var(--surface) !important;border:1px solid var(--border) !important;margin-bottom:0.75rem;border-radius:8px !important;overflow:hidden}.accordion-button{background-color:var(--surface) !important;color:var(--text-main) !important;font-weight:600;border:none !important;box-shadow:none !important}.accordion-button:not(.collapsed){background-color:var(--surface-strong) !important;color:var(--accent) !important}.accordion-body{background-color:var(--surface);color:var(--text-muted);border-top:1px solid var(--border)}.swiper{width:100%;padding-bottom:3rem !important}.swiper-pagination-bullet{background:var(--text-muted) !important}.swiper-pagination-bullet-active{background:var(--accent) !important}@keyframes pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}section{padding:5rem 0;border-bottom:1px solid var(--border)}.section-header{margin-bottom:3.5rem}.section-tag{font-size:0.8rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:0.15em;display:inline-block;margin-bottom:0.5rem}.section-title{font-size:2.25rem;margin-bottom:1rem}.section-subtitle{color:var(--text-muted);max-width:650px;font-size:1.05rem}footer{background-color:#070a12;padding:4rem 0 2rem;border-top:1px solid var(--border)}