.ml-sitemap *{box-sizing:border-box;margin:0;padding:0}
.ml-sitemap{font-family:Sarala,sans-serif;color:#1a1a1a;background:#fff;padding:0 0 3rem}
.ml-hero{background:#fff;border-bottom:2px solid #e3006b;padding:2.5rem 2rem 2rem;display:flex;align-items:flex-end;gap:1.5rem;animation:mlFadeDown .5s ease both}
.ml-hero-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#e3006b;font-weight:500;margin-bottom:.4rem}
.ml-hero h1{font-family:Sarala,sans-serif;font-size:2.2rem;font-weight:600;color:#1a1a1a;line-height:1.1}
.ml-hero-desc{font-size:13px;color:#777;margin-top:.5rem}
.ml-hero-accent{width:4px;height:56px;background:#e3006b;border-radius:2px;flex-shrink:0}
.ml-grid{display:flex;flex-wrap:wrap;padding:2rem 2rem 0}
.ml-section{width:50%;padding:1.5rem 1.5rem 1.5rem 0;border-bottom:1px solid #f0e0e8}
.ml-section.right{padding-left:1.5rem;padding-right:0;border-left:1px solid #f0e0e8}
.ml-section-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:1px solid #f0e0e8}
.ml-section-icon{width:28px;height:28px;background:#fce8f1;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ml-section-icon svg{width:15px;height:15px;stroke:#e3006b;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ml-section-title{font-family:Sarala,sans-serif;font-size:1rem;font-weight:600;color:#1a1a1a}
.ml-links{list-style:none}
.ml-links li{margin:0}
.ml-links a,.ml-parent-link{display:flex;align-items:center;gap:.4rem;font-size:13px;color:#444;text-decoration:none;padding:4px 0;line-height:1.3;transition:color .15s}
.ml-links a:before,.ml-parent-link:before{content:'';width:4px;height:4px;border-radius:50%;background:#e3006b;flex-shrink:0;opacity:.4}
.ml-links a:hover,.ml-parent-link:hover{color:#e3006b}
.ml-parent-link{font-weight:500;color:#1a1a1a;padding:5px 0 2px}
.ml-parent-link:before{opacity:1}
.ml-links.ml-sub{padding-left:1rem;border-left:1px solid #f5d0e2;margin-left:6px;margin-top:2px;margin-bottom:6px}
.ml-links.ml-sub a{font-size:12px;color:#888;padding:2px 0}
.ml-links.ml-sub a:before{width:3px;height:3px;background:#ddd}
.ml-links.ml-sub a:hover{color:#e3006b}
.ml-links.ml-sub a:hover:before{background:#e3006b}
.ml-pro-banner{margin:2rem 2rem 0;background:#1a1a1a;border-radius:10px;padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:1.2rem}
.ml-pro-icon{width:40px;height:40px;background:#e3006b;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ml-pro-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ml-pro-title{font-family:Sarala,sans-serif;font-size:1rem;color:#fff;font-weight:600}
.ml-pro-desc{font-size:12px;color:#888;margin-top:2px}
.ml-pro-links{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.8rem}
.ml-pro-link{font-size:11.5px;color:#e3006b;text-decoration:none;background:rgba(227,0,107,.12);padding:3px 10px;border-radius:20px}
.ml-pro-link:hover{background:rgba(227,0,107,.22)}
@media(max-width:640px){
  .ml-section{width:100%}
  .ml-section.right{padding-left:0;border-left:none}
  .ml-hero h1{font-size:1.6rem}
}
@keyframes mlFadeDown{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}
@keyframes mlFadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
