:root{--ypmm-accent:#ef4056;--ypmm-dark:#111827;--ypmm-bg:#fff;--ypmm-radius:16px}
.ypmm{position:relative;z-index:9999;font-family:inherit;color:var(--ypmm-dark);direction:rtl}
.ypmm *{box-sizing:border-box}.ypmm-shell{background:var(--ypmm-bg);border:1px solid #e8e8ec;border-radius:var(--ypmm-radius);box-shadow:0 14px 45px rgba(20,25,40,.10);overflow:visible}
.ypmm-root{display:flex;align-items:stretch;min-height:72px}
.ypmm-root-item{position:static;display:flex;align-items:stretch;flex:1;min-width:0}
.ypmm-root-link{display:flex;align-items:center;gap:10px;width:100%;padding:12px 10px;text-decoration:none;color:var(--ypmm-dark);border-left:1px solid #f0f0f3;transition:.18s ease}
.ypmm-root-item:first-child .ypmm-root-link{border-left:0}.ypmm-root-link:hover,.ypmm-root-item:focus-within>.ypmm-root-link{background:#fafafa;color:var(--ypmm-accent)}
.ypmm-icon{width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:linear-gradient(145deg,#f7f7f9,#ececf1);display:grid;place-items:center;overflow:hidden;font-weight:800;color:var(--ypmm-accent)}
.ypmm-icon img{width:100%;height:100%;object-fit:cover}.ypmm-root-text{display:flex;flex-direction:column;gap:3px;min-width:0}.ypmm-root-text b{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ypmm-root-text small{font-size:10px;color:#8a8f9b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ypmm-arrow{margin-right:auto;font-size:22px;color:#a2a5ad}
.ypmm-panel{position:absolute;right:0;left:0;top:100%;background:var(--ypmm-bg);border:1px solid #e8e8ec;border-top:0;border-radius:0 0 var(--ypmm-radius) var(--ypmm-radius);padding:24px;box-shadow:0 25px 55px rgba(20,25,40,.14);opacity:0;visibility:hidden;transform:translateY(-7px);transition:opacity .16s ease,transform .16s ease,visibility .16s;pointer-events:none}
.ypmm-root-item:hover .ypmm-panel,.ypmm-root-item:focus-within .ypmm-panel{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.ypmm-panel-top{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #eeeef2;padding-bottom:15px;margin-bottom:18px}.ypmm-eyebrow{font-size:10px;color:var(--ypmm-accent);font-weight:800;display:block;margin-bottom:3px}.ypmm-panel h3{margin:0;font-size:20px}.ypmm-all{color:var(--ypmm-accent);font-weight:700;text-decoration:none;font-size:13px}.ypmm-columns{display:grid;grid-template-columns:repeat(var(--ypmm-columns),minmax(0,1fr));gap:22px}.ypmm-col{min-width:0}.ypmm-col-title{display:flex;justify-content:space-between;align-items:center;color:var(--ypmm-dark);font-size:14px;font-weight:800;text-decoration:none;padding-bottom:9px;border-bottom:2px solid #f0f0f3;margin-bottom:7px}.ypmm-col-title:hover{color:var(--ypmm-accent)}.ypmm-col-title em{font-size:10px;font-style:normal;color:#a2a5ad}.ypmm-col ul{list-style:none;padding:0;margin:0}.ypmm-col li{margin:0}.ypmm-col li a{display:flex;justify-content:space-between;gap:8px;padding:6px 0;color:#626875;text-decoration:none;font-size:12px}.ypmm-col li a:hover{color:var(--ypmm-accent);padding-right:4px}.ypmm-col li a span{font-size:10px;color:#b1b4bb}.ypmm-panel-footer{margin-top:20px;padding-top:13px;border-top:1px solid #eeeef2}.ypmm-panel-footer a{color:#6a6f79;text-decoration:none;font-size:12px}.ypmm-panel-footer a:hover{color:var(--ypmm-accent)}
.ypmm-mobile-toggle{display:none;width:100%;border:0;background:var(--ypmm-bg);color:var(--ypmm-dark);padding:14px 16px;border-radius:var(--ypmm-radius);font:inherit;font-weight:800;align-items:center;gap:10px;box-shadow:0 7px 25px rgba(20,25,40,.09)}.ypmm-chevron{margin-right:auto;font-size:20px}.ypmm-hamburger{display:grid;gap:3px}.ypmm-hamburger i{display:block;width:18px;height:2px;background:var(--ypmm-accent)}
@media (max-width:900px){.ypmm-shell{display:none;border:0;box-shadow:none;background:transparent}.ypmm-mobile-toggle{display:flex}.ypmm.is-open .ypmm-shell{display:block;margin-top:8px}.ypmm-root{display:block}.ypmm-root-item{display:block}.ypmm-root-link{border-left:0;border-bottom:1px solid #f0f0f3;padding:11px 8px}.ypmm-panel{position:static;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;border:0;border-radius:0;box-shadow:none;padding:10px 12px 18px}.ypmm-root-item.is-open .ypmm-panel{display:block}.ypmm-root-item:hover .ypmm-panel{display:none}.ypmm-root-item.is-open:hover .ypmm-panel{display:block}.ypmm-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ypmm-panel-top{align-items:center}.ypmm-panel h3{font-size:16px}}
@media (max-width:520px){.ypmm-columns{grid-template-columns:1fr}.ypmm-root-text small{display:none}.ypmm-icon{width:38px;height:38px;flex-basis:38px}}
