.mh-container{position:relative;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;text-align:left}.mh-button{display:flex;align-items:center;justify-content:space-between;gap:24px;background-color:#ffffff;border:1px solid #e2e8f0;cursor:pointer;padding:10px 16px;min-height:44px;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .15s ease-in-out;user-select:none}.mh-button:hover{background-color:#f8fafc;border-color:#cbd5e1}.mh-button:active{background-color:#f1f5f9;transform:scale(.99)}.mh-button:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(15,23,42,.1)}.mh-button-logo{height:28px;object-fit:contain}.mh-button-text{font-weight:500;font-size:14px;line-height:1;color:#0f172a}.mh-chevron{width:16px;height:16px;color:#64748b;transition:transform .2s ease-out}.mh-chevron.mh-open{transform:rotate(180deg)}.mh-dropdown-wrapper{position:absolute;top:100%;left:0;margin-top:8px;z-index:50;transform-origin:top left}.mh-dropdown{display:flex;background:rgba(248,250,252,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.05);border:1px solid rgba(226,232,240,.8);padding:6px;gap:6px;width:max-content;max-width:95vw;overflow-x:auto}.mh-category-column{flex:1;display:flex;flex-direction:column;padding:18px 10px 20px;background:#ffffff;border-radius:12px;border:1px solid rgba(226,232,240,.7);width:360px;min-width:320px;max-width:380px;box-shadow:0 1px 2px 0 rgba(0,0,0,.02)}.mh-category-title{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#64748b;padding-bottom:8px;margin-bottom:12px;border-bottom:1px solid #f1f5f9;user-select:none;margin-left:12px}.mh-category-items{display:flex;flex-direction:column;gap:6px}.mh-item{display:flex;align-items:flex-start;gap:14px;padding:12px;border-radius:12px;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none;color:#0f172a;border:1px solid transparent}.mh-item:hover{background-color:#f5fbf0;border-color:rgba(226,232,240,.8)}.mh-item:active{background-color:#f1f5f9;transform:scale(.995)}.mh-item:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(15,23,42,.1)}.mh-item-icon-wrapper{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(248,250,252,.8);border:1px solid rgba(226,232,240,.8);border-radius:8px;margin-top:0;transition:all .15s ease-in-out}.mh-item:hover .mh-item-icon-wrapper{background-color:#ffffff;border-color:#cbd5e1;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.mh-item-icon{width:20px;height:20px;object-fit:contain;transition:transform .15s ease-in-out}.mh-item:hover .mh-item-icon{transform:scale(1.05)}.mh-item-content{flex:1;min-width:0}.mh-item-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.mh-item-title-container{display:flex;align-items:center;gap:8px;min-width:0}.mh-item-company-logo{height:41px;max-width:160px;object-fit:contain}.mh-item-title{font-size:14px;font-weight:600;line-height:1.3;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mh-item:hover .mh-item-title{color:#020617}.mh-item-premium{background:#fff7ed;color:#c2410c;font-size:11px;font-weight:600;letter-spacing:-.01em;padding:2px 8px;border-radius:9999px;display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(254,215,170,.8);white-space:nowrap;flex-shrink:0}.mh-item-desc{font-size:12px;line-height:1.5;color:#64748b;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mh-item:hover .mh-item-desc{color:#475569}.mh-item-premium-icon{width:12px;height:12px;color:#d97706}