:root{--page-bg:#f8fafc;--surface:#ffffff;--surface-strong:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--accent:#10b981;--accent-2:#ef4444;--primary:#1d4ed8;--border:#e2e8f0;--border-hover:#cbd5e1;--border-radius-lg:14px;--border-radius-sm:8px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}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}.custom-card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);transition:var(--transition);box-shadow:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03)}.custom-card:hover{transform:translateY(-4px);border-color:var(--border-hover);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.navbar{backdrop-filter:blur(12px);background-color:rgba(255,255,255,0.9) !important;border-bottom:1px solid var(--border);z-index:1050}.navbar-brand img{max-height:40px;width:auto}.nav-link{color:var(--text-main) !important;font-weight:500;padding:0.5rem 1rem !important;transition:var(--transition)}.nav-link:hover,.nav-link.active{color:var(--primary) !important}.hero-section{padding:120px 0 80px;background:linear-gradient(135deg,#eff6ff 0%,#f0fdf4 50%,#fef2f2 100%);border-bottom:1px solid var(--border)}.hero-title{font-size:2.75rem;font-weight:800;line-height:1.25;color:var(--surface-strong)}.hero-title span{background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-img{border-radius:var(--border-radius-lg);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);object-fit:cover}.badge-live{background-color:var(--accent-2);color:#fff;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:0.6}100%{opacity:1}}.match-strip{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth}.match-strip::-webkit-scrollbar{height:6px}.match-strip::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}.match-card{min-width:280px;background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-sm);padding:1rem;flex-shrink:0}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--border-radius-lg);overflow:hidden}.group-header{background:var(--surface-strong);color:#fff;padding:0.75rem 1.25rem;font-weight:600;letter-spacing:0.05em}.table-responsive{border-radius:var(--border-radius-lg);border:1px solid var(--border);background:var(--surface)}.table{margin-bottom:0}.table th{background-color:#f1f5f9;color:var(--text-main);font-weight:600;border-bottom:2px solid var(--border)}.section-title{font-size:2.25rem;font-weight:700;color:var(--surface-strong);margin-bottom:1rem;position:relative}.section-title::after{content:'';display:block;width:60px;height:4px;background:var(--primary);margin-top:0.5rem;border-radius:2px}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem}.accordion-item{border:1px solid var(--border) !important;border-radius:var(--border-radius-lg) !important;margin-bottom:1rem;overflow:hidden;background-color:var(--surface)}.accordion-button:not(.collapsed){background-color:#eff6ff;color:var(--primary);box-shadow:none}.accordion-button{font-weight:600;color:var(--text-main)}.guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}footer{background-color:var(--surface-strong);color:#94a3b8;border-top:1px solid #1e293b}footer h5{color:#f8fafc;font-weight:600}footer a{color:#94a3b8;text-decoration:none;transition:var(--transition)}footer a:hover{color:#fff}