:root{--primary-rgb:10,37,64;--accent-rgb:255,62,108;--secondary-rgb:0,212,178;--bg-light:#f8fafc;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--card-shadow:0 10px 30px rgba(0,0,0,0.04);--transition-smooth:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-main);background-color:var(--bg-light);overflow-x:hidden;line-height:1.6}.custom-card{background:#ffffff;border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);transition:var(--transition-smooth);overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,0.08)}.navbar{background-color:rgba(10,37,64,0.95) !important;backdrop-filter:blur(10px);border-bottom:2px solid rgb(0,212,178)}.navbar-brand img{max-height:40px}.nav-link{color:#f8fafc !important;font-weight:500;transition:var(--transition-smooth)}.nav-link:hover,.nav-link.active{color:rgb(0,212,178) !important}.hero-section{background:linear-gradient(135deg,rgba(10,37,64,0.97) 0%,rgba(15,23,42,0.95) 100%);color:#ffffff;padding:100px 0 80px 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(0,212,178,0.15) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(255,62,108,0.15) 0%,transparent 50%);z-index:1}.hero-container{position:relative;z-index:2}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;background:linear-gradient(to right,#ffffff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-badge{background:rgba(0,212,178,0.15);color:rgb(0,212,178);border:1px solid rgba(0,212,178,0.3);padding:6px 16px;border-radius:30px;font-size:0.9rem;display:inline-block;margin-bottom:20px}.section-title{font-size:2rem;font-weight:700;color:rgb(10,37,64);position:relative;margin-bottom:30px;padding-bottom:12px}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(to right,rgb(255,62,108),rgb(0,212,178));border-radius:2px}.status-badge{font-size:0.75rem;padding:4px 8px;border-radius:4px;font-weight:600}.status-upcoming{background:rgba(10,37,64,0.1);color:rgb(10,37,64)}.status-live{background:rgba(255,62,108,0.1);color:rgb(255,62,108);animation:pulse 2s infinite}.status-ended{background:rgba(100,116,139,0.1);color:rgb(100,116,139)}@keyframes pulse{0%{opacity:0.6}50%{opacity:1}100%{opacity:0.6}}.match-row{border-bottom:1px solid var(--border-color);padding:15px 10px;transition:var(--transition-smooth)}.match-row:last-child{border-bottom:none}.match-row:hover{background-color:rgba(0,212,178,0.03)}.group-card{background:#ffffff;border-top:4px solid rgb(10,37,64)}.group-card.accent-border{border-top:4px solid rgb(255,62,108)}.guide-item{display:flex;align-items:flex-start;margin-bottom:20px}.guide-icon{width:48px;height:48px;border-radius:10px;background:rgba(0,212,178,0.1);color:rgb(0,212,178);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-right:15px;flex-shrink:0}.accordion-button:not(.collapsed){background-color:rgba(10,37,64,0.05);color:rgb(10,37,64)}.accordion-button:focus{box-shadow:0 0 0 0.25rem rgba(10,37,64,0.15)}.scroll-x{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;padding-bottom:10px}footer{background-color:rgb(10,37,64);color:#94a3b8;font-size:0.9rem;border-top:4px solid rgb(255,62,108)}footer a{color:#cbd5e1;text-decoration:none;transition:var(--transition-smooth)}footer a:hover{color:rgb(0,212,178)}