:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#0f172a;--text-muted:#475569;--text-light:#f8fafc;--accent:#0284c7;--accent-red:#e11d48;--accent-green:#10b981;--border:#e2e8f0;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.05),0 2px 4px -2px rgb(0 0 0 / 0.05)}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{font-weight:700;color:var(--text-main)}.navbar{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:all 0.3s ease}.navbar-brand img{max-height:40px}.nav-link{color:var(--text-muted);font-weight:500;transition:color 0.2s ease}.nav-link:hover,.nav-link:focus{color:var(--accent)}.hero-section{padding:80px 0 60px 0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:var(--text-light);position:relative;overflow:hidden}.hero-section::after{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-section h1{color:var(--text-light);font-size:2.5rem;line-height:1.3}.hero-section p{color:#94a3b8;font-size:1.1rem}.hero-img{border-radius:12px;box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.3);object-fit:cover}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--card-shadow);transition:transform 0.2s ease,box-shadow 0.2s ease;height:100%}.custom-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1)}.badge-live{background-color:var(--accent-red);color:white;animation:pulse 2s infinite}.badge-upcoming{background-color:var(--accent);color:white}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.match-row{border-bottom:1px solid var(--border);padding:15px 10px;align-items:center;transition:background-color 0.2s}.match-row:last-child{border-bottom:none}.match-row:hover{background-color:rgba(2,132,199,0.02)}.team-logo-small{width:28px;height:28px;object-fit:contain}.table-custom th{background-color:#f1f5f9;color:var(--text-muted);font-weight:600}.table-custom td{vertical-align:middle}section{padding:60px 0}.section-title{position:relative;padding-bottom:12px;margin-bottom:30px;font-weight:800}.section-title::after{content:'';position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--accent);border-radius:2px}.guide-box{background-color:#f0fdf4;border-left:4px solid var(--accent-green);padding:20px;border-radius:0 8px 8px 0}.accordion-button:not(.collapsed){background-color:rgba(2,132,199,0.08);color:var(--accent)}footer{background-color:var(--surface-strong);color:#94a3b8;padding:60px 0 30px 0;border-top:4px solid var(--accent)}footer h5{color:var(--text-light)}footer a{color:#94a3b8;text-decoration:none;transition:color 0.2s}footer a:hover{color:var(--accent)}.text-accent{color:var(--accent)}.text-accent-red{color:var(--accent-red)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}