:root{--page-bg:#f5f7fa;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#0f62fe;--accent-green:#10b981;--accent-gold:#f59e0b;--border:#e2e8f0;--card-radius:12px}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}.navbar{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-brand img{max-height:40px}.navbar-brand span{color:#ffffff;font-weight:700;letter-spacing:0.5px}.nav-link{color:#e2e8f0 !important;font-weight:500;margin-right:1rem;transition:color 0.3s ease}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);color:#ffffff;padding:5rem 0;position:relative;overflow:hidden}.hero-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--page-bg),transparent)}.hero-title{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#ffffff,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:var(--card-radius);box-shadow:0 20px 25px -5px rgba(0,0,0,0.3);max-width:100%;height:auto}.ticker-section{background-color:var(--surface);border-bottom:1px solid var(--border);padding:0.75rem 0}.ticker-wrapper{display:flex;align-items:center;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.ticker-wrapper::-webkit-scrollbar{display:none}.ticker-item{display:inline-flex;align-items:center;padding:0 1.5rem;border-right:1px solid var(--border)}.ticker-badge{font-size:0.75rem;padding:0.2rem 0.5rem;border-radius:4px;font-weight:bold;margin-right:0.5rem}.section-title{position:relative;font-weight:700;margin-bottom:2rem;color:var(--surface-strong);padding-left:1rem}.section-title::before{content:'';position:absolute;left:0;top:15%;height:70%;width:5px;background-color:var(--accent);border-radius:4px}.section-desc{color:var(--text-muted);margin-top:-1.5rem;margin-bottom:2rem}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease;height:100%;overflow:hidden}.custom-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1)}.schedule-table th{background-color:var(--surface-strong);color:#ffffff;font-weight:600}.table-responsive{border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border)}.group-card{background-color:var(--surface);border-top:4px solid var(--accent)}.group-header{font-size:1.25rem;font-weight:700;color:var(--surface-strong);border-bottom:1px solid var(--border);padding-bottom:0.5rem;margin-bottom:1rem}.stadium-card img{width:100%;height:220px;object-fit:cover}.rule-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.rule-icon{font-size:1.5rem;color:var(--accent);margin-right:1rem;margin-top:0.25rem}.faq-item{background-color:var(--surface);border-radius:8px;padding:1.25rem;margin-bottom:1rem;border:1px solid var(--border)}.faq-q{font-weight:600;font-size:1.1rem;color:var(--surface-strong);margin-bottom:0.5rem}.faq-a{color:var(--text-muted);font-size:0.95rem}.site-footer{background-color:var(--surface-strong);color:#94a3b8;padding:4rem 0 2rem;border-top:4px solid var(--accent)}.footer-heading{color:#ffffff;font-weight:600;margin-bottom:1.5rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:#ffffff}