:root{--page-bg:#f5f7fb;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--text-on-dark:#f8fafc;--accent:#10b981;--accent-dark:#059669;--accent-secondary:#0284c7;--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-custom{background-color:var(--surface-strong);border-bottom:2px solid var(--accent);padding:0.8rem 1rem}.navbar-brand img{height:40px;object-fit:contain}.nav-link{color:rgba(255,255,255,0.85) !important;font-weight:500;transition:color 0.3s}.nav-link:hover,.nav-link.active{color:var(--accent) !important}.hero-section{background:linear-gradient(135deg,var(--surface-strong) 0%,#1e293b 100%);color:var(--text-on-dark);padding:5rem 0;border-bottom:4px solid var(--accent-secondary)}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--accent)}.hero-image-wrap img{border-radius:var(--card-radius);box-shadow:0 10px 30px rgba(0,0,0,0.5);border:3px solid rgba(255,255,255,0.1)}.sticky-subnav{position:sticky;top:0;z-index:1020;background:var(--surface);box-shadow:0 2px 10px rgba(0,0,0,0.05);border-bottom:1px solid var(--border)}.sticky-subnav .nav-link{color:var(--text-main) !important;padding:1rem 0.75rem;font-size:0.95rem}.sticky-subnav .nav-link:hover,.sticky-subnav .nav-link.active{color:var(--accent) !important;border-bottom:3px solid var(--accent)}.section-padding{padding:4.5rem 0}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative;padding-left:1rem;border-left:5px solid var(--accent);color:var(--surface-strong)}.card-custom{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);box-shadow:0 4px 15px rgba(0,0,0,0.02);transition:transform 0.3s,box-shadow 0.3s;overflow:hidden}.card-custom:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.08)}.match-badge{font-size:0.75rem;padding:0.25rem 0.6rem;border-radius:20px;font-weight:bold}.badge-live{background-color:#ef4444;color:#fff;animation:pulse-live 1.5s infinite}@keyframes pulse-live{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-custom{background:var(--surface);border-collapse:separate;border-spacing:0;border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border)}.table-custom th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;padding:1rem;border-bottom:2px solid var(--border)}.table-custom td{padding:1rem;vertical-align:middle;border-bottom:1px solid var(--border)}.group-card{border-top:4px solid var(--accent-secondary)}.group-list-item{display:flex;justify-content:space-between;padding:0.6rem 0.8rem;border-bottom:1px solid #f1f5f9}.group-list-item:last-child{border-bottom:none}.accordion-custom .accordion-item{border:1px solid var(--border);border-radius:var(--card-radius) !important;margin-bottom:1rem;overflow:hidden}.accordion-custom .accordion-button{background-color:var(--surface);color:var(--text-main);font-weight:600}.accordion-custom .accordion-button:not(.collapsed){background-color:#f0fdf4;color:var(--accent-dark);box-shadow:none}.footer-custom{background-color:var(--surface-strong);color:rgba(255,255,255,0.7);padding:4rem 0 2rem 0;border-top:4px solid var(--accent)}.footer-custom h5{color:var(--text-on-dark);font-weight:600;margin-bottom:1.5rem}.footer-links a{color:rgba(255,255,255,0.65);text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:var(--accent)}.text-accent{color:var(--accent)}.bg-gradient-header{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-secondary) 100%)}